<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://kvalitna-klima.sk/assets/css/vendor/swiper.min.css");
@import url("https://kvalitna-klima.sk/assets/css/vendor/jquery.fancybox.min.css");
@import url("https://kvalitna-klima.sk/assets/css/vendor/nouislider.min.css");
@import url("https://fonts.googleapis.com/css?family=Bai+Jamjuree:200,300,400,500,600,700&amp;subset=latin-ext");
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.animated-background {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: rgba(255, 255, 255, 0.05);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(255, 255, 255, 0.05)), color-stop(18%, rgba(221, 221, 221, 0.6)), color-stop(33%, rgba(255, 255, 255, 0.05))) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 8%, rgba(221, 221, 221, 0.6) 18%, rgba(255, 255, 255, 0.05) 33%) !important;
  background-size: 900px 104px !important;
  position: relative;
}

/*! normalize.css v7.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.
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-font-size-adjust: none;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -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 */
}

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

.btn {
  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;
  border: 0;
  min-width: 9.375em;
  min-height: 27px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  background: #383838;
  padding: 2px 0 2px 2px;
  border-radius: 1.6875em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  outline: none;
  text-align: center;
  /** RED **/
  /** BLACK **/
  /** GREY **/
  /** BORDER RED **/
  /** BORDER BLACK **/
  /** BORDER GREY **/
}

.btn.not-round {
  border-radius: 0;
}

.btn:disabled, .btn._disabled {
  cursor: default;
  opacity: .25;
}

.btn:active, .btn:focus {
  outline: none;
}

.btn span {
  color: #fff;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.btn:hover {
  background: #1f1f1f;
}

.btn.btn-red {
  background: #e60012;
  border: 1px solid transparent;
}

.btn.btn-red:hover {
  background: #fff;
  border: 1px solid #e60012;
}

.btn.btn-red:hover span {
  color: #e60012;
}

.btn.btn-black {
  background: #000;
  border: 1px solid transparent;
}

.btn.btn-black:hover {
  background: #fff;
  border: 1px solid #000;
}

.btn.btn-black:hover span {
  color: #000;
}

.btn.btn-grey {
  background: #ccc;
  border: 1px solid transparent;
}

.btn.btn-grey:hover {
  background: #fff;
  border: 1px solid #ccc;
}

.btn.btn-grey:hover span {
  color: #ccc;
}

.btn.btn-bordered-red {
  background: #fff;
  border: 1px solid #e60012;
  font-size: 0.875em;
  letter-spacing: 1px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  min-width: 11.25em;
}

.btn.btn-bordered-red span {
  color: #e60012;
  padding: 2px 0 0 0;
}

.btn.btn-bordered-red:hover {
  background: #e60012;
}

.btn.btn-bordered-red:hover span {
  color: #fff;
}

.btn.btn-bordered-black {
  background: transparent;
  border: 1px solid #000;
  font-size: 0.875em;
  letter-spacing: 1px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  min-width: 140px;
}

.btn.btn-bordered-black span {
  color: #000;
}

.btn.btn-bordered-black:hover {
  background: #000;
}

.btn.btn-bordered-black:hover span {
  color: #fff;
}

.btn.btn-bordered-grey {
  background: transparent;
  border: 1px solid #ccc;
  font-size: 0.875em;
  letter-spacing: 1px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  min-width: 140px;
}

.btn.btn-bordered-grey span {
  color: #ccc;
}

.btn.btn-bordered-grey:hover {
  background: #ccc;
}

.btn.btn-bordered-grey:hover span {
  color: #fff;
}

.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  /** LABEL **/
  /** SELECT **/
}

.toolbar &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 1.875em;
}

.toolbar label {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #000;
}

.toolbar select {
  border: none;
  height: 30px;
  width: auto;
  min-width: 4.375em;
  border-bottom: 1px solid #000;
  margin: 0 0 0 0.625em;
  background: url(../images/icons/arrow-gray.png) no-repeat;
  background-position: right center;
  background-size: 15px;
}

.toolbar.top {
  margin: 0.9375em 0 0 0;
}

.toolbar.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.toolbar.bottom &gt; div {
  margin: 0;
}

.sidebar.filter h2 {
  color: #e60012;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 2.25em;
  margin: 0;
}

.sidebar.filter .filter-list {
  margin: 3.75em 0 0 0;
}

.sidebar.filter .filter-list .filter-option {
  width: 100%;
  max-width: 17.5em;
  margin: 0 0 2.1875em 0;
}

.sidebar.filter .filter-list .filter-option .title {
  font-size: 1em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0 0 1.25em 0;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
}

.sidebar.filter .filter-list .filter-option .title.no-collapse {
  cursor: default;
}

.sidebar.filter .filter-list .filter-option .title:not(.no-collapse)::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/svg/chevron-down.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar.filter .filter-list .filter-option .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 2px 0 0 0;
}

.sidebar.filter .filter-list .filter-option .form-elem {
  width: 100%;
  /** COL INPUT **/
  /** CHECKBOX **/
}

.sidebar.filter .filter-list .filter-option .form-elem input[type='number'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-appearance: textfield;
}

.sidebar.filter .filter-list .filter-option .form-elem input[type='number'] {
  width: calc(50% - 8px) !important;
}

.sidebar.filter .filter-list .filter-option .form-elem input[type='number'],
.sidebar.filter .filter-list .filter-option .form-elem input[type='text'] {
  width: 100%;
  height: 34px;
  border: 1px solid #e60012;
  background: #fff;
  padding: 0 12px;
  margin: 10px 0;
  color: #000;
}

.sidebar.filter .filter-list .filter-option .form-elem input[type='number'].placeholder,
.sidebar.filter .filter-list .filter-option .form-elem input[type='text'].placeholder {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.sidebar.filter .filter-list .filter-option .form-elem input[type='number']:-moz-placeholder,
.sidebar.filter .filter-list .filter-option .form-elem input[type='text']:-moz-placeholder {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.sidebar.filter .filter-list .filter-option .form-elem input[type='number']::-moz-placeholder,
.sidebar.filter .filter-list .filter-option .form-elem input[type='text']::-moz-placeholder {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.sidebar.filter .filter-list .filter-option .form-elem input[type='number']:-ms-input-placeholder,
.sidebar.filter .filter-list .filter-option .form-elem input[type='text']:-ms-input-placeholder {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.sidebar.filter .filter-list .filter-option .form-elem input[type='number']::-webkit-input-placeholder,
.sidebar.filter .filter-list .filter-option .form-elem input[type='text']::-webkit-input-placeholder {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.sidebar.filter .filter-list .filter-option .form-elem input[type='checkbox'] {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.sidebar.filter .filter-list .filter-option .form-elem input[type='checkbox']::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #fff;
}

.sidebar.filter .filter-list .filter-option .form-elem input[type='checkbox']:checked::after {
  border: 9px solid #e60012;
}

.sidebar.filter .filter-list .filter-option .form-elem.col-input {
  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;
}

.sidebar.filter .filter-list .filter-option .form-elem.col-input .divider {
  width: 100px;
  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;
}

.sidebar.filter .filter-list .filter-option .form-elem.col-input .divider::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 0.625em 0;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox label,
.sidebar.filter .filter-list .filter-option .form-elem.checkbox strong {
  margin: 0 0 0 0.625em;
  padding: 2px 0 0 0;
  cursor: pointer;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._view strong,
.sidebar.filter .filter-list .filter-option .form-elem.checkbox._view select {
  margin-left: auto;
  text-align: right;
  border: none;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 1em;
  direction: rtl;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._view select {
  cursor: pointer;
  background: transparent;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._view select option {
  direction: ltr;
  padding: 10px;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._category input {
  position: relative;
  top: 2px;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._category label {
  width: calc(100% - 2.1875em);
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._view-sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._view-sub &gt; label {
  font-weight: 600;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._view-sub .sub-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0.9375em 0 0.625em 0.625em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._view-sub .sub-elem div {
  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;
  width: 100%;
  margin: 2px 0;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._view-sub .sub-elem input {
  position: relative;
  top: 1px;
}

.sidebar.filter .filter-list .filter-option .form-elem.checkbox._view-sub .sub-elem label {
  width: calc(100% - 2.1875em);
  display: inline-block;
}

.sidebar.filter .filter-list .filter-option:last-child {
  margin: 0;
}

.sidebar.filter .filter-list .filter-option._close {
  margin: 0 0 0.9375em 0;
}

.sidebar.filter .filter-list .filter-option._close &gt; .title::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.sidebar.filter .filter-list .filter-option._close .filter-body {
  height: 0;
  overflow: hidden;
}

.sidebar.filter .filter-list button {
  margin: 3.75em 0 0 0;
  max-width: 17.5em;
  width: 100%;
}

.sidebar.filter .filter-list a.reset-filter {
  width: 100%;
  font-size: 1em;
  max-width: 17.5em;
}

.sidebar.filter .filter-list a.reset-filter + button {
  margin: 0.75em 0 0 0;
}

.main .sort-by-filter select.sort {
  max-width: 16.25em;
  width: 16.25em;
}

.main .sort-by-filter select:checked {
  background-size: 10px;
}

.main .view label {
  margin: 0 0.625em 0 0;
}

.main .view div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .view div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  /** STATE **/
}

.main .view div a img {
  height: 10px;
  display: block;
  opacity: .5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.main .view div a:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #959595;
  margin: 0 0.625em;
}

.main .view div a._active img, .main .view div a:hover img {
  opacity: 1;
}

.main .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f5f5f5;
  padding: 0.625em;
  margin: 0.625em 0 !important;
}

.main .pager a,
.main .pager strong {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  text-decoration: none;
  padding: 0 0.3125em;
  color: #000;
}

.main .pager a._last,
.main .pager strong._last {
  margin: 0 1em 0 0;
}

.main .pager a:hover {
  color: #b3000e;
}

.main .pager strong {
  font-weight: 700;
  margin: 0 0 0 .5em;
}

.main .pager .text-url {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #000;
}

/** MEDIA **/
@media (max-width: 1250px) {
  .sidebar.filter .filter-list {
    padding: 0 1em;
    margin: 3.75em 0 0 -1em;
  }
  .sidebar.filter .filter-list .filter-option {
    max-width: calc(100% - 2em);
  }
}

@media (max-width: 1180px) {
  .sidebar.filter .filter-list {
    padding: 0;
    margin: 3.75em 0 0;
  }
  .sidebar.filter .filter-list .filter-option {
    max-width: 100%;
  }
  .sidebar.filter .filter-list .filter-option .form-elem.checkbox._view-sub .sub-elem {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .sidebar.filter h2 {
    background: #e60012;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: .25em;
  }
  .sidebar.filter h2::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url("../images/svg/chevron-down-white.svg") no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 0 0 auto;
  }
  .sidebar.filter .filter-list {
    padding: 0 1em;
    margin: 0;
    background: #f5f5f5;
    border: 1px solid #e60012;
    border-top: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .sidebar.filter .filter-list select {
    background: transparent;
  }
  .sidebar.filter .filter-list button {
    margin: 1.5em 0 0 0;
    max-width: 100%;
  }
  .sidebar.filter._open h2::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sidebar.filter._open .filter-list {
    padding: 1.75em 1em;
    max-height: 100vh;
    overflow: auto;
  }
}

@media (max-width: 768px) {
  .view.filter-view {
    display: none;
  }
}

@media (max-width: 450px) {
  .main .pager {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar.filter .filter-list button {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .sidebar.filter .filter-list .filter-option .form-elem.col-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebar.filter .filter-list .filter-option .form-elem.col-input .divider {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.additional.icons {
  width: 100%;
  max-width: 60.625em;
  height: auto;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5em 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.additional.icons a {
  display: block;
  text-decoration: none;
}

.additional.icons a span {
  font-size: 1em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  color: #000000;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.additional.icons a span::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: transparent;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  margin: 3px 0 0 0;
}

.additional.icons a img {
  display: block;
  width: auto;
  height: 2.625em;
  margin: 0 auto;
}

.additional.icons a:hover span {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.additional.icons a:hover span::after {
  background: #e60012;
  width: 100%;
}

/** MEDIA **/
@media (max-width: 600px) {
  .additional.icons {
    padding: 1.25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .additional.icons a {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.5625em 0;
  }
  .additional.icons a img {
    margin: 0 auto 0 0;
  }
  .additional.icons a span {
    margin: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: calc(100% - 5em);
  }
  .additional.icons a:last-child {
    margin: 0;
  }
}

/** PRODUCTS LIST ELEM **/
.product-list-elem,
.news-list-elem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 19.6875em 12.5em;
      grid-template-columns: auto 19.6875em 12.5em;
  margin: 0 0 3.75em 0;
  /** GRID LAYOUT **/
}

.product-list-elem .cover,
.news-list-elem .cover {
  display: block;
  padding: 0 1.875em 0 0;
}

.product-list-elem .cover img,
.news-list-elem .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center left;
     object-position: center left;
}

.product-list-elem .short-info,
.news-list-elem .short-info {
  padding: 0 1.5625em;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
}

.product-list-elem .short-info .title,
.news-list-elem .short-info .title {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 1.375em;
  color: #000;
}

.product-list-elem .short-info .category,
.product-list-elem .short-info .class,
.news-list-elem .short-info .category,
.news-list-elem .short-info .class {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #000;
  line-height: 1.5;
}

.product-list-elem .short-info .option-info,
.news-list-elem .short-info .option-info {
  margin: 1.25em 0 0 0;
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid gainsboro;
}

.product-list-elem .short-info .option-info &gt; div,
.news-list-elem .short-info .option-info &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-list-elem .short-info .option-info &gt; div._cold,
.news-list-elem .short-info .option-info &gt; div._cold {
  color: #008fff;
}

.product-list-elem .short-info .option-info &gt; div._heat,
.news-list-elem .short-info .option-info &gt; div._heat {
  color: #ff0000;
}

.product-list-elem .short-info .option-info &gt; div .value,
.news-list-elem .short-info .option-info &gt; div .value {
  margin: 0 0 0 auto;
  font-weight: 600;
}

.product-list-elem .short-info .short-desc,
.news-list-elem .short-info .short-desc {
  display: block;
  margin: 1.25em 0 0 0;
  font-size: .9em;
  line-height: 1.8;
  max-height: 8.625em;
  min-height: 8.625em;
  overflow: hidden;
  text-align: justify;
}

.product-list-elem .short-info .short-desc p,
.news-list-elem .short-info .short-desc p {
  margin: 0;
}

.product-list-elem .short-info .short-desc ul,
.news-list-elem .short-info .short-desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-list-elem .short-info .short-desc ul li,
.news-list-elem .short-info .short-desc ul li {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0 0 10px 0;
}

.product-list-elem .short-info .short-desc ul li:last-child,
.news-list-elem .short-info .short-desc ul li:last-child {
  margin: 0;
}

.product-list-elem .footer,
.news-list-elem .footer {
  padding: 0 0 0 3.75em;
  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;
}

.product-list-elem .footer .attributes-list,
.news-list-elem .footer .attributes-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.5em 2.5em;
      grid-template-columns: 2.5em 2.5em;
  grid-row-gap: 1.25em;
  grid-column-gap: 1.25em;
}

.product-list-elem .footer .attributes-list._updated,
.news-list-elem .footer .attributes-list._updated {
  -ms-grid-columns: 2.5em 2.5em 2.5em 2.5em;
      grid-template-columns: 2.5em 2.5em 2.5em 2.5em;
  -ms-grid-rows: 2.5em;
      grid-template-rows: 2.5em;
}

.product-list-elem .footer .attributes-list._updated img,
.news-list-elem .footer .attributes-list._updated img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-list-elem .footer .attributes-list .more-attributes,
.news-list-elem .footer .attributes-list .more-attributes {
  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;
  position: relative;
  width: 2.5em;
  height: 2.5em;
}

.product-list-elem .footer .attributes-list .more-attributes img,
.news-list-elem .footer .attributes-list .more-attributes img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-list-elem .footer .attributes-list .more-attributes::after,
.news-list-elem .footer .attributes-list .more-attributes::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/svg/more.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.product-list-elem._grid-layout,
.news-list-elem._grid-layout {
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  grid-row-gap: 1.25em;
}

.product-list-elem._grid-layout .cover,
.news-list-elem._grid-layout .cover {
  padding: 0 1.875em;
  height: 11.25em;
}

.product-list-elem._grid-layout .cover img,
.news-list-elem._grid-layout .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: bottom center;
     object-position: bottom center;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-list-elem._grid-layout .short-info,
.news-list-elem._grid-layout .short-info {
  border: none;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  padding: 1.25em 1.5625em;
}

.product-list-elem._grid-layout .footer,
.news-list-elem._grid-layout .footer {
  padding: 0 1.25em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/** MEDIA **/
@media (max-width: 1180px) {
  .product-list-elem .footer .attributes-list._updated &gt; span:last-of-type {
    display: none;
  }
}

@media (max-width: 768px) {
  .product-list-elem,
  .news-list-elem {
    -ms-grid-columns: 15em auto 12.5em;
        grid-template-columns: 15em auto 12.5em;
  }
  .product-list-elem .short-info,
  .news-list-elem .short-info {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 4;
    border-right: none;
  }
  .product-list-elem .footer,
  .news-list-elem .footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 4;
    padding: 1.5em 0;
  }
  .product-list-elem._grid-layout .cover img {
    -o-object-position: center;
       object-position: center;
  }
  .product-list-elem._grid-layout .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-list-elem .footer .attributes-list._updated &gt; span:last-of-type {
    display: block;
  }
}

@media (max-width: 600px) {
  .page-products-index .main.list h2 {
    margin: 0 0 2em 0 !important;
    text-align: center;
  }
  .product-list-elem._grid-layout .cover {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
  }
  .product-list-elem .short-info {
    -ms-grid-column: 3;
        grid-column-start: 3;
    grid-column-end: 4;
  }
}

@media (max-width: 450px) {
  .product-list-elem,
  .news-list-elem {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .product-list-elem .cover,
  .product-list-elem .short-info,
  .product-list-elem .footer,
  .news-list-elem .cover,
  .news-list-elem .short-info,
  .news-list-elem .footer {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 4;
  }
  .product-list-elem .short-info,
  .news-list-elem .short-info {
    border: none;
    padding: 1.5625em 0 !important;
  }
  .product-list-elem._grid-layout .cover {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 4;
  }
  .product-list-elem._grid-layout .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 420px) {
  .product-list-elem._grid-layout .footer {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-list-elem._grid-layout .footer a.btn {
    width: 100%;
    margin: 1.5em 0 0 0;
  }
}

.page-downloads-index .main {
  position: relative;
}

.page-downloads-index .main &gt; .btn-bordered-black {
  width: 6.25em;
  position: absolute;
  right: 0;
  top: 1.875em;
}

.page-downloads-index h1 {
  width: 100%;
  max-width: calc(100% - 6.25em);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-downloads-index .download-list {
  margin: 3.75em 0 2.5em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.page-downloads-index .download-list a {
  border: 2px solid #e60012;
  padding: 1.375em;
  text-align: center;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #000;
}

.page-downloads-index .download-list a span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.375em;
}

.page-downloads-index .download-list a:hover {
  background: rgba(230, 0, 18, 0.6);
  color: #fff;
}

.page-downloads-index .download-list a.file {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 2px solid #000;
}

.page-downloads-index .download-list a.file:hover {
  background: rgba(0, 0, 0, 0.8);
}

.page-downloads-index .file-downloader-description {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  color: #000;
  line-height: 1.25;
  margin: 2.5em 0;
}

.page-downloads-index .file-downloader {
  width: 15.625em;
  border: 2px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.25em auto 3.125em auto;
  display: block;
  text-decoration: none;
}

.page-downloads-index .file-downloader div {
  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;
  padding: 1.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  background: transparent;
}

.page-downloads-index .file-downloader div span:first-child {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 0 5px 0;
  font-weight: 700;
}

.page-downloads-index .file-downloader div:hover {
  background: #000;
  color: #fff;
}

/** MEDIA **/
@media (max-width: 600px) {
  .page-downloads-index .download-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .page-downloads-index .download-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 400px) {
  .page-downloads-index .main h1 {
    max-width: 100%;
  }
  .page-downloads-index .main &gt; .btn-bordered-black {
    position: relative;
    top: 0;
    margin: 5em 0 0 auto;
  }
  .page-downloads-index .download-list {
    margin: 0.75em 0 2.5em 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.modal .modal-container {
  width: calc(100% - 2.5em);
  max-width: 600px;
  background: #fff;
  border-radius: 3px;
  height: auto;
  z-index: 60;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.07);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  max-height: calc(100% - 2em);
  overflow: auto;
}

.modal .modal-container .header {
  padding: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-container .header .title {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 1.75em;
  position: relative;
  width: calc(100% - 1.875em);
  overflow: hidden;
}

.modal .modal-container .header .close {
  display: block;
  width: 1.875em;
  height: 1.875em;
  background: url(../images/svg/close-black.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.modal .modal-container .header .close:active, .modal .modal-container .header .close:focus {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.modal .modal-container .body {
  padding: 0.9375em 1.25em 1.875em 1.25em;
}

.modal .modal-container .body .form-info p {
  margin-top: 0;
  color: rgba(0, 0, 0, 0.6);
}

.modal .modal-container .body p {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25;
}

.modal .modal-container .body form {
  margin: 2.5em 0 0 0;
}

.modal .modal-container .body form input,
.modal .modal-container .body form textarea {
  display: block;
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 8px 0;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.modal .modal-container .body form input:focus, .modal .modal-container .body form input:active,
.modal .modal-container .body form textarea:focus,
.modal .modal-container .body form textarea:active {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.modal .modal-container .body form textarea {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
  resize: none;
  min-height: 9.375em;
}

.modal .modal-container .footer {
  padding: 1.25em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(204, 204, 204, 0.2);
}

.modal .modal-container .footer .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.modal .modal-container .footer .actions button:last-child {
  margin: 0 0 0 1.25em;
}

.modal::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.25);
}

.modal._show {
  visibility: visible;
  opacity: 1;
}

.modal._show .modal-container {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

header {
  height: 5em;
  background: #fff;
  width: 100%;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header .logo {
  padding: 0 0 0 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .logo img {
  display: block;
}

header nav {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding: 0 15px 0 0;
}

header nav a {
  margin: 0 25px;
  text-decoration: none;
  font-size: 1em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  height: 100%;
  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 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

header nav a.find-store {
  height: 36px;
  min-width: 350px;
}

header nav a.find-store img {
  height: 22px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 20px 0 0;
}

header nav a.find-store:hover.btn-red {
  background: #b3000e !important;
  border: 1px solid transparent;
}

header nav a.find-store:hover.btn-red span {
  color: #fff;
}

header nav a.sub::after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background: url(../images/icons/arrow-gray.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 12px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

header nav a.sub:hover::after, header nav a.sub._open::after {
  background: url(../images/icons/arrow-red-bottom.png) no-repeat;
  background-position: center;
  background-size: contain;
}

header nav a:hover:not(.find-store), header nav a._open:not(.find-store) {
  color: #e60012;
}

header nav .divider {
  width: 1px;
  height: 38px;
  background: #e60012;
  margin: 0 10px;
}

header .search-form {
  display: block;
  width: 5em;
  height: 5em;
  background: #d4d4d4;
  cursor: pointer;
  /** STATES **/
}

header .search-form form {
  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: 100%;
}

header .search-form form .abs-row {
  position: absolute;
  width: 0;
  overflow: hidden;
  right: 5em;
  background: #fff;
  border-right: 1px solid #fff;
  height: 100%;
  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 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

header .search-form form .abs-row input {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 10px;
  border: 1px solid #000;
}

header .search-form form .abs-row input.placeholder {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}

header .search-form form .abs-row input:-moz-placeholder {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}

header .search-form form .abs-row input::-moz-placeholder {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}

header .search-form form .abs-row input:-ms-input-placeholder {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}

header .search-form form .abs-row input::-webkit-input-placeholder {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}

header .search-form form button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  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: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

header .search-form form button img {
  width: 1.5625em;
  height: 1.5625em;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

header .search-form form button img.close {
  width: 2.1875em;
  height: 2.1875em;
  display: none;
  -webkit-filter: invert(0);
          filter: invert(0);
}

header .search-form form button:hover {
  background: #e60012;
}

header .search-form form button:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

header .search-form._show {
  background: #e60012;
}

header .search-form._show form .abs-row {
  width: calc(100% - 71em);
}

header .search-form._show form .search-form--click img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  display: none;
}

header .search-form._show form .search-form--click img.close {
  display: block;
  -webkit-filter: invert(0) !important;
          filter: invert(0) !important;
}

header .mobile-hamburger {
  display: none;
  width: 5em;
  height: 5em;
  cursor: pointer;
}

header .mobile-hamburger .hamburger {
  width: 100%;
  height: 100%;
  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;
}

header .mobile-hamburger .hamburger img {
  display: block;
  width: 50%;
}

header .mobile-hamburger .hamburger._show {
  background: #b3000e;
}

header .mobile-hamburger .hamburger._show img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

header .product-submenu {
  position: fixed;
  top: 5em;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
}

header .product-submenu .main-content {
  width: 100%;
  position: relative;
}

header .product-submenu .main-content .list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 28px;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  padding: 20px;
  position: relative;
  z-index: 50;
  max-height: calc(100vh - 14em);
  overflow: auto;
}

header .product-submenu .main-content .list a {
  text-decoration: none;
}

header .product-submenu .main-content .list a img {
  display: block;
  height: 20em;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

header .product-submenu .main-content .list a .title {
  margin: 1.875em 0 0 0;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

header .product-submenu .main-content .list a:hover img {
  opacity: .8;
}

header .product-submenu .main-content .list a:hover .title {
  color: #e60012;
}

header .product-submenu .main-content .list._decrease {
  -ms-grid-columns: (minmax(auto, 1fr))[7];
      grid-template-columns: repeat(7, minmax(auto, 1fr));
}

header .product-submenu .main-content .list._decrease a {
  text-decoration: none;
}

header .product-submenu .main-content .list._decrease a img {
  height: 13.75em;
}

header .product-submenu .main-content .close {
  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: 100%;
  position: relative;
  z-index: 50;
  padding: 1.875em 0;
  cursor: pointer;
  margin: 3.125em 0 0 0;
}

header .product-submenu .main-content .close span {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #a4a4a4;
  text-align: center;
  text-transform: uppercase;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 0.75em;
  letter-spacing: 3px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

header .product-submenu .main-content .close span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/svg/close-gray.svg) no-repeat;
  background-size: contain;
  background-position: center;
  left: -3px;
  margin: 0 0 5px 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

header .product-submenu .main-content .close:hover span {
  color: #000;
}

header .product-submenu .main-content .close:hover span::before {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

header .product-submenu .main-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

header .product-submenu._show {
  display: block;
}

header .mobile-navigation-content {
  position: fixed;
  right: 0;
  top: 5em;
  background: #b3000e;
  padding: 1em 1.5em;
  display: none;
  width: 20em;
}

header .mobile-navigation-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -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;
}

header .mobile-navigation-content div a {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.25;
  margin: .5em 0;
  text-decoration: none;
}

header .mobile-navigation-content div a.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}

header .mobile-navigation-content div a.sub::before {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background: url(../images/icons/arrow-white.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 10px 0 0;
}

header .mobile-navigation-content._show {
  display: block;
}

body._fixed {
  padding: 5em 0 0 0;
}

body._fixed header {
  position: fixed;
  top: 0;
  left: 0;
}

/** MEDIA **/
@media (max-width: 1530px) {
  header .search-form._show form .abs-row {
    width: calc(100% - 49em);
  }
}

@media (max-width: 1360px) {
  header nav a {
    margin: 0 15px;
  }
}

@media (max-width: 1260px) {
  .desktop-nav {
    display: none;
  }
  header .search-form form .abs-row {
    right: 10em;
  }
  header .mobile-hamburger {
    display: block;
  }
  header .product-submenu {
    width: calc(100% - 20em);
  }
  header .product-submenu .main-content .list._decrease {
    -ms-grid-columns: (minmax(auto, 1fr))[3];
        grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background: #9a000c;
  }
  header .product-submenu .main-content .list._decrease a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .product-submenu .main-content .list._decrease a .title {
    margin: 0;
    text-align: left;
    padding: 0 2em;
    color: #fff;
  }
  header .product-submenu .main-content .list._decrease a img {
    height: 3.75em;
    width: 3.75em;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  header .product-submenu .main-content .close {
    margin: 0;
    background: #9a000c;
  }
  header .product-submenu .main-content .close span {
    color: #fff;
  }
  header .product-submenu .main-content .close span::before {
    background: url(../images/svg/close-white.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
}

@media (max-width: 1080px) {
  header .product-submenu .main-content .list._decrease {
    -ms-grid-columns: (minmax(auto, 1fr))[2];
        grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}

@media (max-width: 1024px) {
  header .search-form._show form .abs-row {
    width: calc(100% - 10em);
  }
}

@media (max-width: 850px) {
  header .product-submenu .main-content .list._decrease {
    -ms-grid-columns: (minmax(auto, 1fr))[1];
        grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}

@media (max-width: 768px) {
  header .search-form._show form .abs-row {
    width: calc(100% - 10em);
  }
}

@media (max-width: 700px) {
  header nav a.find-store {
    min-width: auto;
    padding: 0 1em;
    line-height: 1;
  }
}

@media (max-width: 550px) {
  header nav .divider {
    margin: 0;
  }
}

@media (max-width: 500px) {
  header .search-form {
    display: none;
  }
  header nav {
    padding: 0;
  }
  header nav a {
    margin: 0 15px;
  }
  header .mobile-hamburger {
    width: 3.5em;
  }
  header .mobile-hamburger .hamburger img {
    width: 60%;
  }
}

@media (max-width: 450px) {
  header .mobile-navigation-content {
    width: 100%;
  }
  header .product-submenu {
    top: 5em;
    height: 100vh;
    width: 100%;
    z-index: 50;
  }
}

@media (max-width: 360px) {
  header nav a.find-store {
    text-align: center;
  }
  header nav a.find-store img {
    display: none;
  }
}

* {
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: 0;
}

/** GLOBALS **/
._hidden {
  display: none !important;
}

/** RESET **/
input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #000;
}

@media (max-width: 1440px) {
  body {
    font-size: 90%;
  }
}

footer {
  width: 100%;
}

footer .additional {
  width: 100%;
  background: #ebebeb;
  color: #000;
  padding: 2.5em 1.25em 1.25em 1.25em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
}

footer .additional &gt; div .title {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

footer .additional &gt; div a {
  text-decoration: none;
  display: block;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #000;
  text-transform: uppercase;
  padding: 10px 0;
}

footer .additional &gt; div a:last-child {
  padding-bottom: 0;
}

footer .additional &gt; div a:hover {
  color: #e60012;
}

footer .additional &gt; div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .additional &gt; div:nth-child(2) {
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .additional &gt; div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .additional &gt; div .facebook-container {
  display: block;
  width: 100%;
  height: auto;
  margin: auto 0 0 0;
  padding: 0;
}

footer .additional &gt; div .facebook-container a {
  display: block;
  width: calc(100% - 20px);
  background: #e0e0e0;
  padding: 0.625em 0;
  margin: 0;
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

footer .additional &gt; div .facebook-container a:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

footer .additional &gt; div .facebook-container a img {
  display: block;
  width: 2.1875em;
  height: 2.1875em;
  margin: 0 auto;
}

footer .copyright {
  width: 100%;
  height: 2.5em;
  background: #e0e0e0;
  padding: 0 0 0 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .copyright .copy {
  font-size: 0.875em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}

footer .switcher {
  margin-left: auto;
  background: #949494;
  height: 100%;
  padding: 0 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .switcher .label {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875em;
}

footer .switcher .label::before {
  content: "";
  display: inline-block;
  width: 1.625em;
  height: 1.625em;
  background: url(../images/svg/globe.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0.4375em 0 0;
}

footer .switcher .label::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.625em;
  background: #fff;
  margin: 0 1.375em;
}

footer .switcher .selector {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

footer .switcher .selector .label::before, footer .switcher .selector .label::after {
  display: none;
}

footer .switcher .selector .label:first-child::after {
  content: " | ";
  display: inline-block;
  background: none;
  margin: 0 10px;
  width: auto;
  height: auto;
}

footer .switcher .selector::before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  background: url(../images/svg/region.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0.4375em 0 0;
}

/** MEDIA **/
@media (max-width: 850px) {
  footer .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 0;
  }
  footer .copyright .copy {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.625em 1.25em;
    text-align: center;
  }
  footer .copyright .switcher {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 500px) {
  footer .additional {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  footer .additional div {
    text-align: center;
  }
  footer .additional &gt; div:nth-child(2) {
    border: none;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    margin: 2em 0;
    padding: 2em 0;
  }
  footer .additional &gt; div:nth-child(3) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  footer .switcher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .switcher &gt; .label::after {
    display: none;
  }
}

.columns-1-layout,
.columns-2-layout {
  margin: 2.5em 1.25em 3.75em 1.25em;
  display: -ms-grid;
  display: grid;
}

.columns-2-layout {
  -ms-grid-columns: 24.375em auto;
      grid-template-columns: 24.375em auto;
}

.sidebar {
  border-right: 1px solid #eeeeee;
}

.main {
  width: 100%;
  max-width: 60.625em;
}

.main.list {
  padding: 0 0 0 5em;
}

.main.list .listing {
  width: 100%;
  margin: 4.0625em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
}

.main.list .listing._grid {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
}

.main.list .listing._grid .empty-content {
  grid-column-end: 3;
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.main.content {
  padding: 0 0 0 5em;
}

.main.content h1._center,
.main.content h2._center {
  text-align: center;
}

.main .empty-content {
  padding: 1em;
  margin: 5em 0;
  text-align: center;
  color: #e60012;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.15em;
}

/** MEDIA **/
@media (max-width: 1250px) {
  .main.list {
    padding: 0 0 0 2em;
  }
  .columns-2-layout {
    -ms-grid-columns: 18.375em auto;
        grid-template-columns: 18.375em auto;
  }
}

@media (max-width: 1180px) {
  .columns-2-layout {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .columns-2-layout .sidebar,
  .columns-2-layout .main.list {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
  }
  .columns-2-layout .sidebar {
    border-right: none;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 3em 0;
    margin: 0 0 3em 0;
  }
  .columns-2-layout .main {
    max-width: 100%;
  }
  .columns-2-layout .main.list {
    padding: 0;
  }
  .columns-2-layout .main.list .listing._grid {
    -ms-grid-columns: (48%)[auto-fill];
        grid-template-columns: repeat(auto-fill, 48%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .columns-2-layout .main.list .listing._grid {
    -ms-grid-columns: (100%)[auto-fill];
        grid-template-columns: repeat(auto-fill, 100%);
  }
}

.newsletter-block {
  width: 100%;
  height: 15.625em;
  background: #fff;
  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;
  padding: 0 1.25em;
}

.newsletter-block h2 {
  font-size: 1.25em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  color: #000;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.newsletter-block p {
  font-size: 0.75em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0;
}

.newsletter-block form {
  width: 100%;
  max-width: 32.1875em;
  margin: 1.125em auto 0 auto;
}

.newsletter-block form input {
  border: 1px solid #000;
  background: #fff;
  display: block;
  width: 100%;
  height: 32px;
  -webkit-box-shadow: 0 1px 0 #bbbbbb;
          box-shadow: 0 1px 0 #bbbbbb;
  text-align: center;
  font-size: 0.625em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px 0;
}

.newsletter-block form input.placeholder {
  color: #000;
}

.newsletter-block form input:-moz-placeholder {
  color: #000;
}

.newsletter-block form input::-moz-placeholder {
  color: #000;
}

.newsletter-block form input:-ms-input-placeholder {
  color: #000;
}

.newsletter-block form input::-webkit-input-placeholder {
  color: #000;
}

.newsletter-block form button {
  margin: 0 auto;
}

.fixed-contacts {
  position: fixed;
  right: 0;
  top: 370px;
  z-index: 250;
  width: 8.75em;
  height: 5em;
  background: #e60012;
  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;
}

.fixed-contacts a img {
  display: block;
}

.fixed-contacts a.phone {
  margin: 0 1.875em 0 0;
}

.fixed-contacts a.phone img {
  height: 2.125em;
}

.fixed-contacts a.email img {
  height: 1.375em;
}

/** MEDIA **/
@media (max-width: 768px) {
  .fixed-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 3.0em;
    height: 5.5em;
    top: initial;
    bottom: 9em;
  }
  .fixed-contacts a.phone {
    margin: 0 0 1em 0;
  }
  .fixed-contacts a.phone img {
    height: 1.5em;
  }
  .fixed-contacts a.email img {
    height: 1em;
  }
}

.matrix-content {
  display: block;
  margin: 2.5em 0;
  /** HEADINGS **/
  /** BUTTONS **/
  /** GALLERY **/
  /** VIDEO **/
  /** CONTENT **/
  /** CONTENT WITH IMAGE **/
  /** PRODUCT ROW **/
}

.matrix-content .content-empty {
  display: block;
  width: 100%;
  background: #eee;
  padding: 2em 1em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.matrix-content .content-empty p {
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.matrix-content h1,
.matrix-content h2,
.matrix-content h3,
.matrix-content h4,
.matrix-content h5,
.matrix-content h6 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}

.matrix-content h2 {
  color: #e60012;
}

.matrix-content h3 {
  font-weight: 700;
}

.matrix-content .btn {
  margin: 15px 0;
  width: auto;
}

.matrix-content .btn.btn-small {
  max-width: 25%;
}

.matrix-content .btn.btn-medium {
  max-width: 50%;
}

.matrix-content .btn.btn-big {
  max-width: 100%;
}

.matrix-content .matrix-gallery {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
      grid-template-columns: auto auto auto auto;
  grid-row-gap: 1px;
  grid-column-gap: 1px;
  margin: 2.5em 0;
}

.matrix-content .matrix-gallery a {
  display: block;
  width: 100%;
  height: 11.25em;
  position: relative;
  /** HOVER **/
}

.matrix-content .matrix-gallery a img {
  background-color: #dbdbdb;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 25;
  position: relative;
}

.matrix-content .matrix-gallery a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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: #fff;
  z-index: 60;
  font-size: 2em;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.4);
}

.matrix-content .matrix-gallery a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 40;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.matrix-content .matrix-gallery a::after {
  content: "";
  display: block;
  width: 1.5625em;
  height: 1.5625em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 3.125em 0 0 -0.78125em;
  background: url(../images/svg/search-white.svg) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 55;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  opacity: 0;
  visibility: hidden;
}

.matrix-content .matrix-gallery a:not(._last):hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.matrix-content .matrix-gallery a:not(._last):hover::after {
  opacity: 1;
  visibility: visible;
  margin: -0.78125em 0 0 -0.78125em;
}

.matrix-content .matrix-video {
  width: 100%;
}

.matrix-content .matrix-video .matrix-video-wrapper {
  width: 100%;
}

.matrix-content .matrix-video .matrix-video-wrapper iframe {
  width: 100%;
  height: 34.375em;
}

.matrix-content p {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25;
}

.matrix-content .content-columns-2 {
  -webkit-column-count: 2;
          column-count: 2;
}

.matrix-content .content-columns-3 {
  -webkit-column-count: 3;
          column-count: 3;
}

.matrix-content .content-columns-2 p:first-child,
.matrix-content .content-columns-3 p:first-child {
  margin-top: 0;
}

.matrix-content .content-with-image {
  margin: 0 0 1.5625em 0;
  /** IMAGES **/
}

.matrix-content .content-with-image p {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  color: #000;
  line-height: 1.25;
}

.matrix-content .content-with-image._imaged .with-image {
  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;
}

.matrix-content .content-with-image._imaged .with-image img {
  display: block;
  width: 50%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.matrix-content .content-with-image._imaged .with-image &gt; div {
  width: 100%;
}

.matrix-content .content-with-image._imaged.position-right .text-content p:first-of-type {
  margin-top: 0;
}

.matrix-content .content-with-image._imaged.position-right img {
  float: right;
  margin: 0 0 1.25em 1.25em;
}

.matrix-content .content-with-image._imaged.position-left .text-content p:first-of-type {
  margin-top: 0;
}

.matrix-content .content-with-image._imaged.position-left img {
  float: left;
  margin: 0 1.25em 1.25em 0;
}

.matrix-content .content-with-image._imaged._full-width img {
  float: none;
  width: 100%;
  margin: 0 0 1.25em 0;
}

.matrix-content .matrix-products-row {
  margin: 2em 0;
}

.matrix-content .matrix-products-row h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.matrix-content .matrix-products-row .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(auto, 15.625em))[3];
      grid-template-columns: repeat(3, minmax(auto, 15.625em));
  grid-row-gap: 1.25em;
  grid-column-gap: 1.25em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.125em 0 3.75em 0;
}

.matrix-content .matrix-products-row .list .product-elem .title {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
}

.matrix-content .matrix-products-row .list .product-elem .category,
.matrix-content .matrix-products-row .list .product-elem .class {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
}

.matrix-content .matrix-products-row .list .product-elem .cover {
  margin: 1.25em 0 3.125em 0;
  display: block;
}

.matrix-content .matrix-products-row .list .product-elem .cover img {
  display: block;
  width: 100%;
  height: 15.625em;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

/** MEDIA **/
@media (max-width: 768px) {
  .matrix-content .matrix-video .matrix-video-wrapper iframe {
    height: 55vw;
  }
}

@media (max-width: 550px) {
  .matrix-content .matrix-gallery {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
  .matrix-content .matrix-gallery a {
    height: 8.25em;
  }
  .matrix-content .matrix-products-row .list {
    -ms-grid-columns: (minmax(auto, 15.625em))[2];
        grid-template-columns: repeat(2, minmax(auto, 15.625em));
  }
}

@media (max-width: 500px) {
  .matrix-content .content-columns-2,
  .matrix-content .content-columns-3 {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .matrix-content .btn.btn-small {
    max-width: 100%;
  }
  .matrix-content .matrix-products-row .list {
    -ms-grid-columns: (minmax(auto, 1fr))[2];
        grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .matrix-content .matrix-products-row .list .product-elem .cover img {
    height: 10.625em;
  }
}

@media (max-width: 360px) {
  .matrix-content .matrix-gallery {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .matrix-content .matrix-products-row .list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

/** INDEX SWIPER **/
.index-swiper-header {
  display: block;
  width: 100%;
  height: 45em;
}

.index-swiper-header #index-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.index-swiper-header #index-swiper .mouse-scroll {
  display: block;
  position: absolute;
  left: 0;
  bottom: 1.25em;
  width: 100%;
  z-index: 25;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-filter: invert(0);
          filter: invert(0);
}

.index-swiper-header #index-swiper .mouse-scroll img {
  height: 1.875em;
  display: block;
  margin: 0 auto 10px auto;
}

.index-swiper-header #index-swiper .mouse-scroll div {
  width: 100%;
  text-align: center;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #042c8d;
  letter-spacing: 1px;
}

.index-swiper-header #index-swiper .mouse-scroll.invert-mouse {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.index-swiper-header #index-swiper .swiper-container,
.index-swiper-header #index-swiper .swiper-wrapper,
.index-swiper-header #index-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 25;
}

.index-swiper-header #index-swiper .swiper-container .slide-elem,
.index-swiper-header #index-swiper .swiper-wrapper .slide-elem,
.index-swiper-header #index-swiper .swiper-slide .slide-elem {
  height: 100%;
  width: 100%;
}

.index-swiper-header #index-swiper .swiper-container .slide-elem .background,
.index-swiper-header #index-swiper .swiper-wrapper .slide-elem .background,
.index-swiper-header #index-swiper .swiper-slide .slide-elem .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay,
.index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay,
.index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay {
  width: 100%;
  height: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.75em auto;
      grid-template-columns: 33.75em auto;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
}

.index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay .text-side,
.index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay .text-side,
.index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .text-side {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 0 20px;
  font-size: 3.5em;
  color: #204290;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay .text-side div,
.index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay .text-side div,
.index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .text-side div {
  padding: .25em;
}

.index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay .center-side,
.index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay .center-side,
.index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .center-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 5em 0 5em 3em;
}

.index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay .center-side img,
.index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay .center-side img,
.index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .center-side img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-position: left center;
     object-position: left center;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay._no-text,
.index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay._no-text,
.index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay._no-text {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay._no-text._no-image,
.index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay._no-text._no-image,
.index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay._no-text._no-image {
  display: none;
}

.index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay._no-image,
.index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay._no-image,
.index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay._no-image {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.index-swiper-header #index-swiper .controls {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(10, 39, 84, 0.75);
  padding: 20px 20px 10px 20px;
}

.index-swiper-header #index-swiper .controls .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.index-swiper-header #index-swiper .controls .list .elem {
  width: 100%;
  max-width: 7.1875em;
  cursor: pointer;
  position: relative;
  margin: 0 40px 0 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  /** STATES **/
}

.index-swiper-header #index-swiper .controls .list .elem .counter {
  font-size: 2em;
  color: #4071ae;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.index-swiper-header #index-swiper .controls .list .elem .description {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  color: #4071ae;
  line-height: 1.25;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.index-swiper-header #index-swiper .controls .list .elem::after {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: #4071ae;
  position: absolute;
  right: -20px;
  top: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.index-swiper-header #index-swiper .controls .list .elem:last-child::after {
  display: none;
}

.index-swiper-header #index-swiper .controls .list .elem._active .counter {
  color: #fff;
}

.index-swiper-header #index-swiper .controls .list .elem._active .description {
  color: #fff;
}

.index-swiper-header #index-swiper .controls .list .elem._active::after {
  background: #fff;
}

.index-swiper-header #index-swiper .controls .list .elem:hover:not(._active) .counter {
  color: rgba(255, 255, 255, 0.7);
}

.index-swiper-header #index-swiper .controls .list .elem:hover:not(._active) .description {
  color: rgba(255, 255, 255, 0.7);
}

.index-swiper-header #index-swiper .controls .list .elem:hover:not(._active)::after {
  color: rgba(255, 255, 255, 0.7);
}

.index-swiper-header #index-swiper .controls .progressbar {
  width: 100%;
  position: relative;
  background: #4071ae;
  height: 2px;
  margin: 15px 0 0 0;
}

.index-swiper-header #index-swiper .controls .progressbar .line {
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/** SYSTEMS **/
.systems {
  width: 100%;
  min-height: 51.25em;
  background: #cfcfcf url(../images/backgrounds/air-conditioning-systems.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 40;
}

.systems h2 {
  margin: 0 0 10.125em 0;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.systems h2 span {
  background: #e60012;
  color: #fff;
  font-size: 36px;
  padding: 35px 30px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.systems .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.systems .list .elem {
  margin: 0 1.5625em;
  min-width: 15.625em;
  text-decoration: none;
  display: block;
}

.systems .list .elem .cover img {
  display: block;
  margin: 0 auto;
}

.systems .list .elem .cover img:not(.shadow) {
  width: 14.375em;
  height: 8.125em;
  -o-object-position: bottom center;
     object-position: bottom center;
  -o-object-fit: contain;
     object-fit: contain;
}

.systems .list .elem .title {
  font-size: 1.5625em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

.systems .list .elem .title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../images/icons/arrow-red.png) no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 10px 0 0;
  top: -3px;
  position: relative;
}

.systems .list .elem a.btn {
  margin: 1.5625em auto;
  background: transparent;
}

.systems .list .elem a.btn:hover {
  background: #e60012;
  border: 1px solid #e60012;
}

.systems .list .elem a.btn:hover span {
  color: #fff;
}

/** PRODUCT FINDER **/
.product-finder {
  width: 100%;
  height: 51.25em;
  background: #1a252f;
  position: relative;
  overflow: hidden;
  z-index: 50;
}

.product-finder .top-decor {
  height: 15em;
  margin: -20px 0 0 auto;
  display: block;
}

.product-finder .search-row .image-container {
  z-index: 25;
  position: static;
  width: 0;
  height: 0;
}

.product-finder .search-row .image-container img {
  position: absolute;
  bottom: 180px;
}

.product-finder .search-row .filter-form {
  padding: 0 0 0 30.9375em;
  width: 100%;
  max-width: calc(100% - 490px);
  z-index: 50;
  position: relative;
}

.product-finder .search-row .filter-form form {
  padding: 6.25em 0 0 0;
}

.product-finder .search-row .filter-form form input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #fff;
  position: relative;
  background: url(../images/svg/search-white.svg) no-repeat;
  background-position: center right;
  background-size: 20px;
  padding: 0 30px 0 0;
}

.product-finder .search-row .filter-form form input.placeholder {
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}

.product-finder .search-row .filter-form form input:-moz-placeholder {
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}

.product-finder .search-row .filter-form form input::-moz-placeholder {
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}

.product-finder .search-row .filter-form form input:-ms-input-placeholder {
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}

.product-finder .search-row .filter-form form input::-webkit-input-placeholder {
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}

.product-finder .search-row .filter-form form button {
  margin: 3.125em auto 0 auto;
  height: 60px;
  min-width: 300px;
}

.product-finder .search-row .icons-list {
  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;
  margin: 8.75em 0 0 0;
}

.product-finder .search-row .icons-list .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-finder .search-row .icons-list .icon img {
  width: auto;
  height: 42px;
  display: block;
  margin: 0 14px 0 0;
}

.product-finder .search-row .icons-list .icon small,
.product-finder .search-row .icons-list .icon span {
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 200;
  line-height: 1;
}

.product-finder .search-row .icons-list .icon small {
  font-size: 1.125em;
  display: block;
}

.product-finder .search-row .icons-list .icon span {
  font-size: 2em;
  display: block;
}

/** INDEX WIZARD **/
.index-wizard {
  display: block;
}

.index-wizard h2 {
  font-size: 4.5em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 200;
  color: #000;
  display: block;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 40px 0 0 0;
  line-height: 1;
}

.index-wizard h3 {
  width: 100%;
  max-width: 45em;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.375em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  background: #000;
  margin: 0 auto 100px auto;
  padding: 0;
  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;
}

.index-wizard .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 4.375em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-wizard .list a {
  display: block;
  margin: 0 2.1875em;
  text-decoration: none;
  cursor: pointer;
}

.index-wizard .list a .title {
  display: block;
  font-size: 1.5em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
  color: #000;
  text-align: center;
  margin: 0 0 32px 0;
}

.index-wizard .list a img {
  height: 20em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.index-wizard .list a button {
  margin: 20px auto 0 auto;
}

/** FOR THE NATURE **/
.for-the-nature {
  display: block;
  width: 100%;
  min-height: 51.25em;
  background: url(../images/backgrounds/nature.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.for-the-nature h2 {
  font-size: 4.5em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 200;
  color: #000;
  display: block;
  text-align: center;
  margin: 0 0 110px 0;
  padding: 40px 0 0 0;
  line-height: 1;
}

.for-the-nature .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.for-the-nature .list .elem {
  margin: 0 3.125em 3.125em 3.125em;
}

.for-the-nature .list .elem .icon {
  width: 15.3125em;
  height: 15.3125em;
  border: 3px solid #000;
  border-radius: 15.3125em;
  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 auto 2.1875em auto;
}

.for-the-nature .list .elem .icon img {
  display: block;
}

.for-the-nature .list .elem .icon.icon-1 img, .for-the-nature .list .elem .icon.icon-3 img {
  width: 4.375em;
}

.for-the-nature .list .elem .icon.icon-2 img {
  width: 5.625em;
}

.for-the-nature .list .elem .icon.icon-4 img {
  width: 7.5em;
}

.for-the-nature .list .elem .title {
  display: block;
  text-align: center;
  font-size: 1.5em;
  color: #000;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
}

/** MEDIA **/
@media (max-width: 1660px) {
  .product-finder .search-row .filter-form {
    max-width: calc(100% - 380px);
  }
}

@media (max-width: 1600px) {
  .product-finder .search-row .filter-form {
    max-width: calc(100% - 260px);
  }
  .index-wizard .list {
    font-size: .8em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1450px) {
  .index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay,
  .index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay,
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay {
    -ms-grid-columns: 23.75em auto;
        grid-template-columns: 23.75em auto;
  }
  .index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay .text-side,
  .index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay .text-side,
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .text-side {
    font-size: 3.5em;
  }
  .systems {
    padding: 0 0 20px 0;
  }
  .systems .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .systems .list a {
    margin: 0 1.5625em 1.5625em 1.5625em;
  }
  .product-finder .search-row .filter-form {
    max-width: calc(100% - 360px);
    left: 4em;
  }
  .product-finder .search-row .filter-form {
    padding: 0 0 0 16.9375em;
  }
  .product-finder .search-row .image-container img {
    left: -11.25em;
  }
}

@media (max-width: 1450px) {
  .index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay,
  .index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay,
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay {
    -ms-grid-columns: 23.75em auto;
        grid-template-columns: 23.75em auto;
  }
  .index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay .text-side,
  .index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay .text-side,
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .text-side {
    font-size: 3.5em;
  }
  .systems {
    padding: 0 0 20px 0;
  }
  .systems .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .systems .list a {
    margin: 0 1.5625em 1.5625em 1.5625em;
  }
  .product-finder .search-row .filter-form {
    max-width: calc(100% - 360px);
    left: 4em;
  }
  .product-finder .search-row .filter-form {
    padding: 0 0 0 16.9375em;
  }
  .product-finder .search-row .image-container img {
    left: -11.25em;
  }
}

@media (max-width: 1440px) {
  .product-finder .search-row .filter-form {
    padding: 0 0 0 21.9375em;
  }
}

@media (max-width: 1340px) {
  .product-finder .search-row .icons-list {
    width: calc(100% + 10em);
    margin: 8.75em 0 0 -5em;
  }
}

@media (max-width: 1180px) {
  .product-finder .top-decor {
    height: 10em;
    z-index: 50;
    position: relative;
  }
  .product-finder .search-row .filter-form {
    padding: 0 0 0 22.5em;
  }
  .product-finder .search-row .image-container img {
    height: 100%;
    bottom: 300px;
  }
  .index-wizard .list {
    font-size: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .index-wizard .list a {
    margin-bottom: 5em;
  }
  .index-wizard .list a:last-child {
    margin-bottom: 2.5em;
  }
  .product-finder .search-row .icons-list {
    width: calc(100% + 30em);
    margin: 8.75em 0 0 -15em;
  }
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .text-side {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 1;
    height: 2em;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    top: 10px;
  }
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .text-side br {
    display: none;
  }
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .center-side {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 2;
    height: 100%;
    padding: 7.5em 0 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .center-side img {
    height: 80%;
    width: 80%;
    -o-object-position: center center;
       object-position: center center;
    position: relative;
  }
}

@media (max-width: 1024px) {
  .for-the-nature {
    font-size: .8em;
  }
  .index-wizard {
    padding: 0 1.25em;
    font-size: .8em;
  }
}

@media (max-width: 1024px) {
  .index-swiper-header #index-swiper .controls {
    width: 100%;
  }
  .index-swiper-header #index-swiper .controls .list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    display: -ms-grid;
    display: grid;
  }
  .index-swiper-header #index-swiper .controls .list .elem {
    max-width: 100%;
    margin: 0;
  }
  .index-swiper-header #index-swiper .controls .list .elem .counter,
  .index-swiper-header #index-swiper .controls .list .elem .description {
    text-align: center;
  }
  .index-swiper-header #index-swiper .controls .list .elem .description {
    padding: 0 1em;
  }
  .index-swiper-header #index-swiper .controls .list .elem .description br {
    display: none;
  }
  .index-swiper-header #index-swiper .controls .list .elem::after {
    display: none;
  }
  .index-swiper-header #index-swiper .mouse-scroll {
    display: none;
  }
  .index-swiper-header {
    height: calc(100vh - 5em);
  }
  ._safari .index-swiper-header {
    height: calc(100vh - (5em + 4.2em));
  }
  ._safari .index-swiper-header #index-swiper .controls .list .elem .description {
    display: none;
  }
}

@media (max-width: 1000px) {
  .product-finder .search-row .filter-form {
    padding: 0 0 0 13.75em;
  }
  .product-finder .search-row .image-container img {
    left: -150px;
  }
}

@media (max-width: 820px) {
  .product-finder {
    height: auto;
    padding: 0 0 3.125em 0;
  }
  .product-finder .search-row .image-container {
    opacity: 0;
  }
  .product-finder .search-row .filter-form {
    padding: 0 40px;
    left: 0;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .for-the-nature {
    font-size: .6em;
  }
  .index-wizard {
    font-size: .8em;
  }
  .systems {
    background-position: top center;
    background-size: contain;
  }
  .systems h2 {
    margin: 0 0 6.25em 0;
  }
  .index-swiper-header #index-swiper .swiper-container .slide-elem .slide-overlay .text-side,
  .index-swiper-header #index-swiper .swiper-wrapper .slide-elem .slide-overlay .text-side,
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .text-side {
    font-size: 3em;
  }
  .product-finder .search-row .icons-list {
    width: 100%;
    margin: 8.75em 0 0 0;
  }
}

@media (max-width: 640px) {
  .product-finder .search-row .icons-list {
    font-size: .6em;
  }
  .product-finder .search-row .icons-list .icon img {
    height: 32px;
  }
}

@media (max-width: 570px) {
  .systems .list a {
    min-width: 11.25em;
    margin: 0 0.9375em 0.9375em 0.9375em;
  }
}

@media (max-width: 550px) {
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    height: calc(100% - 8em);
  }
  .index-swiper-header #index-swiper .swiper-slide .slide-elem .slide-overlay .text-side {
    font-size: 2.125em;
  }
  .systems h2 {
    margin: 0 0 3.25em 0;
  }
}

@media (max-width: 500px) {
  .product-finder {
    padding: 0 0 20px 0;
  }
  .product-finder .search-row .filter-form {
    max-width: calc(100% - 20px);
    padding: 0 0 0 20px;
  }
  .systems h2 span {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 24px;
    padding: 25px 20px;
  }
}

@media (max-width: 450px) {
  .for-the-nature h2 {
    margin: 0 0 50px 0;
  }
  .for-the-nature .list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0 0 30px 0;
  }
  .for-the-nature .list .elem {
    margin: 0 1.125em 1.125em 1.125em;
  }
  .for-the-nature .list .elem .icon {
    width: 8.3125em;
    height: 8.3125em;
    border: 2px solid #000;
    border-radius: 8.3125em;
  }
  .for-the-nature .list .elem .icon.icon-1 img {
    width: 2.875em;
  }
  .for-the-nature .list .elem .icon.icon-2 img {
    width: 4.625em;
  }
  .for-the-nature .list .elem .icon.icon-4 img {
    width: 5.0em;
  }
}

@media (max-width: 425px) {
  .index-wizard .list a img {
    width: 100%;
  }
  .product-finder .search-row .icons-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: .8em;
  }
  .product-finder .search-row .icons-list .icon {
    margin: 0 20px 40px 20px;
    width: 18em;
  }
  .product-finder .search-row .icons-list .icon img {
    height: 32px;
    width: 50px;
  }
}

.page-products-index .main.list h2 {
  color: #e60012;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 2.25em;
  margin: 0;
}

.page-products-index .main.list h3,
.page-products-index .main.list h4 {
  font-size: 1em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 5px 0 0 0;
}

/** PRODUCT ENTRY PAGE **/
.page-products-entry.columns-1-layout {
  margin: 0 0 3.75em 0;
}

.page-products-entry.columns-1-layout .main.content {
  padding: 0;
  max-width: 100%;
}

.page-products-entry.columns-1-layout .main.content .product-header {
  width: 100%;
  min-height: 40.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div {
  position: relative;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 25;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left {
  width: 100%;
  max-width: 55.9375em;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left .before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  opacity: .75;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left .content-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 2.5em 8.75em 0;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left .content-overlay .category,
.page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left .content-overlay .name {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 3.875em;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left .content-overlay .name {
  font-size: 1.375em;
  text-transform: uppercase;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) {
  width: 100%;
  max-width: calc(100% - 55.9375em);
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .breadcrumbs {
  width: 100%;
  min-height: 3.4375em;
  position: relative;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .breadcrumbs div {
  padding: 1.5625em 1.25em 1.5625em 5em;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .breadcrumbs div span,
.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .breadcrumbs div a {
  display: inline-block;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  color: #a2a2a2;
  text-decoration: none;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .breadcrumbs div span {
  text-transform: uppercase;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .breadcrumbs div a::after {
  content: "/";
  display: inline-block;
  margin: 0 0.25em 0 0.5em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  color: #a2a2a2;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .breadcrumbs div a:hover {
  color: #000;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .breadcrumbs::after {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  position: absolute;
  background: #dfdcdd;
  bottom: 0;
  left: 0;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .attributes {
  padding: 1.5625em 1.25em 1.5625em 5em;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .attributes &gt; div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2.5em)[auto-fit];
      grid-template-columns: repeat(auto-fit, 2.5em);
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .attributes &gt; div a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  /** HOVER **/
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .attributes &gt; div a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .attributes &gt; div a:hover {
  opacity: .8;
}

.page-products-entry.columns-1-layout .main.content .product-body {
  width: 100%;
  max-width: 62.5em;
  margin: 0 auto;
  padding: 0 1.25em;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main {
  margin: 0 0 7.5em 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main h1,
.page-products-entry.columns-1-layout .main.content .product-body .product-body-main h2,
.page-products-entry.columns-1-layout .main.content .product-body .product-body-main h3 {
  display: block;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main h1 {
  color: #e60012;
  font-size: 2.25em;
  text-transform: uppercase;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main h2,
.page-products-entry.columns-1-layout .main.content .product-body .product-body-main h3 {
  font-size: 1em;
  margin: 0.3125em 0;
  font-weight: 700;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28.125em auto;
      grid-template-columns: 28.125em auto;
  grid-column-gap: 0.625em;
  margin: 1.25em 0 0 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div .product-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center left;
     object-position: center left;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div .info {
  padding: 0 0 0 3.125em;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div .info p {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.8;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div.gallery {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 0.625em;
  grid-row-gap: 0.625em;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div.gallery a {
  display: block;
  width: 100%;
  height: 5em;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div.gallery a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-main + .product-download-file {
  margin: -3.75em 0 3.75em 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-download-file {
  width: 100%;
  border: 2px solid #e60012;
  position: relative;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-download-file a {
  background: rgba(230, 0, 18, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-download-file a .icon {
  margin: 0 1em 0 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-download-file a div {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-download-file:hover a {
  background: rgba(230, 0, 18, 0.8);
}

.page-products-entry.columns-1-layout .main.content .product-body .product-video {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
  margin: 0 0 9.375em 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-video .video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-video .video-wrapper iframe {
  width: 100%;
  display: block;
  border: none;
  height: 34.375em;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 3.125em;
  margin: 0 0 1.25em 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .title,
.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .sub-title {
  color: #010101;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 2.25em;
  margin: 0 0 10px 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .option-list {
  margin: 1.875em 0 3.75em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (6.875em)[auto-fit];
      grid-template-columns: repeat(auto-fit, 6.875em);
  grid-column-gap: 3.75em;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .option-list &gt; div {
  width: 100%;
  height: 6.875em;
  border: 1px solid #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;
  position: relative;
  cursor: default;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .option-list &gt; div .tooltip {
  position: absolute;
  width: 100%;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  height: 100%;
  z-index: 20;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #e60012;
  top: calc(100% + 10px);
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .option-list &gt; div img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: .25;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .option-list &gt; div &gt; div {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 2.125em;
  color: #000;
  text-transform: uppercase;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .graph {
  width: 100%;
  position: relative;
  display: block;
  margin: 2em 0 0 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .graph .title {
  margin: 0 0 40px 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .graph .graph-wrapper {
  width: 100%;
  display: block;
  max-width: 320px;
  position: relative;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .graph .graph-wrapper .top {
  position: absolute;
  top: -10px;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .graph .graph-wrapper .bottom {
  position: absolute;
  bottom: -10px;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .graph .graph-wrapper .left,
.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .graph .graph-wrapper .right {
  width: 50%;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .graph .graph-wrapper .left {
  left: 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .graph .graph-wrapper .right {
  right: 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .graph .graph-wrapper img {
  display: block;
  width: 100%;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart {
  position: relative;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .uspora-energie,
.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .trieda-filtracie,
.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .praktickost,
.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .pohodlnost,
.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .montaz {
  width: 1.875em;
  height: 1.875em;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .uspora-energie {
  left: 50%;
  margin: 0 0 0 -0.9375em;
  top: -0.625em;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .trieda-filtracie {
  left: 0;
  margin: 0 0 0.625em 3.75em;
  bottom: 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .praktickost {
  right: 0;
  margin: 0 4.0625em 0.625em 0;
  bottom: 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .pohodlnost {
  right: 0;
  margin: -5.9375em 0.1875em 0 0;
  top: 50%;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .montaz {
  left: 0;
  margin: -6.25em 0 0 0.4375em;
  top: 50%;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .other-options {
  display: block;
  width: 100%;
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid gainsboro;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .other-options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
  line-height: 1.5;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .other-options .option._cold {
  color: #008fff;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .other-options .option._heat {
  color: #ff0000;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .other-options .option .value {
  margin: 0 0 0 auto;
  font-weight: 600;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart::before {
  content: "";
  display: block;
  width: 100%;
  z-index: 50;
  background: #fff;
  top: 0;
  position: absolute;
  left: 0;
  height: 1.875em;
  margin: -5em 0 0 0;
  display: none;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart canvas {
  position: relative;
  z-index: 25;
  margin: 5em 0 0 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-matrix {
  border-bottom: 1px solid #dfdcdd;
  margin: 0 0 3.75em 0;
  padding: 3.75em 0 0 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-related h2 {
  color: #e60012;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 2.25em;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-related .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(auto, 15.625em))[3];
      grid-template-columns: repeat(3, minmax(auto, 15.625em));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.125em 0 3.75em 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-related .list .product-elem .title {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-related .list .product-elem .category,
.page-products-entry.columns-1-layout .main.content .product-body .product-body-related .list .product-elem .class {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-related .list .product-elem .cover {
  margin: 1.25em 0 3.125em 0;
  display: block;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-body-related .list .product-elem .cover img {
  display: block;
  width: 100%;
  height: 15.625em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-contact-form {
  width: 100%;
  padding: 1.25em;
  margin: 6.25em 0 3.125em 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background: #e60012;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-contact-form h3 {
  margin: 0 0 -0.9375em 0;
  font-size: 2em;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1;
  font-weight: 400;
  position: relative;
  top: -70px;
  left: -20px;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-contact-form .contact-form {
  margin: 0;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-contact-form .contact-form input,
.page-products-entry.columns-1-layout .main.content .product-body .product-contact-form .contact-form textarea {
  border-color: #fff;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-contact-form .contact-form .btn.btn-red {
  background: #fff;
}

.page-products-entry.columns-1-layout .main.content .product-body .product-contact-form .contact-form .btn.btn-red span {
  color: #e60012;
}

/** MEDIA **/
@media (max-width: 1330px) {
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) {
    max-width: calc(100% - 50.9375em);
  }
}

@media (max-width: 1024px) {
  .page-products-entry.columns-1-layout .main.content .product-header {
    min-height: auto;
    margin: 0 0 5em 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left .content-overlay {
    padding: 0 2.5em 3.75em 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left .content-overlay .category {
    font-size: 3.375em;
  }
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .breadcrumbs::after {
    width: 80%;
  }
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .breadcrumbs div {
    padding: 1.5625em 1.25em 1.5625em 2.1875em;
  }
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) .attributes {
    padding: 1.5625em 1.25em 1.5625em 2.1875em;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .pohodlnost {
    margin: -5.9375em 0.3875em 0 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) {
    max-width: calc(100% - 35.9375em);
  }
}

@media (max-width: 768px) {
  .page-products-entry.columns-1-layout .main.content .product-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 3em 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left {
    max-width: 100%;
  }
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div:not(.colored-left) {
    max-width: 100%;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-video {
    margin: 0 0 3.125em 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-video .video-wrapper iframe {
    height: 55vw;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .graph .graph-wrapper {
    margin: 0 auto;
  }
  .page-products-entry.columns-1-layout .main.content .product-body {
    max-width: 100%;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-main {
    margin: 0 0 3.5em 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div .product-cover {
    width: 80%;
    margin: 4em auto;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div.gallery {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    margin: 0 auto 3em auto;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    grid-column-gap: 0;
    grid-row-gap: 1em;
    width: 80%;
    margin: 0 auto;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .title,
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .sub-title {
    text-align: center;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .option-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart {
    margin: 2em 0 0 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .pohodlnost {
    margin: -7.8em 0.3875em 0 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .montaz {
    margin: -8.25em 0 0 0.4375em;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .praktickost {
    margin: 0 6.5625em 1.625em 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .trieda-filtracie {
    margin: 0 0 1.625em 6.0625em;
  }
}

@media (max-width: 700px) {
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-related .list {
    -ms-grid-columns: (minmax(auto, 1fr))[2];
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-row-gap: 2em;
    grid-column-gap: 2em;
  }
}

@media (max-width: 600px) {
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    grid-row-gap: 0;
    max-width: 80%;
    margin: 1.25em auto 0 auto;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div .info {
    padding: 2em 0 0 0;
  }
}

@media (max-width: 500px) {
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left .content-overlay {
    padding: 0 0 3.75em 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left .content-overlay &gt; div {
    width: 100%;
  }
  .page-products-entry.columns-1-layout .main.content .product-header &gt; div.colored-left .content-overlay &gt; div &gt; div {
    text-align: center;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div {
    width: 100%;
    max-width: 100%;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div .product-cover {
    width: 100%;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .option-list {
    -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-column-gap: 0.75em;
    grid-row-gap: 0.75em;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .pohodlnost {
    margin: -5.4em 0.2875em 0 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .montaz {
    margin: -6.0em 0 0 0.4375em;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .praktickost {
    margin: 0 3.8625em 0.825em 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .trieda-filtracie {
    margin: 0 0 0.625em 3.5625em;
  }
}

@media (max-width: 425px) {
  .page-products-entry.columns-1-layout {
    display: block;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-main &gt; div.gallery {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options {
    display: block;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart canvas {
    margin: 2.5em 0 0 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-matrix {
    padding: 1em 0 0 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-related .list .product-elem .cover img {
    height: 10.625em;
  }
}

@media (max-width: 410px) {
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-related .list {
    -ms-grid-columns: (minmax(auto, 1fr))[2];
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-row-gap: 1em;
    grid-column-gap: 1em;
  }
}

@media (max-width: 360px) {
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart {
    margin: 4em 0 0 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .pohodlnost {
    margin: -4.8em 0.2875em 0 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .montaz {
    margin: -5.3em 0 0 0.6375em;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .praktickost {
    margin: 0 3.0625em 0.425em 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .trieda-filtracie {
    margin: 0 0 0.325em 2.5625em;
  }
}

@media (max-width: 320px) {
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .pohodlnost {
    margin: -4.3em 0.2875em 0 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .montaz {
    margin: -4.8em 0 0 0.6375em;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .praktickost {
    margin: 0 2.5625em 0.225em 0;
  }
  .page-products-entry.columns-1-layout .main.content .product-body .product-body-options .chart .icon-holder .trieda-filtracie {
    margin: 0 0 0.125em 2.0625em;
  }
}

.page-distributors-index {
  display: block;
  width: 100%;
  max-width: 75em;
  margin: 0 auto;
  padding: 0 1.25em;
}

.page-distributors-index .main.content {
  padding: 3.75em 0;
  max-width: 100%;
}

.page-distributors-index .main.content &gt; div {
  width: 100%;
}

.page-distributors-index .main.content &gt; div h1 {
  display: block;
  text-align: center;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 2.25em;
  color: #e60012;
  margin: 0 0 3.125em 0;
}

.page-distributors-index .main.content &gt; div .wizard {
  margin: 0 auto 5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 37.5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  /** STEP 2 **/
  /** STEP 3 **/
}

.page-distributors-index .main.content &gt; div .wizard div {
  z-index: 50;
  position: relative;
  /** ACTIVE **/
}

.page-distributors-index .main.content &gt; div .wizard div .step strong {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  color: #eeeeee;
  font-size: 2.25em;
}

.page-distributors-index .main.content &gt; div .wizard div .step span {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  color: #eeeeee;
}

.page-distributors-index .main.content &gt; div .wizard div .dot {
  display: block;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #b7b7b7;
  margin: 1.25em 0;
  border-radius: 1.25em;
  background: #fff;
}

.page-distributors-index .main.content &gt; div .wizard div div:last-child {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  color: #eeeeee;
}

.page-distributors-index .main.content &gt; div .wizard div._active .step strong {
  font-weight: 700;
  color: #e60012;
}

.page-distributors-index .main.content &gt; div .wizard div._active .step span {
  color: #b7b7b7;
}

.page-distributors-index .main.content &gt; div .wizard div._active .dot {
  background: #e60012;
  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;
}

.page-distributors-index .main.content &gt; div .wizard div._active .dot::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #e60012;
  position: absolute;
  border-radius: 1.5em;
  background: #e60012;
}

.page-distributors-index .main.content &gt; div .wizard div._active .dot::before {
  content: "";
  display: block;
  width: 1.125em;
  height: 1.125em;
  background: #e60012;
  position: absolute;
  border-radius: 1.125em;
  z-index: 60;
  border: 2px solid #fff;
}

.page-distributors-index .main.content &gt; div .wizard div._active div:last-child {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  color: #e60012;
}

.page-distributors-index .main.content &gt; div .wizard div:nth-child(2) .dot {
  margin: 1.25em 0 1.25em auto;
  position: relative;
  left: 2px;
}

.page-distributors-index .main.content &gt; div .wizard::before {
  content: "";
  display: block;
  position: absolute;
  top: 4.25em;
  height: 4px;
  width: 100%;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  background: #fff;
  z-index: 25;
}

.page-distributors-index .main.content &gt; div .wizard::after {
  content: "";
  display: block;
  position: absolute;
  top: 4.25em;
  height: 4px;
  width: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background: #e60012;
  z-index: 25;
}

.page-distributors-index .main.content &gt; div .wizard.step-2 &gt; div:first-child .dot {
  background: #e60012;
}

.page-distributors-index .main.content &gt; div .wizard.step-2::after {
  width: 50%;
}

.page-distributors-index .main.content &gt; div .wizard.step-3 &gt; div:first-child .dot, .page-distributors-index .main.content &gt; div .wizard.step-3 &gt; div:nth-child(2) .dot {
  background: #e60012;
}

.page-distributors-index .main.content &gt; div .wizard.step-3::after {
  width: 100%;
}

.page-distributors-index .main.content &gt; div .distributor-step-1 {
  margin: 0 0 4.375em 0;
}

.page-distributors-index .main.content &gt; div .distributor-step-1 svg {
  width: 100%;
  display: block;
  height: auto;
}

.page-distributors-index .main.content &gt; div .distributor-step-1 svg tspan {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  fill: #E51E26;
}

.page-distributors-index .main.content &gt; div .distributor-step-1 svg polygon {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.page-distributors-index .main.content &gt; div .distributor-step-1 svg polygon + text tspan,
.page-distributors-index .main.content &gt; div .distributor-step-1 svg polygon + tspan tspan {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.page-distributors-index .main.content &gt; div .distributor-step-1 svg polygon:hover {
  fill: #E51E26;
  cursor: pointer;
}

.page-distributors-index .main.content &gt; div .distributor-step-1 svg polygon:hover + text,
.page-distributors-index .main.content &gt; div .distributor-step-1 svg polygon:hover + tspan {
  color: #fff;
  fill: #fff;
}

.page-distributors-index .main.content &gt; div .distributor-step-1 svg polygon:hover + text tspan,
.page-distributors-index .main.content &gt; div .distributor-step-1 svg polygon:hover + tspan tspan {
  color: #fff;
  fill: #fff;
}

.page-distributors-index .main.content &gt; div .distributor-step-2 {
  width: 100%;
  max-width: 60.625em;
  margin: 0 auto 4.375em auto;
}

.page-distributors-index .main.content &gt; div .distributor-step-2 .region-listing {
  margin: 3.125em 0 0 0;
}

.page-distributors-index .main.content &gt; div .distributor-step-2 .region-listing select {
  margin: 0 auto;
  width: 60%;
  display: block;
  padding: 0.625em 0.625em 0.5em 0.625em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  line-height: 1.25;
  background: url(../images/icons/arrow-gray.png) no-repeat;
  background-position: 98% 55%;
  background-size: 18px;
}

.page-distributors-index .main.content &gt; div .distributor-step-2 .region-listing .footer {
  margin: 2.5em auto 0 auto;
  width: 60%;
  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;
}

.page-distributors-index .main.content &gt; div .distributor-step-2 .region-listing .footer a {
  max-width: 11.25em;
  margin: 0 0 0 auto;
}

.page-distributors-index .main.content &gt; div .distributor-step-2 .region-listing .footer a:first-child {
  margin: 0;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-row-gap: 3.125em;
  grid-column-gap: 3.125em;
  width: 100%;
  max-width: 60.625em;
  margin: 3.75em auto 5em auto;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #000;
  padding: 0 0 0.625em 0;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .heading .cover {
  width: 4.0625em;
  height: 4.0625em;
  margin: 0 1.25em 0 0;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .heading .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .heading .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  max-width: calc(100% - 5.3125em);
  text-decoration: none;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .heading .name .title {
  display: block;
  color: #e60012;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  padding: 0 0.625em 0 0;
  line-height: .95;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .heading .name:hover .title {
  color: #ff1a2c;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0.9375em 0;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .location img {
  display: block;
  height: 1.875em;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 0.625em 0 0;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .location div {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .location div .distributor-elem-phone {
  font-size: 0.9em;
  text-decoration: none;
  color: #000000;
  margin: 0.625em 0 0 0;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .location div .distributor-elem-email {
  font-size: 0.9em;
  text-decoration: none;
  color: #e60012;
  margin: 0.625em 0 0 0;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .location div .distributor-elem-webpage {
  font-size: 0.9em;
  text-decoration: none;
  color: #e60012;
  margin: 0.625em 0 0 0;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .list .distributor-elem .footer {
  margin-top: auto;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .region-listing {
  margin: 3.125em auto 3.125em auto;
  max-width: 60.5em;
  width: 100%;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .region-listing .footer {
  margin: 2.5em auto 0 auto;
  width: 100%;
  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;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .region-listing .footer a {
  max-width: 11.25em;
  margin: 0 0 0 auto;
}

.page-distributors-index .main.content &gt; div .distributor-step-3 .region-listing .footer a:first-child {
  margin: 0;
}

.page-distributors-index .main.content &gt; div .toolbar {
  margin: 0 auto;
}

.page-distributors-entry {
  width: 100%;
  max-width: 980px;
  margin: 2.5em auto 3.75em auto;
}

.page-distributors-entry .distributor-info &gt; div {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-distributors-entry .distributor-info &gt; div .cover {
  width: 100%;
}

.page-distributors-entry .distributor-info &gt; div .cover img {
  width: 100%;
  height: auto;
}

.page-distributors-entry .distributor-info &gt; div .logo-name {
  width: 100%;
  border-bottom: 1px solid #000;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .top .logo {
  width: 80px;
  height: 80px;
  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;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .top .logo img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .top .name {
  font-size: 2em;
  color: #e60012;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  padding: 0 0.625em;
  max-width: calc(100% - 80px);
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom {
  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: 2.5em 0;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom &gt; div {
  width: 48%;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom &gt; div:first-child {
  border-right: 1px solid #000;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom &gt; div &gt; div {
  margin: 0 0 0.3125em 0;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom &gt; div .label {
  font-size: 1em;
  min-width: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom &gt; div .value {
  font-size: 1em;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom &gt; div .value address {
  font-style: normal;
  margin: 1em 0 0 0;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom &gt; div .value a {
  text-decoration: none;
  color: #000;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom &gt; div .value a:hover {
  text-decoration: underline;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom &gt; div .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom &gt; div .row .label {
  padding: 0 5px 0 0;
}

.page-distributors-entry .distributor-info &gt; div .logo-name .bottom &gt; div .label {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  color: #000;
}

/** MEDIA **/
@media (max-width: 900px) {
  .distributor-info {
    padding: 0 1em;
  }
}

@media (max-width: 768px) {
  .distributor-step-1 svg tspan {
    font-size: 16px;
  }
  .distributor-step-2 h2 {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .page-distributors-index .main.content &gt; div .distributor-step-3 .list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .distributor-info &gt; div .logo-name .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .distributor-info &gt; div .logo-name .bottom &gt; div {
    width: 100% !important;
    border-right: 0 !important;
  }
  .distributor-info &gt; div .logo-name .bottom &gt; div:last-child {
    margin: 1em 0 0 0;
  }
}

@media (max-width: 500px) {
  .page-distributors-index .main.content &gt; div .wizard div div:last-child {
    font-size: 1.075em;
  }
  .page-distributors-index .main.content &gt; div .distributor-step-2 .region-listing select,
  .page-distributors-index .main.content &gt; div .distributor-step-2 .region-listing .footer {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-distributors-index .main.content &gt; div .distributor-step-3 .list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.page-wizard-view.columns-1-layout .main.content {
  margin: 0 auto;
  padding: 0;
}

.wizard-content {
  width: 80%;
  margin: 0 auto;
  /** STEP 2 **/
  /** STEP 3 **/
}

.wizard-content &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 2.5em auto;
  left: -10px;
  position: relative;
  width: calc(100% - 140px);
}

.wizard-content .actions {
  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;
  margin: 0 auto 2.5em auto;
}

.wizard-content .actions a {
  max-width: 250px;
}

.wizard-content .wizard-body {
  margin: 0 0 3.125em 0;
}

.wizard-content .wizard-body .wizard-group {
  margin: 0 0 3.125em 0;
}

.wizard-content .wizard-body .wizard-group &gt; .title {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.625em;
}

.wizard-content .wizard-body .wizard-group &gt; .title span {
  content: '';
  width: 1.875em;
  height: 0.9375em;
  background: inherit;
  display: block;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  margin: 0 auto 0.625em auto;
}

.wizard-content .wizard-body .wizard-group .slider {
  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;
  margin: 20px 0 0 0;
}

.wizard-content .wizard-body .wizard-group .slider .title {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  color: #000;
  position: relative;
  display: none;
}

.wizard-content .wizard-body .wizard-group .slider .title:first-of-type::before {
  content: "";
  width: 16px;
  height: 13px;
  position: absolute;
  left: -30px;
  top: 6px;
  background: url(../images/icons/wizard-icon-min.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.wizard-content .wizard-body .wizard-group .slider .title:last-of-type::after {
  content: "";
  width: 16px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: -11px;
  background: url(../images/icons/wizard-icon-max.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.wizard-content .wizard-body .wizard-group .slider .slider-body {
  position: relative;
  width: calc(100% - 150px);
}

.wizard-content .wizard-body .wizard-group .slider .slider-body .noUi-tooltip {
  bottom: -40px;
  border-color: transparent;
}

.wizard-content .wizard-body .wizard-group .slider .slider-body .noUi-pips-horizontal {
  top: -17px;
}

.wizard-content .wizard-body .wizard-group .slider .slider-body .noUi-pips-horizontal .noUi-value-horizontal,
.wizard-content .wizard-body .wizard-group .slider .slider-body .noUi-pips-horizontal .noUi-marker-normal {
  display: none;
}

.wizard-content .wizard-body .wizard-group .slider .slider-body .noUi-pips-horizontal .noUi-marker-large {
  background: #ebebeb;
}

.wizard-content .wizard-body .wizard-group .slider .slider-body .noUi-pips-horizontal .noUi-marker-sub {
  top: 13px;
  background: #ebebeb;
}

.wizard-content .wizard-body .wizard-group .slider .slider-body.noUi-horizontal {
  height: 2px;
}

.wizard-content .wizard-body .wizard-group .slider .slider-body.noUi-horizontal.noUi-target {
  background: #ebebeb;
  border-radius: 0;
  border: none;
  top: 1px;
  padding: 0 10px 0 0;
  margin: 1em auto 3em auto;
}

.wizard-content .wizard-body .wizard-group .slider .slider-body.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -9px;
  border-radius: 20px;
  background: #ff0015;
  border: 2px solid #e60012;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.wizard-content .wizard-body .wizard-group .slider .slider-body.noUi-horizontal .noUi-handle::before, .wizard-content .wizard-body .wizard-group .slider .slider-body.noUi-horizontal .noUi-handle::after {
  display: none;
}

.wizard-content .wizard-body .wizard-group .slider .slider-body .noUi-connects {
  border-radius: 0;
}

.wizard-content .wizard-body .wizard-group .split-icon {
  width: auto;
  height: 120px;
  display: block;
}

.wizard-content .wizard-body .wizard-group:first-child {
  margin-top: 3.125em;
}

.wizard-content .wizard-body .wizard-group:last-child {
  margin-bottom: 0;
}

.wizard-content .wizard-note {
  width: 100%;
  background: #e3f1fc;
  border: 1px solid #cce5fa;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  padding: .8em;
  margin: 0 0 3em 0;
}

.wizard-content .wizard-note p {
  margin: 0;
}

.wizard-content .additional-form-elems {
  background: #f5f5f5;
  margin: 1.25em auto 2.5em auto;
  padding: 20px 25px;
  width: 100%;
  max-width: calc(100% - 140px);
  left: -10px;
  position: relative;
}

.wizard-content .additional-form-elems .filter-option {
  width: 100%;
  margin: 0 0 2.1875em 0;
}

.wizard-content .additional-form-elems .filter-option .title {
  font-size: 1em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0 0 1.25em 0;
  position: relative;
  cursor: pointer;
}

.wizard-content .additional-form-elems .filter-option .title.no-collapse {
  cursor: default;
}

.wizard-content .additional-form-elems .filter-option .title:not(.no-collapse)::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/svg/chevron-down.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wizard-content .additional-form-elems .filter-option .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 2px 0 0 0;
}

.wizard-content .additional-form-elems .filter-option .form-elem {
  width: 100%;
  /** CHECKBOX **/
}

.wizard-content .additional-form-elems .filter-option .form-elem input[type='checkbox'] {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.wizard-content .additional-form-elems .filter-option .form-elem input[type='checkbox']::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #fff;
}

.wizard-content .additional-form-elems .filter-option .form-elem input[type='checkbox']:checked::after {
  border: 9px solid #e60012;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 0.625em 0;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox label,
.wizard-content .additional-form-elems .filter-option .form-elem.checkbox strong {
  margin: 0 0 0 0.625em;
  padding: 2px 0 0 0;
  cursor: pointer;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._view strong,
.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._view select {
  margin-left: auto;
  text-align: right;
  border: none;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 1em;
  direction: rtl;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._view select {
  cursor: pointer;
  background: transparent;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._view select option {
  direction: ltr;
  padding: 10px;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._category input {
  position: relative;
  top: 2px;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._category label {
  width: calc(100% - 2.1875em);
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._view-sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._view-sub &gt; label {
  font-weight: 600;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._view-sub .sub-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0.9375em 0 0.625em 0.625em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._view-sub .sub-elem div {
  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;
  width: 100%;
  margin: 2px 0;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._view-sub .sub-elem input {
  position: relative;
  top: 1px;
}

.wizard-content .additional-form-elems .filter-option .form-elem.checkbox._view-sub .sub-elem label {
  width: calc(100% - 2.1875em);
  display: inline-block;
}

.wizard-content.step-2 {
  width: 100%;
  margin: 3.125em 0 0 0;
}

.wizard-content.step-2 .wizard-group {
  padding: 10px 10px 25px 10px;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.0784314);
  position: relative;
}

.wizard-content.step-2 .wizard-group .row {
  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;
}

.wizard-content.step-2 .wizard-group .row div:not(.decor) {
  width: calc(100% - 20px);
  max-width: 15em;
  position: relative;
}

.wizard-content.step-2 .wizard-group .row div:not(.decor) label {
  position: absolute;
  bottom: -5px;
  left: 0;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #e60012;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.wizard-content.step-2 .wizard-group .row div:not(.decor) input {
  width: 100%;
  border: 1px solid #e60012;
  background: #fff;
  height: 32px;
  text-align: center;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 1em;
  position: relative;
}

.wizard-content.step-2 .wizard-group .row div:not(.decor) input.placeholder {
  color: #000;
  font-size: 1em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
}

.wizard-content.step-2 .wizard-group .row div:not(.decor) input:-moz-placeholder {
  color: #000;
  font-size: 1em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
}

.wizard-content.step-2 .wizard-group .row div:not(.decor) input::-moz-placeholder {
  color: #000;
  font-size: 1em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
}

.wizard-content.step-2 .wizard-group .row div:not(.decor) input:-ms-input-placeholder {
  color: #000;
  font-size: 1em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
}

.wizard-content.step-2 .wizard-group .row div:not(.decor) input::-webkit-input-placeholder {
  color: #000;
  font-size: 1em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
}

.wizard-content.step-2 .wizard-group .row div:not(.decor) input._error {
  background: rgba(230, 0, 18, 0.09);
}

.wizard-content.step-2 .wizard-group .row div:not(.decor) input._dirty + label {
  opacity: 1;
  visibility: visible;
  bottom: -16px;
}

.wizard-content.step-2 .wizard-group .row div.decor {
  color: #e60012;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  position: relative;
  top: -3px;
}

.wizard-content.step-2 .wizard-group .row._center div {
  margin: 0 auto;
}

.wizard-content.step-2 .wizard-group .divider {
  margin: 1.5625em 0;
}

.wizard-content.step-2 .wizard-group .divider span {
  color: #e60012;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 1em;
}

.wizard-content.step-2 .wizard-group:last-of-type {
  margin: 0;
}

.wizard-content.step-2 .wizard-group .remove-current {
  position: absolute;
  right: 0;
  margin-left: auto;
  border: 1px solid rgba(0, 0, 0, 0.0784314);
  border-top: #fafafa;
  background: #fafafa;
  bottom: -27px;
  min-width: 15.625em;
  -webkit-transition: none;
  transition: none;
}

.wizard-content.step-2 .wizard-group .remove-current span {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  color: #e60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wizard-content.step-2 .wizard-group .remove-current span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/svg/minus.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 5px 0 0;
}

.wizard-content.step-2 .wizard-group.last-group .remove-current {
  right: 15.625em;
}

.wizard-content.step-2 .add-more {
  margin-left: auto;
  border: 1px solid rgba(0, 0, 0, 0.0784314);
  border-top: #fafafa;
  background: #fafafa;
  position: relative;
  top: -1px;
  min-width: 15.625em;
}

.wizard-content.step-2 .add-more span {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wizard-content.step-2 .add-more span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/svg/plus.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 5px 0 0;
}

.wizard-content.step-3 {
  width: 28.125em;
  margin: 3.125em auto 0 auto;
}

.wizard-content.step-3 .wizard-body div:not(.actions) {
  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;
}

.wizard-content.step-3 .wizard-body div:not(.actions) .wizard-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  margin: 3.75em 0 4.375em 0 !important;
  border: 1px solid transparent;
}

.wizard-content.step-3 .wizard-body div:not(.actions) .wizard-group label {
  display: block;
  text-align: center;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 1.125em;
  margin: 0.9375em 0;
  cursor: pointer;
}

.wizard-content.step-3 .wizard-body div:not(.actions) .wizard-group input {
  width: 20px;
  height: 20px;
  border: 2px solid #e60012;
  overflow: hidden;
  cursor: pointer;
}

.wizard-content.step-3 .wizard-body div:not(.actions) .wizard-group input:checked {
  background: #e60012;
}

.wizard-content.step-3 .wizard-body div:not(.actions) .wizard-group input:checked::after {
  cursor: pointer;
  content: "✓";
  border: 2px solid #e60012;
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 600;
  font-size: 1.125em;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  left: -1px;
  display: block;
}

.wizard-content.step-3 .wizard-body div:not(.actions) .wizard-group._error {
  background: rgba(255, 0, 0, 0.05);
  border: 1px solid rgba(255, 0, 0, 0.15);
}

.wizard-content.step-3 .wizard-body._center div:not(.actions) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wizard-content.step-3 .actions {
  width: calc(100% + 3.125em);
  left: -1.5625em;
}

.wizard-content.step-3 .actions .submit-step-3 {
  max-width: 20.625em;
  width: 100%;
}

/** MEDIA **/
@media (max-width: 600px) {
  .wizard-content {
    width: 100%;
  }
  .wizard-content .wizard-body .wizard-group .slider .slider-body {
    width: 80%;
  }
  .wizard-content.step-2 .wizard-group .row div.decor {
    top: -1px;
    margin: 0 .5em;
  }
  .wizard-content.step-2 .wizard-group .row div:not(.decor) input {
    padding: 0 .5em;
  }
  .wizard-content.step-3 {
    width: 100%;
  }
  .wizard-content.step-3 .actions {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wizard-content.step-3 .actions a,
  .wizard-content.step-3 .actions a.submit-step-3 {
    width: 100%;
    max-width: 100%;
  }
  .wizard-content.step-3 .actions a.submit-step-3 {
    margin: 0 0 1em 0;
  }
}

@media (max-width: 450px) {
  .wizard-content .additional-form-elems {
    max-width: calc(100% - 20px);
    left: 0;
  }
  .wizard-content &gt; a {
    width: calc(100% - 20px);
    left: 0;
  }
}

@media (max-width: 359px) {
  .wizard-content.step-2 .wizard-group .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wizard-content.step-2 .wizard-group .row div:not(.decor) {
    max-width: 100%;
    width: 100%;
  }
  .wizard-content.step-2 .wizard-group .row div:not(.decor) input {
    padding: 0 .5em;
    width: 100%;
  }
  .wizard-content.step-3 .wizard-body div:not(.actions) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wizard-content.step-3 .wizard-body div:not(.actions) .wizard-group {
    margin: 1.75em 0 2.375em 0 !important;
  }
}

.columns-1-layout.page-news-entry .main.content,
.columns-1-layout.page-news-entry .main.list, .columns-1-layout.page-news-index .main.content,
.columns-1-layout.page-news-index .main.list, .columns-1-layout.page-downloads-index .main.content,
.columns-1-layout.page-downloads-index .main.list, .columns-1-layout.page-distributors-entry .main.content,
.columns-1-layout.page-distributors-entry .main.list, .columns-1-layout.page-matrix-entry .main.content,
.columns-1-layout.page-matrix-entry .main.list {
  margin: 0 auto;
  padding: 0;
}

.contact-form {
  margin: 3em 0 2em 0;
  position: relative;
}

.contact-form .message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  padding: 1em;
  background: #fff;
  font-size: 18px;
  border: 1px dashed;
}

.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form form &gt; div {
  width: 49%;
}

.contact-form form &gt; div input,
.contact-form form &gt; div textarea {
  width: 100%;
  height: 42px;
  border: 1px solid #000;
  margin: 0 0 1em 0;
  padding: .1em 0.5em 0 .5em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.contact-form form &gt; div textarea {
  min-height: calc((4 * 42px) + (3 * 1em));
  max-height: calc((4 * 42px) + (3 * 1em));
  min-width: 100%;
  max-width: 100%;
  padding: 0.7em 0.5em 0 0.7em;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1em;
  resize: none;
}

.contact-form form &gt; div.footer {
  width: 100%;
}

.contact-form form &gt; div.footer button {
  margin: 0 0 0 auto;
}

/** MEDIA **/
@media (max-width: 768px) {
  .contact-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form form &gt; div {
    width: 100%;
  }
  .contact-form form &gt; div.footer button {
    width: 100%;
  }
}
/*# sourceMappingURL=fujitsu.css.map */</pre></body></html>