

/* Start:/local/templates/lifting/assets/css/normalize.css?17169121316953*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/* my correction */

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}
* {
  margin:0;
  padding:0;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
/* End */


/* Start:/local/templates/lifting/assets/lib/slick/slick.css?17169121311424*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/*# sourceMappingURL=slick.css.map */
/* End */


/* Start:/local/templates/lifting/assets/lib/slick/slick-theme.css?17169121312910*/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/local/templates/lifting/assets/lib/slick/./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/lifting/assets/lib/slick/./fonts/slick.eot");
  src: url("/local/templates/lifting/assets/lib/slick/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/lib/slick/./fonts/slick.woff") format("woff"), url("/local/templates/lifting/assets/lib/slick/./fonts/slick.ttf") format("truetype"), url("/local/templates/lifting/assets/lib/slick/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=slick-theme.css.map */
/* End */


/* Start:/local/templates/lifting/assets/lib/magnific-popup/magnific-popup.css?17169121326951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/lifting/template_styles.css?1769088064116752*/
/* fonts */
@font-face {
    font-family: "BigBang";
    src: url("/local/templates/lifting/assets/fonts/bigbang/BigBang.eot");
    src: local("BigBang"), url("/local/templates/lifting/assets/fonts/bigbang/BigBang.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/bigbang/BigBang.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/bigbang/BigBang.woff") format("woff"), url("/local/templates/lifting/assets/fonts/bigbang/BigBang.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-BoldItalic.eot");
    src: local("Inter Bold Italic"), local("Inter-BoldItalic"), url("/local/templates/lifting/assets/fonts/inter/Inter-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-BoldItalic.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-BoldItalic.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-MediumItalic.eot");
    src: local("Inter Medium Italic"), local("Inter-MediumItalic"), url("/local/templates/lifting/assets/fonts/inter/Inter-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-MediumItalic.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-MediumItalic.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-ThinItalicBETA.eot");
    src: local("Inter Thin Italic BETA"), local("Inter-ThinItalicBETA"), url("/local/templates/lifting/assets/fonts/inter/Inter-ThinItalicBETA.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-ThinItalicBETA.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-ThinItalicBETA.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-ThinItalicBETA.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-Regular.eot");
    src: local("Inter Regular"), local("Inter-Regular"), url("/local/templates/lifting/assets/fonts/inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-Regular.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-Regular.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-Black.eot");
    src: local("Inter Black"), local("Inter-Black"), url("/local/templates/lifting/assets/fonts/inter/Inter-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-Black.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-Black.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-BlackItalic.eot");
    src: local("Inter Black Italic"), local("Inter-BlackItalic"), url("/local/templates/lifting/assets/fonts/inter/Inter-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-BlackItalic.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-BlackItalic.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-LightBETA.eot");
    src: local("Inter Light BETA"), local("Inter-LightBETA"), url("/local/templates/lifting/assets/fonts/inter/Inter-LightBETA.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-LightBETA.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-LightBETA.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-LightBETA.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-SemiBold.eot");
    src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("/local/templates/lifting/assets/fonts/inter/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-SemiBold.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraBoldItalic.eot");
    src: local("Inter Extra Bold Italic"), local("Inter-ExtraBoldItalic"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraBoldItalic.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraBoldItalic.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-Bold.eot");
    src: local("Inter Bold"), local("Inter-Bold"), url("/local/templates/lifting/assets/fonts/inter/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-Bold.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-Bold.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraLightItalicBETA.eot");
    src: local("Inter Extra Light Italic BETA"), local("Inter-ExtraLightItalicBETA"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraLightItalicBETA.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraLightItalicBETA.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraLightItalicBETA.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraLightItalicBETA.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraLightBETA.eot");
    src: local("Inter Extra Light BETA"), local("Inter-ExtraLightBETA"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraLightBETA.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraLightBETA.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraLightBETA.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraLightBETA.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraBold.eot");
    src: local("Inter Extra Bold"), local("Inter-ExtraBold"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraBold.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraBold.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-ThinBETA.eot");
    src: local("Inter Thin BETA"), local("Inter-ThinBETA"), url("/local/templates/lifting/assets/fonts/inter/Inter-ThinBETA.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-ThinBETA.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-ThinBETA.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-ThinBETA.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-LightItalicBETA.eot");
    src: local("Inter Light Italic BETA"), local("Inter-LightItalicBETA"), url("/local/templates/lifting/assets/fonts/inter/Inter-LightItalicBETA.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-LightItalicBETA.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-LightItalicBETA.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-LightItalicBETA.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-Italic.eot");
    src: local("Inter Italic"), local("Inter-Italic"), url("/local/templates/lifting/assets/fonts/inter/Inter-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-Italic.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-Italic.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-SemiBoldItalic.eot");
    src: local("Inter Semi Bold Italic"), local("Inter-SemiBoldItalic"), url("/local/templates/lifting/assets/fonts/inter/Inter-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-SemiBoldItalic.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-SemiBoldItalic.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: url("/local/templates/lifting/assets/fonts/inter/Inter-Medium.eot");
    src: local("Inter Medium"), local("Inter-Medium"), url("/local/templates/lifting/assets/fonts/inter/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/lifting/assets/fonts/inter/Inter-Medium.woff2") format("woff2"), url("/local/templates/lifting/assets/fonts/inter/Inter-Medium.woff") format("woff"), url("/local/templates/lifting/assets/fonts/inter/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  /* header */
  /* all header */
  header.header {
    background: white;
    z-index: 100;
    font-size: 18px;
  }
  .header__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: stretch;
    height: 70px;
    line-height: 20px;
    letter-spacing: 0em;
    row-gap: 30px;
    border-radius: 0;
    background-color: #fff;
    gap: 35px;
  }
  
  /* end all header */
  /* sticky */
  .header.sticky:not(.offcanvas__show) {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    background: #F3F3F3;
  }
  .header.sticky:not(.offcanvas__show) .header__bottom {
    background: transparent;
  }
  .header.sticky:not(.offcanvas__show) .header__top {
    background: transparent;
  }
  .header.sticky:not(.offcanvas__show) .header__wrapper {
    background: transparent;
  }
  
  .sticky {
    opacity: 1;
    position: fixed !important;
    top: 0;
    width: 100%;
    background: rgba(33, 37, 49, 0.7);
  }
  
  .sticking.sticky {
    opacity: 0;
  }
  
  .sticky:not(.sticking) {
    opacity: 1;
    transition: 0.5s ease;
  }
  
  header.sticky .header__wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  header.sticky .logo img {
    max-height: 45px;
    width: auto;
  }
  header.sticky .header__wrapper {
    height: 60px;
  }
  header.sticky .btn {
    height: 45px;
  }
  header.sticky + main {
    padding-top: 125px;
  }
  
  /* end sticky */
  /* nav menu */
  .header__nav__wrapper {
    background-color: #F3F3F3;
    border-radius: 350px;
    flex: 1;
    height: 100%;
    padding: 0 40px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  
  nav.header__nav {
    height: 100%;
    display: flex;
  }
  
  .offcanvas {
    align-items: center;
    display: flex;
  }
  
  body:not(.home) .header__link {
    color: #393939;
  }
  
  .header__list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    height: 100%;
    gap: 40px;
  }
  
  .has__children > .header__link {
    padding-right: 15px;
  }
  
  .header:not(.offcanvas__show) .header__item.has__children > a:after {
    background: url(/local/templates/lifting/assets/img/icons/arrow-menu-dark.png) no-repeat center;
    background-size: 9px;
    content: "";
    width: 9px;
    height: 22px;
    margin-left: 10px;
    margin-top: 2px;
    display: inline-block;
    position: absolute;
    right: -2px;
    transition: 0.5s ease;
  }
  
  header.header .header__item:hover > a:not(.btn) {
    color: #FAA932;
  }
  
  .header__link {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    color: #393939;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
  }
  
  .header__item.current .header__link, body:not(.home) .header__item.current .header__link {
    color: #FAA932;
  }
  
  .header .header__item {
    align-self: center;
    height: 100%;
  }
  .header .has__children:not(.mega) {
    position: relative;
  }
  
  .btn-close {
    width: 50px;
    color: #000;
    background: transparent url(/local/templates/lifting/assets/img/icons/cross.png) center/1em auto no-repeat;
    border: 0;
    border-radius: 0;
    opacity: 0.6;
    filter: contrast(0.1);
    height: 90px;
    padding: 0 1rem;
    background-position: right;
    align-self: end !important;
  }
  
  /* end nav menu */
  /* dropdown menu */
  .header .header__dropdown {
    background: white;
    padding: 0;
    position: absolute;
    min-width: 300px;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }
  .header .header__dropdown.mega__dropdown {
    width: 100%;
    left: 0;
    top: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0 30px;
    margin-top: 0;
  }
  .header .header__dropdown.mega__dropdown .menu__icon {
    width: 70px;
    border-radius: 100px;
    margin-bottom: 20px;
  }
  
  .header__dropdown.mega__dropdown:before {
    /*content: '' */
    width: calc(100% - 60px);
    height: 100%;
    background: #EBF5FC;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
    margin-left: 30px;
  }
  .header__dropdown.mega__dropdown .mega__inner {
    border-radius: 29px;
    /* fix */
    overflow: hidden;
    padding: 45px 35px;
  }
  .header__dropdown.mega__dropdown .mega__inner > div {
    max-width: 200px;
  }
  .header.offcanvas__show .header__dropdown {
    display: none !important;
  }
  .header.sticky .header__item.has__children:not(.mega) > a:after {
    background-image: url(/local/templates/lifting/assets/img/icons/arrow-menu-dark.png);
  }
  
  body:not(.home) .header .header__item.has__children:not(.mega) > a:after {
    background-image: url(/local/templates/lifting/assets/img/icons/arrow-menu-dark.png);
  }
  
  .header__item.has__children:not(.mega) > a {
    position: relative;
    padding-right: 17px;
  }
  
  .header .has__children:not(.mega) li:hover > a {
    color: #FAA932 !important;
  }
  .header .header__dropdown li > a {
    padding: 8px 0px 9px;
    display: inline-block;
    margin-bottom: 0;
  }
  .header .header__dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .header__dropdown li {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .has__children:not(.mega) .has__children:after {
    content: "";
    position: absolute;
    background: url(/local/templates/lifting/assets/img/icons/menu-arrow-dark.png) no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    right: 20px;
    top: 46%;
  }
  .has__children:not(.mega) .has__children:hover:after {
    background: url(/local/templates/lifting/assets/img/icons/menu-arrow-white.png) no-repeat;
    background-size: contain;
  }
  
  .header .has__children:not(.mega) > .header__dropdown a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .header .has__children:not(.mega) > .header__dropdown .header__dropdown {
    left: 100%;
    top: 0;
    margin-left: 0;
    border-radius: 30px !important;
  }
  .has__children:hover > .header__dropdown {
    opacity: 1;
    visibility: visible;
  }
  
  .header:not(.offcanvas__show) .has__children:hover > a:after, .header.sticky .has__children:hover > a:after {
    transform: rotate(-180deg);
  }
  .header .logo {
    max-width: 115px;
    align-self: center;
  }
  .header .logo img {
    max-width: 115px;
  }
  
  /* end dropdown */
  .logo-text {
    margin-top: 5px;
  }
  .logo-text strong {
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    display: block;
    margin-bottom: 5px;
  }
  .logo-text span {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    display: inline-block;
  }
  
  body:not(.home) .header:not(.sticky) .logo {
    max-width: 200px;
  }
  
  .logo img {
    max-width: 100%;
  }
  .logo.logo-square img {
    max-width: unset;
  }
  
  .header__link:hover, .header__link:focus {
    color: #FAA932;
  }
  
  .headr__link:active {
    color: #FAA932;
  }
  
  .header__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    flex-direction: row;
    align-items: center;
  }
  
  .header__phone {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
  }
  
  .header__nav .navbar__toggler {
    display: none;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
    color: rgba(0, 0, 0, 0.55);
  }
  
  /* header top */
  .header__top {
    font-size: 16px;
    height: 55px;
    background: white;
    color: #393939;
  }
  
  .header .header__bottom a {
    font-weight: 500;
  }
  
  .sticky .header__top {
    height: 30px;
  }
  
  .header__actions .line__icon:before {
    transition: 0.2s ease;
  }
  .header__actions .line__icons:hover .line__icon:before {
    opacity: 0.5;
  }
  .header__actions .mini__cart.line__icons span {
    color: #393939 !important;
  }
  
  /* footer */
  .footer {
    background-color: #F3F3F3;
    color: #393939;
    border-radius: 50px 50px 0 0;
  }
  .footer a {
    color: #393939;
  }
  .footer a:hover {
    color: #FAA932;
  }
  .footer a.color-1 {
    color: #FAA932;
  }
  .footer a.color-1:hover {
    color: #393939;
  }
  .footer ul.footer__menu {
    cursor: pointer;
  }
  .footer ul.footer__menu li a {
    font-size: 18px;
    font-style: normal;
    padding: 7px 0px;
    width: 100%;
    display: block;
    line-height: 140%;
  }
  .footer .logo {
    max-width: 240px;
    display: flex;
  }
  .footer .logo img {
    max-width: 240px;
  }
  .footer .logo-text {
    margin-top: 5px;
  }
  .footer .logo-text strong {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    /* 16px */
    margin-bottom: 5px;
  }
  .footer .logo-text span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    /* 16.1px */
    display: inline-block;
  }
  .footer .footer__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0 80px;
  }
  .footer .footer__items .footer__item {
    flex: 1;
  }
  .footer .footer__item > strong {
    line-height: 1;
    margin-bottom: 22px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    color: #FAA932;
    font-family: "BigBang", sans-serif;
  }
  .footer .footer__contacts > * {
    white-space: nowrap;
  }
  
  .footer__social .line__icon {
    width: 48px;
    height: 48px;
    transition: 0.2s ease;
    filter: grayscale(0);
  }
  .footer__social .line__icon:hover {
    filter: grayscale(1) brightness(0.5);
  }
  
  .footer__bottom {
    background-color: #F3F3F3;
    color: #A2A2A2;
    padding: 8px 0;
    font-size: 14px;
    letter-spacing: calc(14px * 2 / 100 * -1);
    border-radius: 0;
    border-top: 1px solid #DFDFDF;
  }
  
  .footer .footer__bottom a {
    color: #FAA932;
    text-decoration: none;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: 1px !important;
  }
  .footer .footer__bottom a:hover {
    color: #393939;
  }
  .footer .color {
    color: #FAA932;
  }
  
  /* buttons */
  .btn {
    padding: 0 33px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #393939;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background: transparent;
    flex-shrink: 0;
    border-radius: 60px;
    font-family: "Inter", sans-serif;
    line-height: 1;
    text-transform: none;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  .btn:hover {
    background: #FAA932;
    color: white;
  }
  .btn.btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  .btn.btn-outline-color {
    color: #393939;
    background: transparent;
    border-color: #FAA932;
  }
  .btn.btn-outline-color:hover {
    color: white;
    background: #FAA932;
    border-color: #FAA932;
  }
  .btn.btn-outline-white {
    color: white;
    background: transparent;
    border-color: white;
  }
  .btn.btn-outline-white:hover {
    color: #393939;
    background: white;
    border-color: white;
  }
  .btn.btn-outline:hover {
    background: #FAA932;
    border-color: #FAA932 !important;
    color: white !important;
  }
  .btn.btn-thiner {
    height: 50px;
  }
  .btn.btn-thin {
    height: 45px;
    padding: 0 16px;
    font-size: 18px;
  }
  .btn.btn-color {
    background: #FAA932;
    color: white;
  }
  .btn.btn-color:hover {
    background: #393939;
    color: white !important;
  }
  .btn.btn-white {
    background: white;
    color: #393939;
  }
  .btn.btn-white.btn-opacity-10 {
    background: rgba(255, 255, 255, 0.08);
    color: white;
  }
  .btn.btn-white.btn-opacity-10:hover {
    background: rgba(255, 255, 255, 0.18);
  }
  .btn.btn-secondary-color {
    background: #393939;
    color: white;
  }
  .btn.btn-secondary-color:hover {
    background: #FAA932;
    color: white;
  }
  .btn.btn-tertiary-color {
    background: #F3F3F3;
    color: white;
  }
  .btn.btn-tertiary-color:hover {
    background: #FAA932;
    color: white;
  }
  .btn.hover-bg-white:hover {
    background-color: white;
    color: #393939;
  }
  .btn.btn-cool {
    border: 0 !important;
    background: 0 !important;
    height: 70px;
    padding: 0;
  }
  .btn.btn-cool:after {
    margin-left: 10px;
  }
  .btn.btn-cool.cool-white {
    color: #fff;
  }
  .btn.btn-cool.cool-white:before {
    content: "";
    background-image: url(/local/templates/lifting/assets/img/icons/cool-white.png);
    background-repeat: no-repeat;
    background-size: 70px;
    width: 70px;
    height: 100%;
    background-position: center;
    margin-top: -4px;
    transition: 0.2s ease;
  }
  .btn.btn-cool.cool-white:hover:before {
    content: "";
    background-image: url(/local/templates/lifting/assets/img/icons/cool-color-active.png);
    background-repeat: no-repeat;
    background-size: 70px;
    width: 70px;
    height: 100%;
    background-position: center;
    margin-right: 20px;
    transition: 0.2s ease;
  }
  .btn.btn-cool.cool-dark {
    color: #393939;
    gap: 0;
  }
  .btn.btn-cool.cool-dark:after {
    content: "";
    background-image: url(/local/templates/lifting/assets/img/icons/cool-color.png);
    background-repeat: no-repeat;
    background-size: 70px;
    width: 70px;
    height: 100%;
    background-position: center;
    margin-top: -4px;
    transition: 0.3s ease;
  }
  .btn.btn-cool.cool-dark:hover {
    padding-left: 8px;
    gap: 10px;
  }
  .btn.btn-cool.cool-dark:hover:after {
    content: "";
    background-image: url(/local/templates/lifting/assets/img/icons/cool-color-active.png);
    margin-left: 20px;
  }
  .btn.btn-cool.cool-dark.btn-anim:after {
    animation: btn-cool-animation 3s linear infinite;
  }
  .btn.btn-cool.cool-simple:before {
    content: "";
    background-image: url(/local/templates/lifting/assets/img/icons/cool-simple.png);
    background-repeat: no-repeat;
    background-size: 70px;
    width: 70px;
    height: 100%;
    background-position: center;
    transition: 0.2s ease;
    left: 0;
    margin-right: 0;
  }
  .btn.btn-cool.cool-simple:hover:before {
    content: "";
    background-image: url(/local/templates/lifting/assets/img/icons/cool-active.png);
    background-repeat: no-repeat;
    background-size: 70px;
    width: 70px;
    height: 100%;
    background-position: center;
    margin-right: 0;
    transition: 0.2s ease;
  }
  @keyframes btn-cool-animation {
    0% {
      margin-left: 10px;
    }
    72% {
      margin-left: 10px;
    }
    79% {
      margin-left: 20px;
    }
    86% {
      margin-left: 13px;
    }
    93% {
      margin-left: 20px;
    }
    100% {
      margin-left: 10px;
    }
  }
  .btn-round {
    height: 0;
    width: 150px;
    padding-bottom: 150px;
    background-color: white;
  }
  .btn-round div {
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    top: 33%;
    font-weight: 500;
  }
  
/* forms */
input[name="last_name"] {
    display: none!important;
    height: 0;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    float: left;
}
  input, textarea {
    width: 100%;
    height: 55px;
    border-radius: 60px;
    background: #F4F4F4;
    border: 1px solid transparent;
    padding: 5px 25px;
    opacity: 1;
    transition: 0.2s ease;
    font-size: 18px;
    font-weight: 400;
  }
  
  label {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  label > span {
    transition: all 0.2s;
    transform-origin: top left;
    color: #B2B2B2;
  }
  label > input[placeholder=" "]:not(:focus):-moz-placeholder-shown + span {
    transform: translateY(30px) scale(1.15);
    pointer-events: none;
    color: #aaaaaa;
    font-size: 16px;
  }
  label > input[placeholder=" "]:not(:focus):placeholder-shown + span {
    transform: translateY(30px) scale(1.15);
    pointer-events: none;
    color: #aaaaaa;
    font-size: 16px;
  }
  
  textarea {
    padding: 33px 40px 27px;
  }
  
  input:focus, textarea:focus, input:focus, textarea:focus {
    outline: none !important;
    border-color: #FAA932;
    opacity: 1;
  }
  
  ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaaaaa;
    opacity: 1;
    /* Firefox */
  }
  
  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaaaaa;
    opacity: 1;
    /* Firefox */
  }
  
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaaaaa;
  }
  
  ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #aaaaaa;
  }
  
  .checkbox {
    opacity: 1;
    display: flex;
    gap: 15px;
  }
  
  [type=checkbox] + label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 1;
    color: rgba(255, 255, 255, 0.35);
  }
  
  .inline__form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
    width: 100%;
  }
  .inline__form > * {
    width: calc(50% - 30px);
  }
  
  [type=checkbox] {
    width: 21px;
    min-width: 21px;
    height: 22px;
    color: #fff;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 3px;
    border: 3px solid #fff;
    background: transparent;
    background-color: transparent;
    transition: background 300ms;
    cursor: pointer;
    border-width: 3px !important;
    padding: 1px;
    opacity: 0.35 !important;
  }
  [type=checkbox]::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background: transparent;
    background-color: transparent;
    background-size: contain;
    width: 16px;
    height: 16px;
  }
  [type=checkbox]:checked {
    background-color: transparent;
  }
  [type=checkbox]:checked::before {
    box-shadow: none;
    background-image: url(/local/templates/lifting/assets/img/icons/check.png);
  }
  [type=checkbox]::-ms-check {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
  }
  [type=checkbox]:checked::-ms-check {
    box-shadow: none;
    background-image: url(/local/templates/lifting/assets/img/icons/check.png);
  }
  
  /* IE */
  select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 32px 0 30px;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    outline: none;
    height: 60px;
  }
  select::-ms-expand {
    display: none;
  }
  
  .select {
    width: 100%;
    height: 60px;
    border-radius: 100px;
    background: white;
    border: 1px solid #aaaaaa;
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    cursor: pointer;
    z-index: 1;
  }
  .select::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/local/templates/lifting/assets/img/icons/select.png);
    justify-self: end;
    background-size: 10px;
    margin-right: 24px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    position: relative;
  }
  
  select {
    grid-area: select;
  }
  
  .select:after {
    grid-area: select;
  }
  .select .focus {
    transition: border 0.2s ease;
  }
  
  select option {
    background-color: white;
    color: gray;
    width: 310px;
    padding: 10px 15px;
    height: 20px;
    cursor: pointer;
    max-width: 100%;
  }
  select option:hover {
    padding-left: 25px;
    width: 270px;
    color: #FAA932;
  }
  
  form .form__errors {
    display: none;
    padding: 15px 15px 15px 25px;
    margin-top: -15px;
    margin-bottom: 25px;
    border-left: 4px solid #FAA932;
    background: rgba(233, 72, 72, 0.1);
  }
  
  input.error {
    outline: none !important;
    border: 1px solid #EC4040;
  }
  
  select.error + .focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #EC4040;
    border-radius: inherit;
  }
  
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-radius: 100px;
  }
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group .btn {
    position: relative;
    z-index: 2;
  }
  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group > input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    box-shadow: none;
  }
  .input-group > * {
    height: 70px;
  }
  
  .input-group-inset {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-radius: 100px;
  }
  .input-group-inset .btn {
    position: absolute;
    top: 2px;
    right: 0;
  }
  .input-group-inset .btn.btn-cool.cool-white:hover:before {
    margin-right: 0;
  }
  
  .q-minus::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/local/templates/lifting/assets/img/icons/q-minus.png);
    justify-self: end;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .q-plus::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/local/templates/lifting/assets/img/icons/q-plus.png);
    justify-self: end;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  /* headings */
  .entry-title, h1, .h1 {
    margin-top: 0;
    margin-bottom: 35px;
    text-align: left;
    color: #393939;
    font-family: "BigBang", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: clamp(35px, 5vw, 60px);
    line-height: 100%;
  }
  
  h2, .h2 {
    margin-top: 0;
    margin-bottom: 35px;
    color: #393939;
    font-weight: 400;
    text-align: left;
    font-family: "BigBang", sans-serif;
    font-size: clamp(28px, 5vw, 50px);
    line-height: 100%;
    text-transform: none;
  }
  
  h3, .h3 {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: "BigBang", sans-serif;
    font-weight: 400;
    font-size: clamp(25px, 5vw, 32px);
    color: #393939;
    line-height: 100%;
    text-transform: none;
  }
  
  h4, .h4 {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: "BigBang", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 5vw, 28px);
    color: #393939;
    line-height: 100%;
    text-transform: none;
  }
  
  h5, .h5 {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: "BigBang", sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 5vw, 22px);
    color: #393939;
    line-height: 100%;
    text-transform: none;
  }
  
  h6, .h6 {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: "BigBang", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 5vw, 18px);
    color: #393939;
    line-height: 100%;
    text-transform: none;
  }
  
  /* blocks */
  /*  group block */
  .group__block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .group__block.with__bg .icon__text {
    background-image: url(/local/templates/lifting/assets/img/services/service-1.jpg);
    background-repeat: no-repeat !important;
    background-size: 103% !important;
    background-position: left top !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .group__block.with__bg .icon__text:before {
    content: "";
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease;
    background: rgb(240, 240, 240);
  }
  .group__block .icon__text {
    border-radius: 30px;
    border: 0;
    padding: 45px 40px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: left;
    flex-direction: column;
    gap: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #393939;
    font-size: 18px;
    box-shadow: none;
    background-color: white;
    transition: all 0.5s ease;
    -webkit-font-smoothing: antialiased;
  }
  .group__block .icon__text .text__block {
    text-align: left;
    padding-left: 20px;
    color: white;
  }
  .group__block .icon__text .text__block.simple {
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
  }
  .group__block .icon__text strong {
    font-family: "BigBang", sans-serif;
  }
  .group__block .icon__text .icon {
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .group__block.__slider {
    display: block;
  }
  
  .group__block.oboi {
    gap: 0;
  }
  .group__block.oboi .icon__text {
    border-radius: 100%;
    border: 1px solid #FAA932;
    min-width: 340px;
    min-width: unset;
    flex: 0;
    background: transparent;
    text-align: center;
    padding: 35px 35px;
  }
  .group__block.oboi a.slick-slide:hover {
    border-color: #393939;
    z-index: 2;
  }
  .group__block.oboi .icon {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
  .group__block.oboi hr {
    width: 80px;
    background: rgba(44, 44, 45, 0.15);
    height: 2px;
    border: 0;
  }
  
  .icon__text .icon {
    background-image: url(/local/templates/lifting/assets/img/icons/leyka.png);
  }
  
  /* end group block */
  /* cards */
  .cards .card__item {
    border-radius: 30px;
    overflow: hidden;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .cards:not(.__slider) .card__item {
    background: white;
  }
  
  /* end cards */
  /* flip cards */
  .card__block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .card__block .card__item {
    flex-basis: calc(33.3333333333% - 20px);
    color: #3C3C3B;
    text-align: center;
    font-family: "BigBang", sans-serif;
    font-size: 22px;
    font-style: normal;
    line-height: 130%;
    min-height: 280px;
    perspective: 1000px;
    cursor: pointer;
  }
  .card__block .card__item .card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  .card__block .card__item:hover .card__inner {
    transform: rotateY(180deg);
  }
  .card__block .card__item .card__back {
    transform: rotateY(180deg);
    background: #393939;
    font-size: 18px;
  }
  .card__block .card__item p {
    margin-bottom: 0;
  }
  .card__block .card__item .card__front, .card__block .card__item .card__back {
    position: absolute;
    width: 100%;
    height: 100%;
    /* Safari */
    backface-visibility: hidden;
    padding: 30px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
  }
  
  /* end flip cards */
  /* accordion */
  .accordion__item {
    background-color: #ffffff;
    position: relative;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    transition: 0.2s ease;
  }
  .accordion__item:not(:last-child) {
    margin-bottom: -1px;
  }
  .accordion__item.active {
    border-color: #FAA932;
    z-index: 1;
  }
  
  .accordion__title {
    cursor: pointer;
    padding: 38px 40px 40px 40px;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    /*&:after
    * content: ''
    * background: url(/local/templates/lifting/imagePath('icons/plus.png)) no-repeat
    * background-size: 40px
    * width: 40px
    * height: 40px
    * position: absolute
    * cursor: pointer
    * right: 40px
    * top: 30px
    * transition: .2s ease */
  }
  .accordion__title .h3, .accordion__title h3 {
    margin-bottom: 0;
  }
  
  /*.accordion__item.active .accordion__title:after
   * background: url(/local/templates/lifting/imagePath('icons/minus.png)) no-repeat
   * background-size: 40px */
  .accordion__content {
    display: none;
    padding: 0px 130px 34px 36px;
  }
  
  .accordion__item:last-child .accordion__content {
    display: none;
    /*padding-bottom: 0 !important;*/
  }
  
  .accordion__content p {
    margin-bottom: 0;
  }
  
  .accordion__title .h6, .accordion__title h6 {
    transition: 0.2s ease;
  }
  
  /* accordion TAB */
  .accordion__tab {
    position: relative;
  }
  
  .accordion__item {
    background-color: white;
    margin-bottom: 30px;
    position: relative;
    border: 2px solid #F0F0F0;
    border-radius: 30px;
    position: relative;
  }
  
  .accordion__tab .accordion__item {
    background-color: white;
    margin-bottom: 30px;
    position: initial;
    border: 0;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: 30px;
    transition: margin-right 0s ease;
  }
  .accordion__title {
    cursor: pointer;
  }
  
  .accordion__tab .accordion__item .scrollbar-outer {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
  }
  .accordion__tab .accordion__title {
    width: 50%;
    border-radius: 20px;
    background: #F5F5F5;
    position: relative;
  }
  .accordion__tab .accordion__item.active .accordion__title {
    background: #FAA932;
  }
  .accordion__tab .accordion__item.active .accordion__title .h3, .accordion__tab .accordion__item.active .accordion__title h3, .accordion__tab .accordion__item.active .accordion__title .h5, .accordion__tab .accordion__item.active .accordion__title h5 {
    color: white;
  }
  
  .accordion__title {
    /*&:after
    * content: ''
    * background: url(/local/templates/lifting/imagePath("icons/plus.png)) no-repeat
    * background-size: 40px
    * width: 40px
    * height: 40px
    * position: absolute
    * cursor: pointer
    * right: 40px
    * top: 28px
    * transition: background .2s ease */
  }
  .accordion__title .h3, .accordion__title h3, .accordion__title .h5, .accordion__title h5 {
    margin-bottom: 0;
  }
  
  /*.accordion__tab .accordion__item.active .accordion__title:after
   * right: 55px */
  /*.accordion__item.active .accordion__title:after
   * background: url(/local/templates/lifting/imagePath("icons/minus.png)) no-repeat
   * background-size: 40px */
  .accordion__content {
    display: none;
    padding: 0 40px 35px 40px;
  }
  
  .accordion__tab .accordion__content {
    width: calc(50% - 15px);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30px;
    background: #FAA932;
    height: 100%;
    padding: 75px 70px;
    color: white;
    line-height: 1.8;
    font-size: 20px;
  }
  .accordion__tab .accordion__item:first-child .accordion__content {
    border-radius: 30px;
  }
  .accordion__tab .accordion__item:last-child .accordion__content {
    border-radius: 30px;
  }
  
  .accordion__content p {
    margin-bottom: 0;
  }
  
  /* accordion end */
  /* styled 2 columns */
  .col__block {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding-top: 40px;
  }
  .col__block .col__left, .col__block .col__right {
    min-height: 1px;
    min-width: 1px;
    flex: 1;
    position: relative;
  }
  .col__block .col__left {
    flex: 0 0 60%;
  }
  .col__block .col__right {
    flex: 0 0 40%;
  }
  
  .col__lb:after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    width: 58%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0px 50px 50px 0px;
    background: #EBF5FC;
  }
  
  .col__rb:after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 50px 0px 0px 50px;
    background: #EBF5FC;
  }
  .col__rb .col__left {
    padding: 0 10% 0 0;
  }
  
  .col__lb .col__right {
    padding: 0 0 0 10%;
  }
  
  /* end styled 2 columns */
  .box {
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    background: white;
  }
  
  /* tabs */
  .tabs .tab-btn {
    order: 1;
    background: transparent;
    height: 44px;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 5px;
    padding-top: 0;
    color: #393939;
    font-family: "BigBang", sans-serif;
  }
  .tabs .tab-btn:hover {
    color: white;
    background: #FAA932;
  }
  .tabs .tab-btn.active {
    order: 1;
    background: #FAA932;
    color: white;
  }
  .tabs .tab-item {
    order: 2;
    display: none;
    background: #EBF5FC;
    font-size: 18px;
    line-height: 34.2px;
    margin-top: 25px;
    width: 100%;
  }
  .tabs .tab-item.active {
    order: 2;
    display: block;
  }
  .tabs .review__text {
    font-size: 16px;
  }
  .tabs .review__text p {
    font-size: 16px;
  }
  .tabs .reviews__item {
    min-height: auto;
  }
  
  /* end tabs */
  /* slider */
  .gallery.__slider .slick-slide {
    overflow: hidden;
  }
  .gallery.__slider img {
    transition: 0.25s ease;
  }
  
  .slick-dots li button:before {
    font-size: 10px;
    color: #FAA932;
    opacity: 0.2;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FAA932;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    color: #FAA932;
  }
  
  .slick-prev, .slick-next {
    width: 65px;
    height: 65px;
    z-index: 1;
  }
  
  .slick-disabled {
    cursor: default;
    display: none !important;
  }
  
  .slick-arrows-outside .slick-disabled {
    display: block !important;
  }
  
  .slick-next:before {
    content: "";
    width: 65px;
    height: 65px;
    display: block;
    background-size: 65px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-image: url(/local/templates/lifting/assets/img/icons/arrow-next.png);
    transition: 0.2s ease;
    filter: none;
  }
  
  .slick-prev:before {
    content: "";
    width: 65px;
    height: 65px;
    display: block;
    background-size: 65px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-image: url(/local/templates/lifting/assets/img/icons/arrow-next.png);
    transition: 0.2s ease;
    filter: none;
    transform: rotate(180deg);
  }
  
  .__slider.equal__height .slick-slide {
    height: inherit !important;
  }
  .__slider.equal__height .slick-track {
    display: flex !important;
  }
  
  .products {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .products.__slider .slick-slide {
    margin: 0 15px;
  }
  
  .slick-slide img {
    width: 100%;
  }
  
  .outside__arrows .slick-prev, .outside__arrows .slick-next {
    position: initial;
  }
  
  .cards.__slider img {
    border-radius: 30px !important;
    overflow: hidden !important;
  }
  
  .with-shadow .slick-next {
    right: 13px;
    top: 50%;
  }
  
  .with-gap-invert .slick-prev:not(.slick-disabled) {
    display: block !important;
  }
  
  .slick-next {
    right: -24px;
    top: 50%;
  }
  
  .slick-prev {
    left: -24px;
    top: 50%;
  }
  
  .slider__wrapper .slick-next {
    right: -25px;
  }
  
  .__slider.with-gap .slick-next {
    right: -15px;
  }
  .__slider.with-gap .slick-prev {
    left: -15px;
  }
  
  .slider__wrapper .slick-prev {
    left: -20px;
  }
  
  .outside-arrows .slick-next {
    right: 0;
  }
  .outside-arrows .slick-prev {
    left: 0;
  }
  
  .__slider .slick-dots {
    margin-top: 10px;
  }
  .__slider.overflow-visible .slick-list {
    overflow: visible;
  }
  
  .slick-dots {
    position: initial;
  }
  
  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  
  .slider__columns .slick-dots {
    margin-top: 25px;
  }
  
  .with-offset {
    margin-left: -10% !important;
    margin-right: -10% !important;
  }
  
  .with-gap {
    margin: 0 -15px;
  }
  .with-gap .slick-slide {
    margin: 0 15px;
  }
  
  .with-gap-invert {
    /*margin: 0 24px */
  }
  .with-gap-invert .slick-list {
    box-sizing: initial;
    padding: 0 10px;
  }
  .with-gap-invert .slick-slide {
    margin: 0 -12px;
  }
  
  .with-shadow.__slider {
    margin: 0 -55px;
  }
  .with-shadow.__slider .slick-list {
    box-sizing: initial;
    padding: 55px 45px;
  }
  .with-shadow.__slider .slick-slide {
    opacity: 0;
  }
  
  .only-visible.__slider .slick-slide {
    opacity: 0;
  }
  
  .with-shadow.__slider .slick-active, .only-visible.__slider .slick-active {
    opacity: 1;
  }
  
  .with-shadow.__slider {
    margin: 0 -55px;
  }
  .with-shadow.__slider .slick-list {
    box-sizing: initial;
    padding: 55px 40px;
  }
  
  .products__slider .product__item {
    width: auto;
    flex: auto !important;
  }
  
  .slider__columns {
    display: flex;
    justify-content: space-between;
  }
  .slider__columns > *:first-child {
    width: 85%;
  }
  .slider__columns > *:last-child {
    width: 15%;
    position: relative;
  }
  
  .outside__arrows {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: end;
  }
  
  .slider__fix {
    max-width: 100%;
    overflow: hidden;
  }
  
  .slider__wrapper {
    position: relative;
    max-width: 100%;
  }
  
  .slider__wrapper__full {
    width: 100vw;
    position: inherit;
    margin-left: -50vw;
    overflow: hidden;
    left: 50%;
  }
  
  .slick-arrows-outside {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: start;
    padding-top: 2px;
  }
  .slick-arrows-outside .slick-prev, .slick-arrows-outside .slick-next {
    left: initial;
    right: initial;
    position: relative;
    top: initial;
    transform: none;
  }
  .slick-arrows-outside .slick-prev {
    width: 65px;
    height: 65px;
  }
  .slick-arrows-outside .slick-next {
    width: 65px;
    height: 65px;
  }
  .slick-arrows-outside .slick-next:before {
    width: 65px;
    height: 65px;
    background-size: 65px;
  }
  .slick-arrows-outside .slick-prev:before {
    width: 65px;
    height: 65px;
    background-size: 65px;
  }
  
  .__slider.right-arrow-only .slick-prev {
    display: none !important;
  }
  
  .img-w-hover {
    position: relative;
    justify-content: center;
    display: flex !important;
  }
  .img-w-hover:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(22, 161, 226, 0.35);
    position: absolute;
    transition: 0.2s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
  .img-w-hover:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/local/templates/lifting/assets/img/icons/hover.png);
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    transition: 0.2s ease;
    opacity: 0;
    visibility: hidden;
    top: calc(50% - 25px);
    z-index: 2;
  }
  .img-w-hover:hover:before, .img-w-hover:hover:after {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  .products.__slider .slick-dots {
    display: flex;
    justify-content: stretch;
    gap: 0;
    flex-wrap: wrap;
    margin: 0 10px;
  }
  .products.__slider .slick-dots li {
    flex: 1;
    margin: 0;
    height: 3px;
  }
  .products.__slider .slick-dots li button {
    background: transparent;
    border-bottom: 1px solid #262628;
    opacity: 0.15;
    height: 3px;
    padding: 0;
    width: 100%;
  }
  .products.__slider .slick-dots li button:before {
    content: "";
    display: none;
  }
  .products.__slider .slick-dots li.slick-active button {
    border-bottom-color: #FAA932;
    background: #FAA932;
    opacity: 1;
  }
  
  /* product */
  .products {
    gap: 30px;
  }
  .products .product__item {
    border-radius: 30px;
    overflow: hidden;
    border: 0;
    background: white;
    display: flex;
    flex-direction: column;
    transition: 0.2s ease-in-out;
    box-shadow: none;
    padding: 0;
    position: relative;
    z-index: 1;
    /*box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10); */
    background: #fff;
    position: relative;
    overflow: visible !important;
  }
  
  .product__item .cart__action .action__inner {
    padding: 0 30px 0;
    /*width: 100%; */
  }
  .product__item:hover {
    /*box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.20); */
  }
  
  /* *.products .product__item:before {
   * *    background: url(/local/templates/lifting/imagePath('bg/top.png) no-repeat center;
   * *    background-size: contain;
   * *    content: '';
   * *    width: 40%;
   * *    height: 20%;
   * *    display: block;
   * *    position: absolute;
   * *    top: 0;
   * *    z-index: -1;
   * *    background-position: top;
   * *} */
  .products .product__item .product__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 15px;
    position: relative;
    padding: 30px 20px 35px;
    transition: 0.2s ease;
  }
  .products .product__item:hover {
    /*padding-bottom: 20px; */
  }
  .products .product__item:hover .product__info {
    /*gap: 5px!important; */
  }
  
  .product__item .rating {
    max-width: 100px;
  }
  
  .product__price {
    color: #FAA932;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 22px */
  }
  
  .product__old__price {
    color: #393939;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 15.4px */
    text-decoration: line-through;
    text-decoration-thickness: 1px !important;
  }
  
  .product__right .product__price {
    /*color: #252525; */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    font-family: "BigBang", sans-serif;
    /*margin-bottom: 40px; */
  }
  .product__right .product__old__price {
    /*color: #252525; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    font-family: "BigBang", sans-serif;
    /*margin-bottom: 40px; */
  }
  
  /* *.summary .product__price {
   * *    font-family: $heading-fonts);
   * *    font-size: 36px;
   * *}
   * *.summary .product__old__price {
   * *    font-family: $heading-fonts);
   * *    font-size: 22px;
   * *} */
  .__slider .product__item {
    width: auto;
    flex: auto !important;
  }
  
  .product__item .product__inner {
    transition: 0.4s ease-in-out;
    position: relative;
    /*box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10); */
  }
  .product__item .product__inner:hover {
    /*box-shadow: 0px 4px 50px 15px rgba(0, 0, 0, 0.10); */
    z-index: 10;
  }
  .product__item .cart__action {
    display: none;
    opacity: 0;
    transition: 0.2s ease;
    margin-top: -30px;
    /* position: absolute; */
    position: absolute;
    width: 100%;
    left: 0;
    background: transparent;
    z-index: 10;
    padding-bottom: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-left: 0;
    margin-right: -1px;
    background: #fff;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 30px 30px;
    display: none;
    margin: -30px 0 0;
    visibility: hidden;
    height: 0;
    transition: all 0.1s ease;
    text-align: center;
    padding-top: 15px;
  }
  .product__item .cart__action .details {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 20px;
    color: #393939;
    font-family: "BigBang", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .product__item:hover .cart__action {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block;
  }
  .product__item:hover .cart__action * {
    opacity: 1;
  }
  .product__item:focus .cart__action, .product__item:hover .wishlist, .product__item:focus .wishlist {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block;
  }
  
  .product__sizes .select {
    /*background: white; */
    /*border: 1px solid white; */
    /*box-shadow: 0px 4px 40px 0px rgba(21, 30, 51, 0.15); */
  }
  
  .product__wrapper .entry-title {
    color: #393939;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin: 0;
    /* margin-bottom: 20px; */
  }
  
  .products__section, .reviews__section {
    position: relative;
    z-index: 1;
  }
  
  .product__single__wrap {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
  }
  
  .products__after {
    margin-bottom: 80px;
  }
  
  .color__block .color__item {
    background: #ccc;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
  }
  .color__block .color__item.active {
    cursor: default;
  }
  .color__block .color__item.active:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/lifting/assets/img/icons/check.png);
    justify-self: end;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
  }
  
  .product__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
  }
  
  .product__single {
    color: #393939;
    font-style: normal;
    line-height: 30px;
  }
  
  .product__wrapper .product__left {
    flex-basis: 48%;
  }
  .product__wrapper .product__right {
    flex-basis: 40%;
  }
  
  .product__description strong {
    color: #252525;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  
  .order__buttons {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .order__buttons .btn {
    height: 74px;
    padding: 26px 50px;
  }
  
  #product-pics .slick-dots {
    position: absolute;
    bottom: 35px;
    left: 0;
  }
  
  .product__right .btn {
    height: 60px;
  }
  
  .product__wrapper .product__left .product__images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .product__wrapper .product__left .product__images .product__image {
    width: 100%;
  }
  
  .similar__products {
    padding-top: 80px;
  }
  
  .images__thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }
  .images__thumbnails img {
    border-radius: 30px;
    flex: 1;
    max-width: calc(20% - 8px);
  }
  
  .product__image {
    overflow: hidden;
    text-align: center;
    align-items: start;
    display: flex;
    justify-content: center;
  }
  .product__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .product__item .product__image {
    transition: 0.2s ease;
  }
  
  .product__wrapper .product__image img {
    border-radius: 30px;
  }
  
  .products .product__image img {
    vertical-align: bottom;
    transition: 0.2s ease;
  }
  
  .product__name a {
    display: block;
    color: #393939;
    font-weight: 500;
  }
  .product__name a:hover {
    color: #FAA932;
  }
  
  .product__price strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
  }
  .product__price.color strong {
    color: #FAA932;
  }
  
  .flex-top, .flex-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
  }
  
  /* common */
  a {
    text-decoration: none;
    transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, filter 0.5s ease, border-color 0.5s ease;
    -webkit-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, filter 0.5s ease, border-color 0.5s ease;
    -moz-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, filter 0.5s ease, border-color 0.5 ease;
    color: #FAA932;
  }
  a:hover {
    color: #393939;
  }
  
  section {
    position: relative;
  }
  
  li {
    list-style: none;
  }
  
  body {
    font-family: "Inter", sans-serif;
    font-style: normal;
    color: #393939;
    text-align: left;
    cursor: default;
    background: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    font-style: normal;
    /*letter-spacing: letterSpacing($font-size, 2)*/
  }
  
  main {
    background: #ffffff;
    display: flex;
    flex-direction: column;
  }
  
  iframe {
    display: block;
    border: 0;
    overflow: hidden;
  }
  
  img {
    max-width: 100%;
    margin-bottom: 0;
    vertical-align: top;
  }
  
  p {
    margin: 0 0 20px;
  }
  
  ul.styled-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  ul.styled-list li {
    padding-left: 45px;
    position: relative;
    text-align: left;
    line-height: 40px;
  }
  ul.styled-list li:before {
    content: "";
    background: url(/local/templates/lifting/assets/img/icons/check-mark.png) center no-repeat;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 8px;
  }
  
  table.lines-between tr:not(:last-child) td {
    border-bottom: 1px solid #DCDDE0;
  }
  table.lines-between td {
    padding: 11px 0;
  }
  
  hr {
    background: #E4DFF3;
    height: 1px;
    border: 0 !important;
  }
  
  /* elements */
  .breadcrumbs {
    margin-top: 25px;
    text-align: center;
  }
  .breadcrumbs a {
    color: #aaaaaa;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
  .breadcrumbs span {
    color: #aaaaaa;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #393939;
  }
  .breadcrumbs a::after {
    content: "/";
    color: #aaaaaa;
    margin-left: 7px;
    margin-right: 5px;
  }
  .breadcrumbs a:hover {
    color: #FAA932;
  }
  
  .sticky-element {
    position: sticky;
    top: 20px;
    transition: 0.5s ease;
  }
  
  .scroll__top {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 64px;
    width: 60px;
    height: 60px;
    z-index: 777;
  }
  
  .arrow__up {
    background-image: url(/local/templates/lifting/assets/img/icons/arrow-next.png);
    transform: rotate(-90deg);
    opacity: 0.5;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 48px;
  }
  .arrow__up:hover, .arrow__up:focus {
    opacity: 1;
    background-image: url(/local/templates/lifting/assets/img/icons/arrow-next.png);
    filter: grayscale(0);
  }
  
  .label {
    border-radius: 100px;
    background: #FAA932;
    transition: 0.5s ease;
    padding: 5px 25px;
    color: white;
  }
  
  /* popup */
  .popup-window {
    position: relative;
    background: white;
    padding: 100px 60px 110px;
    width: auto;
    max-width: 1170px;
    margin: 40px auto 20px;
    border-radius: 30px;
  }
  
  .popup-small {
    position: relative;
    background: white;
    padding: 80px 55px;
    width: auto;
    max-width: 520px;
    margin: 50px auto;
  }
  
  .popup-medium {
    max-width: 820px;
  }
  
  .mfp-inline-holder .mfp-close {
    content: "";
    background: url(/local/templates/lifting/assets/img/icons/close.png) no-repeat !important;
    background-size: 70px !important;
    width: 70px;
    height: 70px;
    right: -35px;
    top: -35px;
    opacity: 1;
    color: transparent;
    transition: 0.5s ease;
  }
  .mfp-inline-holder .mfp-close:hover {
    filter: grayscale(1);
  }
  
  .mfp-bg {
    background: rgba(57, 57, 57, 0.4);
    opacity: 1;
    height: 100vh;
  }
  
  /* icons */
  .icon__before {
    position: relative;
    margin-left: 25px;
    line-height: inherit;
    white-space: nowrap;
  }
  .icon__before:before {
    background: url(/local/templates/lifting/assets/img/icons/whatsapp-top.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    left: -25px;
    top: 2px;
    transition: 0.2s ease;
  }
  
  .whatsapp__text:before {
    background: url(/local/templates/lifting/assets/img/icons/whatsapp-top.png) no-repeat;
    background-size: contain;
  }
  
  .icon__eye:before {
    background: url(/local/templates/lifting/assets/img/icons/eye.png) no-repeat;
    background-size: contain;
    top: -4px;
    background-size: 40px;
  }
  
  .icon__pin:before {
    background: url(/local/templates/lifting/assets/img/icons/pin.png) no-repeat;
    background-size: contain;
    background-size: 12px;
    width: 12px;
    height: 14px;
  }
  
  .icon__phone__simple:before {
    background: url(/local/templates/lifting/assets/img/icons/phone-vector.png) no-repeat;
    background-size: contain;
    background-size: 14px;
    width: 14px;
    height: 14px;
  }
  
  .icon__mail:before {
    background: url(/local/templates/lifting/assets/img/icons/mail.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
  }
  
  .icon__clock:before {
    background: url(/local/templates/lifting/assets/img/icons/clock.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
  }
  
  .phone__icon {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 15px;
  }
  .phone__icon:before {
    content: "";
    background-image: url(/local/templates/lifting/assets/img/icons/phone.png);
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    background-position: center;
    border-radius: 100%;
    display: inline-block;
  }
  
  .line__icons {
    display: flex;
  }
  
  .line__icon {
    position: relative;
    margin-right: 5px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
  .line__icon:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: 24px !important;
    width: 24px;
    height: 24px;
    left: 0;
  }
  
  .pin.line__icon:before {
    background: url(/local/templates/lifting/assets/img/icons/pin-dark.png);
  }
  
  .whatsapp.line__icon:before {
    background: url(/local/templates/lifting/assets/img/icons/whatsapp.png);
  }
  
  .cart.line__icon {
    margin-right: 12px;
  }
  .cart.line__icon:before {
    background: url(/local/templates/lifting/assets/img/icons/cart.png);
  }
  
  .badge__count {
    position: absolute;
    width: 18px;
    height: 18px;
    padding: 0;
    background: #FAA932;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    font-style: normal;
    top: -7px;
    right: -6px;
  }
  
  .user.line__icon {
    margin-right: 20px;
  }
  .user.line__icon:before {
    background: url(/local/templates/lifting/assets/img/icons/user.png);
  }
  
  .ya-maps.line__icon:before {
    background: url(/local/templates/lifting/assets/img/icons/ya.png);
    width: 28px;
    height: 25px;
    background-size: 16px !important;
    background-position: center right;
  }
  
  .telegram.line__icon:before {
    background: url(/local/templates/lifting/assets/img/icons/tg.png);
    width: 48px;
    height: 48px;
    background-size: 48px !important;
    background-position: center;
  }
  
  .whatsapp.line__icon:before {
    background: url(/local/templates/lifting/assets/img/icons/whatsapp.png);
    width: 48px;
    height: 48px;
    background-size: 48px !important;
    background-position: center;
  }
  
  .instagram.line__icon:before {
    background: url(/local/templates/lifting/assets/img/icons/in.png);
    width: 48px;
    height: 48px;
    background-size: 48px !important;
    background-position: center;
  }
  
  .wishlist.line__icon:before {
    background: url(/local/templates/lifting/assets/img/icons/heart-dark.png);
  }
  
  .search.line__icon:before {
    background: url(/local/templates/lifting/assets/img/icons/search.png);
  }
  
  .icon__search {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
    background: #FAA932;
    transition: opacity 0.4s ease;
    border-radius: 100%;
    transition: 0.4s ease;
  }
  .icon__search:before {
    content: "";
    background-image: url(/local/templates/lifting/assets/img/icons/search.png);
    background-repeat: no-repeat;
    background-size: 17px;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: center;
  }
  .icon__search:hover, .icon__search.active {
    background: #393939;
  }
  .icon__search.active:before {
    background-image: url(/local/templates/lifting/assets/img/icons/cross.png);
    background-size: 11px;
    filter: brightness(1.5);
  }
  
  .social .line__icon {
    width: 18px;
    height: 18px;
    margin-right: 0;
  }
  .social .line__icon:before {
    width: 18px;
    height: 18px;
    background-size: 18px !important;
  }
  
  .icon.icon-num {
    background: #FAA932;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 32px;
    font-family: "BigBang", sans-serif;
  }
  
  /* reviews */
  .reviews__item {
    padding: 45px 45px 50px;
    border: 0;
    background: #FFF;
    transition: border-color 0.3s ease;
  }
  .reviews__item:hover {
    border-color: #FAA932;
    cursor: pointer;
  }
  .reviews__item .review__top {
    border-bottom: 0;
    gap: 25px;
    text-transform: uppercase;
  }
  .reviews__item .review__top img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
  }
  .reviews__item .review__text {
    line-height: 150%;
  }
  .reviews__item .review__text a {
    text-decoration: underline;
  }
  
  .product__reviews .product__review:not(:last-child) {
    border-bottom: 1px solid rgba(38, 38, 40, 0.15);
  }
  
  /* categories */
  .categories__section {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .categories__section .pill__name {
    font-size: 24px;
  }
  .categories__section .categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .categories__section .category__item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    min-height: 300px;
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s ease-in-out;
    background-position: center;
  }
  .categories__section .category__item:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    right: 25px;
    top: 25px;
    position: absolute;
    transition: 0.2s ease;
  }
  .categories__section .category__item:hover::before {
    right: 20px;
    top: 20px;
  }
  .categories__section .category__item .category__info {
    position: absolute;
    padding: 30px;
    bottom: 0;
    width: 100%;
    z-index: 2;
    display: flex;
  }
  .categories__section .category__item .category__info .btn {
    width: auto;
    font-size: clamp(25px, 5vw, 32px);
    font-style: normal;
    font-weight: 400;
    font-family: "BigBang", sans-serif;
    line-height: 80%;
    color: white;
    padding: 0 15px;
    flex: 0;
    justify-content: space-between;
  }
  .categories__section .category__item .category__info .btn:after {
    content: "";
    background-image: url(/local/templates/lifting/assets/img/icons/arrow.png);
    width: 0;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
  }
  .categories__section .category__item:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.3);
  }
  .categories__section .category__item:hover .category__info .btn {
    background: #FAA932;
    color: white;
    flex: 100%;
  }
  .categories__section .category__item:hover .category__info .btn:after {
    width: 15px;
    opacity: 1;
    visibility: visible;
    margin-right: 5px;
  }
  
  /* sections */
  .advantages__section .group__block .icon__text {
    padding: 40px 40px 45px;
    overflow: visible;
  }
  .advantages__section .group__block .icon__text p {
    margin-bottom: 0;
  }
  .advantages__section .group__block .icon__text:nth-child(odd):not(:last-child):before {
    content: "";
    border: 2px solid #FAA932;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    width: calc(100% + 32px);
    height: 50px;
    position: absolute;
    top: -50px;
    z-index: -1;
    left: 50%;
  }
  .advantages__section .group__block .icon__text:nth-child(even):not(:last-child):before {
    content: "";
    border: 2px solid #FAA932;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    width: calc(100% + 32px);
    height: 50px;
    position: absolute;
    bottom: -50px;
    z-index: -1;
    left: 50%;
  }
  .advantages__section .group__block .icon__text .decor {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
  }
  .advantages__section .group__block .icon__text .decor:after {
    bottom: -5px;
  }
  .advantages__section .group__block .icon__text .decor:before {
    top: -5px;
  }
  .advantages__section .group__block .icon__text:not(:last-child) .decor:before, .advantages__section .group__block .icon__text:not(:first-child) .decor:after {
    content: "";
    background-color: #FAA932;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 1;
    left: calc(50% - 4px);
  }
  
  .numbers__section .group__block {
    padding: 40px 60px;
    flex-wrap: nowrap;
  }
  .numbers__section .icon__text {
    color: white;
    gap: 0;
    font-size: 20px;
    padding: 30px;
    border-radius: 0;
  }
  .numbers__section .icon__text strong {
    font-size: clamp(35px, 4vw, 90px);
    display: block;
    line-height: 1;
  }
  
  /* helpers */
  .pointer {
    cursor: pointer;
  }
  
  .position-absolute {
    position: absolute;
  }
  
  .position-bottom {
    bottom: 0;
  }
  
  .media {
    display: flex;
    align-items: flex-start;
  }
  
  .media-body {
    flex: 1;
  }
  
  .pills {
    display: block;
  }
  .pills .pill {
    font-family: "BigBang", sans-serif;
    display: inline-flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 350px;
    color: #393939;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    /* 17.6px */
  }
  .pills .pill.active, .pills .pill:hover {
    background: #FAA932;
    color: white;
  }
  
  .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
  .position-unset {
    position: unset;
  }
  
  .mute {
    color: #AFAFAF;
  }
  
  .text-color {
    color: #FAA932;
  }
  
  .h-100 {
    height: 100%;
  }
  
  .h-auto {
    height: auto;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-underline {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  
  .img-center {
    width: 100%;
    text-align: center;
  }
  
  .text-uppercase, .uppercase {
    text-transform: uppercase;
  }
  
  .text-lowercase, .lowercase {
    text-transform: none !important;
  }
  
  .justify-center {
    justify-content: center;
    display: flex;
  }
  
  .justify-start {
    justify-content: start !important;
  }
  
  .justify-end {
    justify-content: end !important;
  }
  
  .d-block {
    display: block;
  }
  
  .d-inline-block {
    display: inline-block;
  }
  
  .align-items-top {
    align-items: start !important;
  }
  
  .align-items-bottom {
    align-items: end;
  }
  
  .align-items-center {
    align-items: center;
  }
  
  .d-none {
    display: none;
  }
  
  .d-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  
  .align-left {
    align-items: start;
  }
  
  .align-right {
    align-items: end;
  }
  
  .align-center {
    align-items: center;
  }
  
  .justify-content-space-between, .justify-between {
    justify-content: space-between;
  }
  
  .justify-content-start {
    justify-content: start;
  }
  
  .justify-content-end {
    justify-content: end;
  }
  
  .border-0 {
    border: 0 !important;
  }
  
  .color-1 {
    color: #FAA932;
  }
  .color-1:hover {
    color: #393939;
  }
  
  .color-2 {
    color: #393939;
  }
  .color-2:hover {
    color: #FAA932;
  }
  
  .color-3 {
    color: #F3F3F3;
  }
  .color-3:hover {
    color: #FAA932;
  }
  
  /* flex gap upto 60px */
  .gap-0 {
    gap: 0;
  }
  
  .gap-5, .gap-10 {
    gap: 10px;
  }
  
  .gap-15 {
    gap: 15px;
  }
  
  .gap-20 {
    gap: 20px;
  }
  
  .gap-25 {
    gap: 25px;
  }
  
  .gap-30 {
    gap: 30px;
  }
  
  .gap-35 {
    gap: 35px;
  }
  
  .gap-40 {
    gap: 40px;
  }
  
  .gap-45 {
    gap: 45px;
  }
  
  .gap-50 {
    gap: 50px;
  }
  
  .gap-55 {
    gap: 55px;
  }
  
  .gap-60 {
    gap: 60px;
  }
  
  .gap-90 {
    gap: 90px;
  }
  
  .col-gap-90, .gap-col-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  
  .gap-col-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  
  .col-gap-20, .gap-col-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  
  .gap-row-10 {
    row-gap: 10px;
  }
  
  .gap-row-20 {
    row-gap: 20px;
  }
  
  .gap-row-30 {
    row-gap: 30px;
  }
  
  .gap-row-40 {
    row-gap: 40px;
  }
  
  .flex-column {
    flex-direction: column;
  }
  
  .flex-row {
    flex-direction: row;
  }
  
  .flex-children-1 > * {
    flex: 1;
  }
  
  .fs-12 {
    font-size: 12px;
  }
  
  .fs-14 {
    font-size: 14px;
  }
  
  .fs-16 {
    font-size: 16px;
  }
  
  .fs-18 {
    font-size: 18px;
  }
  
  .fs-19 {
    font-size: 19px;
  }
  
  .fs-20 {
    font-size: 20px;
  }
  
  .fs-22 {
    font-size: 22px;
  }
  
  .fs-24 {
    /*font-size: 24px; */
    font-size: clamp(18px, 2vw, 24px);
  }
  
  .fs-26 {
    font-size: 26px;
  }
  
  .fs-30 {
    font-size: 30px;
  }
  
  .fs-80 {
    font-size: clamp(30px, 5vw, 80px);
  }
  
  .fs-100 {
    font-size: clamp(30px, 5vw, 100px);
  }
  
  .fw-600 {
    font-weight: 600;
  }
  
  .fw-700 {
    font-weight: 700;
  }
  
  .fw-800, .bold {
    font-weight: 800 !important;
  }
  
  .margin-auto {
    margin: 0 auto;
  }
  
  /* margin-top upto 60px */
  .mt-0 {
    margin-top: 0;
  }
  
  .mt-5 {
    margin-top: 5px;
  }
  
  .mt-10 {
    margin-top: 10px;
  }
  
  .mt-15 {
    margin-top: 15px;
  }
  
  .mt-20 {
    margin-top: 20px;
  }
  
  .mt-25 {
    margin-top: 25px;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .mt-35 {
    margin-top: 35px;
  }
  
  .mt-40 {
    margin-top: 40px;
  }
  
  .mt-45 {
    margin-top: 45px;
  }
  
  .mt-50 {
    margin-top: 50px;
  }
  
  .mt-55 {
    margin-top: 55px;
  }
  
  .mt-60 {
    margin-top: 60px;
  }
  
  /* margin-bottom upto 60px */
  .mb-0 {
    margin-bottom: 0;
  }
  
  .mb-5 {
    margin-bottom: 5px;
  }
  
  .mb-10 {
    margin-bottom: 10px;
  }
  
  .mb-15 {
    margin-bottom: 15px;
  }
  
  .mb-20 {
    margin-bottom: 20px;
  }
  
  .mb-25 {
    margin-bottom: 25px;
  }
  
  .mb-30 {
    margin-bottom: 30px;
  }
  
  .mb-35 {
    margin-bottom: 35px;
  }
  
  .mb-40 {
    margin-bottom: 40px;
  }
  
  .mb-45 {
    margin-bottom: 45px;
  }
  
  .mb-50 {
    margin-bottom: 50px;
  }
  
  .mb-55 {
    margin-bottom: 55px;
  }
  
  .mb-60 {
    margin-bottom: 60px;
  }
  
  .mb-80 {
    margin-bottom: 80px;
  }
  
  .mb-90 {
    margin-bottom: 90px;
  }
  
  .mb-130 {
    margin-bottom: 130px;
  }
  
  /* margin-right upto 20px */
  .mr-0 {
    margin-right: 0px;
  }
  
  .mr-10 {
    margin-right: 10px;
  }
  
  .mr-15 {
    margin-right: 15px;
  }
  
  .mr-20 {
    margin-right: 20px;
  }
  
  .mr-40 {
    margin-right: 40px;
  }
  
  .ml-auto {
    margin-left: auto;
  }
  
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  
  /* padding upto 0 */
  .p-0 {
    padding: 0 !important;
  }
  
  .p-35 {
    padding: 35px;
  }
  
  .p-45 {
    padding: 45px;
  }
  
  .p-50 {
    padding: 50px;
  }
  
  /* padding-bottom upto 40px */
  .pb-0 {
    padding-bottom: 0;
  }
  
  .pb-5 {
    padding-bottom: 5px;
  }
  
  .pb-10 {
    padding-bottom: 10px;
  }
  
  .pb-15 {
    padding-bottom: 15px;
  }
  
  .pb-20 {
    padding-bottom: 20px;
  }
  
  .pb-25 {
    padding-bottom: 25px;
  }
  
  .pb-30 {
    padding-bottom: 30px;
  }
  
  .pb-35 {
    padding-bottom: 35px;
  }
  
  .pb-40 {
    padding-bottom: 40px;
  }
  
  /* padding-top upto 50px */
  .pt-0 {
    padding-top: 0;
  }
  
  .pt-5 {
    padding-top: 5px;
  }
  
  .pt-10 {
    padding-top: 10px;
  }
  
  .pt-15 {
    padding-top: 15px;
  }
  
  .pt-20 {
    padding-top: 20px;
  }
  
  .pt-25 {
    padding-top: 25px;
  }
  
  .pt-30 {
    padding-top: 30px;
  }
  
  .pt-35 {
    padding-top: 35px;
  }
  
  .pt-40 {
    padding-top: 40px;
  }
  
  .pt-45 {
    padding-top: 45px;
  }
  
  .pt-50 {
    padding-top: 50px;
  }
  
  .pt-75 {
    padding-top: 75px;
  }
  
  .pt-115 {
    padding-top: 115px;
  }
  
  /* padding horizontal */
  .px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  
  .px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  
  .px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  
  .px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  
  /* padding vertical */
  .py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  
  .py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  
  .py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  
  .py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  .p-110 {
    padding-top: 110px;
    padding-right: 110px;
    padding-bottom: 110px;
    padding-left: 110px;
  }
  
  .pr-15 {
    padding-right: 15px;
  }
  
  /* line-height */
  .lh-1 {
    line-height: 100%;
  }
  
  .lh-110 {
    line-height: 110%;
  }
  
  .lh-115 {
    line-height: 115%;
  }
  
  .lh-120 {
    line-height: 120%;
  }
  
  .lh-130 {
    line-height: 130%;
  }
  
  .lh-150, .lh-1-5 {
    line-height: 150%;
  }
  
  .lh-190 {
    line-height: 190%;
  }
  
  .lh-2 {
    line-height: 200%;
  }
  
  .box-shadow-none {
    box-shadow: none !important;
  }
  
  .w-18px {
    width: 18px !important;
  }
  
  .h-18px {
    height: 18px !important;
  }
  
  .w-50px {
    width: 50px !important;
  }
  
  .wh-50px {
    width: 50px !important;
    height: 50px !important;
  }
  
  .w-100 {
    width: 100%;
  }
  
  .space {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  
  .space-sm {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  
  .space-top {
    padding-top: 65px;
  }
  
  .space-bottom {
    padding-bottom: 65px;
  }
  
  .space-top-sm {
    padding-top: 35px;
  }
  
  .space-bottom-sm {
    padding-bottom: 35px;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-white, .section-text-white * {
    color: #fff;
  }
  
  .underline {
    text-decoration: underline !important;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: 1px !important;
  }
  
  /* *a.underline {
   * *    text-decoration: none;
   * *    position: relative;
   * *    display: inline-block;
   * *    width: fit-content;
   * *}
   * *
   * *
   * *a.underline:after {
   * *    content: '';
   * *    height: 1px;
   * *    position: absolute;
   * *    background: $primary-color);
   * *    width: 100%;
   * *    left: 0;
   * *    bottom: 2px;
   * *} */
  .dashed {
    position: relative;
  }
  .dashed::after {
    content: "";
    border-bottom: 1px dashed #cbcbcb;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 30px;
  }
  
  a.mute.underline:after {
    background: #AFAFAF;
  }
  a.mute.underline:hover, a.mute.underline:focus {
    color: #FAA932;
  }
  a.mute.underline:hover::after, a.mute.underline:focus::after {
    background: #FAA932;
  }
  
  .border-bottom-dotted {
    border-bottom: 2px dotted;
    border-color: #393939;
  }
  
  .bg {
    background-color: #F3F3F3 !important;
  }
  
  .bg-primary {
    background-color: #FAA932 !important;
  }
  
  .bg-tertiary {
    background-color: #F3F3F3 !important;
  }
  
  .bg-light {
    background-color: #F3F3F3 !important;
  }
  
  .bg-color {
    background-color: #A2A2A2 !important;
  }
  
  .bg-white {
    background-color: white !important;
  }
  
  .primary-color {
    color: #FAA932;
  }
  
  .secondary-color {
    color: #393939;
  }
  
  .rounded {
    border-radius: 30px;
    overflow: hidden;
  }
  
  .flat {
    border-radius: 0;
    overflow: auto;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .overflow-visible {
    overflow: visible;
  }
  
  .bg-absolute {
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    z-index: -1;
  }
  
  .col-2 > * {
    flex: 0 1 calc(50% - 15px);
  }
  
  .col-3 > * {
    flex: 0 1 calc(33.3333333333% - 20px);
  }
  
  .col-4 > * {
    flex: 0 1 calc(25% - 22.5px);
  }
  
  .z-1 {
    z-index: -1;
  }
  
  .z0 {
    z-index: 0;
  }
  
  .z1 {
    z-index: 1;
  }
  
  .z2 {
    z-index: 2;
  }
  
  .p-relative {
    position: relative;
    z-index: 1;
  }
  
  .p-absolute {
    position: absolute;
  }
  
  /* col-xl-* upto 100% */
  .col-xl-0 {
    width: 0%;
  }
  
  .col-xl-5 {
    width: 5%;
  }
  
  .col-xl-10 {
    width: 10%;
  }
  
  .col-xl-15 {
    width: 15%;
  }
  
  .col-xl-20 {
    width: 20%;
  }
  
  .col-xl-25 {
    width: 25%;
  }
  
  .col-xl-30 {
    width: 30%;
  }
  
  .col-xl-35 {
    width: 35%;
  }
  
  .col-xl-40 {
    width: 40%;
  }
  
  .col-xl-45 {
    width: 45%;
  }
  
  .col-xl-50 {
    width: 50%;
  }
  
  .col-xl-55 {
    width: 55%;
  }
  
  .col-xl-60 {
    width: 60%;
  }
  
  .col-xl-65 {
    width: 65%;
  }
  
  .col-xl-70 {
    width: 70%;
  }
  
  .col-xl-75 {
    width: 75%;
  }
  
  .col-xl-80 {
    width: 80%;
  }
  
  .col-xl-85 {
    width: 85%;
  }
  
  .col-xl-90 {
    width: 90%;
  }
  
  .col-xl-95 {
    width: 95%;
  }
  
  .col-xl-100 {
    width: 100%;
  }
  
  .col-auto {
    flex: 1 0 0%;
  }
  
  .col-calc .col-1-2 {
    flex: 0 1 calc(50% - 30px);
  }
  .col-calc .col-1-3 {
    flex: 0 1 calc(33.3333333333% - 20px);
  }
  .col-calc .col-1-4 {
    flex: 0 1 calc(25% - 22.5px);
  }
  .col-calc.gap-40 .col-1-4 {
    flex: 0 1 calc(25% - 30px);
  }
  
  .order-1 {
    order: 1;
  }
  
  .order-2 {
    order: 2;
  }
  
  .d-table {
    display: table;
  }
  
  .ff-1 {
    font-family: "Inter", sans-serif;
  }
  
  .ff-2 {
    font-family: "BigBang", sans-serif;
  }
  
  .img-flex {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  /* theme */
  /* maket */
  .top__title {
    background: #F3F3F3;
  }
  .top__title .wrapper {
    padding-bottom: 130px;
  }
  
  .color {
    color: #FAA932 !important;
  }
  .color:hover {
    color: #393939 !important;
  }
  
  .contacts__section .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-size: 60px;
  }
  
  .bg-primary input {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .bg-primary ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
  }
  .bg-primary ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
  }
  .bg-primary :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
  }
  .bg-primary ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
  }
  .bg-primary input:focus {
    border: 1px solid white;
  }
  
  .fancy-bg {
    height: 650px;
  }
  .fancy-bg .fancy-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .fancy-bg .fancy-side .btn {
    justify-content: start;
  }
  
  .section__stylist .fancy-bg {
    height: 730px;
  }
  
  .fancy-bg.blur:after {
    content: "";
    background: rgb(243, 243, 243);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    position: absolute;
    z-index: -1;
    display: none;
  }
  
  .reviews__item {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .accordion__item.active .label, .accordion__title:hover .label {
    background: #FFF;
  }
  
  .bg-color input, .bg-color textarea {
    background: white;
  }
  
  .__slider .slick-slide, .__slider.cards .slick-slide img {
    border-radius: 30px;
    overflow: hidden;
  }
  .__slider .slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
  }
  .__slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  
  small {
    font-size: 14px;
  }
  
  a.text {
    color: #393939;
  }
  a.text:hover {
    color: #FAA932;
  }
  
  .color-light {
    color: #A2A2A2;
  }
  
  .steps__section .group__block .icon__text {
    border: 0 !important;
    justify-content: start;
    overflow: visible;
  }
  .steps__section .group__block .icon__text .icon {
    position: relative;
  }
  .steps__section .group__block .icon__text .icon .line {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1px;
    background: #E4DFF3;
    top: 50%;
    z-index: -1;
    left: -500px;
  }
  
  .group__block.gap__invert .icon__text {
    cursor: pointer;
  }
  .group__block.gap__invert .icon__text:not(:last-child) {
    padding-bottom: 90px;
  }
  .group__block.gap__invert .icon__text:not(:first-child) {
    margin-top: -50px;
  }
  .offers__section .group__block.gap__invert .icon__text strong {
    display: block;
  }
  .offers__section .group__block.gap__invert .icon__text:hover {
    background-color: #FAA932 !important;
  }
  .offers__section .group__block.gap__invert .icon__text strong, .offers__section .group__block.gap__invert .icon__text p, .offers__section .group__block.gap__invert .icon__text .icon.icon-num {
    transition: all 0.3s ease;
  }
  .offers__section .group__block.gap__invert .icon__text:hover strong, .offers__section .group__block.gap__invert .icon__text:hover p, .offers__section .group__block.gap__invert .icon__text:hover .icon.icon-num {
    color: white;
  }
  .offers__section .group__block.gap__invert .icon__text:hover .icon.icon-num {
    background: white;
    color: #FAA932;
  }
  
  .h-special-wrapper {
    position: relative;
  }
  .h-special-wrapper .mask {
    overflow: hidden;
    position: relative;
    padding-top: 15px;
  }
  .h-special-wrapper .mask .h-special-mask {
    background-image: url(/local/templates/lifting/assets/img/bg/mask.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 200px;
    position: absolute;
    top: 14px;
    left: -1px;
  }
  .h-special-wrapper .mask .img-w-mask {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
  }
  .h-special-wrapper .h-special-item {
    white-space: nowrap;
    position: absolute;
    z-index: 1;
  }
  
  .marquee .decor {
    width: 70px;
    height: 70px;
    background: #FAA932;
    border-radius: 100%;
    flex: 1 0 70px;
    margin-right: 30px;
  }
  
  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 72px;
    overflow: hidden;
  }
  .marquee .btn {
    height: 70px;
    font-size: clamp(25px, 5vw, 32px);
    font-family: "BigBang", sans-serif;
    margin-right: 30px;
  }
  .marquee .track {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .marquee .track .el {
    animation-name: marquee;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
  }
  .marquee .track .el div {
    list-style: none;
    padding-right: 30px;
    font-size: 40px;
  }
  
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .scrollbar-outer::-webkit-scrollbar-track {
    border-radius: 13px;
  }
  
  .scrollbar-outer::-webkit-scrollbar {
    width: 6px;
    border-radius: 13px;
  }
  
  .scrollbar-outer::-webkit-scrollbar-thumb {
    width: 6px;
    box-shadow: inset 0 0 0 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 13px;
  }
  
  .search__block {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #F3F3F3;
    border-radius: 30px;
    padding-bottom: 25px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .search__block form {
    opacity: 0;
    transition: padding-top 0.3s ease, opacity 0.1s ease;
    padding-top: 0px;
  }
  .search__block.active {
    height: 160px;
    opacity: 1;
    visibility: visible;
  }
  .search__block.active form {
    opacity: 1;
    padding-top: 85px;
  }
  .search__block .search_fields.input-group {
    box-shadow: none;
  }
  .search__block .search_fields .btn {
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    margin-left: -25px;
    border-top-left-radius: var(--btn-radius);
    border-bottom-left-radius: var(--btn-radius);
  }
  .search__block .search_fields input {
    height: 50px;
    background: white;
  }
  
  /* media */
  /* helpers start */
  @media (min-width: 1400px) {
    .col-xxl-30 {
      width: 30%;
    }
    .col-xxl-35 {
      width: 35%;
    }
    .col-xxl-40 {
      width: 40%;
    }
    .col-xxl-45 {
      width: 45%;
    }
    .col-xxl-50 {
      width: 50%;
    }
    .col-xxl-55 {
      width: 55%;
    }
    .col-xxl-60 {
      width: 60%;
    }
    .col-xxl-65 {
      width: 65%;
    }
    .col-xxl-70 {
      width: 70%;
    }
    .col-xxl-75 {
      width: 75%;
    }
    .col-xxl-80 {
      width: 80%;
    }
    .col-xxl-85 {
      width: 85%;
    }
    .col-xxl-90 {
      width: 90%;
    }
    .col-xxl-95 {
      width: 95%;
    }
    .col-xxl-100 {
      width: 100%;
    }
    .d-xxl-none {
      display: none;
    }
  }
  @media (max-width: 1399px) {
    .col-xl-30 {
      width: 30%;
    }
    .col-xl-35 {
      width: 35%;
    }
    .col-xl-40 {
      width: 40%;
    }
    .col-xl-45 {
      width: 45%;
    }
    .col-xl-50 {
      width: 50%;
    }
    .col-xl-55 {
      width: 55%;
    }
    .col-xl-60 {
      width: 60%;
    }
    .col-xl-65 {
      width: 65%;
    }
    .col-xl-70 {
      width: 70%;
    }
    .col-xl-75 {
      width: 75%;
    }
    .col-xl-80 {
      width: 80%;
    }
    .col-xl-85 {
      width: 85%;
    }
    .col-xl-90 {
      width: 90%;
    }
    .col-xl-95 {
      width: 95%;
    }
    .col-xl-100 {
      width: 100%;
    }
    .d-xl-none {
      display: none;
    }
  }
  @media (max-width: 1199px) {
    .flex-lg-row {
      flex-direction: row;
    }
    .flex-lg-column {
      flex-direction: column;
    }
    .col-lg-30 {
      width: 30%;
    }
    .col-lg-35 {
      width: 35%;
    }
    .col-lg-40 {
      width: 40%;
    }
    .col-lg-45 {
      width: 45%;
    }
    .col-lg-50 {
      width: 50%;
    }
    .col-lg-55 {
      width: 55%;
    }
    .col-lg-60 {
      width: 60%;
    }
    .col-lg-65 {
      width: 65%;
    }
    .col-lg-70 {
      width: 70%;
    }
    .col-lg-75 {
      width: 75%;
    }
    .col-lg-80 {
      width: 80%;
    }
    .col-lg-85 {
      width: 85%;
    }
    .col-lg-90 {
      width: 90%;
    }
    .col-lg-95 {
      width: 95%;
    }
    .col-lg-100 {
      width: 100%;
    }
    .col-calc .col-1-3-lg {
      flex: 0 1 calc(33.3333333333% - 20px);
    }
    .d-lg-none {
      display: none;
    }
    .mt-lg-0 {
      margin-top: 0;
    }
  }
  @media (max-width: 991px) {
    .inline__form > * {
      width: 100%;
    }
    .flex-md-row {
      flex-direction: row;
    }
    .flex-md-column {
      flex-direction: column;
    }
    .col-md-15 {
      width: 15%;
    }
    .col-md-20 {
      width: 20%;
    }
    .col-md-25 {
      width: 25%;
    }
    .col-md-30 {
      width: 30%;
    }
    .col-md-35 {
      width: 35%;
    }
    .col-md-40 {
      width: 40%;
    }
    .col-md-45 {
      width: 45%;
    }
    .col-md-50 {
      width: 50%;
    }
    .col-md-55 {
      width: 55%;
    }
    .col-md-60 {
      width: 60%;
    }
    .col-md-65 {
      width: 65%;
    }
    .col-md-70 {
      width: 70%;
    }
    .col-md-75 {
      width: 75%;
    }
    .col-md-80 {
      width: 80%;
    }
    .col-md-85 {
      width: 85%;
    }
    .col-md-90 {
      width: 90%;
    }
    .col-md-95 {
      width: 95%;
    }
    .col-md-100 {
      width: 100%;
      flex: 1 0 100%;
    }
    .order-md-1 {
      order: 1;
    }
    .order-md-2 {
      order: 2;
    }
    .mt-md-0 {
      margin-top: 0;
    }
    .ml-md-0 {
      margin-left: 0;
    }
    .mb-md-50 {
      margin-bottom: 50px;
    }
    .pt-md-0 {
      padding-top: 0;
    }
    .text-md-left {
      text-align: left;
    }
    .text-md-right {
      text-align: right;
    }
    .align-md-left {
      align-items: start;
    }
    .text-md-center {
      text-align: center;
    }
    .align-md-center {
      align-items: center;
    }
    .p-md-20 {
      padding-left: 20px !important;
      padding-right: 20px !important;
      padding-top: 20px !important;
      padding-bottom: 20px !important;
    }
    .col-2 > * {
      flex: 0 1 calc(50% - 15px);
    }
    .col-2.gap-20 > * {
      flex: 0 1 calc(50% - 10px);
    }
    .col-2 > .flex-row {
      flex-direction: column;
    }
    .col-3 > * {
      flex: 100%;
    }
    .col-3 > .flex-column {
      flex-direction: row;
    }
    .col-3 > .text-center {
      text-align: left;
      align-items: start;
    }
    .col-4 > * {
      flex: 0 1 calc(25% - 22.5px);
    }
    .col-2-md > * {
      flex: 0 1 calc(50% - 15px);
    }
    .col-calc .col-1-2-md {
      flex: 0 1 calc(50% - 30px);
    }
    .px-md-50 {
      padding-left: 50px;
      padding-right: 50px;
    }
    .px-md-30 {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  @media (max-width: 767px) {
    /* sm */
    .d-sm-none {
      display: none;
    }
    .d-sm-block {
      display: block;
    }
    .d-sm-inline-block {
      display: inline-block;
    }
    .flex-sm-row {
      flex-direction: row;
    }
    .flex-sm-column {
      flex-direction: column;
    }
    .col-sm-50 {
      width: 50%;
    }
    .col-sm-70 {
      width: 70%;
    }
    .col-sm-75 {
      width: 75%;
    }
    .col-sm-80 {
      width: 80%;
    }
    .col-sm-85 {
      width: 85%;
    }
    .col-sm-90 {
      width: 90%;
    }
    .col-sm-95 {
      width: 95%;
    }
    .col-sm-100 {
      width: 100%;
      flex: 100% !important;
    }
    .fancy-bg:after {
      display: block;
    }
    .px-sm-30 {
      padding-left: 30px;
      padding-right: 30px;
    }
    .px-sm-40 {
      padding-left: 40px;
      padding-right: 40px;
    }
    .py-sm-50 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .py-sm-60 {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .mr-sm-20 {
      margin-right: 20px;
    }
    .mb-sm-20 {
      margin-bottom: 20px;
    }
    .col-2 > * {
      flex: 100% !important;
    }
    .col-2 > .flex-row {
      flex-direction: row;
    }
    .col-4 > * {
      flex: 0 1 calc(50% - 15px);
    }
    .col-1-sm > * {
      flex: 100%;
    }
  }
  @media (max-width: 575px) {
    .px-sx-30 {
      padding-left: 30px;
      padding-right: 30px;
    }
    .p-xs-0 {
      padding: 0 !important;
    }
    .pt-xs-40 {
      padding-top: 40px;
    }
    .gap-xs-0 {
      gap: 0px;
    }
    .gap-xs-30 {
      gap: 30px;
    }
    .d-xs-none {
      display: none;
    }
    .d-xs-block {
      display: block;
    }
    .col-xs-50 {
      width: 50%;
    }
    .col-xs-70 {
      width: 70%;
    }
    .col-xs-75 {
      width: 75%;
    }
    .col-xs-80 {
      width: 80%;
    }
    .col-xs-85 {
      width: 85%;
    }
    .col-xs-90 {
      width: 90%;
    }
    .col-xs-95 {
      width: 95%;
    }
    .col-xs-100 {
      width: 100%;
    }
    .col-2 > .flex-row, .col-3 > .flex-column {
      flex-direction: column;
    }
    .col-1-xs > * {
      flex: 100%;
    }
    .mt-xs-40-neg {
      margin-top: -40px;
    }
    .mr-xs-40 {
      margin-right: 40px;
    }
    .mb-xs-40 {
      margin-bottom: 40px;
    }
    .flex-xs-column {
      flex-direction: column;
    }
  }
  @media (max-width: 360px) {
    .d-xxs-none {
      display: none;
    }
    .col-xxs-50 {
      width: 50%;
    }
    .col-xxs-70 {
      width: 70%;
    }
    .col-xxs-75 {
      width: 75%;
    }
    .col-xxs-80 {
      width: 80%;
    }
    .col-xxs-85 {
      width: 85%;
    }
    .col-xxs-90 {
      width: 90%;
    }
    .col-xxs-95 {
      width: 95%;
    }
    .col-xxs-100 {
      width: 100%;
    }
  }
  /* helpers end */
  @media (max-width: 1400px) {
    .scroll__top {
      right: 50px;
    }
    .par-tech {
      top: 15%;
    }
    .with-shadow.with-gap.__slider:not(.images__thumbnails) {
      margin: 0 -20px;
    }
    .with-shadow.with-gap.__slider:not(.images__thumbnails) .slick-list {
      box-sizing: initial;
      padding: 50px 10px 115px !important;
    }
  }
  @media (max-width: 1299px) {
    .categories .category__info .btn {
      font-size: 23px;
    }
  }
  @media (max-width: 1199px) {
    .d-lg-block {
      display: block;
    }
    .homeslider__item {
      height: 550px;
      min-height: 550px;
    }
    .fancy-bg {
      height: 500px;
    }
    .section__stylist .fancy-bg {
      height: 625px;
    }
    .main__pic {
      right: 5%;
    }
    .header__list {
      gap: 20px;
    }
    header.header .btn {
      padding: 0 15px;
    }
    a.header__link {
      font-size: 15px;
    }
    .header:not(.offcanvas__show) .header__item.has__children > a:after {
      background-size: 8px;
      height: 20px;
    }
    .wrapper {
      max-width: 100%;
      width: 100%;
    }
    .scroll__top {
      right: 30px;
      bottom: 30px;
    }
    header .header__contacts {
      gap: 10px;
      flex-direction: column-reverse;
    }
    header .header__contacts .phone__icon {
      display: none;
    }
    .group__block.oboi .icon__text {
      font-size: 15px;
      line-height: 1.4;
      gap: 10px;
      justify-content: start;
    }
    .group__block.oboi .icon {
      width: 60px;
      height: 60px;
      background-size: 60px;
    }
    .col__lb .col__right {
      padding: 0 0 0 5%;
    }
    .col__rb .col__left {
      padding: 0 4% 0 0;
    }
    .product__wrapper .product__right {
      max-width: 35%;
    }
    .product__wrapper .product__left {
      max-width: 60%;
    }
  }
  @media (max-width: 1120px) {
    .categories .category__info .btn {
      font-size: 18px;
    }
  }
  @media (max-width: 1099px) {
    header .btn-catalog {
      font-size: 0 !important;
    }
    header .btn.btn-catalog:before {
      margin-right: 0 !important;
    }
    .accordion__tab .accordion__content {
      padding: 60px 45px 60px 70px;
    }
  }
  @media (max-width: 991px) {
    .accordion__tab .accordion__item {
      margin-right: 0px;
    }
    .accordion__tab .accordion__item .accordion__content {
      width: 100%;
      position: relative;
      border-radius: 0 0 15px 15px !important;
      padding: 0 40px 40px 40px;
    }
    .accordion__tab .accordion__item .accordion__content .h3,
    .accordion__tab .accordion__item .accordion__content h3 {
      display: none;
    }
    .accordion__tab .accordion__item .accordion__content .scrollbar-outer {
      max-height: none !important;
    }
    .accordion__tab .accordion__item .accordion__title {
      width: 100%;
      border-radius: 15px;
    }
    .accordion__tab .accordion__item.active .accordion__title {
      border-radius: 15px 15px 0 0 !important;
      padding: 35px 85px 35px 40px;
    }
    .accordion__tab .accordion__item.active:after {
      transform: rotate(-90deg);
      right: 40px !important;
    }
    header .header__contacts .phone__icon {
      display: block;
    }
    .header .header__item {
      height: auto;
    }
    .header__top {
      font-size: 13px;
    }
    .offcanvas.show .percent-icon {
      padding: 10px 0 10px 35px !important;
    }
    .offcanvas.show .percent-icon:before {
      margin-top: 0;
      top: 8px;
    }
    .btn.btn-cool.cool-dark {
      height: 55px;
    }
    .btn.btn-cool.cool-dark:after {
      background-size: 55px;
      width: 55px;
    }
    .homeslider .slick-next:before, .homeslider .slick-prev:before {
      -webkit-backdrop-filter: brightness(200%) blur(3px);
              backdrop-filter: brightness(200%) blur(3px);
    }
    .product__left .slider__vertical .product__images {
      padding: 60px 60px;
    }
    .product__wrapper .product__left {
      flex-basis: 49%;
      max-width: 49%;
    }
    .product__wrapper .product__right {
      flex-basis: 49%;
      max-width: 45%;
    }
    .fancy-bg {
      height: 400px;
    }
    .section__stylist .fancy-bg {
      height: 480px;
    }
    h2.styled, .h2.styled {
      font-size: 50px;
      padding-top: 115px;
    }
    h2.styled:before, .h2.styled:before {
      font-size: 200px;
      top: -25px;
    }
    .offcanvas.show .header__list .header__item {
      text-align: right;
    }
    .offcanvas.show .header__list .header__item .btn-catalog {
      font-size: 20px !important;
      color: #252525 !important;
      background: transparent;
      padding: 10px 0px;
    }
    .offcanvas.show .header__list .header__item .btn-catalog:before {
      content: "";
      display: none;
    }
    .card__block .card__item {
      flex-basis: calc(50% - 15px);
    }
    header .header__contacts {
      gap: 40px;
      flex-direction: row;
    }
    .categories .category__info .btn {
      font-size: 21px;
    }
    .product__wrapper .product__left {
      flex-basis: 45%;
    }
    .product__wrapper .product__right {
      flex-basis: 50%;
    }
    .images__thumbnails img {
      max-width: calc(33% - 6px);
    }
    .reviews__section:before {
      background-position-y: 85%;
      background-size: 50%;
    }
    .reviews__section:after {
      background-position-y: 30%;
      background-size: 50%;
    }
    .slider__columns {
      flex-direction: column;
    }
    .slider__columns .outside__arrows {
      width: 100%;
      justify-content: space-between;
      bottom: 12px;
    }
    .slider__columns > *:first-child {
      width: 100%;
    }
    .group__block.column__3 {
      flex-direction: column;
    }
    .group__block.column__3 .icon__text span {
      max-width: 65%;
    }
    .categories {
      height: auto;
      flex-direction: row;
    }
    nav.header__nav {
      order: 1;
    }
    .popup-window {
      padding: 80px 50px 55px;
      max-width: calc(100% - 30px);
      max-width: 910px;
      margin: 40px auto;
    }
    .popup-small {
      max-width: 450px !important;
    }
    .header__nav {
      height: auto;
      display: flex;
    }
    .header__wrapper {
      flex-direction: row;
      justify-content: space-between;
    }
    .header__nav .navbar__toggler {
      display: flex;
      align-self: center;
    }
    .col__block .col__left, .col__block .col__right {
      flex: 50%;
    }
    .space {
      padding-top: 35px;
      padding-bottom: 35px;
    }
    .contacts__block .icon__text {
      flex-direction: row;
      align-items: center;
      gap: 50px;
    }
    .contacts__block .icon__text .icon {
      margin-bottom: 0;
    }
    .offcanvas {
      position: fixed;
      bottom: 0;
      z-index: 1045;
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: #252525;
      visibility: hidden;
      background-color: #ffffff;
      background-clip: padding-box;
      outline: 0;
      justify-content: start;
      align-items: start;
      top: 0;
      right: 0;
      width: 300px;
      border-right: 1px solid rgba(0, 0, 0, 0.175);
      transform: translateX(100%);
      padding: 0 30px 25px;
      background-position: left top;
      height: 100vh;
    }
    .offcanvas.show {
      transition: transform 0.3s ease-in-out;
    }
    .offcanvas.show:not(.hiding) {
      transform: none;
      visibility: visible;
    }
    .offcanvas.showing {
      transform: none;
      visibility: visible;
    }
    .offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
      visibility: visible;
    }
    .offcanvas .btn-close {
      display: block !important;
      align-self: end;
    }
    .offcanvas .header__list {
      display: block;
      padding-left: 0;
      height: auto;
      width: 100%;
    }
    .offcanvas.show .header__list .header__item .header__link {
      text-align: right;
      padding: 10px 0px;
      color: #252525;
      font-size: 20px;
    }
    .offcanvas .header__link {
      width: 100%;
      text-align: left;
    }
    .header__link::before {
      bottom: 5px;
      width: 50%;
    }
    .header__item::after, .header__item.has__children > a:after {
      display: none;
    }
    .products, .group__block {
      justify-content: center;
    }
    .flex-1x {
      flex: 0;
    }
    .footer__social, .footer__item.flex-2x {
      flex: 1;
    }
    .d-md-block {
      display: block;
    }
    .d-md-none {
      display: none;
    }
    .group__block.oboi .icon__text {
      font-size: 18px;
      line-height: 1.6;
      justify-content: center;
      gap: 20px;
    }
    .group__block.oboi .icon {
      width: 70px;
      height: 70px;
      background-size: 70px;
    }
    .product__characteristics_full .shop_attributes .col-auto:first-child .woocommerce-product-attributes-item:last-child .woocommerce-product-attributes-item__label, .product__characteristics_full .shop_attributes .col-auto:first-child .woocommerce-product-attributes-item:last-child .woocommerce-product-attributes-item__value {
      border-bottom: 1px solid #DEDEDE;
    }
    .numbers__section .icon__text {
      padding: 30px 0;
    }
  }
  @media (max-width: 767px) {
    .numbers__section .icon__text {
      padding: 0;
    }
    .advantages__section .group__block.box {
      padding: 30px;
    }
    .tabs .tab-item {
      padding: 35px 40px;
    }
    .section__stylist .fancy-bg {
      height: 365px;
    }
    .fancy-bg .btn.btn-round {
      width: 130px;
      padding-bottom: 130px;
    }
    h2.styled, .h2.styled {
      font-size: 46px;
      padding-top: 95px;
    }
    h2.styled:before, .h2.styled:before {
      font-size: 175px;
      top: -23px;
    }
    .slider__wrapper .slick-prev, .slick-prev {
      left: -7px;
    }
    .slider__wrapper .slick-next, .slick-next {
      right: -7px;
    }
    .homeslider__item {
      height: 450px;
      min-height: 450px;
    }
    .product__wrapper .product__left {
      flex: 100%;
      max-width: 100%;
      margin: auto;
    }
    .wrapper {
      padding-right: 15px;
      padding-left: 15px;
    }
    .slider__wrapper .slick-next, .__slider.with-gap .slick-next {
      right: -7px;
    }
    .par-tech {
      top: -25%;
      width: 90%;
    }
    .slider__wrapper__full {
      width: auto;
      position: inherit;
      margin-left: 0;
      overflow: visible;
      left: 0;
    }
    .slider__wrapper__full .with-offset {
      margin-left: -15px !important;
      margin-right: -15px !important;
    }
    header .logo.logo-square img {
      max-width: 90px;
      max-height: 90px;
    }
    .fancy-bg {
      height: auto;
    }
    .fancy-bg.blur:after {
      display: block;
    }
    header .header__contacts {
      gap: 20px;
    }
    .product__wrapper .product__left, .product__wrapper .product__right {
      flex-basis: 100%;
    }
    .images__thumbnails img {
      max-width: calc(20% - 8px);
    }
    .col__block .col__left, .col__block .col__right {
      flex: 100%;
    }
    .col__rb .col__left, .col__lb .col__right {
      padding: 0;
    }
    .space.col__rb {
      padding-bottom: 0;
    }
    .d-sm-block {
      display: block;
    }
    .footer__items .footer__item .footer__contacts {
      align-items: start;
    }
    .footer__items .footer__item .simple__link {
      text-align: left;
    }
    .product__single__wrap:after {
      background-size: 75%;
    }
    .product__single__wrap:before {
      background-size: 120%;
      background-position-y: center;
    }
    .card__block .card__item {
      flex-basis: 100%;
    }
    .space-bottom {
      padding-bottom: 35px/2;
    }
    .space-top {
      padding-top: 35px/2;
    }
    .with-gap {
      margin: 0 -7px;
    }
    .with-gap .slick-slide {
      margin: 0 9px;
    }
    .slider__wrapper .slick-prev {
      left: -7px;
    }
    .with-shadow.with-gap.__slider:not(.images__thumbnails) {
      margin: 0 -10px;
      padding-left: 7px !important;
      padding-right: 7px !important;
    }
    .with-shadow.with-gap.__slider:not(.images__thumbnails) .slick-list {
      box-sizing: initial;
      padding: 50px 10px 50px !important;
      margin-left: -10px;
      margin-right: -10px;
    }
    .mfp-inline-holder .mfp-close {
      right: calc(50% - 35px);
    }
    .advantages__section .group__block .icon__text:nth-child(odd):not(:last-child):before {
      width: calc(100% + 20px);
    }
    .advantages__section .group__block .icon__text:nth-child(even):not(:last-child):before {
      width: calc(100% + 20px);
    }
  }
  @media (max-width: 650px) {
    .logo__mobile {
      display: block;
    }
    .header__top .right__side {
      flex-direction: column;
      gap: 0;
      align-items: end;
    }
  }
  @media (max-width: 600px) {
    header .header__contacts {
      flex-direction: column-reverse;
      gap: 10px;
    }
  }
  @media (max-width: 575px) {
    .h-special-wrapper .h-special-item {
      white-space: normal !important;
    }
    .h-special-wrapper .h-special-item br {
      display: none;
    }
    .header .logo img {
      max-width: 90px;
    }
    header .logo .logo-text {
      display: none;
    }
    .form__section .box {
      padding: 50px 30px;
    }
    .section__stylist .fancy-bg {
      height: 600px;
    }
    .fancy-bg .btn.btn-round {
      width: 150px;
      padding-bottom: 150px;
    }
    .header__top .right__side {
      flex-direction: row;
      gap: 20px;
      align-items: center;
    }
    .header__top .center__side {
      justify-content: start;
    }
    .homeslider__item {
      height: 350px;
      min-height: 350px;
    }
    .tabs .tab-item {
      padding: 25px 20px;
    }
    .footer__items .footer__item:nth-child(2) {
      margin-top: 0;
    }
    .footer .d-xs-none {
      display: none !important;
    }
    .popup-small {
      padding: 65px 30px 50px;
      max-width: calc(100% - 30px) !important;
    }
    .popup-small .h4 {
      font-size: 30px;
    }
    .product__single__wrap:after {
      background-size: 135%;
    }
    .product__single__wrap:before {
      background-size: 160%;
      background-position-y: center;
    }
    .reviews__section:before, .reviews__section:after {
      background-size: 90%;
    }
    header .header__contacts {
      flex-direction: column-reverse;
      gap: 10px;
    }
    header .header__contacts .btn-book {
      padding: 7px 25px 3px;
      height: 44px;
    }
    nav.header__nav {
      align-self: end;
    }
    .contacts__block .icon__text {
      flex-direction: column;
      justify-content: center;
      text-align: center;
      gap: 30px;
    }
    .contacts__block .icon__text strong {
      margin-bottom: 10px;
      display: block;
    }
    .form__section {
      background-position-x: 50%;
    }
    .form__section .form {
      max-width: 100%;
    }
    .about__section {
      background-position: 75%;
    }
    .about__section .col-1-2:first-child {
      flex: 1 1 100%;
    }
    .about__section .col-1-2:last-child {
      display: none;
    }
    .about__section:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: white;
      opacity: 0.9;
      top: 0;
      left: 0;
    }
    .categories .category__item {
      flex-basis: 100%;
    }
    .group__block.column__3 .icon__text span {
      max-width: 100%;
    }
    .d-xs-none {
      display: none;
    }
    .offcanvas.show .header__link {
      font-size: 20px;
      padding: 15px 0 !important;
    }
    .offcanvas.show .percent-icon {
      padding: 15px 0 15px 35px !important;
    }
    .offcanvas.show .percent-icon:before {
      margin-top: 0;
      top: 13px;
    }
    .products {
      justify-content: center;
      gap: 30px;
    }
    .products .product__item {
      flex: 0 1 100%;
    }
    .review__top {
      flex-direction: column;
    }
    .homeslider__content p {
      font-size: 18px;
      line-height: 30px;
    }
    .footer__logo__wrap {
      margin: 0 auto;
      padding: 20px;
    }
    .footer__items {
      flex-direction: column;
    }
    .footer__item {
      padding: 0 !important;
    }
    .footer ul.columns-2 {
      height: auto;
    }
    .footer__bottom .flex-2x {
      flex: 4;
    }
    .footer__item {
      flex-basis: 100%;
      text-align: left;
    }
    .footer__items .footer__item .simple__link {
      text-align: left;
    }
    .footer__contacts {
      align-items: left !important;
    }
    .footer__items .footer__item:last-child {
      order: 0;
    }
    footer .header__contacts {
      gap: 10px;
      flex-direction: column;
      align-items: start;
    }
    footer .sm-links {
      flex-direction: column;
      display: flex;
    }
    footer .sm-links span, footer .sm-links a {
      display: inline-block;
      width: -moz-max-content;
      width: max-content;
    }
    .accordion__content {
      display: none;
      padding-right: 36px;
    }
    .accordion__title:after, .accordion__item.active .accordion__title:after {
      background-size: 30px;
      width: 30px;
      height: 30px;
      right: 30px;
      top: 35px;
    }
  }
  @media (max-width: 480px) {
    .header .wrapper {
      padding-right: 15px;
      padding-left: 15px;
    }
    .par-tech {
      top: -30%;
    }
    #product-pics .slick-dots {
      display: none;
    }
    .col-xxs-100 {
      width: 100%;
    }
    .footer__items {
      flex-direction: column;
    }
  }
  @media (max-width: 450px) {
    header .header__contacts .phone__icon {
      display: none;
    }
  }
  @media (max-width: 420px) {
    header .logo.logo-square img {
      max-width: 70px;
      max-height: 70px;
    }
  }
  @media (max-width: 380px) {
    .header__nav .navbar__toggler {
      padding-right: 0;
    }
  }
  @media (max-width: 360px) {
    .header__contacts a:not(.phone__icon) {
      display: none;
    }
    header .phone__icon {
      display: block !important;
    }
  }
  /* Grid start */
  .wrapper {
    max-width: 1360px;
    margin: 0 auto;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    width: 100%;
  }
  
  /* Grid end */
  /*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/lifting/assets/css/normalize.css?17169121316953 */
/* /local/templates/lifting/assets/lib/slick/slick.css?17169121311424 */
/* /local/templates/lifting/assets/lib/slick/slick-theme.css?17169121312910 */
/* /local/templates/lifting/assets/lib/magnific-popup/magnific-popup.css?17169121326951 */
/* /local/templates/lifting/template_styles.css?1769088064116752 */
