/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
  }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */ }


/*
 Preloader
 ==================================================
*/

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #000000;
  z-index: 1001;
}

.preloader__image {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 130px;
  margin-top: -32px;
  margin-left: -32px;
  background: url('/image/preloader.gif') no-repeat 50% 50%; /*расположение (url) изображения gif и др. параметры*/
  background-size: 64px 130px;
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0; }
  
.cart-popup {
    overflow: hidden;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input::-ms-clear {
  display: none; }

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

@font-face {
  font-family: 'SR';
  src: url(../fonts/ScaniaSansCY-Regular.eot);
  src: url(../fonts/ScaniaSansCY-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ScaniaSansCY-Regular.woff) format("woff"), url(../fonts/ScaniaSansCY-Regular.svg) format("svg"), url(../fonts/ScaniaSansCY-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'SB';
  src: url(../fonts/ScaniaSansCY-Bold.eot);
  src: url(../fonts/ScaniaSansCY-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ScaniaSansCY-Bold.woff) format("woff"), url(../fonts/ScaniaSansCY-Bold.svg) format("svg"), url(../fonts/ScaniaSansCY-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'SH';
  src: url(../fonts/ScaniaSansCYHeadline-Bold.eot);
  src: url(../fonts/ScaniaSansCYHeadline-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ScaniaSansCYHeadline-Bold.woff) format("woff"), url(../fonts/ScaniaSansCYHeadline-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; }
  
 @font-face {
  font-family: 'PM';
  src: url(../fonts/Polonium.otf) format("truetype");
  font-style: normal;
  font-weight: normal; }

.select__list {
  list-style: none;
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
  font-size: 62.5%; }
  @media only screen and (min-width: 1680px) {
    html {
      font-size: 100%; }
      html img {
        width: 100%; } 
	  .header__drop-image > img {
		  width: unset;
	  }
	  
	  }
  @media only screen and (max-width: 1365px) {
    html {
      font-size: 6.5px; } }

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  background: #fff;
  color: #222;
  min-width: 320px;
  font: 14px/20px 'SR', sans-serif; }

svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

button:focus,
input:focus,
textarea:focus {
  outline: none; }

button[disabled],
input[disabled],
textarea[disabled] {
  background: #fff; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 140%; }

input.error {
  border-color: #f00; }

textarea {
  background: #edf0f2;
  border: 1px solid #edf0f2;
  width: 100%;
  height: 210px;
  resize: none;
  padding: 16px 24px;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Nunito'; }
  textarea:focus {
    border-color: #3a7bb8;
    background: none; }
  textarea.error {
    border-color: #f00; }

p.error {
  font-size: 13px;
  line-height: 15px;
  color: red; }

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

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

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

::-webkit-input-placeholder {
  color: #fff; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

::-ms-clear {
  display: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

a {
  color: #1cb531;
  text-decoration: underline;
  outline: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

.wrapper {
  width: 100%;
  overflow: hidden;
  padding-left: 100px; }
  @media only screen and (max-width: 992px) {
    .wrapper {
      padding-left: 0; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 36px 60px 36px 160px;
  z-index: 5; }
  @media only screen and (max-width: 767px) {
    .header {
      position: fixed; } }
  .header .logo {
    width: 100%;
    max-width: 65px; }
    .header .logo img {
      max-width: 100%; }
    .header .logo-dark {
      display: none; }
    @media only screen and (max-width: 1365px) {
      .header .logo {
        width: 100%; } }
  .header__column {
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    padding: 2.6rem 20px 4rem;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .header__column .callback svg path {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .header__column.menu-opened {
      background: #fff; }
      .header__column.menu-opened .logo img {
        display: none; }
      .header__column.menu-opened .logo .logo-dark {
        display: block; }
      .header__column.menu-opened .callback svg path {
        fill: #000; }
      .header__column.menu-opened .menu-opener div {
        background: #000; }
      .header__column.menu-opened .menu-opener__line-1 {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header__column.menu-opened .menu-opener__line-2 {
        margin: 0;
        width: 38px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    @media only screen and (max-width: 767px) {
      .header__column {
        display: none; } }
  .header__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__buttons svg path {
      -webkit-transition: fill .3s ease-in-out;
      transition: fill .3s ease-in-out; }
    @media only screen and (min-width: 1025px) {
      .header__buttons svg:hover path {
        fill: #EB830A; } }
    @media only screen and (max-width: 1679px) {
      .header__buttons {
        width: 100%;
        padding-left: 30px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media only screen and (max-width: 1250px) {
      .header__buttons {
        padding-left: 49px;
        position: relative;
        width: auto; } }
    @media only screen and (max-width: 992px) {
      .header__buttons {
        display: none; } }
  .header__drop {
    position: fixed;
	z-index: 1;
    top: 0;
    height: 100vh;
    left: 100px;
    background: #fbfbfb;
    padding: 4rem 0;
    width: 490px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-120.5%);
    transform: translateX(-120.5%); }
    @media screen and (max-width: 1439px) {
      .header__drop {
        width: 390px;
        max-width: 100%; } }
    .header__drop.active {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .header__drop-close {
      position: absolute;
      top: 10px;
      right: 30px;
      display: none; }
      @media only screen and (max-width: 992px) {
        .header__drop-close {
          display: block; } }
    @media only screen and (max-width: 992px) {
      .header__drop {
        left: 0; } }
  .header__drop-title {
    padding-left: 52px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem; }
  .header__navigation {
    margin-bottom: 145px; }
    .header__navigation ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .header__navigation .parent > a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 30px;
      background: url("../images/nav-arrow.svg") no-repeat;
      width: 9px;
      height: 8px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media only screen and (min-width: 1025px) {
     /*  .header__navigation .parent:hover .second-level {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        pointer-events: all; } */
      .header__navigation .second-level.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
		visibility: visible;
        pointer-events: all; } 
      .header__navigation .third-level.active {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
		z-index: 1;
        pointer-events: all; } }
    .header__navigation .second-level {
      position: absolute;
	  z-index: -1;
      left: 100%;
      top: 0;
      bottom: 0;
      height: 100vh;
      background: #fff;
      width: 354px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      opacity: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
	  visibility: hidden;
      pointer-events: none; }
	  .third-level {
		z-index: -1;
		position: absolute;
		left: 100%;
		top: 0;
		bottom: 0;
		height: 100vh;
		background: #fff;
		width: 354px;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		opacity: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		pointer-events: none; }
      .header__navigation .second-level .mCSB_inside > .mCSB_container {
        margin: 0;
        padding: 0 25px; }
      .header__navigation .second-level .mCSB_scrollTools {
        right: -6px; }
        .header__navigation .second-level .mCSB_scrollTools .mCSB_draggerRail {
          width: 3px; }
        .header__navigation .second-level .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
          width: 3px; }
      .header__navigation .second-level .header__navigation-name {
        font-size: 14px; }
      .header__navigation .second-level .header__drop-image {
        width: 53px;
        -ms-flex-preferred-size: 53px;
        flex-basis: 53px; }
      .header__navigation .second-level a {
        padding: 0 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 1250px) {
      .header__navigation li:hover > a {
        background: #f4f4f4; }
        .header__navigation li:hover > a .header__navigation-name {
          color: #eb830a; } }
    .header__navigation a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      /* height: 92px; */
	  height: 9.7vh;
      padding: 0 40px 0 52px;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .header__navigation a {
          height: 70px; } }
    @media only screen and (max-width: 370px) {
      .header__navigation {
        margin-bottom: 60px; } }
  .header__navigation-name {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    font-family: 'SH';
    position: relative; }
  .header__drop-number {
    position: absolute;
    top: -10px;
    left: 100%;
    font-size: 10px;
    color: #eb830a;
    font-family: 'SB';
    margin-left: 2px; }
  .header__drop-image {
    max-width: 30px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    width: 100%;
    margin-right: 38px;
    text-align: center; }
	.header__drop-image > img {
		max-width: none;
	}
  .header__contacts {
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    padding: 0 0 0 52px; }
    .header__contacts .lang {
      margin: 0 0 1rem 0;
      color: #000; }
      .header__contacts .lang a, .header__contacts .lang .lang__current {
        color: #000; }
      .header__contacts .lang__current:before {
        display: none; }
      .header__contacts .lang__dropdown {
        position: static;
        max-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .header__contacts .lang__dropdown li + li {
          margin-left: 10px; }
  .header__contacts-title {
    margin-bottom: 19px;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem; }
  .header__contacts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem; }
    .header__contacts-box svg {
	  border-radius: 100%;
      width: 2rem;
      height: 2rem; }
	  .header__contacts-box_tel {
		  display:flex;
		  flex-direction: column;
	  }
  .header__contacts-tel {
    color: #000;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-family: 'SH';
    margin-right: 12px; }
    @media screen and (max-width: 1439px) {
      .header__contacts-tel {
        font-size: 1.4rem;
        line-height: 1.6rem; } }
  .header__contacts-instagram {
    margin-right: 5px; }
  .header__contacts-facebook {
    margin-right: 5px; }
  .header__contacts-viber {
    margin-right: 5px; }
  .header__contacts-email {
    text-decoration: none;
    color: #000;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.4rem; }
    @media screen and (max-width: 1439px) {
      .header__contacts-email {
        font-size: 1.4rem;
        line-height: 1.6rem; } }
  .header--simple {
    -webkit-box-shadow: 20px 0 50px rgba(0, 0, 0, 0.04);
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.04); }
    .header--simple .catalog-button {
      color: #000; }
      @media only screen and (min-width: 1025px) {
        .header--simple .catalog-button:hover {
          color: #eb830a; } }
    .header--simple .nav a {
      color: #000; }
      @media only screen and (min-width: 1025px) {
        .header--simple .nav a:hover {
          color: #eb830a; } }
    .header--simple .lang a, .header--simple .lang .lang__current {
      color: #000; }
    .header--simple .lang .lang__current:before {
      border-color: #000 transparent transparent; }
    .header--simple .favorites svg path,
    .header--simple .cart svg path,
    .header--simple .search__btn svg path {
      fill: #000;
      -webkit-transition: fill .3s ease-in-out;
      transition: fill .3s ease-in-out; }
      @media only screen and (max-width: 992px) {
        .header--simple .favorites svg path,
        .header--simple .cart svg path,
        .header--simple .search__btn svg path {
          fill: #fff; } }
    .header--simple .search__field {
      color: #000;
      background: #fff; }
      @media only screen and (max-width: 992px) {
        .header--simple .search__field {
          color: #fff; } }
    @media only screen and (min-width: 1025px) {
      .header--simple .favorites svg:hover path,
      .header--simple .cart svg:hover path {
        fill: #EB830A; } }
    .header--simple .search__field {
      border-color: #000;
      background: #fff !important; }
  @media only screen and (max-width: 992px) {
    .header {
      padding: 15px 25px;
      background: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .header-left, .header-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .header__column {
        display: none; }
      .header__holder {
        display: none; }
      .header .logo {
        width: auto; }
      .header .menu-opener {
        margin-right: 25px; }
        .header .menu-opener__line-1 {
          width: 28px; }
        .header .menu-opener__line-2 {
          width: 20px;
          margin-top: 6px; }
      .header .cart {
        margin-right: 25px;
        margin-left: 0; } }
  .header .search input:-webkit-autofill,
  .header .search input:-webkit-autofill:hover,
  .header .search input:-webkit-autofill:focus,
  .header .search input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000; }
  @media only screen and (max-width: 1679px) {
    .header .search {
      width: 24px;
      position: relative;
      -webkit-transition: width .3s;
      transition: width .3s;
      margin-left: auto; }
      .header .search .search__btn {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .header .search .search__field {
        display: block;
        margin-left: auto; }
      .header .search.active {
        width: 100%; }
        .header .search.active .search__btn {
          margin-right: 0; }
        .header .search.active .search__field {
          width: 100%; } }
  @media only screen and (max-width: 1365px) {
    .header .search {
      width: 19px; } }
  @media only screen and (max-width: 1250px) {
    .header .search {
      right: calc(100% - 49px);
      position: absolute; }
      .header .search.active {
        width: 200%; }
        .header .search.active .search__btn {
          left: 10px; }
        .header .search.active .search__field {
          padding-left: 35px;
          opacity: 1; }
      .header .search .search__field {
        padding-left: 35px;
        background: #000;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; } }
  @media only screen and (max-width: 992px) {
    .header .search {
      position: static;
      right: auto; }
      .header .search input:-webkit-autofill,
      .header .search input:-webkit-autofill:hover,
      .header .search input:-webkit-autofill:focus,
      .header .search input:-webkit-autofill:active {
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s;
        -webkit-text-fill-color: #fff; }
      .header .search .search__btn {
        position: relative;
        left: auto !important;
        top: auto;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      .header .search__field {
        position: absolute;
        left: 25px;
        top: 0;
        background: #000;
        border-bottom: 1px solid #fff;
        background: #000 !important;
        z-index: 2;
        width: calc(100% - 50px) !important;
        height: 100%;
        padding: 0 30px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: translateY(-105%);
        transform: translateY(-105%); }
      .header .search.active {
        width: auto; }
        .header .search.active .search__btn {
          z-index: 3;
          -webkit-transform: translateX(-53px);
          transform: translateX(-53px); }
        .header .search.active .search__field {
          -webkit-transform: translate(0);
          transform: translate(0); } }

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  font-family: 'SB',sans-serif;
  margin-right: auto;
  position: relative;
  margin-left: 40px; }
  .lang a, .lang .lang__current {
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-transition: color .3s;
    transition: color .3s; }
    @media screen and (min-width: 1250px) {
      .lang a:hover, .lang .lang__current:hover {
        color: #eb830a; }
        .lang a:hover:before, .lang .lang__current:hover:before {
          border-color: #eb830a transparent transparent transparent; } }
  .lang__current {
    position: relative;
    padding-right: 10px;
    cursor: pointer; }
    .lang__current:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      display: block;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border-width: 4px 3px 0 3px;
      border-color: #fff transparent transparent transparent;
      -webkit-transition: border-color .3s,margin .3s ,-webkit-transform .3s;
      transition: border-color .3s,margin .3s ,-webkit-transform .3s;
      transition: transform .3s ,border-color .3s,margin .3s;
      transition: transform .3s ,border-color .3s,margin .3s ,-webkit-transform .3s; }
  .lang__dropdown {
    position: absolute;
    left: 0%;
    top: calc(100% + 12px);
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s;
    transition: max-height .3s; }
  .lang.active .lang__current:before {
    border-color: #eb830a transparent transparent transparent;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -3px; }
  .lang.active .lang__dropdown {
    max-height: 300px; }
  @media only screen and (max-width: 1439px) {
    .lang {
      font-size: 14px; } }
  @media only screen and (max-width: 1365px) {
    .lang {
      font-size: 10px; } }

.nav {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'SB',sans-serif;
    line-height: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1679px) {
      .nav ul {
        font-size: 16px;
        line-height: 18px; } }
    @media only screen and (max-width: 1439px) {
      .nav ul {
        font-size: 14px;
        line-height: 16px; } }
    @media only screen and (max-width: 1365px) {
      .nav ul {
        font-size: 10px;
        line-height: 12px; } }
  .nav li + li {
    margin-left: 50px; }
    @media only screen and (max-width: 1480px) {
      .nav li + li {
        margin-left: 40px; } }
    @media only screen and (max-width: 1249px) {
      .nav li + li {
        margin-left: 0;
        margin-right: 40px; } }
    @media only screen and (max-width: 1024px) {
      .nav li + li {
        margin-right: 30px; } }
  .nav a {
    color: #fff;
    text-decoration: none; }
    @media screen and (min-width: 1250px) {
      .nav a:hover {
        color: #eb830a; } }

.catalog-button {
  color: #fff;
  cursor: pointer; }
  @media only screen and (min-width: 1025px) {
    .catalog-button:hover {
      color: #eb830a; } }
  @media only screen and (max-width: 1249px) {
    .catalog-button {
      display: none; } }

.slideshow-nav {
  position: absolute;
  right: 60px;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slideshow-nav svg path {
    fill: #fff; }
  .slideshow-nav .slick-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media only screen and (max-width: 767px) {
    .slideshow-nav {
      display: none; } }

.slideshow-count {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.slideshow-number {
  font-family: 'SH', sans-serif;
  font-size: 16px;
  width: 25px; }

.slideshow-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  margin-top: -3px; }
  .slideshow-score::before {
    margin: 0 4px;
    content: '/'; }

.slideshow__slide {
  height: 100vh; }
  .slideshow__slide-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    .slideshow__slide-box::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }

.slideshow .main-arrow {
  position: absolute; }

.slideshow__slide-holder {
  max-width: 1400px;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 1680px) {
    .slideshow__slide-holder {
      max-width: 1100px; } }
  @media only screen and (max-width: 1365px) {
    .slideshow__slide-holder {
      max-width: 950px; } }
  @media only screen and (max-width: 1100px) {
    .slideshow__slide-holder {
      max-width: 100%;
      padding: 0 60px; } }
  @media only screen and (max-width: 767px) {
    .slideshow__slide-holder {
      padding: 0 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.slideshow__slide-info {
  max-width: 700px; }
  @media only screen and (max-width: 1365px) {
    .slideshow__slide-info {
      max-width: 500px; } }

.slideshow__slide-title {
  font-family: 'SH', sans-serif;
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2.6rem; }
  @media only screen and (max-width: 1365px) {
    .slideshow__slide-title {
      font-size: 60px;
      line-height: 70px; } }
  @media only screen and (max-width: 767px) {
    .slideshow__slide-title {
      font-size: 36px;
      line-height: 43px; } }

.slideshow__slide-text {
  font-size: 22px;
  line-height: 170%;
  color: #bdbdbd;
  margin-bottom: 4.3rem;
  padding-left: 80px; }
  @media only screen and (max-width: 1365px) {
    .slideshow__slide-text {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .slideshow__slide-text {
      padding-left: 0; } }

@-webkit-keyframes a {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; } }

@keyframes a {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; } }

.slideshow__slide-more {
  color: #fff;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  padding-left: 70px;
  font-family: 'SB';
  text-transform: uppercase;
  margin-left: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .slideshow__slide-more .line {
    display: block;
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: 2;
    height: 2px;
    background-color: #fff;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: -webkit-transform 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: transform 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: transform 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    top: calc(50% - 2px); }
  .slideshow__slide-more span {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .slideshow__slide-more::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 60px;
    height: 2px;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .slideshow__slide-more::after {
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  @media only screen and (min-width: 1025px) {
    .slideshow__slide-more:hover .line {
      -webkit-animation-name: a;
      animation-name: a;
      -webkit-animation-duration: 1.1s;
      animation-duration: 1.1s;
      -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
      animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }
    .slideshow__slide-more:hover::before {
      opacity: 0;
      -webkit-transition-delay: .4s;
      transition-delay: .4s; }
    .slideshow__slide-more:hover::after {
      opacity: 1;
      -webkit-transition-delay: .8s;
      transition-delay: .8s; }
    .slideshow__slide-more:hover span {
      -webkit-transform: translateX(-70px);
      transform: translateX(-70px);
      -webkit-transition-delay: 1s;
      transition-delay: 1s; } }
  @media only screen and (max-width: 1365px) {
    .slideshow__slide-more {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .slideshow__slide-more {
      margin-left: 0; } }

.search {
  cursor: pointer; }
  .search__field {
    background: none;
    border: solid #fff;
    border-width: 0 0 1px;
    width: 0;
    padding: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    padding: 1rem 0;
    color: #fff; }
    .search__field input:-webkit-autofill,
    .search__field input:-webkit-autofill:hover,
    .search__field input:-webkit-autofill:focus,
    .search__field input:-webkit-autofill:active {
      -webkit-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s;
      -webkit-text-fill-color: #fff; }
  .search__btn {
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
    pointer-events: none; }
    .search__btn svg {
      width: 24px;
      height: 24px; }
      @media only screen and (max-width: 1365px) {
        .search__btn svg {
          height: 19px;
          width: 19px; } }
  @media only screen and (min-width: 1025px) {
    .search:hover svg path {
      fill: #EB830A; } }
  .search.active .search__btn {
    pointer-events: auto;
    margin-right: -2.1rem; }
  .search.active .search__field {
    width: 30rem;
    padding-left: 3rem; }

.favorites {
  margin-left: 40px;
  padding: 0;
  border: none;
  background: none; }
  .favorites svg {
    width: 24px;
    height: 24px; }
    @media only screen and (max-width: 1365px) {
      .favorites svg {
        height: 19px;
        width: 19px; } }

.cart {
  position: relative;
  margin-left: 40px; }
  .cart button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer; }
    .cart button svg {
      width: 24px;
      height: 24px; }
      @media only screen and (max-width: 1365px) {
        .cart button svg {
          height: 3rem;
          width: 3rem; } }
  .cart.fixed-cart .cart-icon svg path {
    fill: #fff; }
  .cart .cart-cout {
    font-size: 12px;
    width: 18px;
    height: 18px;
    background: #eb830a;
    line-height: 18px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    font-weight: bold; }
    @media only screen and (max-width: 1365px) {
      .cart .cart-cout {
        font-size: 10px;
        width: 15px;
        height: 15px;
        line-height: 15px; } }

.menu-opener {
  cursor: pointer;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .menu-opener__line-1 {
    width: 38px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .menu-opener__line-2 {
    width: 30px;
    height: 1px;
    background: #fff;
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.scroll-down {
  width: 40px;
  height: 80px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer; }
  .scroll-down::after {
    content: '';
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    width: 1px;
    left: 50%; }
  .scroll-down span {
    height: 40px;
    position: absolute;
    top: 0;
    background: #fff;
    width: 1px;
    left: 50%;
    z-index: 1;
    -webkit-animation: line 1.5s infinite linear;
    animation: line 1.5s infinite linear; }
    @media only screen and (max-width: 767px) {
      .scroll-down span {
        height: 30px; } }
  @media only screen and (max-width: 767px) {
    .scroll-down {
      bottom: 10px;
      height: 60px; } }

@-webkit-keyframes line {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.2; }
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.2; } }

@keyframes line {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.2; }
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.2; } }

.center {
  max-width: 93rem;
  margin: 0 auto; }
  @media only screen and (max-width: 1365px) {
    .center {
      max-width: 930px; } }

.intro-top {
  margin-bottom: 90px; }

.small-title {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5f5f5f;
  letter-spacing: 1px;
  margin-bottom: 2.6rem;
  font-family: 'SH'; }
  .small-title::before {
    content: '';
    background: #5f5f5f;
    width: 50px;
    height: 1px;
    margin-right: 10px; }
  @media only screen and (max-width: 1365px) {
    .small-title {
      font-size: 10px;
      line-height: 14px; } }

.title {
  font-weight: bold;
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'SH'; }
  @media only screen and (max-width: 1365px) {
    .title {
      font-size: 30px;
      line-height: 35px; } }

.advantages {
  padding-top: 100px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .advantages {
      padding-top: 40px;
      margin-bottom: 40px; } }
  .advantages__slider-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .advantages__slider-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .advantages__slider-holder {
    max-width: 27rem;
    -ms-flex-preferred-size: 27rem;
    flex-basis: 27rem;
    width: 100%; }
    @media only screen and (max-width: 1365px) {
      .advantages__slider-holder {
        max-width: 270px;
        -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
        margin-right: 50px; } }
    @media only screen and (max-width: 767px) {
      .advantages__slider-holder {
        margin: 0; } }
  .advantages__text-slider {
    height: 90%; }
    .advantages__text-slider .main-arrow {
      position: absolute;
      bottom: 16px;
      cursor: pointer; }
      @media screen and (min-width: 1250px) {
        .advantages__text-slider .main-arrow:hover svg path {
          fill: #eb830a; } }
    .advantages__text-slider .prev-arrow {
      left: 0; }
    .advantages__text-slider .next-arrow {
      left: 4rem; }
  .advantages__text-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    font-family: 'SH';
    margin-bottom: 1.6rem; }
    @media only screen and (max-width: 1365px) {
      .advantages__text-title {
        font-size: 18px;
        line-height: 22px; } }
  .advantages__text-notes {
    max-width: 24.4rem;
    color: #333;
    font-size: 1.4rem;
    line-height: 2rem; }
  .advantages__image-slider {
    -ms-flex-preferred-size: 803px;
    flex-basis: 803px;
    max-width: 803px;
    width: 100%;
    padding-right: 80px; }
    @media only screen and (max-width: 1365px) {
      .advantages__image-slider {
        max-width: 606px;
        -ms-flex-preferred-size: 606px;
        flex-basis: 606px;
        padding-right: 40px; } }
    @media only screen and (max-width: 1100px) {
      .advantages__image-slider {
        max-width: 500px;
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px; } }
    @media only screen and (max-width: 767px) {
      .advantages__image-slider {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
        padding-right: 0; } }
  .advantages__image-box {
    height: 552px;
    max-width: 168px;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: center bottom;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    vertical-align: top;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
    @media only screen and (max-width: 1365px) {
      .advantages__image-box {
        height: 367px;
        background-size: auto 60%;
        background-position: 10px bottom; } }
    @media only screen and (max-width: 800px) {
      .advantages__image-box {
        max-width: 200px;
        background-size: auto 70%;
        background-position: center bottom; } }
  .advantages .slick-current .advantages__image-box {
    background-size: auto 100%;
    max-width: 100%;
    background-position: 35% bottom;
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.slide-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px; }

.slide-number {
  font-family: 'SH';
  font-size: 16px;
  line-height: 19px;
  color: #eb830a;
  letter-spacing: 2px; }

.slide-score {
  position: relative;
  font-size: 10px;
  line-height: 12px;
  color: #bdbdbd; }
  .slide-score::before {
    content: '/';
    margin: 0 5px; }

.category {
  padding: 10rem 0;
  background: url("../images/bg-products.jpg");
  background-size: cover; }
  .category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2rem 0 0 -2rem; }
    @media only screen and (max-width: 767px) {
      .category__list {
        margin: 00; } }
  .category__box {
    max-width: 44.8rem;
    -ms-flex-preferred-size: 44.8rem;
    flex-basis: 44.8rem;
    width: 100%;
    margin: 2rem 0 0 2rem;
    position: relative;
    text-decoration: none;
    overflow: hidden; }
    .category__box img {
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    @media screen and (min-width: 1250px) {
      .category__box:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
      .category__box:hover .category__name {
        visibility: visible; } }
    .category__box::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(42.94%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.94%, rgba(0, 0, 0, 0.6) 100%); }
    @media only screen and (max-width: 1365px) {
      .category__box {
        max-width: 50%;
        margin: 0 5px 10px;
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px); } }
    @media only screen and (max-width: 767px) {
      .category__box {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 0 5px; } }
  .category__name {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-size: 30pt;
	text-transform: uppercase;
    font-family: 'PM';
    z-index: 1;
    color: #eb830a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: center;
    line-height: 50px;	}
    .category__name img {
      display: none; }
@media only screen and (max-width: 1024px) {
	.category__name {
	font-size: 25pt;
	line-height: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.category__name {
		line-height: 35px;
	font-size: 20pt;
	}
}
.special {
  padding: 100px 0 85px; }
  .special__content {
    margin-right: -100px; }
    @media only screen and (max-width: 767px) {
      .special__content {
        margin-right: 0; } }
  .special-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1400px; }
    @media only screen and (max-width: 1680px) {
      .special-heading {
        max-width: 990px; } }
    @media only screen and (max-width: 1365px) {
      .special-heading {
        max-width: 920px; } }
  .special-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .special-nav .next-arrow-special {
      margin-left: 34px; }
	.special-nav .next-arrow {
	  margin-left: 34px; }
  .special__slider {
    margin-left: -1rem; }
    .special__slider .product__box {
      width: 370px !important;
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        .special__slider .product__box {
          max-width: 45%; } }
    .special__slider .slick-list {
      padding-left: 10px; }
      @media only screen and (max-width: 1365px) {
        .special__slider .slick-list {
          padding-left: 7px; } }
      @media only screen and (max-width: 767px) {
        .special__slider .slick-list {
          padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .special__slider {
        margin-left: -15px; }
        .special__slider .slick-dots {
          padding-left: 15px; } }
  .special .slick-slide {
    margin: 15px 10px; }
  .special .tab {
    padding-left: 1rem; }

.tabs {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'SH';
  font-size: 22px;
  line-height: 26px; }
  .tabs li + li {
    margin-left: 6rem; }
  .tabs a {
    color: #000;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
	text-align: center;	}
    @media screen and (min-width: 1250px) {
      .tabs a:hover {
        color: #eb830a; } }
    .tabs a.active {
      color: #eb830a;
      border-bottom: 2px solid #eb830a; }
  @media only screen and (max-width: 1365px) {
    .tabs {
      font-size: 18px;
      line-height: 20px; } }
  @media only screen and (max-width: 767px) {
    .tabs {
      overflow-x: auto; }
      .tabs li {
        -ms-flex-negative: 0;
        flex-shrink: 0; } }

.product-labels {
  position: absolute;
  top: 0;
  right: -25px; }

@media only screen and (max-width: 767px) {
    .product-labels {
  right: -15px; } }
		
.product-label {
  margin-bottom: 10px;
  padding: 8px 13px;
  color: #fff;
  font-family: 'SH', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-label img {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px; }
  .product-label.sale {
    background: #972a0b; }
	.product-label.new {
    background: #009640; }

.product__box {
  max-width: 340px;
  padding: 25px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08); }
  .product__box .product__image-nav .slick-list {
    padding-left: 0 !important; }
  .product__box .product__image-nav .slick-slide {
    width: 100% !important;
    margin: 0 0 20px !important;
    margin-bottom: 20px; }
  @media only screen and (min-width: 1025px) {
    .product__box:hover .product__image-nav {
      opacity: 1; } }
  @media only screen and (max-width: 1365px) {
    .product__box {
      max-width: 300px;
      -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08); } }

.product__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  position: relative; }
  .product__image-nav {
    position: absolute !important;
    width: 35px;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    height: 237px; }
    .product__image-nav .slick-list {
      height: 217px !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .product__image-nav .slick-slide {
      margin-bottom: 20px; }
      .product__image-nav .slick-slide > div {
        height: 52px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .product__image-nav .slick-slide > div img {
          max-width: 100%; }
    .product__image-nav .slick-arrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .product__image-nav .slick-arrow svg {
        width: 10px;
        height: 10px; }
    .product__image-nav .prev-arrow {
      padding-right: 10px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .product__image-nav .next-arrow {
      padding-right: 15px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .product__image a {
    display: block; }
  .product__image img {
    max-width: 100%;
    height: auto; }

.product__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem; }

.product__name {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 44px;
  overflow: hidden; }
  @media only screen and (max-width: 1365px) {
    .product__name {
      font-size: 14px;
      height: 38px; } }

.product__stock {
  font-size: 12px;
  line-height: 140%; }
  @media only screen and (max-width: 1365px) {
    .product__stock {
      font-size: 10px; } }
  .product__stock--in-stock {
	font-family: 'SH', sans-serif;
    color: #19722d; }
  .product__stock--out-stock {
	font-family: 'SH', sans-serif;
    color: #eb830a; }

.product__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1365px) {
    .product__price-box {
      font-size: 10px; } }
  @media only screen and (max-width: 550px) {
    .product__price-box {
		flex-direction: column-reverse;
	} 
}

.product__price {
  font-family: 'SH';
  font-size: 16px;
  line-height: 140%;
  color: #000; }
  @media only screen and (max-width: 1365px) {
  .product__price {
	margin-top: 10px; 
  }
  }
  @media only screen and (max-width: 1365px) {
    .product__price {
      font-size: 14px; } }
  .product__price.with-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product__price.with-sale .new-price {
      color: #EB830A; }
    .product__price.with-sale .old-price {
      font-weight: bold;
      font-size: 14px;
      line-height: 12px;
      text-transform: uppercase;
      color: #AEAEAE;
      text-decoration: line-through;
      margin-left: 8px; }

.product__article-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product__article-box .favorites {
    cursor: pointer;
    margin-left: 1.5rem; }
    .product__article-box .favorites svg path {
      fill: #cdcdcd;
      -webkit-transition: fill .3s ease-in-out;
      transition: fill .3s ease-in-out; }
    .product__article-box .favorites.active svg path {
      fill: #eb830a; }
    @media only screen and (min-width: 1025px) {
      .product__article-box .favorites:hover svg path {
        fill: #eb830a; } }
    @media only screen and (max-width: 550px) {
    .product__article-box .favorites {
		cursor: pointer;
		margin-left: auto;
	}}

.product__article {
  font-size: 12px;
  line-height: 170%;
  color: #aeaeae; }

.buy {
  background: #000;
  position: relative;
  color: #fff;
  width: 100%;
  border: none;
  font-family: 'SR';
  text-transform: uppercase;
  font-size: 14px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .buy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #EB830A;
    -webkit-transition: width .5s;
    transition: width .5s; }
  .buy span {
    position: relative; }
  @media only screen and (min-width: 1025px) {
    .buy:hover::before {
      width: 100%; } }
  @media only screen and (max-width: 1365px) {
    .buy {
      font-size: 12px;
      height: 44px; } }
  .buy.disabled {
    pointer-events: none; }

.reviews {
  margin-bottom: 150px; }
  @media only screen and (max-width: 767px) {
    .reviews {
      margin-bottom: 0; } }
  .reviews__slider {
    margin-right: -10rem;
    margin-left: -1rem; }
    @media only screen and (max-width: 767px) {
      .reviews__slider {
        margin: 0; }
        .reviews__slider .slick-dots {
          margin-bottom: 30px; } }
    @media only screen and (min-width: 1024px) {
      .reviews__slider .reviews__text {
        max-height: 270px;
        padding-right: 30px; }
      .reviews__slider .slick-slide > div, .reviews__slider .slick-slide .reviews__slide {
        height: 100%; }
      .reviews__slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .reviews__slider .slick-track .slick-slide {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: auto; } }
  .reviews .slick-slide {
    margin-right: 1.7rem;
    margin: 1.5rem 1rem 3.6rem; }
    @media only screen and (max-width: 767px) {
      .reviews .slick-slide {
        margin: 0;
        margin-right: 10px; } }
  .reviews__slide {
    max-width: 560px;
    border: 0.5rem solid #000;
    padding: 4rem 3.3rem; }
    @media screen and (max-width: 1439px) {
      .reviews__slide {
        max-width: 450px;
        padding: 50px 35px;
        min-height: 350px; } }
  .reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.6rem; }
    @media screen and (max-width: 1439px) {
      .reviews__top {
        margin-bottom: 3.6rem; } }
  .reviews__image {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin-right: 2.5rem; }
    @media screen and (max-width: 1439px) {
      .reviews__image {
        width: 52px;
        height: 52px;
        margin-right: 3rem; } }
  .reviews__name {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-family: 'SH';
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 1439px) {
      .reviews__name {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 1rem; } }
  .reviews__position {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #333; }
    @media screen and (max-width: 1439px) {
      .reviews__position {
        font-size: 1.4rem;
        line-height: 1.6rem; } }
  .reviews__text {
    font-size: 17px;
    line-height: 170%;
    color: #333; }
    @media screen and (max-width: 1439px) {
      .reviews__text {
        font-size: 14px; } }
    .reviews__text p {
      margin: 0; }

.intro-top-arrow {
  position: relative;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .intro-top-arrow__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .intro-top-arrow .main-arrow {
    position: static;
    cursor: pointer; }
    .intro-top-arrow .main-arrow + .slick-arrow {
      margin-left: 34px; }
    @media screen and (min-width: 1250px) {
      .intro-top-arrow .main-arrow:hover svg path {
        fill: #eb830a; } }
  .intro-top-arrow .next-arrow {
    top: 50%;
    right: 0; }
  .intro-top-arrow .prev-arrow {
    top: 50%;
    right: 60px; }
  @media only screen and (max-width: 1680px) {
    .intro-top-arrow {
      max-width: 990px; } }
  @media only screen and (max-width: 1365px) {
    .intro-top-arrow {
      max-width: 920px; } }

.review-btn {
  max-width: 350px;
  position: relative;
  height: 50px;
  background: #000;
  color: #fff;
  font-family: 'SB';
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px; }
  .review-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #EB830A;
    -webkit-transition: width .5s;
    transition: width .5s; }
  .review-btn span {
    position: relative; }
  @media only screen and (min-width: 1025px) {
    .review-btn:hover::before {
      width: 100%; } }

.team__slider {
  margin-right: -10rem;
  margin-left: -1rem; }
  @media only screen and (max-width: 767px) {
    .team__slider {
      margin-left: 0; } }

.team .slick-slide {
  margin-right: 1.7rem;
  margin: 1.5rem 1rem; }
  @media only screen and (max-width: 767px) {
    .team .slick-slide {
      margin: 0;
      margin-right: 10px; } }

.team__image {
  margin-bottom: 40px; }
  @media screen and (max-width: 1439px) {
    .team__image {
      margin-bottom: 25px; } }

@media only screen and (max-width: 1680px) {
  .team__slide {
    max-width: 320px; } }

@media only screen and (max-width: 1365px) {
  .team__slide {
    max-width: 300px; } }

.team__slide-name {
  font-family: 'SH';
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .team__slide-name a {
    width: 26px;
    height: 27px;
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .team__slide-name a svg {
      width: 26px;
      height: 27px; }
      .team__slide-name a svg path {
        -webkit-transition: fill .3s ease-in-out;
        transition: fill .3s ease-in-out; }
    @media only screen and (min-width: 1025px) {
      .team__slide-name a:hover svg path {
        fill: #EB830A; } }
  @media screen and (max-width: 1439px) {
    .team__slide-name {
      font-size: 18px; } }
  @media screen and (max-width: 1365px) {
    .team__slide-name {
      font-size: 15px; } }

.team__slide-position {
  font-size: 1.2rem;
  line-height: 1.6rem; }
  @media screen and (max-width: 1439px) {
    .team__slide-position {
      font-size: 1.8rem;
      line-height: 2.2rem; } }

.team-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .team-nav .next-arrow {
    margin-left: 34px; }

.team-top-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px; }
  .team-top-arrow .main-arrow {
    position: static;
    cursor: pointer; }
    @media screen and (min-width: 1250px) {
      .team-top-arrow .main-arrow:hover svg path {
        fill: #eb830a; } }
  .team-top-arrow .title p {
    margin: 0; }
  @media only screen and (max-width: 1680px) {
    .team-top-arrow {
      max-width: 990px; } }
  @media only screen and (max-width: 1365px) {
    .team-top-arrow {
      max-width: 920px; } }

.form-holder {
  background: url("../images/bg-form.jpg") no-repeat;
  background-size: cover;
  padding: 15rem 0; }
  .form-holder .title {
    color: #fff; }
  .form-holder .small-title {
    color: #fff; }
  .form-holder .notes {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4rem; }
    @media screen and (max-width: 1439px) {
      .form-holder .notes {
        font-size: 1.4rem;
        line-height: 1.6rem; } }
  .form-holder__form {
    max-width: 65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    .form-holder__form input[type="text"],
    .form-holder__form input[type="tel"],
    .form-holder__form input[type="email"] {
      font-size: 1rem;
      text-transform: uppercase;
      font-family: 'SH';
      letter-spacing: 1px;
      height: 6rem; }
  .form-holder__button-box {
    padding-top: 6rem; }
  .form-holder__btn {
    color: #000;
    font-size: 1.2rem;
    letter-spacing: 1px;
    max-width: 35rem;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    height: 5rem;
    text-transform: uppercase;
    font-family: 'SB';
    cursor: pointer;
    letter-spacing: 2px; }
    .form-holder__btn svg {
      margin-left: 1rem; }
    @media screen and (min-width: 1250px) {
      .form-holder__btn:hover {
        background: #eb830a;
        color: #fff; }
        .form-holder__btn:hover svg path {
          fill: #fff; } }

.main-text {
  color: #000;
  padding: 100px 0; }
  .main-text h1 {
    font-family: 'SH';
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 25px; }
  @media screen and (max-width: 1439px) {
    .main-text h1 {
      font-size: 16px; } }
  .main-text__holder {
    font-size: 16px;
    line-height: 170%; }
    @media only screen and (max-width: 1439px) {
      .main-text__holder {
        font-size: 14px; } }

.footer {
  background: #000;
  color: #fff;
  padding: 0 60px; }
  .footer input:-webkit-autofill,
  .footer input:-webkit-autofill:hover,
  .footer input:-webkit-autofill:focus,
  .footer input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff; }
  .footer .arrow-up {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer; }
    .footer .arrow-up svg path {
      fill: #EB830A; }
    @media only screen and (max-width: 767px) {
      .footer .arrow-up {
        position: absolute;
        left: 50%;
        bottom: 20px; } }
  .footer .center {
    max-width: 100%; }
  .footer .form-group {
    border-color: rgba(255, 255, 255, 0.6); }
  .footer .form-field,
  .footer .form-label {
    color: #fff;
    font-size: 14px; }
    @media only screen and (max-width: 1365px) {
      .footer .form-field,
      .footer .form-label {
        font-size: 10px; } }
  .footer .form-field {
    height: 52px; }
    @media only screen and (max-width: 1365px) {
      .footer .form-field {
        height: 42px; } }
  .footer .form-label {
    min-width: 70px; }
  .footer__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5.4rem 0; }
    @media only screen and (max-width: 992px) {
      .footer__holder {
        padding: 30px 15px; } }
    @media only screen and (max-width: 767px) {
      .footer__holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .footer__logo-box {
    max-width: 14rem;
    -ms-flex-preferred-size: 14rem;
    flex-basis: 14rem;
    width: 100%;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 14px; }
    .footer__logo-box p + p {
      margin-top: 15px; }
    .footer__logo-box .logo {
      max-width: 117px;
      display: block;
      margin-bottom: 55px; }
      @media only screen and (max-width: 767px) {
        .footer__logo-box .logo {
          margin-bottom: 0; }
          .footer__logo-box .logo img {
            width: 118px; } }
    @media only screen and (max-width: 767px) {
      .footer__logo-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
        padding: 0 15px; } }
  .footer__col {
    max-width: 14rem;
    -ms-flex-preferred-size: 14rem;
    flex-basis: 14rem;
    width: 100%; }
    .footer__col.active .footer__title svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    @media screen and (max-width: 1439px) {
      .footer__col {
        max-width: 18.6rem;
        -ms-flex-preferred-size: 18.6rem;
        flex-basis: 18.6rem; } }
    @media only screen and (max-width: 767px) {
      .footer__col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
        padding: 0 15px; } }
  .footer__title {
    font-size: 15px;
    line-height: 150%;
    font-family: 'SH';
    margin-bottom: 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer__title svg {
      display: none;
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
    @media only screen and (max-width: 1365px) {
      .footer__title {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .footer__title {
        font-size: 18px;
        line-height: 22px; }
        .footer__title svg {
          display: block; } }
  .footer__list {
    font-size: 14px;
    line-height: 150%; }
    .footer__list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .footer__list li + li {
      margin-top: 1.2rem; }
      @media screen and (max-width: 1439px) {
        .footer__list li + li {
          margin-top: 1.6rem; } }
    .footer__list a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none; }
      @media screen and (min-width: 1250px) {
        .footer__list a:hover {
          color: #eb830a; } }
    @media only screen and (max-width: 1365px) {
      .footer__list {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .footer__list {
        font-size: 12px;
        line-height: 14px;
        display: none; } }
  @media only screen and (max-width: 767px) {
    .footer__contacts {
      display: none; } }
  .footer__address {
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    color: #bdbdbd;
    margin-bottom: 1.2rem; }
    @media only screen and (max-width: 1365px) {
      .footer__address {
        font-size: 10px; } }
  .footer__tel {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    color: #bdbdbd; }
    .footer__tel li + li {
      margin-top: 1.2rem; }
      @media screen and (max-width: 1439px) {
        .footer__tel li + li {
          margin-top: 1.6rem; } }
    .footer__tel a {
      color: #bdbdbd;
      text-decoration: none; }
    @media only screen and (max-width: 1365px) {
      .footer__tel {
        font-size: 10px; } }
  .footer__subscribe {
    max-width: 30rem; }
    @media screen and (max-width: 1439px) {
      .footer__subscribe {
        max-width: 38rem;
        -ms-flex-preferred-size: 38rem;
        flex-basis: 38rem;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .footer__subscribe {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 15px; } }
  .footer__subscribe-text {
    font-size: 14px;
    line-height: 18px;
    color: #bdbdbd; }
    @media screen and (max-width: 1439px) {
      .footer__subscribe-text {
        font-size: 12px;
        line-height: 14px; } }
  .footer__subscribe-form {
    position: relative; }
    .footer__subscribe-form input {
      font-size: 1rem;
      text-transform: uppercase;
      font-family: 'SH';
      letter-spacing: 1px;
      height: 6rem;
      padding-right: 40px; }
    .footer__subscribe-form .form-group .field-line {
      border-color: #fff; }
  .footer__subscribe-btn {
    position: absolute;
    top: 50%;
    right: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: -8px; }
  .footer__copy {
    margin-right: 53px;
    color: #bdbdbd; }
    @media only screen and (max-width: 767px) {
      .footer__copy {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        margin-right: 0;
        margin-left: 50px; } }
  .footer__copy-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .footer__copy-holder {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
        padding: 0 30px; } }
  .footer__copy-box {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 38px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .footer__copy-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media only screen and (max-width: 992px) {
    .footer {
      padding: 0 15px; } }

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .social .insta svg {
    width: 17px;
    height: 17px; }
  .social .viber svg {
    width: 17px;
    height: 17px; }
  .social .telegram svg {
    width: 17px;
    height: 17px; }
  .social li + li {
    margin-left: 24px; }
  .social svg path {
    fill: #7e7e7e; }

.dev-link {
  text-decoration: none;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bdbdbd; }
  .dev-link__logo {
    height: 15px;
    overflow: hidden;
    margin-left: 10px; }
  .dev-link svg {
    width: 100px;
    height: 15px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media only screen and (min-width: 1025px) {
    .dev-link:hover svg {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); } }
  @media only screen and (max-width: 767px) {
    .dev-link {
      margin-bottom: 20px; } }

.page {
  margin-top: 180px;
  padding-left: 60px;
  padding-right: 60px; }
  .page .bg-section {
    margin: 0 -60px; }
  @media only screen and (max-width: 992px) {
    .page {
      padding-right: 40px; }
      .page .bg-section {
        margin-right: -40px; } }
  @media only screen and (max-width: 767px) {
    .page {
      padding: 0 15px;
      margin-top: 100px; }
      .page .bg-section {
        margin: 0  -15px; } }

.main-page {
  padding-left: 190px;
  margin-top: 0; }
  .main-page .bg-section,
  .main-page .price-request {
    margin-left: -190px;
    padding-left: 190px; }
  @media only screen and (max-width: 1680px) {
    .main-page {
      padding-left: 140px; }
      .main-page .bg-section,
      .main-page .price-request {
        margin-left: -140px;
        padding-left: 140px; } }
  @media only screen and (max-width: 1200px) {
    .main-page {
      padding-left: 60px; }
      .main-page .bg-section,
      .main-page .price-request {
        margin-left: -60px;
        padding-left: 60px; } }
  @media only screen and (max-width: 767px) {
    .main-page {
      padding-left: 15px; }
      .main-page .bg-section,
      .main-page .price-request {
        margin-left: -15px;
        padding-left: 15px; } }

.page-title {
  font-size: 45px;
  font-family: 'SH', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1365px) {
    .page-title {
      font-size: 35px; } }

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .custom-checkbox__box {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #c4c4c4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .custom-checkbox__label {
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .custom-checkbox input {
    height: 0;
    width: 0;
    opacity: 0; }
    .custom-checkbox input:checked ~ .custom-checkbox__box {
      background: #eb830a;
      border-color: #eb830a; }
    .custom-checkbox input:checked ~ .custom-checkbox__label {
      color: #eb830a; }
  .custom-checkbox.round .custom-checkbox__box {
    position: relative;
    border-radius: 50%; }
    .custom-checkbox.round .custom-checkbox__box::before {
      content: '';
      position: absolute;
      left: 2px;
      right: 2px;
      top: 2px;
      bottom: 2px;
      background: #EB830A;
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .custom-checkbox.round .custom-checkbox__box svg {
      display: none; }
  .custom-checkbox.round input:checked ~ .custom-checkbox__box {
    border-color: #000;
    background: transparent; }
    .custom-checkbox.round input:checked ~ .custom-checkbox__box::before {
      opacity: 1; }

.content-area {
  font-size: 16px;
  line-height: 160%; }
  .content-area p {
    margin: 0 0 25px; }
  @media only screen and (max-width: 1365px) {
    .content-area {
      font-size: 14px; } }

.bg-section {
  padding: 100px 60px;
  background-image: url("../images/pattern.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media only screen and (max-width: 1680px) {
    .bg-section {
      padding-left: 11.8rem; } }
  @media only screen and (max-width: 992px) {
    .bg-section {
      padding: 60px 40px 60px 11.8rem; } }
  @media only screen and (max-width: 767px) {
    .bg-section {
      padding: 40px 15px; } }

.page-inner {
  max-width: 1535px;
  padding: 0 15px;
  margin: 0 auto; }

.btn {
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-family: 'SR', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px;
  letter-spacing: 2px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: none;
  cursor: pointer;
  position: relative; }
  .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #EB830A;
    -webkit-transition: width .5s;
    transition: width .5s; }
  .btn span {
    position: relative; }
  .btn svg {
    margin-left: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .btn svg path {
      fill: #fff;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  @media only screen and (min-width: 1025px) {
    .btn:hover::before {
      width: 100%; }
    .btn:hover svg {
      -webkit-transform: translateX(10px);
      transform: translateX(10px); } }
  @media only screen and (max-width: 1365px) {
    .btn {
      font-size: 12px; } }
  .btn--light {
    background: #fff;
    color: #000; }
    .btn--light svg path {
      fill: #000; }
  .btn--accent {
    background: #EB830A; }
    .btn--accent::before {
      background: #000; }
    @media only screen and (min-width: 1025px) {
      .btn--accent:hover {
        background: #EB830A;
        color: #fff; } }
  .btn--line {
    background: #fff;
    border: 1px solid #000;
    color: #000; }
    @media only screen and (min-width: 1025px) {
      .btn--line:hover {
        border-color: #EB830A;
        color: #fff; } }
  .btn.disabled {
    pointer-events: none;
    background: #00000059; }

.form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  .form-group:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.6); }
  .form-group .field-line {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    border-top: 2px solid #000;
    -webkit-transition: all .4s linear;
    transition: all .4s linear; }
  .form-group__inner {
    width: 100%;
    position: relative; }

.form-area {
  background: transparent;
  height: 60px; }

.form-field {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'SH', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  border: none;
  background: transparent;
  letter-spacing: 2px; }
  .form-field:focus + .field-line {
    width: 100%; }

.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 135px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: 'SH', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .form-label {
      font-size: 10px;
      letter-spacing: 1px;
      min-width: 100px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .row--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .row-pagination-container {
    display: flex;
    justify-content: center; }
	
table {
  width: 100%;
  font-family: 'SR', sans-serif;
  border: 1px solid rgba(189, 189, 189, 0.2);
  border-collapse: collapse; }
  table td {
    padding: 15px 35px;
    padding-right: 0; }
    table td:first-child {
      width: 50%; }
    table td:last-child {
      padding-right: 35px; }
  table thead {
    font-family: 'SB', sans-serif; }
    table thead td {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      background: #fff; }
  table tbody tr:nth-child(odd) td {
    background: rgba(189, 189, 189, 0.2); }
  @media only screen and (max-width: 1365px) {
    table {
      font-size: 12px; } }

iframe {
  border: none;
  max-width: 100%; }

.file-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'SH', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer; }
  .file-field svg {
    margin-right: 10px; }
  .file-field input {
    width: 0;
    height: 0;
    opacity: 0; }

.file-group {
  border: none; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 30px 0 0;
  list-style: none; }
  .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bdbdbd;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
    .slick-dots li + li {
      margin-left: 12px; }
    .slick-dots li.slick-active {
      background: #EB830A; }
  .slick-dots button {
    display: none; }

.main-arrow {
  cursor: pointer; }
  .main-arrow svg path {
    -webkit-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out; }
  @media only screen and (min-width: 1025px) {
    .main-arrow:hover svg path {
      fill: #EB830A; } }

.fixed-cart {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  z-index: 1;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out; }
  .fixed-cart .cart-cout {
    top: 6px;
    right: 6px; }
    @media only screen and (max-width: 1365px) {
      .fixed-cart .cart-cout {
        top: 9px;
        right: 9px; } }
  @media only screen and (max-width: 767px) {
    .fixed-cart {
      display: none; } }

.fixed-cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 175px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  pointer-events: none; }
  .fixed-cart-button.active {
    opacity: 1;
    pointer-events: all; }

.cart-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 0;
  height: 50px;
  background: #fff;
  right: 1px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 0 24px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .cart-message svg {
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .cart-message.active {
    width: 310px; }

.cart-message-mobile {
	display: none;
	opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 150%;
    width: 0;
    height: 50px;
	/* line-height: 50px; */
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    padding: 0 24px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  .cart-message-mobile svg {
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.cart-message-mobile.active {
    width: 310px; 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
}

.one-click__form {
  background: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  transition: max-height 1s cubic-bezier(0, 1, 0, 1); }
  .one-click__form.active {
    max-height: 9999px;
    -webkit-transition: max-height 2s ease-in-out;
    transition: max-height 2s ease-in-out; }

.one-click__input {
  height: 56px;
  border: 1px solid #000;
  padding: 0 60px 0 22px; }
  @media only screen and (max-width: 1365px) {
    .one-click__input {
      height: 44px;
      font-size: 10px; } }
  .one-click__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .one-click__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .one-click__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .one-click__input::placeholder {
    color: rgba(0, 0, 0, 0.5); }

.one-click__submit {
  position: absolute;
  right: 22px;
  top: 18px;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer; }
  .one-click__submit svg {
    width: 20px;
    height: 20px;
    fill: #000;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  @media only screen and (max-width: 1365px) {
    .one-click__submit {
      top: 12px; } }
  @media only screen and (min-width: 1025px) {
    .one-click__submit:hover svg {
      fill: #eb830a; } }

.one-click__box .btn {
  margin: 0 0 22px !important; }

.price-filter {
  margin-bottom: 30px; }
  .price-filter .noUi-target {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .price-filter .noUi-horizontal .noUi-handle {
    left: -13px !important; }
  .price-filter .noUi-connect {
    background: #000; }
  .price-filter .noUi-horizontal {
    margin: 0 0px 0 15px;
    height: 2px;
    background: #E5E5E5; }
  .price-filter .noUi-pips-horizontal {
    display: none; }
  .price-filter .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    background: #000;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer; }
    .price-filter .noUi-handle::before, .price-filter .noUi-handle::after {
      display: none; }

.filter-inner.showed.list-group-item.ocfilter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.price-slider__value-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px; }

.price-slider__input-inner {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .price-slider__input-inner span {
    font-size: 16px;
    color: #000;
    margin-right: 8px; }
  .price-slider__input-inner input {
    max-width: 164px;
    width: 100%;
    padding: 0 15px;
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.1); }

.error-page {
  margin-top: 118px;
  padding-bottom: 130px;
  padding-top: 117px;
  background-color: #000;
  background-image: url("../images/404-bg.jpg");
  background-size: cover; }

.error-inner {
  max-width: 450px;
  margin-left: 100px;
  color: #fff; }
  .error-inner .btn {
    width: 200px; }
    @media only screen and (max-width: 767px) {
      .error-inner .btn {
        width: 100%;
        max-width: 350px; } }
  @media only screen and (max-width: 767px) {
    .error-inner {
      margin-left: 0;
      text-align: center; } }

.error__title {
  max-width: 301px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    .error__title {
      margin: 0 auto; } }

.error__subtitle {
  font-family: 'SR', sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 140%; }
  @media only screen and (max-width: 1365px) {
    .error__subtitle {
      font-size: 25px; } }

.error__caption {
  opacity: .78;
  margin-bottom: 50px; }

.about-page {
  margin-top: 120px; }
  @media only screen and (max-width: 1680px) {
    .about-page {
      margin-top: 99px; } }
  .about-page .team {
    margin: 100px 0; }
      
    .about-page .team__slide {
      max-width: 456px; }
      @media only screen and (max-width: 1680px) {
        .about-page .team__slide {
          max-width: 320px; } }
      @media only screen and (max-width: 1365px) {
        .about-page .team__slide {
          max-width: 300px; } }
      @media only screen and (max-width: 767px) {
        .about-page .team__slide {
          max-width: 300px; } }
    @media only screen and (max-width: 767px) {
      .about-page .team {
        margin-right: 0; } }
  .about-page .team .center-right {
    margin: 100px 0;
    padding-left: 100px; }
    @media only screen and (max-width: 1680px) {
      .about-page .team .center-right {
        padding-left: 85px;
        margin: 0;
        max-width: 100%; } }
    @media only screen and (max-width: 1365px) {
      .about-page .team .center-right {
        padding-left: 40px; } }
    @media only screen and (max-width: 767px) {
      .about-page .team .center-right {
        padding-left: 0; } }

.about-heading {
  height: 550px;
  padding: 57px;
  background-size: cover;
  background-position: center;
  margin: 0 -60px 80px;
  position: relative;
  margin-bottom: 80px; }
  .about-heading-holder {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 0 50px;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 992px) {
      .about-heading-holder {
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .about-heading-holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .about-heading-inner {
    max-width: 55%; }
    @media only screen and (max-width: 767px) {
      .about-heading-inner {
        max-width: 100%;
        margin-bottom: 60px; } }
  .about-heading__title {
    font-family: 'SH', sans-serif;
    font-size: 55px;
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 26px; }
    @media only screen and (max-width: 1365px) {
      .about-heading__title {
        font-size: 35px; } }
  .about-heading__caption {
    font-size: 20px;
    line-height: 170%; }
    @media only screen and (max-width: 1365px) {
      .about-heading__caption {
        font-size: 16px; } }
  .about-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
  .about-heading .breadcrumbs {
    position: relative;
    z-index: 2;
    margin-bottom: 120px; }
    .about-heading .breadcrumbs li::before {
      border-color: rgba(255, 255, 255, 0.5); }
    .about-heading .breadcrumbs a {
      color: #fff; }
    .about-heading .breadcrumbs span {
      color: rgba(255, 255, 255, 0.5); }
    @media only screen and (max-width: 1365px) {
      .about-heading .breadcrumbs {
        margin-bottom: 98px; } }
  @media only screen and (max-width: 1365px) {
    .about-heading {
      height: 450px; } }

.video-btn {
  font-family: 'SH', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 215px;
  line-height: 170%;
  cursor: pointer; }
  .video-btn__thumb {
    width: 96px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 20px; }
  @media only screen and (max-width: 1365px) {
    .video-btn {
      font-size: 10px; } }

.about-text {
  max-width: 1535px;
  padding: 0 15px;
  margin: 0 auto 100px; }
  .about-text__label {
    font-family: 'SH', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    margin-bottom: 25px; }
    .about-text__label::before {
      content: '';
      width: 50px;
      border-top: 1px solid #333;
      margin-right: 11px;
      margin-top: -1px; }
    @media only screen and (max-width: 1365px) {
      .about-text__label {
        font-size: 10px; } }
  .about-text__title {
    font-size: 40px;
    line-height: 130%;
    font-family: 'SH', sans-serif; }
    @media only screen and (max-width: 1365px) {
      .about-text__title {
        font-size: 30px; } }
  .content-text {
	  width: 48%;
  }
  .about-text .about-text__title {
    margin-bottom:15px; }
  .about-text__content {
	  display: flex;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    line-height: 190%;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px; }
    @media only screen and (max-width: 767px) {
      .about-text__content {
		  display:unset;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
  @media only screen and (max-width: 1365px) {
    .about-text {
      max-width: 955px; } }
  @media only screen and (max-width: 767px) {
    .about-text {
      padding: 0;
      margin-bottom: 50px; } }

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 70px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .about-item__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media only screen and (max-width: 1680px) {
      .about-item__thumb {
        max-width: 55%; } }
    @media only screen and (max-width: 1100px) {
      .about-item__thumb {
        width: 450px; } }
    @media only screen and (max-width: 992px) {
      .about-item__thumb {
        width: 320px; } }
    @media only screen and (max-width: 767px) {
      .about-item__thumb {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px; } }
  .about-item__inner {
    padding: 0 70px;
    width: 100%; }
    @media only screen and (max-width: 1100px) {
      .about-item__inner {
        padding: 0 30px; } }
    @media only screen and (max-width: 767px) {
      .about-item__inner {
        padding: 0; } }
  .about-item__title {
    font-family: 'SH', sans-serif;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1365px) {
      .about-item__title {
        font-size: 18px; } }
  .about-item__caption {
    font-size: 16px;
    line-height: 170%;
    max-width: 500px;
    margin-right: auto;
    color: #333; }
    @media only screen and (max-width: 1365px) {
      .about-item__caption {
        font-size: 14px; } }
  .about-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right; }
    .about-item.reverse .about-item__thumb {
      margin-right: 0; }
    .about-item.reverse .about-item__caption {
      margin-left: auto;
      margin-right: 0; }
    @media only screen and (max-width: 1365px) {
      .about-item.reverse {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  @media only screen and (max-width: 767px) {
    .about-item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 50px; } }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.2rem;
  margin-bottom: 55px; }
  .breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .breadcrumbs li::before {
      content: '';
      width: 20px;
      border-top: 1px solid #000;
      margin: 0 12px; }
    .breadcrumbs li:first-child::before {
      display: none; }
    .breadcrumbs li:last-child::before {
      opacity: .5; }
  .breadcrumbs a {
    color: #000;
    text-decoration: none; }
  .breadcrumbs span {
    opacity: .5; }
  @media only screen and (max-width: 1365px) {
    .breadcrumbs {
      font-size: 1.7rem; } }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      display: none; } }

.catalogue-page {
  padding-left: 40px; }

  @media only screen and (max-width: 767px) {
    .catalogue-page {
      padding-left: 15px; } }

.catalogue-search-page .breadcrumbs {
  max-width: 1400px;
  margin: 0 auto 50px; }

.catalogue-search-page .catalogue-list .product__box {
  max-width: calc(25% - 14px); }
  @media only screen and (max-width: 1200px) {
    .catalogue-search-page .catalogue-list .product__box {
      max-width: calc(33.33333% - 14px); } }
  @media only screen and (max-width: 992px) {
    .catalogue-search-page .catalogue-list .product__box {
      max-width: calc(50% - 14px);
	  padding: 15px;} }
  @media only screen and (max-width: 550px) {
    .catalogue-search-page .catalogue-list .product__box {
	  padding: 15px;} 
	
	.catalogue-page .catalogue-list .product__box {
      max-width: calc(50% - 14px);
	  padding: 15px;	  
	  }
  }

.catalogue-search-form {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 60px; }
  .catalogue-search-form__field {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0 40px 15px 0;
    font-family: 'SR', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #000; }
  .catalogue-search-form__btn {
    position: absolute;
    right: 0;
    top: 5px;
    border: none;
    background: transparent;
    cursor: pointer; }
    .catalogue-search-form__btn svg path {
      fill: #000; }

.catalogue-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 55px; }
  .catalogue-heading .page-title {
    margin-bottom: 0; }
    @media only screen and (max-width: 992px) {
      .catalogue-heading .page-title {
        width: 100%;
        margin-bottom: 20px; } }
  @media only screen and (max-width: 992px) {
    .catalogue-heading {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.catalogue-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .catalogue-sort__label {
    opacity: .5; }
  .catalogue-sort .select {
    margin: 0;
    border: none; }
    @media only screen and (max-width: 767px) {
      .catalogue-sort .select {
        max-width: 140px;
        padding: 1em 0.9em; } }
    .catalogue-sort .select__current {
      font-family: 'SR', sans-serif;
      font-weight: 700;
      color: #000; }
      @media only screen and (max-width: 767px) {
        .catalogue-sort .select__current {
          font-family: 'SH', sans-serif;
          text-transform: uppercase;
          font-size: 12px;
          text-overflow: ellipsis; } }
    .catalogue-sort .select::after {
      height: 7px;
      width: 7px;
      border-color: #000;
      margin-top: -5px; }
  @media only screen and (max-width: 767px) {
    .catalogue-sort {
      width: 50%;
      height: 47px;
      border: 1px solid #c4c4c4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .catalogue-sort .catalogue-sort__label {
        display: none; } }

.catalogue-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.catalogue-sidebar {
  max-width: 320px;
  width: 100%;
  margin-right: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media only screen and (max-width: 1680px) {
    .catalogue-sidebar {
      max-width: 270px; } }
  @media only screen and (max-width: 992px) {
    .catalogue-sidebar {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      background: #fff;
      z-index: 5;
      width: 420px;
      max-width: 100%;
      padding: 40px 15px;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      overflow-y: auto; }
      .catalogue-sidebar.active {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

.catalogue-inner {
  width: 100%; }

.catalogue-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px 48px; }
  .catalogue-list .product__box {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 7px 14px;
    max-width: calc(25% - 14px);
    width: 100%; }
    .catalogue-list .product__box .product__image {
      max-height: none; }
    @media only screen and (min-width: 2200px) {
      .catalogue-list .product__box {
        max-width: calc(20% - 14px); } }
    @media only screen and (max-width: 1680px) {
      .catalogue-list .product__box {
        max-width: calc(33.33333% - 14px); } }
    @media only screen and (max-width: 1100px) {
      .catalogue-list .product__box {
        max-width: calc(50% - 14px); } }
    @media only screen and (max-width: 767px) {
      .catalogue-list .product__box {
        max-width: 325px; } }
  @media only screen and (max-width: 992px) {
    .catalogue-list {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .catalogue-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      } }

.filter {
  padding-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .filter:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 8px; }
  .filter-handler {
    display: none; }
    @media only screen and (max-width: 992px) {
      .filter-handler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 47px;
        border: 1px solid #c4c4c4;
        width: 50%;
        font-family: 'SH', sans-serif;
        text-transform: uppercase; } }
  .filter-close {
    display: none; }
    @media only screen and (max-width: 992px) {
      .filter-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 7px;
        right: 10px; }
        .filter-close svg {
          max-width: 15px; } }
  .filter-heading {
    font-family: 'SR', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer; }
    .filter-heading__opener {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .filter-heading.disabled {
      pointer-events: none; }
    @media only screen and (max-width: 1365px) {
      .filter-heading {
        font-size: 17px; } }
  .filter-inner {
    display: none; }
    .filter-inner.showed {
      display: block; }
  .filter-list__more {
    font-size: 16px;
    opacity: .6;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #000;
    cursor: pointer; }
  .filter-list .custom-checkbox {
    margin-bottom: 17px; }
  .filter-list .collapsed {
    display: none; }
  .filter.active .filter-heading__opener {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.category-filter__list a {
  display: block;
  font-family: 'SR', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .category-filter__list a span {
    color: #999999;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  @media only screen and (min-width: 1025px) {
    .category-filter__list a:hover {
      color: #eb830a;
      text-decoration: underline; }
      .category-filter__list a:hover span {
        color: #eb830a; } }
  .category-filter__list a.active {
    color: #eb830a;
    text-decoration: underline; }
    .category-filter__list a.active span {
      color: #eb830a; }

.active-filters__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }

.active-filters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  height: 38px;
  margin: 0 8px 10px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1); }

.active-filters__remove {
  cursor: pointer;
  margin-left: 7px; }

.active-filters .clear-all {
  color: #EB830A;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  padding-bottom: 3px;
  font-size: 14px;
  border-bottom: 1px solid #EB830A; }

.search-empty {
  font-size: 18px;
  color: #000;
  font-family: 'SR', sans-serif;
  margin-bottom: 170px;
  min-height: 20vh; }
  @media only screen and (max-width: 1365px) {
    .search-empty {
      font-size: 14px; } }

.search-results {
  max-width: 1400px;
  margin: 0 auto 100px; }

.contacts-page {
  margin-top: 118px; }
  @media only screen and (max-width: 1679px) {
    .contacts-page {
      margin-top: 108px; } }
  @media only screen and (max-width: 1365px) {
    .contacts-page {
      margin-top: 99px; } }
  @media only screen and (max-width: 992px) {
    .contacts-page {
      margin-top: 79px; } }

.contacts-heading {
  position: relative;
  padding: 60px 60px 100px;
  margin: 0 -60px 42px; }
  .contacts-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6; }
  .contacts-heading > * {
    position: relative;
    z-index: 2; }
  .contacts-heading .breadcrumbs {
    max-width: 1140px;
    margin: 0 auto 50px; }
    .contacts-heading .breadcrumbs li::before {
      border-color: #fff;
      opacity: .3; }
    .contacts-heading .breadcrumbs a {
      color: #fff; }
    .contacts-heading .breadcrumbs span {
      color: rgba(255, 255, 255, 0.5); }
  .contacts-heading .page-title {
    color: #fff;
    margin-bottom: 0; }
  .contacts-heading__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto 60px; }
    @media only screen and (max-width: 1200px) {
      .contacts-heading__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
	.contact_telephone-numbers{
    display: flex;
    margin-right: 70px;
    flex-direction: column;
	}
  .contacts-heading__link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'SR', sans-serif;
    font-weight: 700;
    margin: 5px; }
    @media only screen and (max-width: 992px) {
      .contacts-heading__link {
        display: none; } }
  .contacts-heading .social a {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .contacts-heading .social a svg {
      max-width: 15px; }
      .contacts-heading .social a svg path {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    @media only screen and (min-width: 1025px) {
      .contacts-heading .social a:hover {
        border-color: #EB830A;
        background: #EB830A; }
        .contacts-heading .social a:hover svg path {
          fill: #fff; } }
  .contacts-heading .social li + li {
    margin-left: 10px; }
  .contacts-heading .social .facebook a svg {
    max-width: 9px; }
  @media only screen and (max-width: 1680px) {
    .contacts-heading {
      padding-left: 11.8rem;
      margin-left: -11.8rem; } }
  @media only screen and (max-width: 992px) {
    .contacts-heading {
      padding-bottom: 40px;
      padding-top: 40px; } }

.contacts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto; }
  .contacts-inner__links {
    max-width: 180px;
    margin-bottom: 55px; }
    @media only screen and (max-width: 992px) {
      .contacts-inner__links {
        margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .contacts-inner__links {
        margin-bottom: 30px; } }
  .contacts-inner__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-family: 'SR', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    min-width: 51%; }
    .contacts-inner__link svg {
      margin-right: 8px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0; }
    .contacts-inner__link span {
      -webkit-transform: translateX(-24px);
      transform: translateX(-24px);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    @media only screen and (max-width: 1365px) {
      .contacts-inner__link {
        font-size: 14px; } }
    @media only screen and (min-width: 1025px) {
      .contacts-inner__link:hover svg {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
      .contacts-inner__link:hover span {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        font-weight: 700; } }
  @media only screen and (max-width: 992px) {
    .contacts-inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media only screen and (max-width: 992px) {
  .contacts-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .contacts-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contacts-info > * {
      width: 100%; } }

.contacts-thumb img {
  width: auto; }

@media only screen and (max-width: 1100px) {
  .contacts-thumb {
    max-width: 70%; } }

@media only screen and (max-width: 992px) {
  .contacts-thumb {
    max-width: 100%; } }

.contacts-item {
  color: #fff;
  margin-bottom: 50px; }
  .contacts-item__title {
    font-size: 24px;
    font-family: 'SR', sans-serif;
    font-weight: 700;
    margin-bottom: 25px; }
  .contacts-item__line {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px; }
    @media only screen and (max-width: 1365px) {
      .contacts-item__line {
        font-size: 14px; } }
  @media only screen and (max-width: 992px) {
    .contacts-item {
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .contacts-item {
      margin-bottom: 20px; } }

.question-form {
  max-width: 1140px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .question-form .about-text__title {
    margin-bottom: 22px; }
  .question-form .price-request__caption {
    color: #000; }
  .question-form .fields-list {
    margin-bottom: 60px; }
  .question-form .btn {
    width: 350px;
    max-width: 100%; }

.delivery-page .page-title,
.delivery-page .breadcrumbs {
  max-width: 1060px;
  margin: 0 auto 50px; }

.delivery-page .tabs {
  align-items: center;
  max-width: 1060px;
  margin: 0 auto 30px; }

@media only screen and (max-width: 1100px) {
  .delivery-page {
    padding-right: 15px; } }

.delivery-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 40px; }
  @media only screen and (max-width: 992px) {
    .delivery-holder {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.delivery-column {
  max-width: 509px;
  width: 49%; }
  @media only screen and (max-width: 992px) {
    .delivery-column {
      width: 100%;
      margin: 0 auto 70px; } }

.delivery-item {
  padding: 70px 55px 50px;
  border: 4px solid #000;
  margin-bottom: 70px; }
  .delivery-item__thumb {
    width: 104px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -102px;
    margin-left: -20px;
    margin-bottom: 35px;
    background: #fff; }
    .delivery-item__thumb img {
      width: auto;
      max-width: 64px; }
    @media only screen and (max-width: 767px) {
		.delivery-column {
			margin: 0 auto 0px;
		}
      .delivery-item__thumb {
        margin-left: 0; } }
  .delivery-item__title {
    font-family: 'SH', sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px; }
    @media only screen and (max-width: 1365px) {
      .delivery-item__title {
        font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .delivery-item {
      padding: 70px 15px 30px; } }

.news-page .page-title,
.news-page .breadcrumbs {
  max-width: 1550px;
  margin: 0 auto 50px; }
  @media only screen and (max-width: 1680px) {
    .news-page .page-title,
    .news-page .breadcrumbs {
      max-width: 1090px; } }

.news-holder {
  max-width: 1572px;
  margin: 0 auto 100px; }

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -16px; }
  @media only screen and (max-width: 1365px) {
    .news-list {
      margin: 0 -10px; } }
  @media only screen and (max-width: 992px) {
    .news-list {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .news-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0; } }

.news-item {
  width: 500px;
  margin: 0 12px 40px;
  max-width: calc(100% - 24px);
  text-decoration: none;
  color: #000;
  display: block; }
  .news-item__thumb {
    margin-bottom: 14px;
    overflow: hidden; }
    .news-item__thumb img {
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
  .news-item__date {
    margin-bottom: 12px;
    font-size: 14px;
    color: #5f5f5f; }
    @media only screen and (max-width: 1365px) {
      .news-item__date {
        font-size: 12px; } }
  .news-item__title {
    font-family: 'SR', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 130%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    @media only screen and (max-width: 1365px) {
      .news-item__title {
        font-size: 16px; } }
  .news-item__caption {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 160%; }
    @media only screen and (max-width: 1365px) {
      .news-item__caption {
        font-size: 12px; } }
  @media only screen and (min-width: 1025px) {
    .news-item:hover .news-item__thumb img {
      -webkit-transform: scale(1.15);
      transform: scale(1.15); }
    .news-item:hover .news-item__title {
      color: #EB830A; } }
  @media only screen and (max-width: 1680px) {
    .news-item {
      width: 346px; } }
  @media only screen and (max-width: 1365px) {
    .news-item {
      margin: 0 7px 40px; } }
  @media only screen and (max-width: 1100px) {
    .news-item {
      max-width: calc(33.33333% - 24px); } }
  @media only screen and (max-width: 992px) {
    .news-item {
      max-width: calc(50% - 24px); } }
  @media only screen and (max-width: 767px) {
    .news-item {
      max-width: 100%;
      margin: 0 0 40px; } }

.article-page .breadcrumbs {
  max-width: 992px;
  margin: 0 auto 50px; }

.article-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 992px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 100px; }
  @media only screen and (max-width: 992px) {
    .article-holder {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.article-inner {
  max-width: 646px; }
  @media only screen and (max-width: 992px) {
    .article-inner {
      margin-bottom: 40px; } }

.article-sidebar {
  width: 346px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 73px; }
  .article-sidebar .news-item {
    margin: 0 0 40px;
    max-width: 100%; }
    @media only screen and (max-width: 992px) {
      .article-sidebar .news-item {
        max-width: calc(50% - 14px);
        margin: 0 7px 40px; } }
    @media only screen and (max-width: 767px) {
      .article-sidebar .news-item {
        max-width: 100%;
        margin: 0 0 40px; } }
  .article-sidebar__title {
    font-family: 'SH', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px; }
  @media only screen and (max-width: 992px) {
    .article-sidebar__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 1200px) {
    .article-sidebar {
      max-width: 270px;
      margin-left: 40px; } }
  @media only screen and (max-width: 992px) {
    .article-sidebar {
      max-width: 100%;
      width: 100%;
      margin: 0; } }

.article-title {
  font-family: 'SR', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 25px; }

.article-thumb {
  margin-bottom: 25px; }

.article-content {
  font-size: 16px;
  line-height: 160%; }
  @media only screen and (max-width: 1365px) {
    .article-content {
      font-size: 14px; } }

.order-holder {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px; }
  @media only screen and (max-width: 992px) {
    .order-holder {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 50px; } }

.order-inner {
  width: 100%; }

.order-step {
  margin-bottom: 50px; }
  .order-step__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
  .order-step__title {
    font-size: 16px;
    font-family: 'SH', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .order-step__title span {
  	font-size: 11px;
  	font: 13px/20px 'SR', sans-serif;
  	text-transform: none;
  	letter-spacing: 1px;
  	display: block;
  	color: #a2a2a2;
  }
    @media only screen and (max-width: 1365px) {
      .order-step__title {
        font-size: 12px; } }
		
 
  .order-step__edit {
    display: none;
    font-size: 12px;
    border-bottom: 1px solid #000;
    cursor: pointer; }
  .order-step__line {
    margin-bottom: 5px; }
  .order-step.disabled .order-step__inner {
    display: none; }
  .order-step.disabled .order-step__title {
    opacity: .2; }
  .order-step.done .order-step__edit {
    display: block; }
  .order-step .select {
    margin: 0;
    border: none;
    border-bottom: 2px solid #d6d6d6;
    padding-left: 0;
    padding-bottom: 5px; }
    .order-step .select::after {
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      margin-top: 0; }
  .order-step .area-group .order-form-label {
    top: 15px; }
  .order-step .area-group .form-area {
    padding-left: 0; }

.order-form .btn {
  width: 260px;
  max-width: 100%; }

.order-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .order-form-row .order-form-group {
    max-width: 48%; }
  @media only screen and (max-width: 767px) {
    .order-form-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .order-form-row .order-form-group {
		  
        max-width: 100%; } 
		
	#shipping-block .order-form-row	.order-form-group {
		margin-bottom: 0px;
	}
	}

.order-form-group {
  position: relative;
  margin-bottom: 40px;
  width: 100%; }
  .order-form-group__label {
    font-size: 16px;
    margin-bottom: 20px;
    color: #303030; }
    @media only screen and (max-width: 1365px) {
      .order-form-group__label {
        font-size: 14px; } }
  .order-form-group .custom-checkbox {
    margin-bottom: 10px; }

.order-form-field {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  font-family: 'SB', sans-serif;
  color: #030303;
  text-transform: uppercase;
  line-height: 170%; }
  .order-form-field:focus + .order-form-label, .order-form-field.content + .order-form-label {
    top: -15px;
    font-size: 8px; }

.order-form-label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-family: 'SR', sans-serif;
  text-transform: none;
  color: rgba(3, 3, 3, 0.5);
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.order-cart {
  width: 405px;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fbfbfb;
  padding: 50px 40px 0 0;
  margin-left: 60px; }
  .order-cart__title {
    font-size: 14px;
    font-family: 'SH', sans-serif;
    margin-bottom: 30px;
    padding-left: 40px; }
  .order-cart-inner {
    max-height: 360px;
    margin-bottom: 40px;
    overflow-y: auto; }
  .order-cart-total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-left: 40px;
    margin-bottom: 30px;
    text-align: right; }
    .order-cart-total__label {
      font-size: 14px; }
  .order-cart-btn {
    margin-right: -40px;
    width: calc(100% + 40px);
    letter-spacing: 0; }
    @media only screen and (max-width: 767px) {
      .order-cart-btn {
        width: calc(100% + 15px); } }
  @media only screen and (max-width: 992px) {
    .order-cart {
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .order-cart {
      padding-right: 15px; } }


.order-cart-footer-total {
    padding-top: 20px;
    margin-left: 40px;
    margin-bottom: 30px;
    text-align: right;
    position: absolute;
    bottom: 50px;
    right: 6px;
}
.order-cart-footer-total__label {
      font-size: 12px; }

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative; }
  .cart-item .availability {
    font-size: 12px;
    margin-bottom: 5px; }
  .cart-item .product-price__inner {
    font-size: 14px; }
    @media only screen and (max-width: 1365px) {
      .cart-item .product-price__inner {
        font-size: 12px; } }
  .cart-item .product-quantity input {
    font-size: 14px;
    background: transparent;
    width: 38px; }
    @media only screen and (max-width: 1365px) {
      .cart-item .product-quantity input {
        font-size: 12px; } }
  .cart-item__remove {
        position: absolute;
    cursor: pointer;
    right: 50%; }
  .cart-item__thumb {
    height: 160px;
    width: 160px;
    text-align: center;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px; }
    .cart-item__thumb img {
      width: auto;
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .cart-item__thumb {
        max-width: 120px; } }
  .cart-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cart-item__title {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    display: block; }
    @media only screen and (max-width: 1365px) {
      .cart-item__title {
        font-size: 12px; } }

.comment .form-group {
  border: none; }

.comment-handler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  .comment-handler__icon {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #000;
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: 'SB', sans-serif;
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.comment-inner {
  padding-top: 20px;
  display: none; }

.order-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 150px; }
  .order-complete__inner {
    max-width: 500px; }
    .order-complete__inner .btn {
      max-width: 100%;
	  margin-bottom: 20px;}
    @media only screen and (max-width: 992px) {
      .order-complete__inner {
        max-width: 100%;
        min-height: 35vh; } }
  .order-complete__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 50px; }
    @media only screen and (max-width: 1100px) {
      .order-complete__thumb {
        max-width: 50%; } }
    @media only screen and (max-width: 992px) {
      .order-complete__thumb {
        display: none; } }
  .order-complete__title {
    font-size: 45px;
    font-family: 'SH', sans-serif;
    line-height: 140%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1365px) {
      .order-complete__title {
        font-size: 35px; } }
  .order-complete__caption {
    margin-bottom: 40px; }
  @media only screen and (max-width: 992px) {
    .order-complete {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; } }

.promocode {
  margin-bottom: 5px;
  width: calc(100% + 40px); }
  @media only screen and (max-width: 767px) {
    .promocode {
      width: calc(100% + 15px); } }
  .promocode__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    font-family: 'SH', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    background: #fafafa;
    border: 1px dashed #efefef;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media only screen and (min-width: 1025px) {
      .promocode__button:hover {
        background: #efefef; } }
  .promocode__form {
    position: relative;
    display: none; }
    .promocode__form p.error {
      font-size: 8px;
      line-height: 10px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #ed0707;
      margin: 8px 0 14px; }
    .promocode__form.active {
      display: block; }
  .promocode__input {
    width: 100%;
    background: #fafafa;
    border: 1px solid #efefef;
    padding: 0 72px 0 36px;
    height: 56px;
    color: #000;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .promocode__input.error {
      border: 1px solid #efefef;
      border-bottom: 2px solid red; }
    .promocode__input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.3); }
    .promocode__input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.3); }
    .promocode__input::-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.3); }
    .promocode__input::placeholder {
      color: rgba(0, 0, 0, 0.3); }
  .promocode__submit {
    position: absolute;
    right: 2px;
    top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #000;
    border: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media only screen and (min-width: 1025px) {
      .promocode__submit:hover {
        background: #eb830a; } }

.product-price__promocode {
  font-size: 10px;
  line-height: 140%;
  color: #000;
  margin-top: 6px; }
  .product-price__promocode span {
    font-family: 'SB', sans-serif; }

.pagination {
  /*display: -webkit-box;
  display: -ms-flexbox;*/
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none; }
  .pagination-item {
    width: 68px;
    height: 68px;
    font-size: 17px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    margin: 0 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .pagination-item.active {
      background: #000;
      color: #fff; }
    .pagination-item.divider {
      border: none;
      pointer-events: none; }
    @media only screen and (min-width: 1025px) {
      .pagination-item:hover {
        color: #eb830a; } }
    @media only screen and (max-width: 1365px) {
      .pagination-item {
        width: 48px;
        height: 48px;
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .pagination-item {
        width: 40px;
        height: 40px; } }
    .pagination-item.prev, .pagination-item.next {
      border: none;
      width: 30px; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10; }
  .popup-decor {
    position: absolute;
    right: 0;
    bottom: 30%;
    max-width: 124px; }
    .popup-decor img {
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .popup-decor {
        opacity: .2; } }
  .popup__overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5; }
  .popup-inner {
    max-width: 660px;
    width: 100%;
    background: #fbfbfb;
    padding: 150px 80px;
    position: relative;
    z-index: 2; }
    .popup-inner .btn {
      margin-top: 60px; }
    .popup-inner .about-text__title {
      font-size: 36px; }
      @media only screen and (max-width: 1365px) {
        .popup-inner .about-text__title {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .popup-inner .about-text__title {
          margin-bottom: 25px; } }
    @media only screen and (max-width: 767px) {
      .popup-inner {
        padding: 80px 15px; } }
  .popup-close {
    position: absolute;
    top: 34px;
    right: 34px;
    cursor: pointer; }
  .popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.review-popup {
  padding: 80px;
  max-width: 800px; }
  .review-popup .select {
    margin: 0;
    height: 63px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'SH', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid #646464; }
    .review-popup .select::after {
      width: 7px;
      height: 7px;
      margin: 0;
      border-bottom: 2px solid #000;
      border-right: 2px solid #000; }
  .review-popup .form-area {
    height: 150px;
    padding-left: 0; }
    .review-popup .form-area::-webkit-input-placeholder {
      color: #000;
      font-family: 'SH', sans-serif;
      font-size: 14px; }
    .review-popup .form-area::-moz-placeholder {
      color: #000;
      font-family: 'SH', sans-serif;
      font-size: 14px; }
    .review-popup .form-area::-ms-input-placeholder {
      color: #000;
      font-family: 'SH', sans-serif;
      font-size: 14px; }
    .review-popup .form-area::placeholder {
      color: #000;
      font-family: 'SH', sans-serif;
      font-size: 14px; }
  .review-popup .file-group {
    margin-top: 35px; }
  .review-popup .btn {
    width: 260px;
    max-width: 100%; }

.review-success {
  max-width: 805px; }
  .review-success__inner {
    max-width: 400px; }
  .review-success .btn {
    width: 280px;
    max-width: 100%; }

.callback-success {
  max-width: 665px; }
  .callback-success .btn {
    width: 280px;
    max-width: 100%; }
  .callback-success .popup-decor {
    bottom: 50%; }

.cart-popup {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 380px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 102px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(120%);
  transform: translateX(120%); }
  .cart-popup.active {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .cart-popup-inner {
    padding: 40px 40px 0;
    padding-right: 0;
    width: 500px;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .cart-popup-inner {
        width: 100%; } }
  .cart-popup__title {
    font-size: 12px;
    font-family: 'SH', sans-serif;
    margin-bottom: 30px; }
  .cart-popup__close {
	position: absolute;
    right: 0;
    top: 0;
    margin: 25px 25px 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4f4f4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer; }
  .cart-popup-btns {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0; }
    .cart-popup-btns a {
      text-decoration: none; }
    .cart-popup-btns .btn {
      width: 100%; }
    .cart-popup-btns .order-btn::before {
      display: none; }
    @media only screen and (min-width: 1025px) {
      .cart-popup-btns .order-btn:hover {
        color: #EB830A; }
        .cart-popup-btns .order-btn:hover svg path {
          fill: #EB830A; } }
  .cart-popup .order-cart-inner {
    max-height: 655px; }
    @media all and (max-height: 700px) {
      .cart-popup .order-cart-inner {
        max-height: 455px; } }
    @media only screen and (max-width: 370px) {
      .cart-popup .order-cart-inner {
        max-height: 300px; } }
  .cart-popup .cart-item {
    display: block;
    padding: 0; }
    .cart-popup .cart-item__thumb {
      margin-bottom: 10px; }
  .cart-popup .mCSB_scrollTools {
    right: -7px; }

.prices-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px; }
  .prices-heading__left {
    max-width: 45%;
    margin-right: 115px; }
    @media only screen and (max-width: 1100px) {
      .prices-heading__left {
        max-width: 47%;
        margin: 0; } }
    @media only screen and (max-width: 992px) {
      .prices-heading__left {
        max-width: 100%; } }
  .prices-heading__right {
    max-width: 33%; }
    @media only screen and (max-width: 1100px) {
      .prices-heading__right {
        max-width: 47%; } }
    @media only screen and (max-width: 992px) {
      .prices-heading__right {
        max-width: 100%; } }
  .prices-heading__title {
    font-size: 22px;
    font-family: 'SR', sans-serif;
    font-weight: 700;
    margin-bottom: 20px; }
  .prices-heading .content-area {
    color: #333; }
  .prices-heading .btn {
    width: 100%;
    max-width: 350px; }
  @media only screen and (max-width: 1100px) {
    .prices-heading {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 992px) {
    .prices-heading {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 50px; } }

.price-request {
  margin-left: calc(-12.8rem + 100px);
  margin-right: -10rem;
  padding: 90px 0;
  padding-left: calc(12.8rem - 100px);
  padding-right: 10rem; }
  .price-request .btn {
    width: 100%;
    max-width: 350px;
    font-family: 'SB', sans-serif; }
  .price-request-holder {
    max-width: 700px;
    width: 100%; }
    .price-request-holder input:-webkit-autofill,
    .price-request-holder input:-webkit-autofill:hover,
    .price-request-holder input:-webkit-autofill:focus,
    .price-request-holder input:-webkit-autofill:active {
      -webkit-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s;
      -webkit-text-fill-color: #fff; }
	  
    .question-form .price-request-holder input:-webkit-autofill,
    .question-form .price-request-holder input:-webkit-autofill:hover,
    .question-form .price-request-holder input:-webkit-autofill:focus,
    .question-form .price-request-holder input:-webkit-autofill:active {
      -webkit-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s;
      -webkit-text-fill-color: #000000; }
	  
  .price-request__caption {
    font-size: 16px;
    margin-bottom: 60px;
    color: #bdbdbd; }
  .price-request .fields-list {
    margin-bottom: 50px; }
  .price-request .about-text__label {
    color: #bdbdbd; }
    .price-request .about-text__label::before {
      border-color: #fff; }
  .price-request .about-text__title {
    color: #fff; }
  .price-request .about-text__title {
    margin-bottom: 15px; }
  .price-request .form-group {
    border-color: rgba(255, 255, 255, 0.6); }
    .price-request .form-group .field-line {
      border-color: #fff; }
  .price-request .form-field,
  .price-request .form-label {
    color: #fff; }
  @media only screen and (max-width: 1680px) {
    .price-request {
      margin-left: -5.8rem;
      padding-left: 6.8rem; } }
  @media only screen and (max-width: 992px) {
    .price-request {
      padding-top: 50px;
      padding-bottom: 50px; } }

.product-page .special {
  padding-top: 0; }

.product-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin-bottom: 90px; }
  @media only screen and (max-width: 992px) {
    .product-holder {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 40px; } }

.product-thumb {
  max-width: 456px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 90px; }
  .product-thumb img {
    width: auto;
    max-width: 100%;
    margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .product-thumb__nav {
      display: none !important; } }
  @media only screen and (max-width: 1365px) {
    .product-thumb {
      margin-right: 50px; } }
  @media only screen and (max-width: 1100px) {
    .product-thumb {
      max-width: 350px; } }
  @media only screen and (max-width: 767px) {
    .product-thumb {
      margin: 0 0 30px; } }

.product-inner {
  max-width: 600px; }
  .product-inner .row {
    margin-bottom: 25px; }
  @media only screen and (max-width: 1365px) {
    .product-inner {
      max-width: 505px; } }

.product__title {
  font-family: 'SB', sans-serif;
  font-size: 32px;
  line-height: 140%;
  margin-bottom: 12px; }
  @media only screen and (max-width: 1365px) {
    .product__title {
      font-size: 25px; } }

.product__caption {
  color: #333;
  margin-bottom: 27px; }
  @media only screen and (max-width: 992px) {
    .product__caption {
      display: none; } }

.product-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1300px;
  margin-bottom: 75px; }

.availability {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 170%; }
  .availability.in-stock {
	font-family: 'SH', sans-serif;
    color: #19722d; }
  .availability.out-stock {
	font-family: 'SH', sans-serif;
    color: #eb830a; }
	.availability.archived {
	font-family: 'SH', sans-serif;
    color: #d50102; }
  @media only screen and (max-width: 1365px) {
    .availability {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .availability {
	  display: none;
       } }
	  
.availability-mobile {
  display: none;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 170%; }
  .availability-mobile.in-stock {
	font-family: 'SH', sans-serif;
    color: #19722d; }
  .availability-mobile.out-stock {
	font-family: 'SH', sans-serif;
    color: #eb830a; }
	.availability-mobile.archived {
	font-family: 'SH', sans-serif;
    color: #d50102; }
  @media only screen and (max-width: 1365px) {
    .availability-mobile {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .availability-mobile {
	  display: unset;
       } }

.rate__star {
  float: left; }
  .rate__star + .rate__star {
    margin-left: 4px; }
  .rate__star path {
    fill: #EB830A; }

.rate[data-rate="1"] .rate__star:nth-child(n+2) path,
.rate[data-rate="2"] .rate__star:nth-child(n+3) path,
.rate[data-rate="3"] .rate__star:nth-child(n+4) path,
.rate[data-rate="4"] .rate__star:nth-child(n+5) path,
.rate[data-rate="5"] .rate__star:nth-child(n+6) path,
.rate[data-rate="0"] .rate__star path {
  fill: #e0e0e0; }

.articul {
  opacity: .5; }

.options {
  margin-bottom: 27px; }
  .options__label {
    opacity: .5;
    margin-bottom: 12px; }
    @media only screen and (max-width: 1365px) {
      .options__label {
        font-size: 12px; } }
  .options__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2px; }
  .options-item {
    margin: 0 2px 4px;
    cursor: pointer; }
    .options-item__thumb {
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      @media only screen and (min-width: 1025px) {
        .options-item__thumb:hover {
          border-color: #000; } }
      .options-item__thumb img {
        width: auto;
        max-width: 90%; }
    .options-item input {
      width: 0;
      height: 0;
      opacity: 0;
      display: none; }
      .options-item input:checked + .options-item__thumb {
        border-color: #000; }

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-quantity input {
    font-family: 'SH', sans-serif;
    font-size: 20px;
    border: none;
    text-align: center;
    width: 53px; }
  .product-quantity button {
    font-family: 'SH', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3);
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media only screen and (min-width: 1025px) {
      .product-quantity button:hover {
        color: #EB830A; } }

.product-price {
  margin-left: 90px; }
  .product-price__inner {
    font-family: 'SH', sans-serif;
    font-weight: 700;
    font-size: 20px; }
	.product-price__free {
		font-family: 'SH', sans-serif;
    font-weight: normal;
    font-size: 15px;
	}

.product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .product-actions .one-click__box {
    margin-left: 18px; }
    @media only screen and (max-width: 767px) {
      .product-actions .one-click__box {
        width: 100%;
        margin-left: 0; } }
  @media only screen and (max-width: 1365px) {
    .product-actions .one-click__input {
      width: 200px; } }
  @media only screen and (max-width: 767px) {
    .product-actions .one-click__input {
      width: 100%; } }
  .product-actions .btn {
    margin-left: 18px;
    width: 280px; }
    @media only screen and (max-width: 1365px) {
      .product-actions .btn {
        width: 200px;
        height: 44px;
        padding: 0 15px;
        font-size: 10px; } }
  @media only screen and (max-width: 767px) {
    .product-actions {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product-actions .btn {
        width: 100%;
        margin: 0 0 10px; } }

.favorite {
  margin-top: 20px;
  cursor: pointer; }
  .favorite.active svg path {
    fill: #EB830A;
    stroke: #EB830A; }
  @media only screen and (max-width: 767px) {
    .favorite {
      display: none; } }

.product-info {
  max-width: 850px;
  width: 70%; }
  @media only screen and (max-width: 1365px) {
    .product-info {
      max-width: 650px; } }
	  


.product-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 340px;
  flex-shrink: 0;
  padding: 25px 20px 20px;
  -webkit-box-shadow: 0 4px 26px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.08); }
  .product-box__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px; }
  .product-box__thumb {
    margin-right: 30px; }
    .product-box__thumb img {
      width: auto; }
  .product-box__title {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 140%; }
  .product-box__info {
    max-width: 105px; }
    .product-box__info .product-price__inner {
      font-size: 16px; }
      .product-box__info .product-price__inner .old-price {
        font-size: 12px;
        margin-bottom: 5px; }
  .product-box .btn {
    width: 100%;
    font-size: 12px; }
    .product-box .btn--accent {
      margin-bottom: 10px; }
    @media only screen and (max-width: 1365px) {
      .product-box .btn {
        height: 44px; } }
  @media only screen and (max-width: 1365px) {
    .product-box {
      width: 280px; } }
  @media only screen and (max-width: 1100px) {
    .product-box {
      display: none; } }

.old-price {
  opacity: .4;
  text-decoration: line-through; }

.product-set.bg-section {
  margin-bottom: 100px; }

.product-set-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px; }
  @media only screen and (max-width: 1365px) {
    .product-set-holder {
      max-width: 850px; } }
  @media only screen and (max-width: 767px) {
    .product-set-holder {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.product-set .about-text__label {
  opacity: .9; }

.product-set .about-text__title {
  margin-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .product-set .about-text__title {
      margin-bottom: 40px; } }

.product-set__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 550px; }
  @media only screen and (max-width: 1365px) {
    .product-set__list {
      max-width: 350px; } }

.product-set-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'SH', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px; }
  .product-set-item__title {
    margin-left: 12px;
    margin-bottom: -2px;
    opacity: .3; }
  .product-set-item svg path {
    fill: rgba(0, 0, 0, 0.3); }
  .product-set-item.active .product-set-item__title {
    opacity: 1; }
  .product-set-item.active svg path {
    fill: #000; }
    .product-set-item.active svg path.check {
      fill: #EB830A; }
  @media only screen and (max-width: 1365px) {
    .product-set-item {
      font-size: 16px; } }

.product-set__thumb {
  position: relative; }
  .product-set__thumb img {
    position: absolute;
    width: auto; }
  .product-set__thumb .set-main {
    position: static;
    opacity: .3; }
  .product-set__thumb .set-1 {
    bottom: 1px;
    left: 102px; }
  .product-set__thumb .set-2 {
    left: 140px;
    top: 98px; }
  .product-set__thumb .set-3 {
    left: 0px;
    bottom: 35px; }
  .product-set__thumb .set-4 {
    left: 100px;
    top: 87px; }
  .product-set__thumb .set-5 {
    left: 137px;
    top: 25px; }
  .product-set__thumb .set-6 {
    left: 137px;
    top: 0; }
  .product-set__thumb .set-7 {
    left: 9px;
    bottom: 0; }
  @media only screen and (max-width: 767px) {
    .product-set__thumb {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      margin-bottom: 40px;
      margin-left: 40px; } }

@media only screen and (max-width: 767px) {
  .product-set {
    margin-bottom: 40px !important; } }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 40px; }
  @media screen and (max-width: 479px) {
    .mCSB_inside > .mCSB_container {
      margin-right: 30px; } }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #D3DAE0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: #EB830A; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #EB830A;
  border-radius: 3px; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #EB830A; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #EB830A; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-color: #D3DAE0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(111, 141, 167, 0.25); }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(111, 141, 167, 0.25); }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
select {
  display: none; }

.select {
  margin: auto;
  border: 1px solid #e8e8e8;
  padding: 1em 2em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin: 15px;
  white-space: nowrap;
  outline: none;
  overflow: hidden; }
  .select br {
    display: none; }
  .select__current {
    display: block;
    overflow: hidden; }
  .select::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: .7em;
    width: .7em;
    margin-top: -.4em;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .select:hover {
    border-color: #dbdbdb; }
  .select:focus {
    border-color: #666; }
  .select--open {
    overflow: visible; }
    .select--open::after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .select--medium {
    max-width: 30em; }
  .select__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: .2em;
    opacity: 0;
    max-height: 250px;
    overflow-y: auto;
    padding: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-2em);
    transform: scale(0.75) translateY(-2em);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    z-index: -1; }
    .select__list .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    .select--open .select__list {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0); }
    .select__list li {
      white-space: normal; }
  .select__item {
    padding: .5em 1em;
    cursor: pointer; }
    .select__item:hover {
      background: #efefef; }
    .select__item--active {
      font-weight: bold;
      background: #eee; }
    .select__item--disabled {
      opacity: .3;
      cursor: not-allowed; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

.slick-slide {
  float: left;
  min-height: 1px;
  outline: none;
  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; }

.slick-arrow.slick-hidden {
  display: none; }

.tab {
  height: 0;
  overflow: hidden; }
  .tab.active {
    height: auto; }

.wishlist-page .breadcrumbs,
.wishlist-page .page-title {
  max-width: 1400px;
  margin: 0 auto 50px; }

.wishlist-page .catalogue-list .product__box {
  max-width: calc(25% - 14px); }
  @media only screen and (max-width: 1200px) {
    .wishlist-page .catalogue-list .product__box {
      max-width: calc(33.33333% - 14px); } }
  @media only screen and (max-width: 992px) {
    .wishlist-page .catalogue-list .product__box {
      max-width: calc(50% - 14px); } }
  @media only screen and (max-width: 767px) {
    .wishlist-page .catalogue-list .product__box {
      max-width: 45%; } }

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