@charset "UTF-8";
:root {
  --header-height: 130px;
  --slide-height: 580px;
  --header-dropdown--height: calc(var(--slide-height) - var(--header-height)); }
  @media (min-width: 320px) and (max-width: 479px) {
    :root {
      --slide-height: 400px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    :root {
      --slide-height: 500px; } }
  @media (min-width: 1824px) {
    :root {
      --slide-height: 750px; } }

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

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

input {
  border: 0 none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

button {
  background: none;
  cursor: pointer; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

svg {
  width: 1em;
  height: 1em;
  font-size: 18px; }

body {
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #666; }
  body.bg {
    background: #f7f7f7; }

.section-header {
  --section-text-color: #555;
  text-align: center; }
  .section-header.large .title {
    letter-spacing: 0px; }
  @media (min-width: 1280px) {
    .section-header.large .title {
      font-size: 60px; } }
  .section-header.ui-left {
    text-align: left; }
  .section-header.light {
    --section-text-color: #fff; }
  .section-header.ui-txt-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .section-header.ui-txt-between {
        -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;
        text-align: center !important; } }
    .section-header.ui-txt-between .left {
      text-align: left; }
  .section-header .title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.8px;
    line-height: 1.3;
    color: var(--section-text-color);
    position: relative;
    display: inline-block; }
  .section-header .text {
    font-size: 16px;
    font-weight: 300;
    color: var(--section-text-color);
    max-width: 800px;
    margin: 0 auto; }

.icon {
  font-size: 18px;
  color: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1; }

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

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.3;
  height: 50px;
  color: #fff;
  background: #f36821;
  border: 3px solid transparent;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px; }
  .button:hover {
    border: 3px solid #f36821;
    background: none;
    color: #f36821; }
  .button.ui-style {
    border-radius: 11px;
    border: 1px solid #25D366 !important;
    color: #25D366 !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    width: 100%;
    background: transparent; }
    .button.ui-style:hover {
      background: #25D366 !important;
      color: #fff !important; }
  .button.ui-style-1 {
    border-radius: 11px;
    border: 1px solid #f36821 !important;
    color: #f36821 !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    width: 100%;
    background: transparent; }
    .button.ui-style-1:hover {
      background: #f36821 !important;
      color: #fff !important; }
  .button.border {
    background: none;
    border: 3px solid #f36821;
    color: #f36821; }
    .button.border:hover {
      background: #f36821;
      color: #fff; }
  .button.ui-light {
    background: none;
    border: 3px solid #fff;
    color: #fff; }
    .button.ui-light:hover {
      background: #fff;
      color: #1d9643; }
  .button.line {
    background: none;
    min-width: inherit;
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    border-bottom: 3px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    height: 40px; }
    .button.line:hover {
      border-bottom: 3px solid #fff;
      color: #fff; }

.app-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .app-overlay.is-visible {
    opacity: .7;
    visibility: visible; }

.app-scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 140px;
  right: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 45px;
  height: 45px;
  text-align: center;
  color: #f36821;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 10000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .app-scroll .icon {
    font-size: 20px; }
  .app-scroll.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.ui-wp {
  color: #fff;
  background: #25D366;
  bottom: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 100%;
  z-index: 10000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .ui-wp .icon {
    font-size: 20px; }
  .ui-wp.ui-tel {
    bottom: 20px;
    background: #fff;
    color: #f36821; }

.send {
  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; }
  .send .form-kvk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: space-between;
        align-self: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

label.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  label.checkbox.is-error .checkbox {
    border: 2px solid red !important; }
  label.checkbox.is-error .text {
    color: red !important; }
    label.checkbox.is-error .text a {
      color: red !important; }
  label.checkbox input {
    position: absolute;
    left: -9999px; }
  label.checkbox .checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: none;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 11px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative; }
    label.checkbox .checkbox:before {
      content: "✓";
      position: absolute;
      top: -5px;
      line-height: 0.7;
      font-size: 24px;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      color: #f36821;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
  label.checkbox .text {
    color: #666;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 10px; }
    label.checkbox .text span {
      color: rgba(102, 102, 102, 0.7);
      margin-left: 5px; }
    label.checkbox .text a {
      font-weight: 600;
      color: #f36821; }
  label.checkbox input:checked + .checkbox:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 480px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 992px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 1200px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 320px) and (max-width: 479px) {
  .container {
    max-width: 390px; } }

@media (min-width: 480px) {
  .container {
    width: 100%;
    max-width: 600px; } }

@media (min-width: 768px) {
  .container {
    width: 768px;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 992px;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1250px;
    max-width: 100%; } }

@media (min-width: 1824px) {
  .container {
    width: 1400px; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 480px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

@media (min-width: 480px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media (min-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media (min-width: 1200px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 10px;
    padding-left: 10px; } }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: #f36821;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
        touch-action: pan-Y;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    /* fix firefox animation glitch */ }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    /*&.current {
      opacity: .5;
    }*/ }
    .owl-carousel .owl-item img {
      display: block;
      position: inherit; }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: default;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Owl Carousel - Video Plugin
 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 40px; } }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 13px;
      height: 13px;
      margin-left: 5px;
      margin-right: 5px;
      background: #fff;
      display: block;
      -webkit-backface-visibility: visible;
              backface-visibility: visible;
      -webkit-transition: .1s;
      -o-transition: .1s;
      transition: .1s;
      opacity: .4;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      opacity: 1; }

/**
** Owl Default Nav
**/
.owl-nav__type .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -50px; }

.owl-nav__type .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .owl-nav__type .owl-theme .owl-nav [class*='owl-'] .icon {
    font-size: 32px;
    color: #fff; }

.owl-nav__type .owl-theme .owl-nav .owl-prev {
  left: 20px; }

.owl-nav__type .owl-theme .owl-nav .owl-next {
  right: 20px; }

.owl-nav__type.products-nav .owl-nav {
  margin-top: 0;
  top: 0; }

.owl-nav__type.products-nav .owl-theme .owl-nav [class*='owl-'] {
  height: 71px;
  width: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }
  .owl-nav__type.products-nav .owl-theme .owl-nav [class*='owl-'] .icon {
    color: #fff;
    font-size: 24px; }

.owl-nav__type.products-nav .owl-theme .owl-nav .owl-prev {
  left: -36px; }

.owl-nav__type.products-nav .owl-theme .owl-nav .owl-next {
  right: -36px; }

.owl-nav__type.pro-nav .owl-nav {
  margin-top: 150px;
  top: 0; }

.owl-nav__type.pro-nav .owl-theme .owl-nav [class*='owl-'] {
  height: 71px;
  width: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }
  .owl-nav__type.pro-nav .owl-theme .owl-nav [class*='owl-'] .icon {
    color: #fff;
    font-size: 24px;
    background-color: #bababa;
    width: 50px !important;
    height: 50px !important;
    border-radius: 999px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .owl-nav__type.pro-nav .owl-theme .owl-nav [class*='owl-'] .icon:hover {
      background-color: #444444; }

.owl-nav__type.pro-nav .owl-theme .owl-nav .owl-prev {
  left: -60px; }

.owl-nav__type.pro-nav .owl-theme .owl-nav .owl-next {
  right: -60px; }

.owl-nav__type.cards .owl-theme .owl-nav [class*='owl-'] .icon {
  color: #f36821; }

.owl-nav__type.cards .owl-theme .owl-nav .owl-prev {
  left: -36px; }

.owl-nav__type.cards .owl-theme .owl-nav .owl-next {
  right: -36px; }

.owl-nav__type.cards .owl-theme .owl-nav [class*='owl-'] .icon {
  color: #f36821;
  font-size: 20px; }

.owl-nav__type.cards .owl-cardss .owl-nav .owl-prev {
  left: -110px !important;
  top: 130px; }

.owl-nav__type.cards .owl-cardss .owl-nav .owl-next {
  left: -80px !important;
  top: 130px; }

.owl-nav__type.product-detail__photos .owl-nav {
  margin-top: 0; }

.owl-nav__type.product-detail__photos .owl-theme .owl-nav [class*='owl-'] .icon {
  color: #f36821; }

.owl-nav__type--2 .owl-nav {
  margin-top: 50px; }

.owl-nav__type--2 .owl-theme .owl-nav [class*='owl-'] {
  background: none;
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .owl-nav__type--2 .owl-theme .owl-nav [class*='owl-']:first-child {
    margin-left: 0; }
  .owl-nav__type--2 .owl-theme .owl-nav [class*='owl-'] .icon {
    font-size: 28px; }

/**
** Owl Default Dots
**/
.owl-dots__type {
  --dots-color: #444444; }
  .owl-dots__type .owl-theme .owl-dots {
    margin-top: 30px; }
    .owl-dots__type .owl-theme .owl-dots .owl-dot span {
      width: 7px;
      height: 7px;
      background: var(--dots-color); }
    .owl-dots__type .owl-theme .owl-dots .owl-dot.active span, .owl-dots__type .owl-theme .owl-dots .owl-dot:hover span {
      -webkit-transform: scale(1.7);
          -ms-transform: scale(1.7);
              transform: scale(1.7); }
  .owl-dots__type.brands-carousel .owl-dots {
    display: inline-block;
    position: relative;
    top: 19px;
    background: #fff;
    padding: 5px;
    border-radius: 20px; }
    .owl-dots__type.brands-carousel .owl-dots .owl-dot span {
      border-radius: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 15px;
      height: 15px;
      margin-left: 7px;
      margin-right: 7px;
      background: #a0aec4;
      -webkit-transform: scale(1) rotate(45deg) !important;
          -ms-transform: scale(1) rotate(45deg) !important;
              transform: scale(1) rotate(45deg) !important; }
    .owl-dots__type.brands-carousel .owl-dots .owl-dot.active span, .owl-dots__type.brands-carousel .owl-dots .owl-dot:hover span {
      background: #0c63c4; }

.header-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 991px) {
    .header-nav {
      display: none; } }
  .header-nav__item {
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .header-nav__item {
        padding-left: 12px;
        padding-right: 12px; } }
    .header-nav__item > a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #444444;
      font-size: 14px;
      font-weight: 600;
      height: 55px;
      position: relative;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      z-index: 12; }
      @media (min-width: 992px) and (max-width: 1279px) {
        .header-nav__item > a {
          font-size: 14px; } }
      .header-nav__item > a:before {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        height: 2px;
        background: #444444;
        width: 0;
        margin: 0 auto;
        -webkit-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s; }
    .header-nav__item:hover > a:before {
      width: 100%; }
    .header-nav__item:hover > ul {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .header-nav__item:hover > .header-nav__dropdown {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .header-nav__lists {
    position: absolute;
    background: #fff;
    padding: 15px 20px;
    min-width: 210px;
    top: var(--header-height);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
    .header-nav__lists > li {
      display: block; }
      .header-nav__lists > li > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 16px;
        padding: 7px 0;
        color: #666;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: relative; }
        .header-nav__lists > li > a:before {
          content: "";
          height: 1px;
          background: #f36821;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          -webkit-transition: width .3s;
          -o-transition: width .3s;
          transition: width .3s; }
        .header-nav__lists > li > a:hover {
          color: #f36821; }
        .header-nav__lists > li > a:hover:before {
          width: 100%; }
  .header-nav__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-height);
    background: #fff;
    min-height: var(--header-dropdown--height);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
    .header-nav__dropdown > .container-fluid, .header-nav__dropdown > .container-fluid > .row {
      height: var(--header-dropdown--height); }
    .header-nav__dropdown > .container, .header-nav__dropdown > .container > .row {
      height: var(--header-dropdown--height); }
  .header-nav_products {
    padding-top: 70px; }
    .header-nav_products .ui-btn {
      margin-top: 30px; }
  .header-nav__categories {
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 35px;
    padding-right: 0; }
    .header-nav__categories ul {
      width: 365px;
      max-width: 100%; }
      .header-nav__categories ul li {
        margin-bottom: 7px; }
        .header-nav__categories ul li:last-child {
          margin-bottom: 0; }
        .header-nav__categories ul li:hover a, .header-nav__categories ul li.is-current a {
          color: #fff; }
        .header-nav__categories ul li:hover a {
          background: #444444 !important; }
        .header-nav__categories ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #444444;
          padding-top: 10px;
          padding-bottom: 10px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          position: relative;
          padding-left: 15px;
          text-transform: uppercase;
          font-size: 18px;
          font-weight: 500;
          letter-spacing: 1px; }
          .header-nav__categories ul li a:before {
            content: "";
            width: 7px;
            height: 7px;
            border-top: 1px solid currentColor;
            border-right: 1px solid currentColor;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            margin-right: 15px; }
  .header-nav__groups--wrapper {
    padding-left: 50px; }
  .header-nav__groups--lists ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 8px;
    padding-top: 8px;
    color: #888;
    font-size: 16px;
    position: relative; }
    .header-nav__groups--lists ul li a .icon {
      font-size: 28px;
      margin-right: 10px; }
    .header-nav__groups--lists ul li a:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      background: #888;
      width: 0;
      height: 1px;
      -webkit-transition: width .3s;
      -o-transition: width .3s;
      transition: width .3s; }
    .header-nav__groups--lists ul li a:hover:before {
      width: 100%; }
  .header-nav__groups--heading {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.1; }
    .header-nav__groups--heading .title {
      font-size: 42px;
      font-weight: 600;
      letter-spacing: 1px;
      color: rgba(0, 0, 0, 0.1);
      text-transform: uppercase; }
  .header-nav__groups--photos {
    position: relative;
    pointer-events: none; }
  .header-nav__groups--photo {
    background: #fff;
    overflow: hidden;
    height: var(--header-dropdown--height);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .header-nav__groups--photo.is-visible {
      opacity: 1;
      visibility: visible; }
    .header-nav__groups--photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .header-nav__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .header-nav__summary .title {
      font-size: 32px;
      color: #444444;
      font-weight: 800;
      letter-spacing: -1px; }
    .header-nav__summary .text {
      font-size: 13px;
      font-weight: 300;
      line-height: 1.6;
      margin-top: 10px; }
  .header-nav__links {
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-nav__links ul {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .header-nav__links ul li {
        margin-bottom: 20px; }
        .header-nav__links ul li a {
          background: #f1f1f1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 120px;
          padding: 20px 75px 20px 20px;
          color: #444444;
          font-size: 20px;
          font-weight: 600;
          line-height: 1.3;
          letter-spacing: -1px;
          position: relative;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          border-radius: 15px; }
          .header-nav__links ul li a:hover {
            background: #fff;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.mobile-nav {
  --common-height: 55px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding-bottom: var(--common-height);
  position: fixed;
  top: 0;
  width: 400px;
  z-index: 10010;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s cubic-bezier(0, 1, 0.5, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0, 1, 0.5, 1) 0s;
  transition: all 0.7s cubic-bezier(0, 1, 0.5, 1) 0s; }
  .mobile-nav.is-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  @media (min-width: 320px) and (max-width: 479px) {
    .mobile-nav {
      width: 320px; } }
  .mobile-nav__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: var(--common-height);
    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;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px; }
    .mobile-nav__header .title {
      color: rgba(0, 0, 0, 0.4);
      font-size: 13px;
      font-weight: 500; }
    .mobile-nav__header .close {
      color: rgba(0, 0, 0, 0.7);
      font-size: 13px;
      font-weight: 500; }
  .mobile-nav__wrapper {
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    min-height: calc(100% - var(--common-height)*2);
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    .mobile-nav__wrapper > ul > li {
      display: block; }
      .mobile-nav__wrapper > ul > li > a {
        color: #444444;
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 15px 20px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
        .mobile-nav__wrapper > ul > li > a:hover {
          background: #fff;
          color: #f36821; }
      .mobile-nav__wrapper > ul > li.is-open > a {
        background: #fff;
        color: #f36821;
        border-bottom: 0 none; }
  .mobile-nav__plus {
    position: absolute;
    right: 20px;
    font-size: 16px;
    margin-right: 0;
    color: #999;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mobile-nav__sub {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 15px;
    display: none; }
    .mobile-nav__sub > li {
      display: block; }
      .mobile-nav__sub > li > a {
        color: #666;
        display: block;
        font-size: 13px;
        padding: 8px 20px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .mobile-nav__sub > li > a:hover {
          color: #f36821; }
  .mobile-nav__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    height: var(--common-height);
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff; }
  .mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .mobile-nav__social a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #666 none repeat scroll 0 0;
      border-radius: 100%;
      color: #fff;
      font-size: 18px;
      height: 40px;
      margin-left: 5px;
      margin-right: 5px;
      width: 40px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .mobile-nav__social a:hover {
        background: #f36821; }

.slide, .slide-photo, .header-sub {
  height: var(--slide-height); }

.slide {
  position: relative;
  overflow: hidden; }
  .slide::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background-image: -o-linear-gradient(transparent, black);
    background-image: linear-gradient(transparent, black);
    z-index: 1;
    opacity: .6; }
  .slide-list {
    position: relative;
    top: 0;
    left: 0; }
    .slide-list li {
      display: none; }
      .slide-list li.is-active .slide-photo img {
        -webkit-transform: scale(1.15, 1.15);
            -ms-transform: scale(1.15, 1.15);
                transform: scale(1.15, 1.15); }
      .slide-list li.is-active .heading, .slide-list li.is-active .text, .slide-list li.is-active .buttons-container {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        visibility: visible; }
  .slide-video {
    height: 100%; }
  .slide-material {
    overflow: hidden;
    position: relative;
    background-color: black; }
    .slide-material img {
      -webkit-transition: -webkit-transform 10s ease-in 0s;
      transition: -webkit-transform 10s ease-in 0s;
      -o-transition: transform 10s ease-in 0s;
      transition: transform 10s ease-in 0s;
      transition: transform 10s ease-in 0s, -webkit-transform 10s ease-in 0s; }
    .slide-material img, .slide-material video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .slide-material video {
      opacity: 1; }
  .slide-photo {
    overflow: hidden;
    position: relative; }
    .slide-photo img {
      width: 100%;
      height: 100%;
      position: relative;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all 10s ease-in 0s;
      -o-transition: all 10s ease-in 0s;
      transition: all 10s ease-in 0s; }
  .slide-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .slide-wrapper .container {
      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;
      text-align: center; }
      @media (max-width: 991px) {
        .slide-wrapper .container {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .slide-content {
    width: 60%; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .slide-content {
        margin-left: 100px; } }
    .slide-content .heading, .slide-content .text {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      opacity: 0;
      visibility: hidden;
      color: #fff; }
      @media (max-width: 991px) {
        .slide-content .heading, .slide-content .text {
          text-align: center; } }
    .slide-content .heading {
      font-size: 48px;
      color: #fff;
      font-weight: 800;
      line-height: 1.2;
      -webkit-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
              transform: translateY(-50px);
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      @media (min-width: 320px) and (max-width: 479px) {
        .slide-content .heading {
          font-size: 22px !important; } }
      @media (max-width: 767px) {
        .slide-content .heading {
          font-size: 32px; } }
    .slide-content .text {
      font-size: 14px;
      max-width: 450px;
      margin: 0 auto;
      line-height: 1.7;
      overflow: hidden;
      max-height: 71px;
      text-transform: capitalize;
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
  .slide-pagination {
    bottom: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 1230px;
    z-index: 13;
    text-align: center;
    display: none; }
    .slide-pagination li {
      display: inline-block; }
      .slide-pagination li a {
        background: #f36821;
        border-radius: 20px;
        cursor: pointer;
        display: inline-block;
        font-size: 0;
        margin: 0 4px;
        height: 15px;
        width: 15px;
        cursor: pointer;
        opacity: .3; }
      .slide-pagination li.is-active a {
        opacity: 1; }
  .slide-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    z-index: 1; }
    @media (max-width: 767px) {
      .slide-buttons {
        margin-top: -35px;
        z-index: 1002; } }
    .slide-buttons a {
      color: #f36821;
      cursor: pointer;
      position: absolute;
      background: rgba(255, 255, 255, 0.9);
      width: 60px;
      height: 60px;
      border-radius: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 3px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      @media (max-width: 767px) {
        .slide-buttons a {
          width: 40px;
          height: 40px; } }
      .slide-buttons a:hover {
        background: #fff; }
      .slide-buttons a.prev {
        left: 20px;
        padding-right: 3px; }
      .slide-buttons a.next {
        right: 20px;
        padding-left: 3px; }
      .slide-buttons a .icon {
        font-size: 24px; }
        @media (max-width: 767px) {
          .slide-buttons a .icon {
            font-size: 18px; } }

.popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .popup.is-visible {
    opacity: 1;
    visibility: visible; }

.popup-wrapper {
  height: 100%;
  max-height: 100%;
  width: 100%;
  padding: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px); }
  .popup-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .popup-wrapper .cover {
    overflow: hidden;
    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%;
    height: 100%; }
    .popup-wrapper .cover img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      padding: 3px;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      background: #fff; }

.popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fff;
  width: 24px;
  height: 24px;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .popup-close:before, .popup-close:after {
    content: "";
    position: absolute;
    background: #f36821;
    height: 2px;
    width: 100%; }
  .popup-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .popup-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.custom-form {
  position: relative; }
  .custom-form ul li {
    margin-bottom: 20px; }
    .custom-form ul li.is-error input, .custom-form ul li.is-error textarea, .custom-form ul li.is-error label {
      border: 2px solid #b3080f; }
    .custom-form ul li input, .custom-form ul li textarea {
      width: 100%;
      height: 60px;
      padding-right: 20px;
      padding-left: 20px;
      font-family: inherit;
      color: #666;
      background: #fff;
      border: 2px solid rgba(0, 0, 0, 0.1);
      font-size: 18px;
      letter-spacing: 1px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .custom-form ul li input:focus, .custom-form ul li textarea:focus {
        border: 2px solid #666; }
    .custom-form ul li input {
      padding-left: 80px; }
    .custom-form ul li textarea {
      padding-top: 20px;
      height: 150px; }
    .custom-form ul li .icon {
      margin-right: 0;
      width: 65px;
      height: 60px;
      position: absolute;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #666;
      font-size: 18px;
      left: 10px; }
      .custom-form ul li .icon:before {
        position: absolute;
        right: 0;
        content: "";
        background: rgba(0, 0, 0, 0.15);
        width: 1px;
        height: 20px; }
  .custom-form .send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    margin-left: -10px; }
    .custom-form .send input {
      background: #444444;
      height: 40px;
      border: 0 none;
      padding-left: 20px;
      padding-right: 20px;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      font-family: inherit;
      cursor: pointer;
      border: 2px solid transparent;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      letter-spacing: 1px;
      border-radius: 3px;
      position: relative; }
      .custom-form .send input:hover {
        background: #f36821; }

.form-error {
  position: absolute;
  color: #b3080f;
  font-size: 12px;
  font-weight: 600;
  right: 20px;
  top: 5px; }

.form-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .form-loading .icon {
    color: #f36821;
    font-size: 48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s; }
  .form-loading.is-visible {
    opacity: 1;
    visibility: visible; }
    .form-loading.is-visible .icon {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .form-loading.type--1 .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.form-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-messages.success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6; }
  .form-messages.error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1; }

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.form > form > ul > li {
  margin-bottom: 15px;
  position: relative; }

.form-field.ui-selectbox .form-error {
  right: 50px; }

.form-field.ui-textarea .form-error {
  top: 15px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.form-field .heading {
  color: #f36821;
  font-size: 13px;
  font-weight: 600; }

.form-field .icon:not(.arrow) {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f36821; }

.form-field.is-error input, .form-field.is-error textarea, .form-field.is-error label, .form-field.is-error select {
  border: 2px solid red !important; }

.form-field.is-error .icon, .form-field.is-error label {
  color: red !important; }

.form-field input, .form-field textarea {
  color: #999; }

.form-field textarea {
  padding-top: 20px;
  height: 140px; }

.form-group {
  position: relative; }

.form-footer {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

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

.form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .form-send > input {
    background: #f36821;
    height: 60px;
    font-family: inherit;
    min-width: 250px;
    border: 0 none;
    text-align: center;
    border-radius: 11px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    will-change: transform; }
    .form-send > input:hover {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
    @media (max-width: 479px) {
      .form-send > input {
        min-width: 230px;
        height: 70px;
        font-size: 16px; } }

.form-error {
  position: absolute;
  top: 50%;
  right: 25px;
  color: red;
  font-size: 12px;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.form-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  padding: 25px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3; }
  .form-messages.ui-success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6; }
  .form-messages.ui-error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1; }

.search {
  --search-gutter: 40px;
  background: white;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .search.is-visible {
    opacity: 1;
    visibility: visible; }
  .search-header {
    background: #fff;
    height: var(--header-height);
    width: 100%;
    position: relative;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }
    @media (max-width: 767px) {
      .search-header {
        height: 80px; } }
    .search-header.is-visible {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .search-header .container, .search-header form {
      position: relative;
      height: 100%; }
    .search-header input {
      background: #fff;
      border: 0 none;
      color: rgba(68, 68, 68, 0.8);
      font-size: 36px;
      font-weight: 300;
      letter-spacing: 1px;
      font-family: inherit;
      height: 100%;
      width: 100%; }
      @media (min-width: 320px) and (max-width: 479px) {
        .search-header input {
          font-size: 28px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .search-header input {
          font-size: 32px; } }
  .search-close {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    height: 32px;
    cursor: pointer; }
    .search-close:before, .search-close:after {
      content: "";
      position: absolute;
      background: #f36821;
      height: 3px;
      width: 100%; }
    .search-close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .search-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .search-heading {
    color: #b3b5b6;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .search-row {
    margin-left: calc( -1 * var(--search-gutter));
    margin-right: calc( -1 * var(--search-gutter)); }
  .search-col {
    padding-left: var(--search-gutter);
    padding-right: var(--search-gutter); }
  .search-lists {
    margin-top: 40px; }
    .search-lists .container {
      display: block !important; }
    .search-lists .container-fluid {
      display: block !important;
      padding-left: var(--search-gutter);
      padding-right: var(--search-gutter); }
    .search-lists ul li {
      margin-bottom: 20px; }
      .search-lists ul li:last-child {
        margin-bottom: 0; }
      .search-lists ul li a {
        display: block;
        position: relative;
        font-family: Arial, Helvetica, sans-serif; }
    .search-lists .title {
      color: #444444;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.4; }
    .search-lists .text {
      color: #666;
      font-size: 12px;
      font-style: italic;
      margin-top: 5px;
      overflow: hidden;
      max-height: 57px; }

.modal {
  background-color: rgba(68, 68, 68, 0.8);
  position: fixed;
  inset: 0;
  z-index: 2222;
  padding-block: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .modal .section-header {
    margin-bottom: 30px; }
    .modal .section-header .title {
      font-size: 32px; }
      @media (max-width: 479px) {
        .modal .section-header .title {
          font-size: 22px; } }
      .modal .section-header .title span {
        color: #f36821; }
    .modal .section-header .text {
      font-size: 14px; }
      @media (max-width: 479px) {
        .modal .section-header .text {
          font-size: 14px; } }
  .modal.is-current {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .modal-online {
    overflow-y: auto;
    height: 100%;
    border-radius: 20px; }
  .modal .container {
    padding: 40px 200px;
    background-color: #fff;
    border-radius: 20px;
    position: relative; }
    @media (max-width: 767px) {
      .modal .container {
        padding: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .modal .container {
        padding: 70px; } }
    .modal .container .close {
      position: absolute;
      right: 50px;
      top: 50px;
      font-size: 32px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .modal .container .close {
          top: 0;
          right: 10px; } }
  @media (max-width: 767px) {
    .modal .ui-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .modal .car .detail .top {
    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;
    padding-right: 50px; }
    @media (max-width: 479px) {
      .modal .car .detail .top {
        padding-right: 0; } }
  .modal .car .detail .cover {
    width: 280px; }
    .modal .car .detail .cover img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .modal .car .detail .title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #f36821;
    border: 1px solid rgba(68, 68, 68, 0.1);
    padding: 10px 15px;
    line-height: 1.3;
    text-align: center; }
    @media (max-width: 479px) {
      .modal .car .detail .title {
        font-size: 18px; } }
  .modal .car .detail .price {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    background-color: #1d9643;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 20px;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .modal .car .detail .price {
        margin-bottom: 20px; } }
    .modal .car .detail .price .old {
      font-size: 18px;
      margin-left: 10px;
      color: #444444;
      position: relative; }
      .modal .car .detail .price .old::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) rotate(10deg);
            -ms-transform: translateX(-50%) rotate(10deg);
                transform: translateX(-50%) rotate(10deg);
        height: 2px;
        width: 45px;
        background-color: #444444; }
  .modal .car-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 1px solid rgba(68, 68, 68, 0.1);
    margin-left: 20px; }
    @media (max-width: 991px) {
      .modal .car-body {
        margin-left: 0;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        border-left: none; } }
    .modal .car-body__heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 30px;
      padding-left: 20px; }
      @media (max-width: 479px) {
        .modal .car-body__heading {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-left: 0;
          text-align: center; } }
      .modal .car-body__heading .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 991px) {
          .modal .car-body__heading .left {
            margin-bottom: 20px; } }
        .modal .car-body__heading .left .title {
          font-size: 18px;
          font-weight: 800;
          letter-spacing: -0.7px;
          color: #444444;
          text-transform: uppercase; }
        .modal .car-body__heading .left .text {
          font-size: 14px;
          color: #666; }
    .modal .car-body__list ul {
      margin-left: 0;
      margin-right: 0;
      border-left: 1px solid rgba(68, 68, 68, 0.1); }
      .modal .car-body__list ul li {
        border: 1px solid rgba(68, 68, 68, 0.1);
        padding-inline: 20px;
        padding-block: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-left: none; }
        .modal .car-body__list ul li:nth-child(-n + 3) {
          border-bottom: none; }
        .modal .car-body__list ul li .icon {
          font-size: 16px;
          color: #f36821;
          margin-right: 10px; }
        .modal .car-body__list ul li .text {
          font-size: 14px;
          font-weight: 500;
          color: #666;
          letter-spacing: -0.4px;
          line-height: 1.3; }
  .modal .car .form-kvkk {
    padding-inline: 10px;
    margin-bottom: 15px; }
    .modal .car .form-kvkk .send {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.cards .owl-stage-outer {
  padding-block: 30px; }

.cards.type--1 .card {
  margin-bottom: 40px; }

.cards.type--1 .cards-photo {
  height: 250px; }
  @media (min-width: 320px) and (max-width: 479px) {
    .cards.type--1 .cards-photo {
      height: auto; } }

.cards.type--1 .row .col-md-4 {
  padding-left: 15px;
  padding-right: 15px; }

.cards.no--height .card .text {
  text-align: center;
  max-height: inherit; }

.cards .card {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(68, 68, 68, 0.1);
          box-shadow: 0 0 15px rgba(68, 68, 68, 0.1); }
  .cards .card a {
    display: block;
    position: relative; }
    .cards .card a:hover .cards-photo img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .cards .card .text {
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
    overflow: hidden;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
  .cards .card.ui-small {
    margin-top: 50px; }
    .cards .card.ui-small .cards-photo {
      height: 200px; }
    .cards .card.ui-small .cards-body {
      height: 100%;
      padding: 20px;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cards .card.ui-small .cards-body .title {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -1px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }

.cards-carousel {
  margin-top: 30px; }

.cards-photo {
  height: 300px;
  overflow: hidden;
  width: 100%; }
  .cards-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    -o-transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }

.cards-body {
  background-color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 165px; }
  .cards-body .title {
    color: #f36821; }
  .cards-body .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 1.2;
    overflow: hidden;
    max-height: 67px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .cards-body .title {
        font-size: 24px; } }
  .cards-body .text {
    color: #666; }

.gallery-card {
  margin-bottom: 20px; }
  .gallery-card a {
    display: block;
    position: relative;
    position: relative; }
    .gallery-card a:hover .gallery-photo img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .gallery-card a:hover .gallery-cover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .gallery-card a:hover .gallery-overlay {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.gallery-photo {
  overflow: hidden;
  height: 210px;
  position: relative;
  z-index: 2; }
  @media (min-width: 480px) and (max-width: 767px) {
    .gallery-photo {
      height: 180px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .gallery-photo {
      height: 180px; } }
  .gallery-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    -o-transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }

.gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .gallery-overlay .icon {
    font-size: 42px;
    color: #fff; }

.gallery-body {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .gallery-body .title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    padding-right: 50px; }
    @media (max-width: 991px) {
      .gallery-body .title {
        font-size: 20px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .gallery-body .title {
        font-size: 24px; } }
  .gallery-body .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(255, 60, 0, 0.9);
    color: #fff; }

.gallery-cover {
  overflow: hidden;
  height: 270px; }
  @media (max-width: 991px) {
    .gallery-cover {
      height: 170px; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .gallery-cover {
      height: auto; } }
  .gallery-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    -o-transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }

.products .ui-top {
  padding-top: 50px; }
  .products .ui-top .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.products.type--1 .products-card a {
  height: 190px; }

.products.type--1 .products-photo {
  height: 110px; }

@media (min-width: 320px) and (max-width: 479px) {
  .products.type--2 .products-card {
    width: 100%; } }

.products.type--2 .products-card a {
  padding: 20px 0;
  height: 325px; }

.products.type--2 .products-photo {
  height: 195px; }

.products-card {
  margin-bottom: 20px; }
  @media (min-width: 320px) and (max-width: 479px) {
    .products-card {
      width: 50%; } }
  .products-card a {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    height: 210px;
    padding: 10px 0;
    border-radius: 11px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    overflow: hidden; }
    .products-card a:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .products-card a:hover .products-overlay {
      opacity: 0;
      visibility: visible; }
    .products-card a:hover .products-overlay .icon {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .products-card a:hover .examined {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    @media (min-width: 1824px) {
      .products-card a {
        height: 240px; } }

.products .name {
  color: #555;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px; }

.products-photo {
  height: 135px;
  overflow: hidden; }
  .products-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.products .examined {
  font-size: 12px;
  color: #555;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.products-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .products-overlay .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f36821;
    border-radius: 100%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.shortcut-buttons--carousel {
  margin: 0 auto;
  max-width: 945px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 70px;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 320px) and (max-width: 479px) {
    .shortcut-buttons--carousel {
      display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .shortcut-buttons--carousel {
      top: 60%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .shortcut-buttons--carousel {
      right: 10px;
      bottom: 23px;
      left: 10px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shortcut-buttons--carousel {
      right: 10px;
      bottom: 55px;
      left: 10px;
      max-width: 700px; } }

.shortcut-buttons.type--1 .shortcut-card a {
  width: 150px;
  margin: 0 auto; }
  @media (min-width: 480px) and (max-width: 767px) {
    .shortcut-buttons.type--1 .shortcut-card a {
      width: 135px; } }
  .shortcut-buttons.type--1 .shortcut-card a:hover {
    background: #fff;
    color: #f36821; }

.shortcut-buttons.type--2 {
  margin-top: 10px; }
  .shortcut-buttons.type--2 .row {
    margin-left: -5px;
    margin-right: -5px; }
  .shortcut-buttons.type--2 .shortcut-card {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .shortcut-buttons.type--2 .shortcut-card {
        width: 50%; } }
  .shortcut-buttons.type--2 .shortcut-card a {
    color: #f36821;
    border: 1px solid rgba(243, 104, 33, 0.15);
    height: 135px; }
    .shortcut-buttons.type--2 .shortcut-card a:hover {
      background: rgba(243, 104, 33, 0.1); }
    .shortcut-buttons.type--2 .shortcut-card a .icon {
      font-size: 20px; }

.shortcut-card a {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
  height: 150px;
  color: #fff; }

.shortcut-card .icon {
  font-size: 24px;
  margin-bottom: 15px; }

.shortcut-card .text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.3px; }

.brands.type--2 {
  margin-bottom: 40px; }
  .brands.type--2:nth-last-of-type(1) {
    margin-bottom: 0; }
  .brands.type--2 .brands-card {
    margin-bottom: 20px; }
    @media (min-width: 1280px) {
      .brands.type--2 .brands-card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%; } }
  .brands.type--2 .brands-photo {
    padding: 0;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    height: 170px; }

.brands-carousel {
  margin-top: 40px;
  text-align: center; }

.brands-photo {
  height: 150px;
  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;
  width: 100%;
  margin: 0 auto;
  padding: 30px; }
  .brands-photo img {
    width: 100%;
    max-width: 200px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.brands-text {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px; }

.figure-card {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(243, 104, 33, 0.4);
  border-radius: 11px;
  overflow: hidden;
  padding-inline: 7px; }
  .figure-card .icon {
    color: #ec4c11;
    font-size: 24px;
    margin-right: 8px;
}

.figure-sub .title, .figure-sub .text {
  display: block; }

.figure-sub .title {
  font-size: 12px;
  font-weight: 300; }

.figure-sub .text {
  font-size: 13px;
  font-weight: 500; }

.documents {
  margin-top: 8px; }
  .documents-card {
    -webkit-box-shadow: 0 0 20px rgba(68, 68, 68, 0.1);
            box-shadow: 0 0 20px rgba(68, 68, 68, 0.1);
    background: #fff;
    padding: 7px;
    border-radius: 11px;
    overflow: hidden;
    margin-bottom: 20px; }
    .documents-card:hover .documents-photo img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
  .documents-photo {
    width: 100%;
    height: 295px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(68, 68, 68, 0.2);
            box-shadow: 0 0 10px rgba(68, 68, 68, 0.2); }
    .documents-photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }

.pro {
  padding-top: 50px; }
  @media (min-width: 320px) and (max-width: 479px) {
    .pro {
      padding-top: 0; } }
  .pro .owl-stage-outer {
    padding-block: 20px; }
  .pro-card {
    position: relative;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 50px; }
    .pro-card:hover .pro-photo img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .pro-card:hover .desc .ui-btn::before {
      width: 100%; }
    .pro-card:hover .arrow {
      background-color: #444444; }
    .pro-card .title {
      font-size: 16px;
      font-weight: 600;
      color: #666;
      letter-spacing: -0.5px;
      text-align: center;
      margin-bottom: 10px; }
    .pro-card .desc {
      height: 130px; }
      @media (max-width: 767px) {
        .pro-card .desc {
          height: 160px; } }
      .pro-card .desc .text {
        font-size: 12px;
        color: #666;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        padding-top: 15px; }
      .pro-card .desc .ui-btn {
        font-size: 12px;
        color: #444444;
        font-weight: 600;
        position: absolute;
        right: 25px;
        bottom: 20px; }
        .pro-card .desc .ui-btn:hover::before {
          width: 100%; }
        .pro-card .desc .ui-btn::before {
          content: "";
          position: absolute;
          left: 0;
          right: inherit;
          bottom: 0;
          height: 1px;
          background-color: #444444;
          width: 0;
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s; }
    .pro-card .arrow {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 40px;
      height: 40px;
      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;
      bottom: -20px;
      background-color: #bababa;
      border-radius: 999px;
      color: #fff;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      .pro-card .arrow:hover {
        background-color: #444444; }
  .pro-photo {
    width: 100%;
    height: 220px;
    border-radius: 15px;
    overflow: hidden; }
    .pro-photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }

.header-bg .header:after {
  height: var(--header-height) !important; }
  @media (max-width: 767px) {
    .header-bg .header:after {
      height: 80px !important; } }

.header-bg .header:before {
  display: none; }

.header {
  z-index: 1001;
  background-color: #00aff0;
}
  @media (max-width: 767px) {
    .header {
      height: 80px; } }
  @media (max-width: 479px) {
    .header {
      height: 150px; } }
  .header .container {
    height: 100%; }
    @media (max-width: 991px) {
      .header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-bar {
    display: none; }
    @media (max-width: 991px) {
      .header-bar {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    .header-bar.type--1 .icon {
      color: #555; }
    .header-bar .icon {
      color: #f36821;
      font-size: 28px; }
  @media (max-width: 991px) {
    .header-logo {
      margin-left: 25px; } }
  .header-logo.small img {
    width: 200px; }
  .header-logo a {
    display: block; }
  .header-logo img {
    width: 220px; }
    @media (max-width: 767px) {
      .header-logo img {
        width: 100px; } }
  .header-row {
    width: 100%; }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: inherit; }
    .header-right__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 992px) and (max-width: 1279px) {
        .header-right__col {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
    .header-right__top {
      height: 65px;
      margin-bottom: var(--header-nav-gutter); }
      @media (max-width: 767px) {
        .header-right__top {
          margin-bottom: 0;
          height: 45px; } }
  .header-catalog {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 479px) {
      .header-catalog {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center; } }
    .header-catalog a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #f36821;
      padding-left: 10px;
      padding-right: 10px;
      border-radius: 5px;
      height: 30px;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      .header-catalog a:hover {
        background: #1d9643; }
    .header-catalog .title {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: -0.5px;
      color: #fff; }
  .header-contact {
    margin-right: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991px) {
      .header-contact {
        display: none; } }
    .header-contact a {
      color: #f36821;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 14px;
      margin-left: 20px; }
      .header-contact a:first-child {
        margin-left: 0; }
      .header-contact a:hover {
        text-decoration: underline; }
  .header-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .header-language {
        height: 100%; } }
    .header-language a {
      color: #f36821;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 14px;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 35px;
      width: 30px;
      border-radius: 3px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .header-language a:not(:last-child) {
        margin-right: 2px; }
      @media (max-width: 767px) {
        .header-language a {
          height: 45px;
          padding-left: 3px;
          padding-right: 3px; } }
      .header-language a.is-active, .header-language a:hover {
        background: #fd6533;
        color: #fff; }
  .header-search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 24px;
    width: 50px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 24px;
    color: #f36821; }
    @media (max-width: 991px) {
      .header-search {
        display: none; } }
    .header-search.type--1 {
      color: #555;
      width: auto; }

.header-sticky {
  --header-sticky--height: 80px;
  --header-height: var(--header-sticky--height);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background: #fff;
  height: var(--header-sticky--height);
  -webkit-transform: translateY(calc(-1 * var(--header-sticky--height)));
      -ms-transform: translateY(calc(-1 * var(--header-sticky--height)));
          transform: translateY(calc(-1 * var(--header-sticky--height)));
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  @media (min-width: 320px) and (max-width: 479px) {
    .header-sticky {
      --header-sticky--height: 65px; } }
  .header-sticky.is-visible {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .header-sticky .container {
    height: 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; }
  .header-sticky .header-nav__item > a {
    color: #555;
    height: var(--header-sticky--height);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-sticky .header-nav__item > a:before {
      background: #555; }
  .header-sticky .header-nav__dropdown {
    min-height: var(--header-dropdown--height); }

.footer {
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .footer {
      margin-bottom: 50px; } }
  .footer-top {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .footer-top {
        padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .footer-logo {
      text-align: center; } }
  .footer-logo a {
    display: block; }
  .footer-logo img {
    width: 200px; }
  .footer-text {
    font-size: 13px;
    color: #f36821; }
  .footer-contact {
    text-align: center;
    margin-top: 30px; }
    .footer-contact .sm-title, .footer-contact .title {
      line-height: 1; }
    .footer-contact .sm-title {
      color: #f36821;
      font-size: 32px; }
    .footer-contact .title {
      color: #1d9643;
      font-size: 28px;
      font-weight: 600;
      letter-spacing: -1px; }
    .footer-contact__icon {
      margin-top: 30px;
      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; }
      .footer-contact__icon img {
        width: 50px; }
      .footer-contact__icon .icon {
        width: 45px;
        height: 45px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 999px;
        border: 1px solid #f36821;
        color: #f36821;
        margin-left: 15px;
        font-size: 20px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .footer-contact__icon .icon:hover {
          background: #f36821;
          color: #fff; }
    .footer-contact__list {
      margin-top: 20px; }
      @media (max-width: 767px) {
        .footer-contact__list {
          margin-bottom: 25px; } }
      .footer-contact__list.style--1 a {
        padding-top: 6px;
        padding-bottom: 6px; }
        .footer-contact__list.style--1 a:hover .icon {
          background: #1d9643;
          color: #f36821; }
      .footer-contact__list.style--1 .icon {
        width: 45px;
        height: 45px;
        border: 2px solid #1d9643;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .footer-contact__list a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 7px;
        padding-bottom: 7px; }
      .footer-contact__list .icon {
        font-size: 16px;
        color: #f36821;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 30px;
        margin-right: 15px; }
      .footer-contact__list .text {
        color: #666;
        font-size: 11px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-transform: uppercase;
        padding-right: 20px; }
  .footer-catalog {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer-catalog a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #f36821;
      padding-left: 10px;
      padding-right: 10px;
      border-radius: 5px;
      height: 40px;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      .footer-catalog a:hover {
        background: #1d9643; }
    .footer-catalog .title {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: -0.5px;
      color: #fff; }
  .footer-heading {
    color: #f36821;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px; }
    .footer-heading:after {
      content: "";
      display: block;
      width: 50px;
      height: 1px;
      background: #f36821;
      margin-top: 10px;
      margin-bottom: 20px; }
  @media (max-width: 479px) {
    .footer-links {
      width: 50%; } }
  @media (max-width: 767px) {
    .footer-links {
      margin-bottom: 25px; } }
  .footer-links ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 11px;
    color: #666;
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative; }
    .footer-links ul li a:hover {
      color: #f36821; }
    .footer-links ul li a:before {
      content: "";
      width: 6px;
      height: 6px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-right: 15px; }
  .footer-bottom {
    height: 80px;
    background: #f36821;
    position: relative;
    z-index: 1; }
    .footer-bottom .container {
      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;
      height: 100%; }
      @media (max-width: 479px) {
        .footer-bottom .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .footer-bottom .text {
      font-size: 11px;
      color: white;
      text-transform: uppercase; }
      .footer-bottom .text strong {
        color: #fff;
        font-weight: 900; }

.section.bg--1 {
  background: #f3f3f3; }

.section.bg {
  padding-top: 40px;
  padding-bottom: 50px;
  min-height: 500px; }

.section.parallax {
  z-index: 1;
  position: relative; }

.section.ui-referances {
  padding-top: 50px; }

.parallax.type--1 {
  height: 500px; }
  @media (max-width: 479px) {
    .parallax.type--1 {
      height: 300px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .parallax.type--1 {
      height: 500px; } }

.parallax-overlay {
  padding-top: 70px;
  padding-bottom: 60px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(3, 93, 142, 0.5); }

.products {
  --products-nav--height: 100px; }
  .products-container {
    padding-top: 60px; }
    .products-container .cards {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      padding-bottom: 20px; }
  .products-nav {
    margin-top: calc(-1 * var(--products-nav--height)); }
    @media (max-width: 991px) {
      .products-nav .container {
        width: 84%; } }
    .products-nav__item {
      height: var(--products-nav--height);
      background: transparent !important;
      position: relative;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border-radius: 15px 15px 0 0;
      overflow: hidden;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff; }
      .products-nav__item a {
        color: #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;
        position: relative;
        width: 100%;
        height: 100%;
        padding-left: 20px;
        padding-right: 20px; }
        @media (min-width: 992px) and (max-width: 1279px) {
          .products-nav__item a {
            padding-left: 20px;
            padding-right: 20px; } }
        .products-nav__item a .icon {
          width: 50px; }
          .products-nav__item a .icon img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain;
            -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1); }
        .products-nav__item a .desc {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding-left: 20px; }
          .products-nav__item a .desc .title {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: -0.3px;
            line-height: 1.3;
            text-transform: uppercase; }
            @media (min-width: 992px) and (max-width: 1279px) {
              .products-nav__item a .desc .title {
                font-size: 12px; } }
          .products-nav__item a .desc .text {
            font-size: 10px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
            @media (min-width: 992px) and (max-width: 1279px) {
              .products-nav__item a .desc .text {
                display: none; } }
    .products-nav .tab--nav.is-current .products-nav__item {
      border-top: 1px solid transparent;
      border-right: 1px solid transparent;
      border-left: 1px solid transparent; }
      .products-nav .tab--nav.is-current .products-nav__item a {
        color: #fff; }
  .products-showcase {
    margin-top: 30px; }
  @media (max-width: 991px) {
    .products-content .no-gutters > .col, .products-content .no-gutters > [class*="col-"] {
      padding-left: 6px;
      padding-right: 6px; } }
  .products-summary {
    height: 126px;
    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; }
    .products-summary__wrapper {
      text-align: right;
      padding-right: 40px; }
      @media (max-width: 991px) {
        .products-summary__wrapper {
          padding-right: 10px; } }
      @media (max-width: 991px) {
        .products-summary__wrapper {
          margin: 0 auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .products-summary__wrapper {
          width: 768px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .products-summary__wrapper {
          max-width: 390px;
          text-align: center !important; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .products-summary__wrapper {
          max-width: 600px; } }
      @media (min-width: 992px) and (max-width: 1279px) {
        .products-summary__wrapper {
          width: 485px; } }
      .products-summary__wrapper .sm-title, .products-summary__wrapper .title {
        color: #fff;
        letter-spacing: 1px; }
      .products-summary__wrapper .sm-title {
        font-weight: 200;
        font-size: 16px; }
      .products-summary__wrapper .title {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -.7px; }
  .products-groups {
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .products-groups {
        margin-top: 4px;
        margin-bottom: 4px; } }
    .products-groups__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 20px;
      padding-right: 20px;
      height: 126px; }
      .products-groups__wrapper .title {
        font-size: 16px;
        letter-spacing: -0.5px;
        font-weight: 800;
        margin-bottom: 5px;
        text-transform: uppercase;
        line-height: 1.2; }
      .products-groups__wrapper .text {
        font-size: 12px;
        font-weight: 200;
        color: #444444;
        line-height: 1.3; }
      @media (min-width: 320px) and (max-width: 479px) {
        .products-groups__wrapper {
          max-width: 390px;
          text-align: center;
          height: 160px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .products-groups__wrapper {
          max-width: 600px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .products-groups__wrapper {
          width: 757px; } }
    .products-groups ul {
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 1280px) {
        .products-groups ul {
          margin-left: 2px;
          margin-right: -2px; } }
      .products-groups ul li {
        padding-left: 2px;
        padding-right: 2px; }
        @media (min-width: 320px) and (max-width: 479px) {
          .products-groups ul li {
            margin-top: 4px;
            -webkit-box-flex: 0 !important;
                -ms-flex: 0 0 50% !important;
                    flex: 0 0 50% !important;
            max-width: 50% !important; } }
        .products-groups ul li.all {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 85px;
                  flex: 0 0 85px;
          max-width: 85px; }
          .products-groups ul li.all a {
            background: #ffdd00;
            height: 126px;
            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;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            .products-groups ul li.all a:hover {
              background: #f0d000; }
            .products-groups ul li.all a .icon {
              color: #fff;
              font-size: 30px;
              display: none; }
            .products-groups ul li.all a .text {
              color: #fff;
              font-weight: 800;
              font-size: 16px;
              margin-top: 5px; }
        .products-groups ul li:not(.all) {
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          max-width: 100%; }
          .products-groups ul li:not(.all) a {
            background: #f3f3f3;
            height: 126px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding-right: 20px;
            padding-left: 20px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            .products-groups ul li:not(.all) a:hover .title, .products-groups ul li:not(.all) a:hover .text {
              color: #fff !important; }
            .products-groups ul li:not(.all) a .title, .products-groups ul li:not(.all) a .text {
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
  .products .pro-lists {
    background: #f3f3f3;
    min-height: 540px; }
    @media (min-width: 320px) and (max-width: 479px) {
      .products .pro-lists {
        margin-top: 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .products .pro-lists {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .products .pro-lists__wrapper {
      padding-top: 50px;
      padding-bottom: 20px; }
      @media (min-width: 1280px) {
        .products .pro-lists__wrapper {
          padding-right: 20px; } }
      @media (max-width: 991px) {
        .products .pro-lists__wrapper {
          padding-left: 4px;
          padding-right: 4px;
          padding-top: 20px; } }
      .products .pro-lists__wrapper ul {
        margin-left: -20px;
        margin-right: -20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .products .pro-lists__wrapper ul li {
          padding-left: 15px;
          padding-right: 15px; }
  .products-cover {
    height: 750px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .products-cover {
        height: auto; } }
    @media (min-width: 1824px) {
      .products-cover {
        height: 750px; } }
    .products-cover img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.about {
  margin-top: 60px;
  margin-bottom: 70px; }
  .about-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px; }
    @media (min-width: 1280px) {
      .about-text {
        padding-left: 100px;
        padding-right: 100px; } }

.form-contact {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .form-contact ul li {
      margin-bottom: 10px; } }
  .form-contact ul li.is-error input, .form-contact ul li.is-error textarea {
    border: 2px solid #b3080f; }
  .form-contact ul li input {
    width: 100%;
    height: 55px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.9);
    font-family: inherit;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .form-contact ul li input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.9); }
    .form-contact ul li input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.9); }
    .form-contact ul li input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.9); }
    .form-contact ul li input::placeholder {
      color: rgba(255, 255, 255, 0.9); }
    .form-contact ul li input:focus {
      border: 1px solid #fff; }
  .form-contact .send {
    text-align: center;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .form-contact .send {
        margin-top: 20px; } }
    .form-contact .send input {
      min-width: 250px;
      height: 50px;
      background: #f36821;
      font-family: inherit;
      padding-right: 20px;
      padding-left: 20px;
      color: #fff;
      font-size: 16px;
      letter-spacing: 1px;
      cursor: pointer;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .form-contact .send input:hover {
        background: #fff;
        color: #f36821; }

.none-bg {
  background: #fff !important;
  margin-top: 40px !important; }

.inner-page__header {
  position: relative;
  overflow: hidden; }

.inner-page__photo {
  overflow: hidden;
  height: 300px;
  background: #0c638f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .inner-page__photo.ui-contact img {
    margin-top: -50px; }
  .inner-page__photo.ui-products img {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover; }
  .inner-page__photo.ui-style {
    height: 150px; }
    .inner-page__photo.ui-style img {
      display: none; }
    .inner-page__photo.ui-style::before {
      display: none; }
    .inner-page__photo.ui-style::after {
      display: none; }
  .inner-page__photo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
    background-image: -o-linear-gradient(right, transparent, #fff);
    background-image: linear-gradient(to left, transparent, #fff);
    width: 800px;
    opacity: .3; }
  .inner-page__photo::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background-image: -o-linear-gradient(left, transparent, #fff);
    background-image: linear-gradient(to right, transparent, #fff);
    width: 800px;
    opacity: .3; }
  @media (max-width: 767px) {
    .inner-page__photo {
      height: 300px; } }
  .inner-page__photo.type--1 {
    height: 270px; }
    @media (min-width: 320px) and (max-width: 479px) {
      .inner-page__photo.type--1 {
        height: 180px; } }
  .inner-page__photo img {
    width: 500px;
    height: calc(100% + 100px);
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 50px;
    position: absolute;
    opacity: .4; }

.inner-page__heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .inner-page__heading .container {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    @media (max-width: 767px) {
      .inner-page__heading .container {
        z-index: 1002;
        position: relative;
        padding-top: 80px;
        pointer-events: none; } }
  .inner-page__heading .sm-title, .inner-page__heading .title {
    text-transform: uppercase; }
  .inner-page__heading .sm-title {
    font-size: 14px;
    line-height: 1.2;
    color: #fff; }
  .inner-page__heading .title {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -1px; }
    @media (min-width: 320px) and (max-width: 479px) {
      .inner-page__heading .title {
        font-size: 36px; } }

.inner-page__wrapper {
  margin-bottom: 50px; }
  .inner-page__wrapper.mt {
    margin-top: var(--header-height); }
    @media (max-width: 767px) {
      .inner-page__wrapper.mt {
        margin-top: 80px !important; } }

.inner-page__content {
  padding-top: 20px; }
  .inner-page__content.ui-detail {
    padding-top: 40px; }
  .inner-page__content.type--1 {
    padding-right: 0; }
  @media (max-width: 767px) {
    .inner-page__content {
      text-align: center; } }

.inner-page__detail {
  padding-top: 20px; }
  .inner-page__detail .row .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px; }

@media (max-width: 767px) {
  .inner-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (min-width: 992px) {
  .inner-page__row.ui-pagess .ui-pag {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
    max-width: 20% !important; } }

@media (min-width: 992px) {
  .inner-page__row.ui-pagess .ui-pages {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 80% !important;
            flex: 0 0 80% !important;
    max-width: 80% !important; } }

.inner-page__twin .twin {
  padding-top: 50px; }
  .inner-page__twin .twin-left {
    background: #f2f0f3;
    height: 320px;
    padding-inline: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .inner-page__twin .twin-left {
        height: 100%;
        padding-top: 30px; } }
    @media (min-width: 992px) and (max-width: 1279px) {
      .inner-page__twin .twin-left {
        padding-inline: 30px; } }
    @media (max-width: 991px) {
      .inner-page__twin .twin-left {
        padding-inline: 30px;
        padding-bottom: 30px; } }
    .inner-page__twin .twin-left .headd {
      margin-bottom: 20px;
      font-size: 26px;
      font-weight: 600;
      color: #f36821;
      letter-spacing: -1px; }
      @media (max-width: 479px) {
        .inner-page__twin .twin-left .headd {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center; } }
    .inner-page__twin .twin-left .texting {
      text-align: center;
      font-size: 14px;
      color: #666; }
  .inner-page__twin .twin-right {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f36821;
    padding-inline: 30px; }
    @media (max-width: 767px) {
      .inner-page__twin .twin-right {
        padding-top: 30px; } }
    @media (min-width: 992px) and (max-width: 1279px) {
      .inner-page__twin .twin-right {
        padding-inline: 30px; } }
    .inner-page__twin .twin-right ul li .icon {
      color: #f36821 !important;
      background-color: #fff !important; }
    .inner-page__twin .twin-right ul li span {
      color: #fff; }
  .inner-page__twin .twin ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    .inner-page__twin .twin ul li .icon {
      color: #fff;
      font-size: 16px;
      margin-right: 10px;
      background-color: #f36821;
      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: 30px;
      height: 30px;
      border-radius: 999px; }
    .inner-page__twin .twin ul li span {
      font-size: 16px;
      letter-spacing: -0.5px;
      font-weight: 400; }

.col-sidebar .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #444444;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .col-sidebar .heading:before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 30px;
    height: 1px;
    background: #f36821; }

.col-sidebar__nav {
  margin-top: 20px;
  background: #8f8c8c;
  position: relative;
  z-index: 12; }
  .col-sidebar__nav ul li:hover a {
    background: #444444; }
  .col-sidebar__nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    padding: 15px 35px 15px 20px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .col-sidebar__nav ul li a:after {
      content: "";
      position: absolute;
      z-index: 12;
      top: 50%;
      right: 20px;
      width: 10px;
      height: 10px;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }

.col-sidebar__box {
  position: relative; }
  @media (max-width: 767px) {
    .col-sidebar__box {
      margin-bottom: 20px; } }
  .col-sidebar__box-content {
    padding: 20px;
    background: #1d9643; }
    .col-sidebar__box-content.type--1 {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(140, 197, 63, 0.9); }
      .col-sidebar__box-content.type--1 .title {
        color: #fff; }
      .col-sidebar__box-content.type--1 .text {
        color: #fff; }
    .col-sidebar__box-content .title {
      color: #fff;
      text-transform: uppercase;
      font-size: 28px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 10px;
      letter-spacing: 2px; }
    .col-sidebar__box-content .text {
      color: #fff;
      font-size: 13px;
      margin-bottom: 40px;
      line-height: 1.4; }
  .col-sidebar__box-cover {
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .col-sidebar__box-cover img {
      height: 280px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.col-sidebar__posts ul {
  margin-top: 10px; }
  .col-sidebar__posts ul li {
    margin-bottom: 10px; }
    .col-sidebar__posts ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .col-sidebar__posts ul li a:hover .photo img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .col-sidebar__posts ul li a:hover .description {
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.col-sidebar__posts .photo {
  width: 100px;
  height: 80px;
  overflow: hidden; }
  .col-sidebar__posts .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    -o-transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    transition: transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s, -webkit-transform 2.5s cubic-bezier(0.2, 1, 0.3, 1) 0s; }

.col-sidebar__posts .description {
  background: #f6f6f6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .col-sidebar__posts .description .title {
    color: #444444;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    max-height: 44px;
    line-height: 1.4; }

.col-sidebar__posts .all-news {
  background: #f36821;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  border: 2px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .col-sidebar__posts .all-news:hover {
    border: 2px solid #f36821;
    color: #f36821;
    background: none; }

.col-sidebar__categories {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .col-sidebar__categories {
      margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-sidebar__categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; } }

.col-sidebar__category {
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .col-sidebar__category {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3%;
              flex: 0 0 33.3%;
      max-width: 33.3%;
      padding-left: 10px;
      padding-right: 10px; } }
  .col-sidebar__category ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .col-sidebar__category ul li:last-child {
      border-bottom: 0 none; }
    .col-sidebar__category ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #666;
      font-size: 14px;
      font-weight: 300;
      padding-top: 5px;
      padding-bottom: 5px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      position: relative; }
      .col-sidebar__category ul li a:after {
        content: attr(data-count);
        font-style: italic;
        opacity: .55;
        margin-left: 10px;
        font-size: 13px; }
      .col-sidebar__category ul li a:hover {
        background: #f2f0f3;
        padding-left: 5px; }

.page-content__header {
  color: #444444;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .page-content__header:before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 50px;
    height: 1px;
    background: #f36821; }

.page-content__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none; }
  .page-content__heading .title {
    color: #f36821;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
  .page-content__heading .date {
    color: #999;
    font-size: 13px; }

.page-content__spot {
  margin-bottom: 20px; }
  .page-content__spot .text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #444444; }

.page-content__description {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300; }
  .page-content__description.ui-page {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }

.page-content__photo {
  overflow: hidden;
  margin-bottom: 20px;
  max-height: 450px; }
  .page-content__photo img {
    width: 100%;
    height: 100%;
    overflow: hidden; }

.products-categories ul {
  margin-left: -20px;
  margin-right: -20px; }
  .products-categories ul li {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px; }
    .products-categories ul li a:hover .products-header {
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
      .products-categories ul li a:hover .products-header .photo img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

.products-categories .photo {
  overflow: hidden;
  height: 218px; }
  @media (min-width: 320px) and (max-width: 479px) {
    .products-categories .photo {
      height: auto; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .products-categories .photo {
      height: 235px; } }
  .products-categories .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }

.products-header {
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.products-sub {
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f36821; }
  .products-sub .title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px; }
  .products-sub .icon {
    color: #fff;
    font-size: 36px; }

.products-other {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }

.product-detail__header {
  height: 120px;
  background: #666 !important; }
  @media (max-width: 479px) {
    .product-detail__header {
      height: 100px; } }
  .product-detail__header .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .product-detail__header .title, .product-detail__header .tag {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3; }
  .product-detail__header .title {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1px; }
    @media (max-width: 479px) {
      .product-detail__header .title {
        font-size: 32px; } }
  .product-detail__header .tag {
    font-size: 14px;
    letter-spacing: 1px;
    opacity: .6; }
  .product-detail__header .icon {
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    font-size: 72px; }
    @media (max-width: 767px) {
      .product-detail__header .icon {
        display: none; } }
  .product-detail__header .back {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: 500; }

@media (min-width: 768px) and (max-width: 991px) {
  .product-detail__photos {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; } }

.product-detail__photos #sync1 {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.product-detail__photos #sync2 {
  margin-top: 10px; }
  .product-detail__photos #sync2 .item {
    padding-left: 5px;
    padding-right: 5px; }

.product-detail__photos .photo {
  overflow: hidden;
  height: 415px; }
  @media (max-width: 991px) {
    .product-detail__photos .photo {
      height: 100%;
      padding: 10px; } }
  .product-detail__photos .photo.sm {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 120px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .product-detail__photos .photo.sm:hover {
      border: 1px solid #f36821; }
    @media (max-width: 767px) {
      .product-detail__photos .photo.sm {
        height: 100%; } }

.product-detail__photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.product-detail__photos-sync {
  padding-left: 5px;
  padding-right: 5px; }
  @media (max-width: 767px) {
    .product-detail__photos-sync {
      padding-left: 0;
      padding-right: 0; } }

.product-detail__summary {
  --summary-gutter: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px; }
  @media (max-width: 767px) {
    .product-detail__summary {
      height: 100%; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .product-detail__summary {
      padding: 30px; } }
  .product-detail__summary-heading {
    margin-bottom: var(--summary-gutter);
    height: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px; }
    @media (max-width: 479px) {
      .product-detail__summary-heading {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-detail__summary-heading {
        height: 65px; } }
    .product-detail__summary-heading.ui-title {
      margin-bottom: 0px; }

.product-detail__icons {
  margin-top: var(--summary-gutter);
  margin-bottom: var(--summary-gutter); }
  @media (min-width: 1280px) {
    .product-detail__icons ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; } }
  .product-detail__icons ul li {
    margin-bottom: 20px; }
    @media (min-width: 1280px) {
      .product-detail__icons ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; } }

.product-detail__documents {
  margin-top: 2px !important }
  .product-detail__documents a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #666;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    margin-top: 10px; }
    .product-detail__documents a:hover {
      text-decoration: underline; }
    @media (max-width: 479px) {
      .product-detail__documents a {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .product-detail__documents a:before {
      content: "";
      width: 7px;
      height: 7px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-right: 15px; }

.product-detail__buttons .product-detail__summary-heading {
  margin-bottom: 30px !important; }

.product-detail__buttons .js-active {
  border-radius: 11px !important;
  margin-top: 10px; }

.product-detail__table {
  margin-top: 30px; }
  .product-detail__table table {
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .product-detail__table table tr {
      height: 50px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .product-detail__table table tr:first-child td {
        font-weight: 600;
        font-size: 18px; }
      .product-detail__table table tr td {
        padding-left: 20px;
        padding-right: 20px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        letter-spacing: 1px;
        font-size: 14px; }

.product-detail__buttons .product-detail__summary-heading {
  margin-bottom: 10px; }

.product-detail__buttons ul {
  margin-left: -5px;
  margin-right: -5px; }
  .product-detail__buttons ul li {
    padding-left: 5px;
    padding-right: 5px; }
    @media (max-width: 767px) {
      .product-detail__buttons ul li {
        margin-bottom: 5px; }
        .product-detail__buttons ul li:last-child {
          margin-bottom: 0; } }

.product-detail__buttons .button {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .product-detail__buttons .button .icon {
    margin-right: 10px; }

.product-detail__list {
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .product-detail__list .row {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .product-detail__list .row .item {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .product-detail__list .list {
    overflow: hidden; }
    @media (max-width: 991px) {
      .product-detail__list .list {
        margin-bottom: 30px; } }
    .product-detail__list .list .heading {
      font-size: 14px;
      font-weight: 600;
      color: #444444;
      letter-spacing: -0.5px;
      background: #8f8c8c;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 20px;
      padding-bottom: 0;
      margin-bottom: 0;
      color: #fff; }
      .product-detail__list .list .heading::before {
        display: none; }
    .product-detail__list .list ul li {
      width: 100%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-detail__list .list ul li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .product-detail__list .list ul li:hover a {
        color: #f36821;
        background: #fff; }
      .product-detail__list .list ul li:hover .icon {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
        visibility: visible; }
      .product-detail__list .list ul li a {
        padding-left: 10px;
        padding-right: 30px;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #666;
        padding-block: 5px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .product-detail__list .list ul li a .icon {
          font-size: 7px;
          margin-right: 10px;
          color: #f36821;
          visibility: hidden;
          opacity: 0;
          -webkit-transform: translateX(-50px);
              -ms-transform: translateX(-50px);
                  transform: translateX(-50px);
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s; }

@media (min-width: 1280px) {
  .apply-description {
    padding-right: 50px; } }

@media (max-width: 991px) {
  .apply-description {
    margin-bottom: 50px; } }

.apply-description .title {
  color: #f36821;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -1.5px; }

.apply-description .text {
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px; }

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  height: 60px;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.no-js .inputfile + label {
  display: none; }

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.inputfile-1 {
  display: none; }

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em; }

.inputfile-1 + label {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #999; }

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background: none;
  color: #666;
  border: 2px solid #666; }

.contact-item .container {
  padding-top: 60px; }

.contact-map {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  margin-top: 30px; }
  .contact-map iframe {
    width: 100%;
    height: 550px; }

.contact .ui-bottom {
  margin-bottom: 30px; }

.contact-form__left .photo {
  height: 680px;
  border-radius: 15px 0 0 15px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .contact-form__left .photo {
      height: auto; } }
  .contact-form__left .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.contact-form__right {
  background: #fff;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  border-radius: 0 15px 15px 0;
  height: 100%;
  padding: 55px; }
  @media (max-width: 767px) {
    .contact-form__right {
      padding: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact-form__right {
      padding: 50px; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .contact-form__right {
      padding: 60px; } }

.page-content__cards {
  margin-top: 75px;
  margin-bottom: 30px; }
  .page-content__cards.ui-contact {
    margin-top: -30px;
    margin-bottom: 0; }
    .page-content__cards.ui-contact .card {
      height: 250px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .page-content__cards.ui-contact .card .text {
        height: 70px; }
  @media (max-width: 767px) {
    .page-content__cards ul li {
      margin-bottom: 30px; } }
  .page-content__cards .card {
    height: 410px;
    border-radius: 11px;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px; }
    .page-content__cards .card.ui-style-2.ui-address {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0px;
      padding-bottom: 50px; }
      .page-content__cards .card.ui-style-2.ui-address .icon {
        font-size: 32px !important; }
      .page-content__cards .card.ui-style-2.ui-address .text {
        font-size: 12px; }
    .page-content__cards .card.ui-style-2 .desc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px; }
      .page-content__cards .card.ui-style-2 .desc .icon {
        font-size: 26px;
        margin-right: 15px;
        margin-bottom: 0;
        margin-top: 0; }
        .page-content__cards .card.ui-style-2 .desc .icon::after {
          display: none; }
      .page-content__cards .card.ui-style-2 .desc .text {
        margin-top: 0;
        height: inherit;
        width: 150px;
        text-align: left; }
    .page-content__cards .card.ui-style-2 .name {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: -0.5px;
      color: #f36821;
      margin-top: 5px; }
    @media (max-width: 479px) {
      .page-content__cards .card {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-content__cards .card {
        padding-left: 25px;
        padding-right: 25px;
        height: 350px; } }
    @media (min-width: 992px) and (max-width: 1279px) {
      .page-content__cards .card {
        padding-left: 30px;
        padding-right: 30px; } }
    .page-content__cards .card:hover > .icon {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }
      .page-content__cards .card:hover > .icon::after {
        -webkit-transform: translateY(10px) scale(0.75);
            -ms-transform: translateY(10px) scale(0.75);
                transform: translateY(10px) scale(0.75); }
    .page-content__cards .card .title {
      color: #444444;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4; }
      @media (min-width: 768px) and (max-width: 991px) {
        .page-content__cards .card .title {
          font-size: 16px; } }
    .page-content__cards .card .icon {
      color: #f36821;
      font-size: 62px;
      margin-top: 25px;
      margin-bottom: 50px;
      position: relative;
      -webkit-transition: -webkit-transform 0.35s;
      transition: -webkit-transform 0.35s;
      -o-transition: transform 0.35s;
      transition: transform 0.35s;
      transition: transform 0.35s, -webkit-transform 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
           -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
              transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); }
      @media (min-width: 768px) and (max-width: 991px) {
        .page-content__cards .card .icon {
          font-size: 54px; } }
      .page-content__cards .card .icon::after {
        position: absolute;
        height: 8px;
        width: 66px;
        content: "";
        bottom: -25px;
        left: 50%;
        margin-left: -33px;
        background: rgba(0, 0, 0, 0.06);
        z-index: 1;
        border-radius: 100%;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-transform .35s;
        transition: -webkit-transform .35s;
        -o-transition: transform .35s;
        transition: transform .35s;
        transition: transform .35s, -webkit-transform .35s;
        -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
             -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
                transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); }
    .page-content__cards .card .text {
      font-size: 14px;
      font-weight: 500;
      color: #666;
      line-height: 1.4; }
      @media (min-width: 768px) and (max-width: 991px) {
        .page-content__cards .card .text {
          font-size: 13px; } }
    .page-content__cards .card .btn-wrapper {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      display: none; }
      .page-content__cards .card .btn-wrapper a {
        color: #f36821;
        font-size: 16px;
        font-weight: 600;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 1; }
        @media (min-width: 768px) and (max-width: 991px) {
          .page-content__cards .card .btn-wrapper a {
            font-size: 13px; } }
        .page-content__cards .card .btn-wrapper a::after {
          content: "";
          position: absolute;
          left: -10px;
          right: -10px;
          bottom: 0;
          background: #f36821;
          z-index: -1;
          height: 0;
          -webkit-transition: height .3s;
          -o-transition: height .3s;
          transition: height .3s; }
        .page-content__cards .card .btn-wrapper a:hover {
          color: #fff; }
          .page-content__cards .card .btn-wrapper a:hover::after {
            height: 100%; }
        .page-content__cards .card .btn-wrapper a .icon {
          font-size: 14px;
          margin-left: 10px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .page-content__cards .card .btn-wrapper a .icon {
              font-size: 13px; } }

.no-scroll--y {
  overflow-y: hidden; }

.no-scroll--x {
  overflow-x: hidden; }

.l-relative {
  position: relative; }

.l-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px; }

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

.margin-top--10 {
  margin-top: 10px; }

.margin-top--15 {
  margin-top: 15px; }

.margin-top--20 {
  margin-top: 20px; }

.margin-top--30 {
  margin-top: 30px; }

.margin-top--40 {
  margin-top: 40px; }

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

.margin-top--60 {
  margin-top: 60px; }

.margin-top--70 {
  margin-top: 70px; }

.margin-top--80 {
  margin-top: 80px; }

.margin-bottom--10 {
  margin-bottom: 10px; }

.margin-bottom--15 {
  margin-bottom: 15px; }

.margin-bottom--20 {
  margin-bottom: 20px; }
