/* ==========================================================================
   Vendor Index
   ========================================================================== */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.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;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -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: -moz-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-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;
     -moz-animation-name: fadeOut;
          animation-name: fadeOut; }

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

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

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

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
     -moz-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: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: -o-transform .1s ease;
  -moz-transition: transform .1s ease, -moz-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
     -moz-transform: scale(1.3, 1.3);
       -o-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

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

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

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

/* ==========================================================================
   Helper Index
   ========================================================================== */
/* ==========================================================================
   Mixin
   ========================================================================== */
/* placeholder-color
   ========================================================================== */
/* clearfix
    ========================================================================== */
/* text-indent-hide
  ========================================================================== */
/* remove-tap-highlight
  ========================================================================== */
/* ellipsis
  ========================================================================== */
/* multiline-ellipsis
  ========================================================================== */
/* scroll
  ========================================================================== */
/* firefox-browser
  ========================================================================== */
/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Base Index
   ========================================================================== */
/* ==========================================================================
   Reboot
   ========================================================================== */
/*/
 * Base
 * -----------------------------------------------------------------------------
/*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent; }

html {
  min-height: 100%;
  font-size: 62.5%;
  /* 1rem == 10px */
  position: relative; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0; }

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

[hidden] {
  display: none !important; }

a {
  font-weight: inherit;
  outline: 0;
  color: inherit; }
  a:hover, a:active, a:focus {
    outline: 0; }

a img {
  border: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  font-size: 1.2rem; }

svg {
  overflow: hidden;
  vertical-align: middle; }

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible; }

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block; }

strong,
b {
  font-weight: bold; }

em,
i {
  font-style: italic; }

u {
  text-decoration: underline; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 1;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

p,
ul,
ol,
table,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px; }

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

ul, ol {
  padding-left: 24px; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/*/
 * Form
 * -----------------------------------------------------------------------------
/*/
label,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  outline: 0; }

button,
select {
  text-transform: none; }

select,
option {
  outline: 0; }
  select:active, select:hover,
  option:active,
  option:hover {
    outline: 0; }

button {
  cursor: pointer; }

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

input[type="number"] {
  -moz-appearance: textfield; }

/*/
 * Table
 * -----------------------------------------------------------------------------
/*/
table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

/* ==========================================================================
   Project Index
   ========================================================================== */
/* ==========================================================================
   Init Index
   ========================================================================== */
/* ==========================================================================
 Init: Fonts
 ========================================================================== */
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Black.eot");
  src: url("../fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff"), url("../fonts/Poppins-Black.ttf") format("truetype"), url("../fonts/Poppins-Black.svg#Poppins-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-BlackItalic.eot");
  src: url("../fonts/Poppins-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-BlackItalic.woff2") format("woff2"), url("../fonts/Poppins-BlackItalic.woff") format("woff"), url("../fonts/Poppins-BlackItalic.ttf") format("truetype"), url("../fonts/Poppins-BlackItalic.svg#Poppins-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-BoldItalic.eot");
  src: url("../fonts/Poppins-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-BoldItalic.woff2") format("woff2"), url("../fonts/Poppins-BoldItalic.woff") format("woff"), url("../fonts/Poppins-BoldItalic.ttf") format("truetype"), url("../fonts/Poppins-BoldItalic.svg#Poppins-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraBold.eot");
  src: url("../fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff"), url("../fonts/Poppins-ExtraBold.ttf") format("truetype"), url("../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraBoldItalic.eot");
  src: url("../fonts/Poppins-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff"), url("../fonts/Poppins-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Poppins-ExtraBoldItalic.svg#Poppins-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraLight.eot");
  src: url("../fonts/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype"), url("../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraLightItalic.eot");
  src: url("../fonts/Poppins-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Poppins-ExtraLightItalic.woff") format("woff"), url("../fonts/Poppins-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Poppins-ExtraLightItalic.svg#Poppins-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Italic.eot");
  src: url("../fonts/Poppins-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Italic.woff2") format("woff2"), url("../fonts/Poppins-Italic.woff") format("woff"), url("../fonts/Poppins-Italic.ttf") format("truetype"), url("../fonts/Poppins-Italic.svg#Poppins-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-LightItalic.eot");
  src: url("../fonts/Poppins-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-LightItalic.woff2") format("woff2"), url("../fonts/Poppins-LightItalic.woff") format("woff"), url("../fonts/Poppins-LightItalic.ttf") format("truetype"), url("../fonts/Poppins-LightItalic.svg#Poppins-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-MediumItalic.eot");
  src: url("../fonts/Poppins-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-MediumItalic.woff2") format("woff2"), url("../fonts/Poppins-MediumItalic.woff") format("woff"), url("../fonts/Poppins-MediumItalic.ttf") format("truetype"), url("../fonts/Poppins-MediumItalic.svg#Poppins-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-SemiBoldItalic.eot");
  src: url("../fonts/Poppins-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Poppins-SemiBoldItalic.woff") format("woff"), url("../fonts/Poppins-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Poppins-SemiBoldItalic.svg#Poppins-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Thin.eot");
  src: url("../fonts/Poppins-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff"), url("../fonts/Poppins-Thin.ttf") format("truetype"), url("../fonts/Poppins-Thin.svg#Poppins-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ThinItalic.eot");
  src: url("../fonts/Poppins-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ThinItalic.woff2") format("woff2"), url("../fonts/Poppins-ThinItalic.woff") format("woff"), url("../fonts/Poppins-ThinItalic.ttf") format("truetype"), url("../fonts/Poppins-ThinItalic.svg#Poppins-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Black.eot");
  src: url("../fonts/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/SourceSansPro-Black.woff") format("woff"), url("../fonts/SourceSansPro-Black.ttf") format("truetype"), url("../fonts/SourceSansPro-Black.svg#SourceSansPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-BlackItalic.eot");
  src: url("../fonts/SourceSansPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-BlackItalic.woff2") format("woff2"), url("../fonts/SourceSansPro-BlackItalic.woff") format("woff"), url("../fonts/SourceSansPro-BlackItalic.ttf") format("truetype"), url("../fonts/SourceSansPro-BlackItalic.svg#SourceSansPro-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Bold.eot");
  src: url("../fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff"), url("../fonts/SourceSansPro-Bold.ttf") format("truetype"), url("../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-BoldItalic.eot");
  src: url("../fonts/SourceSansPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-BoldItalic.woff2") format("woff2"), url("../fonts/SourceSansPro-BoldItalic.woff") format("woff"), url("../fonts/SourceSansPro-BoldItalic.ttf") format("truetype"), url("../fonts/SourceSansPro-BoldItalic.svg#SourceSansPro-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Light.eot");
  src: url("../fonts/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro-Light.woff") format("woff"), url("../fonts/SourceSansPro-Light.ttf") format("truetype"), url("../fonts/SourceSansPro-Light.svg#SourceSansPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-ExtraLightItalic.eot");
  src: url("../fonts/SourceSansPro-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-ExtraLightItalic.woff2") format("woff2"), url("../fonts/SourceSansPro-ExtraLightItalic.woff") format("woff"), url("../fonts/SourceSansPro-ExtraLightItalic.ttf") format("truetype"), url("../fonts/SourceSansPro-ExtraLightItalic.svg#SourceSansPro-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Italic.eot");
  src: url("../fonts/SourceSansPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Italic.woff2") format("woff2"), url("../fonts/SourceSansPro-Italic.woff") format("woff"), url("../fonts/SourceSansPro-Italic.ttf") format("truetype"), url("../fonts/SourceSansPro-Italic.svg#SourceSansPro-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-ExtraLight.eot");
  src: url("../fonts/SourceSansPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-ExtraLight.woff2") format("woff2"), url("../fonts/SourceSansPro-ExtraLight.woff") format("woff"), url("../fonts/SourceSansPro-ExtraLight.ttf") format("truetype"), url("../fonts/SourceSansPro-ExtraLight.svg#SourceSansPro-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-LightItalic.eot");
  src: url("../fonts/SourceSansPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-LightItalic.woff2") format("woff2"), url("../fonts/SourceSansPro-LightItalic.woff") format("woff"), url("../fonts/SourceSansPro-LightItalic.ttf") format("truetype"), url("../fonts/SourceSansPro-LightItalic.svg#SourceSansPro-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Regular.eot");
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSansPro-Regular.ttf") format("truetype"), url("../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-SemiBold.eot");
  src: url("../fonts/SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff"), url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype"), url("../fonts/SourceSansPro-SemiBold.svg#SourceSansPro-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-SemiBoldItalic.eot");
  src: url("../fonts/SourceSansPro-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-SemiBoldItalic.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBoldItalic.woff") format("woff"), url("../fonts/SourceSansPro-SemiBoldItalic.ttf") format("truetype"), url("../fonts/SourceSansPro-SemiBoldItalic.svg#SourceSansPro-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

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

/* ==========================================================================
   Variable Index
   ========================================================================== */
/* ==========================================================================
   Variable: Colors
   ========================================================================== */
/* ==========================================================================
   Variable: Grid
   ========================================================================== */
/* ==========================================================================
   Variable: Screen
   ========================================================================== */
/* ==========================================================================
   Variable: Shadow
   ========================================================================== */
/* ==========================================================================
   Variable: Typography
   ========================================================================== */
/* ==========================================================================
   Variable: z-index
   ========================================================================== */
/* ==========================================================================
   Mixins Index
   ========================================================================== */
/* ==========================================================================
   Mixin: Responsive
   ========================================================================== */
/* ==========================================================================
   Mixin Font Size
   ========================================================================== */
/* ==========================================================================
   Mixin: Shadow
   ========================================================================== */
/* ==========================================================================
   Mixin: Banner Carousel
   ========================================================================== */
/* ==========================================================================
   Init: Default
   ========================================================================== */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #4f4f4f;
  font-size: 1.6rem;
  line-height: 2.4rem; }
  body.rm-scroll {
    overflow: hidden;
    -ms-touch-action: none;
        touch-action: none; }
  body.hold-transition *,
  body.hold-transition *::before,
  body.hold-transition *::after {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important; }

h1 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 5.6rem; }

h2 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.4rem; }

h3 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem; }

h4 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem; }

h5 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.6rem; }

h6 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem; }

p,
li,
td,
label {
  font-size: 1.6rem;
  line-height: 2.4rem; }

strong,
b {
  font-weight: 600; }

/* ==========================================================================
   Grid Index
   ========================================================================== */
/* ==========================================================================
   Grid System
   ========================================================================== */
.container {
  width: 100%;
  max-width: 1176px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1240px) {
    .container {
      padding-left: 32px;
      padding-right: 32px; } }
  @media only screen and (max-width: 767.98px) {
    .container {
      padding-left: 24px;
      padding-right: 24px; } }

.main-site {
  padding-top: 72px; }
  @media only screen and (max-width: 991.98px) {
    .main-site {
      padding-top: 64px; } }

.row::before, .row::after {
  content: " ";
  display: table; }

.row::after {
  clear: both; }

/* ==========================================================================
   Components Index
   ========================================================================== */
/* ==========================================================================
   Components: Hero Banner
   ========================================================================== */
.hero-banner {
  background-color: #eff5ef; }
  .hero-banner__item {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    min-height: 620px;
    position: relative;
    height: auto;
    z-index: 2; }
    @media only screen and (max-width: 991.98px) {
      .hero-banner__item {
        height: 620px; } }
    @media only screen and (max-width: 540px) {
      .hero-banner__item {
        height: 640px; } }
    .hero-banner__item::before {
      content: '';
      position: absolute;
      background: url(../img/bg/dots.svg) no-repeat center/100%;
      left: -34px;
      top: -108px;
      display: block;
      width: 100%;
      z-index: 2;
      width: 300px;
      height: 300px; }
      @media only screen and (max-width: 767.98px) {
        .hero-banner__item::before {
          width: 200px;
          height: 200px; } }
    .hero-banner__item::after {
      position: absolute;
      content: '';
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #388e3c), to(#86e941));
      background-image: -webkit-linear-gradient(left, #388e3c 40%, #86e941);
      background-image: -moz-linear-gradient(left, #388e3c 40%, #86e941);
      background-image: -o-linear-gradient(left, #388e3c 40%, #86e941);
      background-image: linear-gradient(to right, #388e3c 40%, #86e941);
      left: -134px;
      bottom: -360px;
      z-index: -1;
      width: 500px;
      height: 500px; }
      @media only screen and (max-width: 575.86px) {
        .hero-banner__item::after {
          display: none; } }
  .hero-banner__img {
    position: absolute;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 40%;
    right: 120px; }
    @media only screen and (max-width: 1199.98px) {
      .hero-banner__img {
        height: 100%;
        width: 50%;
        right: 0; } }
    @media only screen and (max-width: 767.98px) {
      .hero-banner__img {
        padding: 20px 0;
        width: 100%;
        right: 0;
        position: relative;
        max-height: 320px; } }
    @media only screen and (max-width: 575.86px) {
      .hero-banner__img {
        max-height: 280px; } }
    .hero-banner__img__el {
      display: block;
      height: 100%;
      width: 100%; }
      @media only screen and (max-width: 991.98px) {
        .hero-banner__img__el {
          position: relative;
          -webkit-transform: translate(-50%);
             -moz-transform: translate(-50%);
              -ms-transform: translate(-50%);
               -o-transform: translate(-50%);
                  transform: translate(-50%);
          width: 440px;
          height: 440px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center center;
             object-position: center center; } }
      @media only screen and (max-width: 767.98px) {
        .hero-banner__img__el {
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none;
          width: 100%;
          height: 100%; } }
    .hero-banner__img:after {
      position: absolute;
      content: '';
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #388e3c), to(#86e941));
      background-image: -webkit-linear-gradient(left, #388e3c 40%, #86e941);
      background-image: -moz-linear-gradient(left, #388e3c 40%, #86e941);
      background-image: -o-linear-gradient(left, #388e3c 40%, #86e941);
      background-image: linear-gradient(to right, #388e3c 40%, #86e941);
      right: -184px;
      bottom: -280px;
      z-index: -1;
      width: 500px;
      height: 500px; }
      @media only screen and (max-width: 767.98px) {
        .hero-banner__img:after {
          display: none; } }
  .hero-banner__txt {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 120px 0; }
    @media only screen and (max-width: 767.98px) {
      .hero-banner__txt {
        float: none;
        width: 100%;
        bottom: 60px;
        height: auto;
        padding: 48px 0; } }
    .hero-banner__txt__wrapper {
      max-width: 500px;
      word-wrap: break-word; }
      @media only screen and (max-width: 1199.98px) {
        .hero-banner__txt__wrapper {
          max-width: 460px; } }
      @media only screen and (max-width: 991.98px) {
        .hero-banner__txt__wrapper {
          max-width: 364px; } }
      @media only screen and (max-width: 767.98px) {
        .hero-banner__txt__wrapper {
          max-width: 680px;
          display: table-cell;
          vertical-align: middle; } }
  .hero-banner__middle-align {
    display: table-cell;
    vertical-align: middle; }
  .hero-banner__title {
    font-family: "Source Sans Pro", serif;
    font-size: 4rem;
    line-height: 5.6rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333; }
    @media only screen and (max-width: 991.98px) {
      .hero-banner__title {
        font-size: 3.2rem;
        line-height: 4.4rem;
        margin-bottom: 12px; } }
    @media only screen and (max-width: 480px) {
      .hero-banner__title {
        font-size: 2.4rem;
        line-height: 3.2rem; } }
  .hero-banner__desc {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 400;
    margin-bottom: 32px;
    color: #4a4a4a; }
    @media only screen and (max-width: 991.98px) {
      .hero-banner__desc {
        font-size: 1.6rem;
        line-height: 2.4rem; } }
    @media only screen and (max-width: 767.98px) {
      .hero-banner__desc {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .hero-banner__btn {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400; }

/* ==========================================================================
   Components Header Search Section
   ========================================================================== */
.header__search-section__form-wrapper {
  position: relative; }

.header-search-section__form {
  width: 50%;
  position: absolute;
  left: 50%;
  top: -55px;
  height: 42px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  transition: all 450ms ease;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  .header-search-section__form.showed {
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 991.98px) {
    .header-search-section__form {
      z-index: 2;
      top: -50px;
      width: 100%; } }

.header-search-section__close {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  .header-search-section__close:hover {
    color: #388e3c; }

.header-search__input {
  height: 42px;
  border: none;
  outline: none;
  padding: 0 36px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px; }
  @media only screen and (max-width: 1500px) {
    .header-search__input {
      padding: 0 36px; } }
  @media only screen and (max-width: 767.98px) {
    .header-search__input {
      width: 100%;
      margin: 0; } }

.header-search-section__submit {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  position: absolute;
  left: 8px;
  top: 10px;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  .header-search-section__submit:hover {
    color: #388e3c; }

.header__search-section__result {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  visibility: hidden;
  opacity: 0;
  padding: 16px 24px 48px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 25%;
  right: 25%;
  width: 50%;
  -webkit-transform: translateY(16px);
     -moz-transform: translateY(16px);
      -ms-transform: translateY(16px);
       -o-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  @media only screen and (max-width: 991.98px) {
    .header__search-section__result {
      width: 100%; } }
  @media only screen and (max-width: 575.86px) {
    .header__search-section__result {
      padding: 16px 24px 32px; } }
  .header__search-section__result.showed {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
  .header__search-section__result-notif {
    background-color: red;
    padding: 8px 16px;
    display: none; }
  .header__search-section__result h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 8px;
    font-weight: 700;
    font-family: "Source Sans Pro", serif; }
  @media only screen and (max-width: 991.98px) {
    .header__search-section__result {
      left: 0; } }

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

.header__search-section__item {
  border-bottom: solid 1px #ddd;
  padding: 10px 0; }
  .header__search-section__item:last-child {
    margin-bottom: 0; }

.header__search-section__link {
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .header__search-section__link:hover {
    color: #388e3c; }

/* ==========================================================================
   Components Cart Lists
   ========================================================================== */
.cart-list {
  position: relative; }
  .cart-list__items {
    background-color: #fff;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 22px;
    width: 35%;
    padding: 18px;
    padding: 18px 18px 20px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 16px 12px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0 0 16px 12px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 16px 12px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 16px rgba(97, 71, 74, 0.4);
       -moz-box-shadow: 0 4px 16px rgba(97, 71, 74, 0.4);
            box-shadow: 0 4px 16px rgba(97, 71, 74, 0.4);
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; }
    .cart-list__items::-webkit-scrollbar {
      -webkit-appearance: none;
      display: none;
      width: 0; }
    @media only screen and (max-width: 991.98px) {
      .cart-list__items {
        width: 50%;
        top: 42px; } }
    @media only screen and (max-width: 575.86px) {
      .cart-list__items {
        top: 40px;
        width: 90%; } }
    @media only screen and (max-width: 320px) {
      .cart-list__items {
        width: 100%; } }
  .cart-list__table {
    width: 100%;
    padding-bottom: 20px; }
  .cart-list__row {
    width: 100%;
    border-bottom: solid 1px #eff2f3; }
  .cart-list__img-wrapper {
    width: 120px; }
    @media only screen and (max-width: 575.86px) {
      .cart-list__img-wrapper {
        width: 80px; } }
    .cart-list__img-wrapper__img-el {
      display: block; }
  .cart-list__product {
    padding-left: 12px; }
    .cart-list__product-name {
      color: #388e3c;
      margin-bottom: 8px;
      font-size: 1.4rem;
      line-height: 2rem; }
      @media only screen and (max-width: 767.98px) {
        .cart-list__product-name {
          font-size: 1.2rem;
          line-height: 1.7rem;
          margin-bottom: 4px; } }
    .cart-list__product-price {
      margin-bottom: 8px; }
      @media only screen and (max-width: 767.98px) {
        .cart-list__product-price {
          font-size: 1.2rem;
          line-height: 1.7rem;
          margin-bottom: 4px; } }
    .cart-list__product-count {
      margin: 0; }
      @media only screen and (max-width: 767.98px) {
        .cart-list__product-count {
          font-size: 1.2rem;
          line-height: 1.7rem; } }
  .cart-list__delete-btn {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    color: #388e3c;
    font-size: 1.6rem;
    line-height: 2.4rem; }
  .cart-list__total {
    padding: 20px 0;
    overflow: hidden; }
    .cart-list__total::before, .cart-list__total::after {
      content: " ";
      display: table; }
    .cart-list__total::after {
      clear: both; }
    .cart-list__total-name {
      float: left;
      font-size: 1.6rem;
      line-height: 2.4rem; }
    .cart-list__total-price {
      font-family: source sans pro;
      float: right;
      margin: 0;
      font-size: 1.6rem;
      line-height: 2.4rem; }
  .cart-list__button {
    margin-top: 16px;
    text-align: center;
    display: block;
    width: 100%; }
    .cart-list__button--row {
      margin-bottom: 0; }
      .cart-list__button--row:last-child {
        margin-bottom: 0; }
      .cart-list__button--row .btn--views,
      .cart-list__button--row .btn--checkout {
        width: 100%; }
  .cart-list.showed > .cart-list__items {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-12px);
       -moz-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
         -o-transform: translateY(-12px);
            transform: translateY(-12px); }

/* ==========================================================================
   Components Why Choose Us
   ========================================================================== */
.features__card:hover .features__card__box .features__card__title {
  color: #388e3c; }

.features__card:hover .features__card__box:hover .features__card__img-el {
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px); }

.features__card__box {
  min-height: 268px;
  padding: 44px 16px;
  margin-right: 24px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  margin: 12px 24px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  @media only screen and (max-width: 767.98px) {
    .features__card__box {
      min-height: 200px;
      padding: 22px 16px; } }

.features__card__img {
  margin-bottom: 24px;
  position: relative; }
  .features__card__img-el {
    display: block;
    text-align: center;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    margin: 0 auto;
    width: 80px;
    height: 80px; }
  @media only screen and (max-width: 767.98px) {
    .features__card__img {
      margin-bottom: 12px; } }

.features__card__title {
  font-family: "Source Sans Pro", serif;
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease; }
  @media only screen and (max-width: 1199.98px) {
    .features__card__title {
      margin-bottom: 16px; } }
  @media only screen and (max-width: 767.98px) {
    .features__card__title {
      font-size: 1.8rem;
      line-height: 2.6rem;
      margin-bottom: 8px; } }

.features__card__desc {
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  margin: 0; }

/* ==========================================================================
   Components: Our Product
   ========================================================================== */
.our-product {
  padding: 40px 0;
  background-color: #f9f9f9; }
  .our-product__list {
    margin-left: -12px;
    margin-right: -12px;
    font-size: 0;
    text-align: center; }
    .our-product__list::before, .our-product__list::after {
      content: " ";
      display: table; }
    .our-product__list::after {
      clear: both; }
    @media only screen and (max-width: 767.98px) {
      .our-product__list {
        margin-left: -8px;
        margin-right: -8px; } }
    @media only screen and (max-width: 480px) {
      .our-product__list {
        margin: 0; } }
  .our-product__card {
    display: inline-block;
    width: 55%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px; }
    .our-product__card::last-child {
      margin-right: 0; }
    @media only screen and (max-width: 767.98px) {
      .our-product__card {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      .our-product__card:last-child .our-product__card__box {
        margin-bottom: 0; } }
    .our-product__card:nth-child(3n-2) {
      width: 44%; }
      @media only screen and (max-width: 767.98px) {
        .our-product__card:nth-child(3n-2) {
          width: 100%; } }
    .our-product__card:nth-child(3n+5) {
      width: 44%; }
      @media only screen and (max-width: 767.98px) {
        .our-product__card:nth-child(3n+5) {
          width: 100%; } }
    .our-product__card__box {
      height: 200px;
      margin: 0 12px 24px;
      background-color: rgba(0, 0, 0, 0.5);
      position: relative;
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px; }
      @media only screen and (max-width: 991.98px) {
        .our-product__card__box {
          height: 200px; } }
      @media only screen and (max-width: 767.98px) {
        .our-product__card__box {
          height: 240px;
          margin: 0 8px; } }
    .our-product__card__img {
      overflow: hidden; }
      .our-product__card__img-wrapper {
        width: 100%;
        height: 100%;
        -webkit-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        -webkit-border-radius: 8px;
           -moz-border-radius: 8px;
                border-radius: 8px; }
        .our-product__card__img-wrapper::after {
          -webkit-border-radius: 8px;
             -moz-border-radius: 8px;
                  border-radius: 8px;
          position: absolute;
          content: '';
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)));
          background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
          background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
          background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
          display: block;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 30%;
          -webkit-transition: all 350ms ease-in-out;
          -o-transition: all 350ms ease-in-out;
          -moz-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
          overflow: hidden;
          z-index: 5; }
      .our-product__card__img-detail {
        position: absolute;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
           -moz-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
             -o-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        z-index: 6; }
      .our-product__card__img-name {
        color: #fff;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
        font-size: 2rem;
        line-height: 2.8rem;
        margin: 0; }
        @media only screen and (max-width: 991.98px) {
          .our-product__card__img-name {
            font-size: 1.6rem;
            line-height: 2.4rem; } }
      .our-product__card__img-el {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        -webkit-border-radius: 12px;
           -moz-border-radius: 12px;
                border-radius: 12px; }
  .our-product__wrapper {
    margin-left: -14px;
    margin-right: -14px; }
    @media only screen and (max-width: 575.86px) {
      .our-product__wrapper {
        margin-left: -16px;
        margin-right: -16px; } }
    @media only screen and (max-width: 767.98px) {
      .our-product__wrapper {
        margin-left: -24px;
        margin-right: -24px;
        padding: 0 18px;
        white-space: nowrap;
        overflow: hidden;
        float: none;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none; }
        .our-product__wrapper::-webkit-scrollbar {
          -webkit-appearance: none;
          display: none;
          width: 0; }
        .our-product__wrapper:nth-child(3n-2) {
          width: 44%; }
        .our-product__wrapper:nth-child(3n+5) {
          width: 44%; } }

/* ==========================================================================
   Components: Sale
   ========================================================================== */
.sale__content__txt {
  color: #fff;
  width: 50%;
  position: absolute;
  left: 10%;
  top: 25%;
  z-index: 4;
  -webkit-transform: translate(0, 50%);
     -moz-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
       -o-transform: translate(0, 50%);
          transform: translate(0, 50%); }
  @media only screen and (max-width: 1199.98px) {
    .sale__content__txt {
      top: 30%; } }
  @media only screen and (max-width: 991.98px) {
    .sale__content__txt {
      width: 100%;
      left: 50%;
      right: 50%;
      top: 45%;
      -webkit-transform: translate(-50%, -10%);
         -moz-transform: translate(-50%, -10%);
          -ms-transform: translate(-50%, -10%);
           -o-transform: translate(-50%, -10%);
              transform: translate(-50%, -10%); } }
  @media only screen and (max-width: 767.98px) {
    .sale__content__txt {
      padding: 48px 24px; } }
  @media only screen and (max-width: 767.98px) {
    .sale__content__txt {
      top: 25%; } }
  @media only screen and (max-width: 575.86px) {
    .sale__content__txt {
      top: 25%; } }
  .sale__content__txt__alert-limited {
    padding: 48px 24px;
    margin: 64px 0;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 3.2rem; }
    .main-site--hide .sale__content__txt__alert-limited {
      opacity: 0;
      -webkit-transform: translate(-4px);
         -moz-transform: translate(-4px);
          -ms-transform: translate(-4px);
           -o-transform: translate(-4px);
              transform: translate(-4px); }
  .sale__content__txt__title {
    text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 3.2rem; }
    @media only screen and (max-width: 320px) {
      .sale__content__txt__title {
        font-size: 1.8rem;
        line-height: 2.6rem; } }
  .sale__content__txt__desc {
    font-size: 1.8rem;
    line-height: 2.6rem; }
    @media only screen and (max-width: 320px) {
      .sale__content__txt__desc {
        font-size: 1.6rem;
        line-height: 2.4rem; } }

.sale__content__countdown__list {
  background-color: #fff;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  max-width: 480px;
  color: #333;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767.98px) {
    .sale__content__countdown__list {
      padding: 12px 0; } }

.sale__content__countdown__item {
  display: inline-block;
  margin-right: 24px;
  padding: 12px; }
  .sale__content__countdown__item:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 767.98px) {
    .sale__content__countdown__item {
      padding: 0;
      margin-right: 24px; } }
  @media only screen and (max-width: 320px) {
    .sale__content__countdown__item {
      margin-right: 12px; } }
  .sale__content__countdown__item__number {
    font-size: 2.4rem;
    line-height: 3.2rem; }
    @media only screen and (max-width: 320px) {
      .sale__content__countdown__item__number {
        font-size: 1.8rem;
        line-height: 2.6rem; } }
  .sale__content__countdown__item__text {
    font-size: 1.6rem;
    line-height: 2.4rem; }
    @media only screen and (max-width: 320px) {
      .sale__content__countdown__item__text {
        font-size: 1.2rem;
        line-height: 1.7rem; } }

/* ==========================================================================
   Components: Product Detail
   ========================================================================== */
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }

.sl-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer; }

.sl-wrapper button:hover {
  opacity: 0.7; }

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 4rem; }

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #fff;
  font-size: 2rem; }

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none; }

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #fff; }

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 4rem; }

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 4rem; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 4rem; }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 4rem; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 4rem; }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 4rem; } }

.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr; }

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000; }

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none; } }

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0; }

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto; }

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  -o-transition: -o-transform ease 200ms;
  -moz-transition: transform ease 200ms, -moz-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms, -moz-transform ease 200ms, -o-transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

/* ==========================================================================
   Components: Title Page
   ========================================================================== */
.title-page {
  padding: 72px 0;
  background-color: #eff5ef;
  text-align: center;
  color: #333;
  position: relative; }
  .title-page__particle {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 1199.98px) {
    .title-page {
      padding: 64px 0; } }
  .title-page__title {
    font-weight: 700;
    margin-bottom: 0;
    -webkit-transition: all 1s ease .3s;
    -o-transition: all 1s ease .3s;
    -moz-transition: all 1s ease .3s;
    transition: all 1s ease .3s; }
    .main-site--hide .title-page__title {
      opacity: 0;
      -webkit-transform: scale(0.49);
         -moz-transform: scale(0.49);
          -ms-transform: scale(0.49);
           -o-transform: scale(0.49);
              transform: scale(0.49); }
    @media only screen and (max-width: 767.98px) {
      .title-page__title {
        font-size: 2.4rem;
        line-height: 3.2rem; } }
  .title-page__desc {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 24px auto 0;
    max-width: 700px;
    -webkit-transition: all 1s ease .2s;
    -o-transition: all 1s ease .2s;
    -moz-transition: all 1s ease .2s;
    transition: all 1s ease .2s;
    -webkit-transition-delay: 1s;
       -moz-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s; }
    .main-site--hide .title-page__desc {
      opacity: 0;
      -webkit-transform: translateY(16px);
         -moz-transform: translateY(16px);
          -ms-transform: translateY(16px);
           -o-transform: translateY(16px);
              transform: translateY(16px); }
    @media only screen and (max-width: 767.98px) {
      .title-page__desc {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-top: 16px; } }
  .title-page--pattern {
    position: relative;
    overflow: hidden;
    padding: 96px 0; }
    @media only screen and (max-width: 1199.98px) {
      .title-page--pattern {
        padding: 88px 0; } }
    @media only screen and (max-width: 991.98px) {
      .title-page--pattern {
        padding: 72px 0; } }
    @media only screen and (max-width: 767.98px) {
      .title-page--pattern {
        padding: 80px 0; } }
    .title-page--pattern::before {
      content: '';
      position: absolute;
      top: -128px;
      left: -108px;
      width: 300px;
      height: 282px;
      background: url(../img/bg/dots.svg) no-repeat center/100%; }
      @media only screen and (max-width: 991.98px) {
        .title-page--pattern::before {
          top: -112px;
          left: -88px;
          width: 200px;
          height: 188px; } }
      @media only screen and (max-width: 767.98px) {
        .title-page--pattern::before {
          top: -68px;
          left: -66px;
          width: 150px;
          height: 141px; } }
    .title-page--pattern::after {
      content: '';
      position: absolute;
      left: -240px;
      bottom: -380px;
      width: 500px;
      height: 500px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      -webkit-transform: rotate(165deg);
         -moz-transform: rotate(165deg);
          -ms-transform: rotate(165deg);
           -o-transform: rotate(165deg);
              transform: rotate(165deg);
      background: -webkit-linear-gradient(271deg, #388e3c -79.77%, #7cd43e 102.91%);
      background: -moz-linear-gradient(271deg, #388e3c -79.77%, #7cd43e 102.91%);
      background: -o-linear-gradient(271deg, #388e3c -79.77%, #7cd43e 102.91%);
      background: linear-gradient(179deg, #388e3c -79.77%, #7cd43e 102.91%); }
      @media only screen and (max-width: 991.98px) {
        .title-page--pattern::after {
          left: -160px;
          bottom: -280px;
          width: 350px;
          height: 350px; } }
      @media only screen and (max-width: 767.98px) {
        .title-page--pattern::after {
          left: -140px;
          bottom: -220px;
          width: 280px;
          height: 280px; } }
    .title-page--pattern .title-page__title {
      font-family: "Source Sans Pro", serif; }
    .title-page--pattern .title-page__txt::after {
      content: '';
      position: absolute;
      right: -240px;
      bottom: -380px;
      width: 540px;
      height: 540px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background: -webkit-linear-gradient(271deg, #388e3c -79.77%, #7cd43e 102.91%);
      background: -moz-linear-gradient(271deg, #388e3c -79.77%, #7cd43e 102.91%);
      background: -o-linear-gradient(271deg, #388e3c -79.77%, #7cd43e 102.91%);
      background: linear-gradient(179deg, #388e3c -79.77%, #7cd43e 102.91%); }
      @media only screen and (max-width: 1199.98px) {
        .title-page--pattern .title-page__txt::after {
          bottom: -360px; } }
      @media only screen and (max-width: 991.98px) {
        .title-page--pattern .title-page__txt::after {
          right: -160px;
          bottom: -220px;
          width: 370px;
          height: 370px; } }
      @media only screen and (max-width: 767.98px) {
        .title-page--pattern .title-page__txt::after {
          right: -160px;
          bottom: -180px;
          width: 300px;
          height: 300px; } }
      @media only screen and (max-width: 575.86px) {
        .title-page--pattern .title-page__txt::after {
          display: none; } }

/* ==========================================================================
   Components Contact Button
========================================================================== */
.floating-chat {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 8;
  text-align: center; }
  @media only screen and (max-width: 767.98px) {
    .floating-chat {
      right: 16px; } }
  .floating-chat__wrapper {
    position: relative; }
  .floating-chat__btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0;
    outline: 0;
    padding: 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #4fce5d;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
       -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease; }
    .floating-chat__btn i {
      display: inline-block;
      margin: 4px 0;
      font-size: 2rem;
      line-height: 2.8rem; }
  .floating-chat__box {
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
       -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    width: 220px;
    position: absolute;
    bottom: 68px;
    right: 14px;
    -webkit-transform: translateY(-16px);
       -moz-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
         -o-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease; }
  .floating-chat__head {
    background-color: #4fce5d;
    color: #fff;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    text-align: left;
    padding: 14px; }
  .floating-chat__txt-title {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 0; }
  .floating-chat__txt-desc {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 8px; }
  .floating-chat__body {
    padding: 14px 12px; }
  .floating-chat__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    color: #ced4da; }
    @media only screen and (max-width: 575.86px) {
      .floating-chat__menu {
        right: 8px;
        bottom: 64px; } }
  .floating-chat__item {
    text-align: left;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    margin-bottom: 8px;
    background-color: #f2f2f2; }
    .floating-chat__item:last-child {
      margin-bottom: 0; }
  .floating-chat__link {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 14px;
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    border-left: solid 3px #4fce5d; }
    .floating-chat__link:hover {
      background-color: #4fce5d;
      color: #fff; }
    .floating-chat__link::before {
      content: '\e91e';
      font-family: rzfkomputer-icons;
      padding-right: 6px; }
  .floating-chat--showed .floating-chat__btn {
    background-color: #4fce5d;
    color: #fff; }
  .floating-chat--showed .floating-chat__box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease; }

/* ==========================================================================
   Components Form
   ========================================================================== */
.form__control {
  position: relative;
  padding: 0;
  margin-bottom: 32px; }
  @media only screen and (max-width: 767.98px) {
    .form__control {
      margin-bottom: 24px; } }
  .form__control:last-child {
    margin-bottom: 0; }

.form__label {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 8px; }
  @media only screen and (max-width: 767.98px) {
    .form__label {
      font-size: 1.4rem;
      line-height: 2rem; } }

.form__input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  outline: none;
  color: #333;
  background-color: #fff;
  padding: 14px 16px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
  outline: none;
  border: solid 2px #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
     text-overflow: '';
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }
  .form__input:focus {
    border: solid 2px #388e3c; }
  @media only screen and (max-width: 767.98px) {
    .form__input {
      font-size: 1.2rem;
      line-height: 1.7rem; } }

.form textarea {
  height: 120px;
  resize: vertical; }

.form__alert {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -24px;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 0;
  font-weight: 400;
  color: red;
  text-align: left;
  -webkit-transform: translateY(4px);
     -moz-transform: translateY(4px);
      -ms-transform: translateY(4px);
       -o-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }
  @media only screen and (max-width: 991.98px) {
    .form__alert {
      margin-bottom: 4px; } }
  @media only screen and (max-width: 575.86px) {
    .form__alert {
      font-size: 1rem;
      line-height: 1.6rem;
      margin-top: 8px;
      margin-bottom: 6px; } }
  .error .form__alert {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    visibility: visible; }
  .form__alert::before {
    content: '\e91b';
    font-family: rzfkomputer-icons;
    padding-right: 4px;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #ff0000; }
    @media only screen and (max-width: 575.86px) {
      .form__alert::before {
        font-size: 1rem;
        line-height: 1.6rem; } }

/* ==========================================================================
   Components Checkout Modal
   ========================================================================== */
.rzfk-checkout__popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5); }
  .rzfk-checkout__popup__container {
    width: 100%;
    height: 100%;
    display: table; }
  .rzfk-checkout__popup__box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 16px; }
  .rzfk-checkout__popup__content {
    position: relative;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    max-width: 800px;
    padding: 140px 180px;
    background-color: #fff;
    -webkit-transform: translateY(32px);
       -moz-transform: translateY(32px);
        -ms-transform: translateY(32px);
         -o-transform: translateY(32px);
            transform: translateY(32px);
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 200ms;
       -moz-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms; }
    @media only screen and (max-width: 991.98px) {
      .rzfk-checkout__popup__content {
        padding: 100px; } }
    @media only screen and (max-width: 767.98px) {
      .rzfk-checkout__popup__content {
        padding: 80px 20px; } }
  .rzfk-checkout__popup__hide {
    border: 0;
    outline: 0;
    background-color: transparent;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #333;
    font-size: 1.8rem;
    line-height: 2.6rem; }
  .rzfk-checkout__popup__form {
    position: relative; }
    .rzfk-checkout__popup__form__info {
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 400;
      margin-bottom: 16px; }
    .rzfk-checkout__popup__form__title {
      font-size: 2.4rem;
      line-height: 3.2rem;
      font-weight: 700;
      margin-bottom: 24px; }
    .rzfk-checkout__popup__form__desc {
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 400;
      margin-top: 24px;
      margin-bottom: 0;
      max-width: 424px; }
      @media only screen and (max-width: 991.98px) {
        .rzfk-checkout__popup__form__desc {
          max-width: 100%; } }
  .rzfk-checkout__popup__btn {
    display: block;
    width: 100%;
    padding: 14px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px; }

.rzfk-checkout--show .rzfk-checkout__popup {
  opacity: 1;
  visibility: visible; }
  .rzfk-checkout--show .rzfk-checkout__popup__content {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 200ms;
       -moz-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms; }

.card-product__card:hover .card-product__card__box {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); }
  .card-product__card:hover .card-product__card__box:hover .card-product__card__img__el {
    -webkit-transform: translateY(-4px);
       -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
         -o-transform: translateY(-4px);
            transform: translateY(-4px); }
  .card-product__card:hover .card-product__card__box:hover .card-product__card__title {
    color: #388e3c; }

.card-product__card__box {
  position: relative;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media only screen and (max-width: 1199.98px) {
    .card-product__card__box {
      min-height: 320px; } }
  @media only screen and (max-width: 991.98px) {
    .card-product__card__box {
      min-height: 320px; } }
  @media only screen and (max-width: 767.98px) {
    .card-product__card__box {
      min-height: 420px; } }
  @media only screen and (max-width: 575.86px) {
    .card-product__card__box {
      min-height: 240px; } }

.card-product__card__link {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-decoration: none; }

.card-product__card__img {
  padding-bottom: 91%;
  position: relative;
  overflow: hidden; }
  .card-product__card__img__el {
    position: absolute;
    max-height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    left: 0;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease; }

.card-product__card__txt {
  text-align: left;
  padding: 24px 24px 48px;
  min-height: 160px; }
  @media only screen and (max-width: 767.98px) {
    .card-product__card__txt {
      padding: 12px;
      min-height: 120px; } }

/* ==========================================================================
   Elements Index
   ========================================================================== */
/* ==========================================================================
   Elements Button
   ========================================================================== */
.btn {
  border: 0;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  min-width: 236px;
  padding: 11px 24px;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  background-color: transparent;
  -webkit-box-shadow: 0 4px 16px rgba(97, 71, 74, 0.4);
     -moz-box-shadow: 0 4px 16px rgba(97, 71, 74, 0.4);
          box-shadow: 0 4px 16px rgba(97, 71, 74, 0.4);
  border: 1px solid transparent;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media only screen and (max-width: 767.98px) {
    .btn {
      font-size: 1.4rem;
      line-height: 2rem;
      min-width: 160px; } }
  .btn--primary {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #388e3c), to(#7cd43e));
    background-image: -webkit-linear-gradient(left, #388e3c 50%, #7cd43e);
    background-image: -moz-linear-gradient(left, #388e3c 50%, #7cd43e);
    background-image: -o-linear-gradient(left, #388e3c 50%, #7cd43e);
    background-image: linear-gradient(to right, #388e3c 50%, #7cd43e);
    -moz-background-size: 202% 2px;
         background-size: 202% 2px;
    background-position: 60% center; }
    .btn--primary:hover {
      background-position: left center; }
  .btn--secondary {
    background-color: transparent;
    color: #388e3c;
    border-color: #388e3c;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
    .btn--secondary:hover {
      color: #fff;
      background-color: #388e3c; }
  .btn--block {
    background-color: transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    width: 100%; }
    .btn--block i {
      padding-left: 8px; }
  .btn--update {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    width: auto;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    min-width: 40px; }
  @media only screen and (max-width: 767.98px) {
    .btn--small {
      font-size: 1.2rem;
      line-height: 1.7rem;
      width: auto;
      min-width: 185px;
      padding: 10px; } }
  .btn--confirmation {
    min-width: 285px; }
    @media only screen and (max-width: 767.98px) {
      .btn--confirmation--confirmation {
        width: 100%; } }

/* ==========================================================================
   Elements Icons
   ========================================================================== */
[class^="rzfkomputer-"], [class*=" rzfkomputer-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rzfkomputer-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.rzfkomputer-user1:before {
  content: "\e920"; }

.rzfkomputer-envelope:before {
  content: "\e90a"; }

.rzfkomputer-person2:before {
  content: "\e91f"; }

.rzfkomputer-notification:before {
  content: "\e91b"; }

.rzfkomputer-warning:before {
  content: "\e91b"; }

.rzfkomputer-notice:before {
  content: "\e91b"; }

.rzfkomputer-note:before {
  content: "\e91b"; }

.rzfkomputer-exclamation:before {
  content: "\e91b"; }

.rzfkomputer-whatsapp:before {
  content: "\e916"; }

.rzfkomputer-arrow-right:before {
  content: "\e90c"; }

.rzfkomputer-arrow-left1:before {
  content: "\e90d"; }

.rzfkomputer-arrow-down:before {
  content: "\e90e"; }

.rzfkomputer-arrow-up:before {
  content: "\e90f"; }

.rzfkomputer-arrow-left:before {
  content: "\e90b"; }

.rzfkomputer-phone:before {
  content: "\e905"; }

.rzfkomputer-telephone:before {
  content: "\e905"; }

.rzfkomputer-contact:before {
  content: "\e905"; }

.rzfkomputer-support:before {
  content: "\e905"; }

.rzfkomputer-call:before {
  content: "\e905"; }

.rzfkomputer-location:before {
  content: "\e906"; }

.rzfkomputer-map-marker:before {
  content: "\e906"; }

.rzfkomputer-pin:before {
  content: "\e906"; }

.rzfkomputer-loop:before {
  content: "\e907"; }

.rzfkomputer-repeat:before {
  content: "\e907"; }

.rzfkomputer-player:before {
  content: "\e907"; }

.rzfkomputer-reload:before {
  content: "\e907"; }

.rzfkomputer-refresh:before {
  content: "\e907"; }

.rzfkomputer-update:before {
  content: "\e907"; }

.rzfkomputer-synchronize:before {
  content: "\e907"; }

.rzfkomputer-arrows:before {
  content: "\e907"; }

.rzfkomputer-bin:before {
  content: "\e908"; }

.rzfkomputer-trashcan:before {
  content: "\e908"; }

.rzfkomputer-remove:before {
  content: "\e908"; }

.rzfkomputer-delete:before {
  content: "\e908"; }

.rzfkomputer-recycle:before {
  content: "\e908"; }

.rzfkomputer-dispose:before {
  content: "\e908"; }

.rzfkomputer-cart:before {
  content: "\e909"; }

.rzfkomputer-purchase:before {
  content: "\e909"; }

.rzfkomputer-ecommerce:before {
  content: "\e909"; }

.rzfkomputer-shopping:before {
  content: "\e909"; }

.rzfkomputer-instagram:before {
  content: "\e900"; }

.rzfkomputer-youtube:before {
  content: "\e901"; }

.rzfkomputer-notice1:before {
  content: "\e91d"; }

.rzfkomputer-arrow-right1:before {
  content: "\e910"; }

.rzfkomputer-arrow-left2:before {
  content: "\e911"; }

.rzfkomputer-search:before {
  content: "\e904"; }

.rzfkomputer-minus:before {
  content: "\e918"; }

.rzfkomputer-arrow-right1:before {
  content: "\e910"; }

.rzfkomputer-arrow-left2:before {
  content: "\e911"; }

.rzfkomputer-search:before {
  content: "\e904"; }

.rzfkomputer-paper-plane:before {
  content: "\e919"; }

.rzfkomputer-send:before {
  content: "\e919"; }

.rzfkomputer-add:before {
  content: "\e91c"; }

.rzfkomputer-clear:before {
  content: "\e917"; }

.rzfkomputer-chevrons-down:before {
  content: "\e91a"; }

.rzfkomputer-person:before {
  content: "\e91e"; }

.rzfkomputer-add:before {
  content: "\e91c"; }

.rzfkomputer-clear:before {
  content: "\e917"; }

.rzfkomputer-chevrons-down:before {
  content: "\e91a"; }

.rzfkomputer-chevron-right:before {
  content: "\e912"; }

.rzfkomputer-chevron-left:before {
  content: "\e913"; }

.rzfkomputer-chevron-down:before {
  content: "\e914"; }

.rzfkomputer-chevron-up:before {
  content: "\e915"; }

.rzfkomputer-facebook:before {
  content: "\e902"; }

.rzfkomputer-twitter:before {
  content: "\e903"; }

/* ==========================================================================
   Elements Burger Menu
   ========================================================================== */
.burger-menu {
  background-color: transparent;
  padding: 0;
  width: 48px;
  height: 48px;
  outline: 0;
  border: 0;
  cursor: pointer; }
  .burger-menu__bar {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px auto;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    background-color: #333;
    -webkit-transition-delay: 400ms;
       -moz-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center; }
    .burger-menu__bar:nth-child(1) {
      width: 26px; }
    .burger-menu__bar:nth-child(2) {
      width: 26px; }
    .burger-menu__bar:nth-child(3) {
      width: 26px; }

/* ==========================================================================
   Elements Text Title
  ========================================================================== */
.text-title {
  position: relative;
  font-size: 3.2rem;
  line-height: 4.4rem;
  font-weight: 600;
  padding-bottom: 32px;
  margin-bottom: 32px;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (max-width: 767.98px) {
    .text-title {
      padding-bottom: 24px;
      margin-bottom: 24px; } }
  @media only screen and (max-width: 575.86px) {
    .text-title {
      font-size: 2.4rem;
      line-height: 3.2rem; } }
  .text-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 56px;
    height: 2px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #333; }
  .text-title--left::after {
    left: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
    @media only screen and (max-width: 767.98px) {
      .text-title--left::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .text-title--white {
    color: #fff; }
    .text-title--white::after {
      background-color: #fff; }

.text-desc {
  margin-bottom: 0;
  color: #333; }
  .text-desc--left {
    margin-bottom: 40px; }
    @media only screen and (max-width: 991.98px) {
      .text-desc--left {
        margin-bottom: 32px; } }
    @media only screen and (max-width: 767.98px) {
      .text-desc--left {
        margin-bottom: 24px; } }

/* ==========================================================================
   Layouts Index
   ========================================================================== */
/* ==========================================================================
   Layouts Header
   ========================================================================== */
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  height: 70px;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  -o-transition: -o-transform .35s ease;
  -moz-transition: transform .35s ease, -moz-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease, -moz-transform .35s ease, -o-transform .35s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); }
  .window-scrolled .header {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -moz-transition: transform .5s ease, -moz-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease; }
  @media only screen and (max-width: 991.98px) {
    .header::before {
      content: '';
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      background-color: rgba(0, 0, 0, 0.9);
      -webkit-transition: all .75s ease;
      -o-transition: all .75s ease;
      -moz-transition: all .75s ease;
      transition: all .75s ease;
      -webkit-transition-delay: .65s;
         -moz-transition-delay: .65s;
           -o-transition-delay: .65s;
              transition-delay: .65s; }
      .show-nav .header::before {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
           -moz-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s; } }
  .header__content {
    position: relative;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    @media only screen and (max-width: 991.98px) {
      .header__content {
        padding-top: 16px;
        padding-bottom: 16px; }
        .header__content::before {
          content: '';
          z-index: 0;
          position: fixed;
          left: 0;
          top: 0;
          display: block;
          width: 100%;
          height: 72px;
          opacity: 0;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
             -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
                  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); }
          .on-scroll-mobile-menu .header__content::before {
            opacity: .2; } }
    .header__content__search {
      position: absolute;
      z-index: 4;
      top: 0;
      padding-top: 16px;
      left: 339px;
      width: 616px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      transition: all 0.15s ease;
      -webkit-transition-delay: 250ms;
         -moz-transition-delay: 250ms;
           -o-transition-delay: 250ms;
              transition-delay: 250ms; }
    .header__content.showed .header__nav__item {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateX(-16px);
         -moz-transform: translateX(-16px);
          -ms-transform: translateX(-16px);
           -o-transform: translateX(-16px);
              transform: translateX(-16px);
      -webkit-transition: -webkit-transform 350ms ease opacity 150ms ease;
      transition: -webkit-transform 350ms ease opacity 150ms ease;
      -o-transition: -o-transform 350ms ease opacity 150ms ease;
      -moz-transition: transform 350ms ease opacity 150ms ease, -moz-transform 350ms ease opacity 150ms ease;
      transition: transform 350ms ease opacity 150ms ease;
      transition: transform 350ms ease opacity 150ms ease, -webkit-transform 350ms ease opacity 150ms ease, -moz-transform 350ms ease opacity 150ms ease, -o-transform 350ms ease opacity 150ms ease;
      -webkit-transition-delay: 150ms;
         -moz-transition-delay: 150ms;
           -o-transition-delay: 150ms;
              transition-delay: 150ms; }
      .header__content.showed .header__nav__item:nth-child(1) {
        -webkit-transition-delay: 500ms;
           -moz-transition-delay: 500ms;
             -o-transition-delay: 500ms;
                transition-delay: 500ms; }
      .header__content.showed .header__nav__item:nth-child(2) {
        -webkit-transition-delay: 450ms;
           -moz-transition-delay: 450ms;
             -o-transition-delay: 450ms;
                transition-delay: 450ms; }
      .header__content.showed .header__nav__item:nth-child(3) {
        -webkit-transition-delay: 400ms;
           -moz-transition-delay: 400ms;
             -o-transition-delay: 400ms;
                transition-delay: 400ms; }
      .header__content.showed .header__nav__item:nth-child(4) {
        -webkit-transition-delay: 350ms;
           -moz-transition-delay: 350ms;
             -o-transition-delay: 350ms;
                transition-delay: 350ms; }
      .header__content.showed .header__nav__item:nth-child(5) {
        -webkit-transition-delay: 300ms;
           -moz-transition-delay: 300ms;
             -o-transition-delay: 300ms;
                transition-delay: 300ms; }
      .header__content.showed .header__nav__item:nth-child(6) {
        -webkit-transition-delay: 250ms;
           -moz-transition-delay: 250ms;
             -o-transition-delay: 250ms;
                transition-delay: 250ms; }
      .header__content.showed .header__nav__item:nth-child(7) {
        -webkit-transition-delay: 200ms;
           -moz-transition-delay: 200ms;
             -o-transition-delay: 200ms;
                transition-delay: 200ms; }
    .header__content.showed > .js-button-search {
      visibility: hidden;
      opacity: 0; }
    .header__content.showed > .js-cart {
      visibility: hidden;
      opacity: 0; }
  .header__top {
    padding: 4px 0; }
    .header__top::before, .header__top::after {
      content: " ";
      display: table; }
    .header__top::after {
      clear: both; }
    .header__top__left {
      float: left; }
    .header__top__contact, .header__top__action {
      display: inline-block;
      margin: 0;
      font-size: 1.2rem;
      line-height: 1.7rem; }
      .header__top__contact:nth-child(1), .header__top__action:nth-child(1) {
        border-right: solid 1px #000;
        padding-left: 6px; }
    .header__top__right {
      float: right; }
  .header__logo {
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(40%);
       -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
         -o-transform: translateY(40%);
            transform: translateY(40%);
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-transition-delay: 0ms;
       -moz-transition-delay: 0ms;
         -o-transition-delay: 0ms;
            transition-delay: 0ms;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media only screen and (max-width: 991.98px) {
      .header__logo {
        height: 32px;
        position: relative;
        z-index: 2;
        display: inline-block;
        top: auto;
        right: 50%;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; } }
    @media only screen and (max-width: 991.98px) {
      .header__logo {
        left: 50%;
        -webkit-transform: translatex(-50%);
           -moz-transform: translatex(-50%);
            -ms-transform: translatex(-50%);
             -o-transform: translatex(-50%);
                transform: translatex(-50%); } }
    .header__logo__el {
      height: 100%; }
      @media only screen and (max-width: 767.98px) {
        .header__logo__el {
          height: 40px; } }
    .header__logo.showed {
      visibility: hidden;
      opacity: 0; }
  @media only screen and (max-width: 991.98px) {
    .header__mobile {
      background-color: #fff;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      position: fixed;
      top: 66px;
      left: 0;
      bottom: 0;
      width: 100%;
      -webkit-transform: scaleY(0);
         -moz-transform: scaleY(0);
          -ms-transform: scaleY(0);
           -o-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transition: all .45s ease;
      -o-transition: all .45s ease;
      -moz-transition: all .45s ease;
      transition: all .45s ease;
      -webkit-transform-origin: top center;
         -moz-transform-origin: top center;
          -ms-transform-origin: top center;
           -o-transform-origin: top center;
              transform-origin: top center;
      -webkit-transition-delay: .55s;
         -moz-transition-delay: .55s;
           -o-transition-delay: .55s;
              transition-delay: .55s; }
      .show-nav .header__mobile {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        -webkit-transition-delay: 0s;
           -moz-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s; } }
  .header__menu {
    text-align: center; }
    @media only screen and (max-width: 991.98px) {
      .header__menu {
        padding: 28px 32px 272px;
        text-align: left;
        position: relative;
        min-height: 100%;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        left: 0;
        top: 0; } }
    @media only screen and (max-width: 767.98px) {
      .header__menu {
        padding-right: 24px;
        padding-left: 24px; } }
  .header__nav {
    list-style: none;
    font-size: 0;
    margin-bottom: 0;
    height: 70px;
    padding: 20px 0;
    visibility: visible; }
    @media only screen and (max-width: 767.98px) {
      .header__nav {
        height: 100%;
        padding: 0; } }
    .header__nav__item {
      display: inline-block;
      color: #333;
      margin-right: 32px;
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
      visibility: visible;
      opacity: 1;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .header__nav__item:nth-child(1) {
        -webkit-transition-delay: 200ms;
           -moz-transition-delay: 200ms;
             -o-transition-delay: 200ms;
                transition-delay: 200ms; }
      .header__nav__item:nth-child(2) {
        -webkit-transition-delay: 250ms;
           -moz-transition-delay: 250ms;
             -o-transition-delay: 250ms;
                transition-delay: 250ms; }
      .header__nav__item:nth-child(3) {
        -webkit-transition-delay: 300ms;
           -moz-transition-delay: 300ms;
             -o-transition-delay: 300ms;
                transition-delay: 300ms; }
      .header__nav__item:nth-child(4) {
        -webkit-transition-delay: 350ms;
           -moz-transition-delay: 350ms;
             -o-transition-delay: 350ms;
                transition-delay: 350ms; }
      .header__nav__item:nth-child(5) {
        -webkit-transition-delay: 400ms;
           -moz-transition-delay: 400ms;
             -o-transition-delay: 400ms;
                transition-delay: 400ms; }
      .header__nav__item:nth-child(6) {
        -webkit-transition-delay: 450ms;
           -moz-transition-delay: 450ms;
             -o-transition-delay: 450ms;
                transition-delay: 450ms; }
      .header__nav__item:nth-child(7) {
        -webkit-transition-delay: 500ms;
           -moz-transition-delay: 500ms;
             -o-transition-delay: 500ms;
                transition-delay: 500ms; }
      @media only screen and (max-width: 1199.98px) {
        .header__nav__item {
          margin-right: 24px; } }
      @media only screen and (max-width: 991.98px) {
        .header__nav__item {
          display: block;
          margin-right: 0;
          margin-bottom: 16px;
          -webkit-transform: translateY(-12px);
             -moz-transform: translateY(-12px);
              -ms-transform: translateY(-12px);
               -o-transform: translateY(-12px);
                  transform: translateY(-12px);
          opacity: 0;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          -moz-transition: all .5s ease;
          transition: all .5s ease; }
          .header__nav__item:nth-child(1) {
            -webkit-transition-delay: 225ms;
               -moz-transition-delay: 225ms;
                 -o-transition-delay: 225ms;
                    transition-delay: 225ms; }
          .header__nav__item:last-child {
            margin-bottom: 0; }
          .header__nav__item:nth-child(2) {
            -webkit-transition-delay: 150ms;
               -moz-transition-delay: 150ms;
                 -o-transition-delay: 150ms;
                    transition-delay: 150ms; }
          .header__nav__item:last-child {
            margin-bottom: 0; }
          .header__nav__item:nth-child(3) {
            -webkit-transition-delay: 75ms;
               -moz-transition-delay: 75ms;
                 -o-transition-delay: 75ms;
                    transition-delay: 75ms; }
          .header__nav__item:last-child {
            margin-bottom: 0; }
          .header__nav__item:nth-child(4) {
            -webkit-transition-delay: 0ms;
               -moz-transition-delay: 0ms;
                 -o-transition-delay: 0ms;
                    transition-delay: 0ms; }
          .header__nav__item:last-child {
            margin-bottom: 0; }
          .header__nav__item:nth-child(5) {
            -webkit-transition-delay: -75ms;
               -moz-transition-delay: -75ms;
                 -o-transition-delay: -75ms;
                    transition-delay: -75ms; }
          .header__nav__item:last-child {
            margin-bottom: 0; }
          .header__nav__item:nth-child(6) {
            -webkit-transition-delay: -150ms;
               -moz-transition-delay: -150ms;
                 -o-transition-delay: -150ms;
                    transition-delay: -150ms; }
          .header__nav__item:last-child {
            margin-bottom: 0; }
          .header__nav__item:nth-child(7) {
            -webkit-transition-delay: -225ms;
               -moz-transition-delay: -225ms;
                 -o-transition-delay: -225ms;
                    transition-delay: -225ms; }
          .header__nav__item:last-child {
            margin-bottom: 0; }
          .show-nav .header__nav__item {
            -webkit-transform: none;
               -moz-transform: none;
                -ms-transform: none;
                 -o-transform: none;
                    transform: none;
            opacity: 1; }
            .show-nav .header__nav__item:nth-child(1) {
              -webkit-transition-delay: 450ms;
                 -moz-transition-delay: 450ms;
                   -o-transition-delay: 450ms;
                      transition-delay: 450ms; }
            .show-nav .header__nav__item:nth-child(2) {
              -webkit-transition-delay: 525ms;
                 -moz-transition-delay: 525ms;
                   -o-transition-delay: 525ms;
                      transition-delay: 525ms; }
            .show-nav .header__nav__item:nth-child(3) {
              -webkit-transition-delay: 600ms;
                 -moz-transition-delay: 600ms;
                   -o-transition-delay: 600ms;
                      transition-delay: 600ms; }
            .show-nav .header__nav__item:nth-child(4) {
              -webkit-transition-delay: 675ms;
                 -moz-transition-delay: 675ms;
                   -o-transition-delay: 675ms;
                      transition-delay: 675ms; }
            .show-nav .header__nav__item:nth-child(5) {
              -webkit-transition-delay: 750ms;
                 -moz-transition-delay: 750ms;
                   -o-transition-delay: 750ms;
                      transition-delay: 750ms; }
            .show-nav .header__nav__item:nth-child(6) {
              -webkit-transition-delay: 825ms;
                 -moz-transition-delay: 825ms;
                   -o-transition-delay: 825ms;
                      transition-delay: 825ms; }
            .show-nav .header__nav__item:nth-child(7) {
              -webkit-transition-delay: 900ms;
                 -moz-transition-delay: 900ms;
                   -o-transition-delay: 900ms;
                      transition-delay: 900ms; }
          .header__nav__item:last-child {
            margin-bottom: 0; } }
      .header__nav__item:last-child {
        margin-right: 0; }
      .header__nav__item:hover .header__nav__link::after {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; }
      .header__nav__item--active ~ li:hover .header__nav__link::after {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; }
      .header__nav__item--active .header__nav__link {
        color: #388e3c; }
        .header__nav__item--active .header__nav__link::after {
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; }
    .header__nav__link {
      text-decoration: none;
      display: inline-block;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-transform: uppercase;
      font-weight: 600;
      -webkit-transition: all 350ms ease;
      -o-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      font-size: 1.4rem;
      line-height: 2rem;
      color: #333; }
      @media only screen and (max-width: 991.98px) {
        .header__nav__link {
          padding: 8px 0;
          font-size: 1.6rem;
          line-height: 2.4rem;
          -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          display: block; } }
      .header__nav__link:hover {
        color: #388e3c; }
      .header__nav__link::after {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        border-bottom: 1px solid #388e3c;
        -webkit-border-radius: 1px;
           -moz-border-radius: 1px;
                border-radius: 1px;
        -webkit-transition: -webkit-transform .45s ease;
        transition: -webkit-transform .45s ease;
        -o-transition: -o-transform .45s ease;
        -moz-transition: transform .45s ease, -moz-transform .45s ease;
        transition: transform .45s ease;
        transition: transform .45s ease, -webkit-transform .45s ease, -moz-transform .45s ease, -o-transform .45s ease;
        -webkit-transform: scaleX(0);
           -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
             -o-transform: scaleX(0);
                transform: scaleX(0); }
        @media only screen and (max-width: 991.98px) {
          .header__nav__link::after {
            display: none; } }
  .header .burger-menu {
    display: none; }
    @media only screen and (max-width: 991.98px) {
      .header .burger-menu {
        display: block;
        position: absolute;
        z-index: 2;
        right: -12px;
        left: -12px;
        top: 12px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .header .burger-menu__bar {
          -webkit-transition: all .3s ease .6s;
          -o-transition: all .3s ease .6s;
          -moz-transition: all .3s ease .6s;
          transition: all .3s ease .6s; }
          .show-nav .header .burger-menu__bar {
            -webkit-transition-delay: 0s;
               -moz-transition-delay: 0s;
                 -o-transition-delay: 0s;
                    transition-delay: 0s; }
            .show-nav .header .burger-menu__bar:nth-child(1) {
              -webkit-transform: rotate(135deg) translate(5px, -5px);
                 -moz-transform: rotate(135deg) translate(5px, -5px);
                  -ms-transform: rotate(135deg) translate(5px, -5px);
                   -o-transform: rotate(135deg) translate(5px, -5px);
                      transform: rotate(135deg) translate(5px, -5px);
              -webkit-transition-delay: 100ms;
                 -moz-transition-delay: 100ms;
                   -o-transition-delay: 100ms;
                      transition-delay: 100ms; }
            .show-nav .header .burger-menu__bar:nth-child(2) {
              -webkit-transform: scale(0);
                 -moz-transform: scale(0);
                  -ms-transform: scale(0);
                   -o-transform: scale(0);
                      transform: scale(0);
              opacity: 0;
              -webkit-transition-delay: 0ms;
                 -moz-transition-delay: 0ms;
                   -o-transition-delay: 0ms;
                      transition-delay: 0ms; }
            .show-nav .header .burger-menu__bar:nth-child(3) {
              -webkit-transform: rotate(-135deg) translate(6px, 6px);
                 -moz-transform: rotate(-135deg) translate(6px, 6px);
                  -ms-transform: rotate(-135deg) translate(6px, 6px);
                   -o-transform: rotate(-135deg) translate(6px, 6px);
                      transform: rotate(-135deg) translate(6px, 6px);
              -webkit-transition-delay: 250ms;
                 -moz-transition-delay: 250ms;
                   -o-transition-delay: 250ms;
                      transition-delay: 250ms; } }
    .header .burger-menu.showed {
      visibility: hidden;
      opacity: 0; }
  .header .search {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 120px;
    color: #333;
    border: none;
    outline: none;
    padding: 6px 0;
    margin: 0;
    z-index: 2;
    background-color: transparent;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transition-delay: 450ms;
       -moz-transition-delay: 450ms;
         -o-transition-delay: 450ms;
            transition-delay: 450ms; }
    @media only screen and (max-width: 991.98px) {
      .header .search {
        right: 44px;
        font-size: 20px; } }
    .header .search:hover {
      -webkit-transition-delay: 0ms;
         -moz-transition-delay: 0ms;
           -o-transition-delay: 0ms;
              transition-delay: 0ms;
      color: #388e3c; }
  .header .cart {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 28px;
    right: 78px;
    z-index: 2;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transition-delay: 505ms;
       -moz-transition-delay: 505ms;
         -o-transition-delay: 505ms;
            transition-delay: 505ms;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }
    .header .cart::after {
      position: absolute;
      content: '1';
      display: block;
      background-color: #388e3c;
      color: #fff;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 18px;
      height: 18px;
      padding: 2px 4px 0;
      top: -12px;
      right: -14px;
      font-size: 1.2rem;
      line-height: 1.7rem;
      font-family: sans-serif; }
    @media only screen and (max-width: 991.98px) {
      .header .cart {
        right: 12px; } }
    .header .cart.showed {
      -webkit-transform: scale(0.85);
         -moz-transform: scale(0.85);
          -ms-transform: scale(0.85);
           -o-transform: scale(0.85);
              transform: scale(0.85);
      -webkit-transition-delay: 0ms;
         -moz-transition-delay: 0ms;
           -o-transition-delay: 0ms;
              transition-delay: 0ms; }

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 2;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  .overlay.showed {
    opacity: 1;
    visibility: visible; }

/* ==========================================================================
   Layouts Footer
   ========================================================================== */
.footer {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 64px 0 24px;
  background-color: #0d0d1f; }
  @media only screen and (max-width: 1200px) {
    .footer {
      padding: 40px 0 64px; } }
  @media only screen and (max-width: 1199.98px) {
    .footer {
      padding: 64px 0 48px; } }
  @media only screen and (max-width: 991.98px) {
    .footer {
      padding: 64px 0 72px; } }
  @media only screen and (max-width: 767.98px) {
    .footer {
      position: relative;
      padding: 48px 0; } }
  .footer__wrapper {
    padding: 20px 0; }
    .footer__wrapper::before, .footer__wrapper::after {
      content: " ";
      display: table; }
    .footer__wrapper::after {
      clear: both; }
  .footer__logo {
    display: inline-block;
    margin-bottom: 24px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .footer__logo__img {
      display: block;
      width: auto;
      height: 88px; }
      @media only screen and (max-width: 767.98px) {
        .footer__logo__img {
          height: 60px; } }
  .footer__description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #fff;
    margin: 0; }
    @media only screen and (max-width: 575.86px) {
      .footer__description {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .footer__bottom {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    display: block;
    border-top: solid 1px #4a4a4a;
    text-align: center; }
    .footer__bottom__copyright {
      margin: 0;
      padding: 24px 0;
      font-size: 1.4rem;
      line-height: 2rem; }
    @media only screen and (max-width: 991.98px) {
      .footer__bottom {
        margin-top: 24px;
        text-align: left; } }
    @media only screen and (max-width: 767.98px) {
      .footer__bottom {
        margin-top: 0; } }
  .footer__title {
    position: relative;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (max-width: 767.98px) {
      .footer__title::after {
        content: "\e914";
        font-family: 'rzfkomputer-icons';
        position: absolute;
        top: 4px;
        right: 0;
        font-size: 1.6rem;
        line-height: 2.4rem;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        -moz-transition: all .35s ease;
        transition: all .35s ease; } }
  .footer__about {
    float: left;
    max-width: 35%;
    padding-right: 48px; }
    @media only screen and (max-width: 1199.98px) {
      .footer__about {
        max-width: 30%;
        padding-right: 24px; } }
    @media only screen and (max-width: 991.98px) {
      .footer__about {
        max-width: 60%;
        padding-right: 0; } }
    @media only screen and (max-width: 767.98px) {
      .footer__about {
        float: none;
        max-width: initial; } }
  .footer__menu {
    float: right; }
    @media only screen and (max-width: 991.98px) {
      .footer__menu {
        float: left;
        padding-bottom: 24px; } }
    @media only screen and (max-width: 767.98px) {
      .footer__menu {
        float: none;
        width: 100%;
        padding-bottom: 24px; } }
    .footer__menu__item {
      float: left;
      padding: 0 36px; }
      @media only screen and (max-width: 991.98px) {
        .footer__menu__item {
          margin-right: 40px;
          padding: 0; } }
      @media only screen and (max-width: 767.98px) {
        .footer__menu__item {
          float: none;
          width: 100%;
          margin-right: 0;
          padding-bottom: 8px; }
          .footer__menu__item:last-child {
            padding-bottom: 0; } }
      @media only screen and (max-width: 767.98px) {
        .footer__menu__item--show .footer__title::after {
          -webkit-transform: rotateX(180deg);
             -moz-transform: rotateX(180deg);
                  transform: rotateX(180deg); }
        .footer__menu__item--show .footer__nav__item {
          opacity: 1;
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none;
          -webkit-transition: all .35s ease .3s;
          -o-transition: all .35s ease .3s;
          -moz-transition: all .35s ease .3s;
          transition: all .35s ease .3s; } }
  .footer__nav {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 767.98px) {
      .footer__nav {
        display: none; } }
    .footer__nav__item {
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 400;
      color: #fff;
      margin-bottom: 16px; }
      @media only screen and (max-width: 767.98px) {
        .footer__nav__item {
          font-size: 1.4rem;
          line-height: 2rem;
          opacity: 0;
          margin-bottom: 14px;
          -webkit-transform: translateX(24px);
             -moz-transform: translateX(24px);
              -ms-transform: translateX(24px);
               -o-transform: translateX(24px);
                  transform: translateX(24px);
          -webkit-transition: all .35s ease 0s;
          -o-transition: all .35s ease 0s;
          -moz-transition: all .35s ease 0s;
          transition: all .35s ease 0s; }
          .footer__nav__item:last-child {
            margin-bottom: 16px; } }
    .footer__nav__link {
      text-decoration: none;
      position: relative;
      display: inline-block;
      color: #fff;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .footer__nav__link::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: #fff;
        -webkit-transform: scaleX(0);
           -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
             -o-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right center;
           -moz-transform-origin: right center;
            -ms-transform-origin: right center;
             -o-transform-origin: right center;
                transform-origin: right center;
        -webkit-transition: -webkit-transform .35s ease;
        transition: -webkit-transform .35s ease;
        -o-transition: -o-transform .35s ease;
        -moz-transition: transform .35s ease, -moz-transform .35s ease;
        transition: transform .35s ease;
        transition: transform .35s ease, -webkit-transform .35s ease, -moz-transform .35s ease, -o-transform .35s ease; }
      .footer__nav__link:hover::after {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        -webkit-transform-origin: left center;
           -moz-transform-origin: left center;
            -ms-transform-origin: left center;
             -o-transform-origin: left center;
                transform-origin: left center; }
    .footer__nav__img {
      display: inline-block;
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px;
      overflow: hidden;
      -webkit-transition: -webkit-transform .35s ease;
      transition: -webkit-transform .35s ease;
      -o-transition: -o-transform .35s ease;
      -moz-transition: transform .35s ease, -moz-transform .35s ease;
      transition: transform .35s ease;
      transition: transform .35s ease, -webkit-transform .35s ease, -moz-transform .35s ease, -o-transform .35s ease; }
      .footer__nav__img:hover {
        -webkit-transform: translateY(-4px);
           -moz-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
             -o-transform: translateY(-4px);
                transform: translateY(-4px); }
      .footer__nav__img__el {
        display: block;
        width: auto;
        height: 48px; }
    .footer__nav__desc {
      display: inline-block;
      vertical-align: middle; }
    .footer__nav__icon {
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      width: 32px;
      height: 32px;
      padding: 4px;
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-right: 8px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      color: #333;
      background-color: #fff;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      -moz-transition: all .35s ease;
      transition: all .35s ease; }
      .footer__nav__icon:last-child {
        margin-right: 0; }
      .footer__nav__icon__link {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
    .footer__nav .facebook:hover i {
      background-color: #4267b2;
      color: #fff; }
    .footer__nav .instagram:hover i {
      background-color: #c13584;
      color: #fff; }
    .footer__nav .whatsapp:hover i {
      background-color: #4fce5d;
      color: #fff; }
    .footer__nav .youtube:hover i {
      background-color: #ff0000;
      color: #fff; }

/* ==========================================================================
   Layouts: Hero Banner
   ========================================================================== */
.hero-banner {
  position: relative; }
  .hero-banner .hero-banner__item {
    opacity: 0;
    -webkit-transition: opacity 2000ms ease;
    -o-transition: opacity 2000ms ease;
    -moz-transition: opacity 2000ms ease;
    transition: opacity 2000ms ease; }
    @media only screen and (max-width: 991.98px) {
      .hero-banner .hero-banner__item {
        opacity: 1;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; } }
    .hero-banner .hero-banner__item::before {
      opacity: 0;
      -webkit-transform: translateY(-32px);
         -moz-transform: translateY(-32px);
          -ms-transform: translateY(-32px);
           -o-transform: translateY(-32px);
              transform: translateY(-32px);
      -webkit-transition: all 4000ms ease;
      -o-transition: all 4000ms ease;
      -moz-transition: all 4000ms ease;
      transition: all 4000ms ease; }
    .hero-banner .hero-banner__item::after {
      opacity: 0;
      -webkit-transform: translateY(32px);
         -moz-transform: translateY(32px);
          -ms-transform: translateY(32px);
           -o-transform: translateY(32px);
              transform: translateY(32px);
      -webkit-transition: all 4000ms ease-in-out;
      -o-transition: all 4000ms ease-in-out;
      -moz-transition: all 4000ms ease-in-out;
      transition: all 4000ms ease-in-out; }
  .hero-banner .hero-banner__img__el {
    opacity: 0;
    -webkit-transform: translateY(24px);
       -moz-transform: translateY(24px);
        -ms-transform: translateY(24px);
         -o-transform: translateY(24px);
            transform: translateY(24px);
    -webkit-transition: opacity 800ms ease, -webkit-transform 3000ms ease;
    transition: opacity 800ms ease, -webkit-transform 3000ms ease;
    -o-transition: opacity 800ms ease, -o-transform 3000ms ease;
    -moz-transition: opacity 800ms ease, transform 3000ms ease, -moz-transform 3000ms ease;
    transition: opacity 800ms ease, transform 3000ms ease;
    transition: opacity 800ms ease, transform 3000ms ease, -webkit-transform 3000ms ease, -moz-transform 3000ms ease, -o-transform 3000ms ease;
    -webkit-transition-delay: 0ms;
       -moz-transition-delay: 0ms;
         -o-transition-delay: 0ms;
            transition-delay: 0ms; }
  .hero-banner .hero-banner__img::after {
    opacity: 0;
    -webkit-transform: translateY(32px);
       -moz-transform: translateY(32px);
        -ms-transform: translateY(32px);
         -o-transform: translateY(32px);
            transform: translateY(32px);
    -webkit-transition: opacity 4000ms ease-in-out, -webkit-transform 3000ms ease;
    transition: opacity 4000ms ease-in-out, -webkit-transform 3000ms ease;
    -o-transition: opacity 4000ms ease-in-out, -o-transform 3000ms ease;
    -moz-transition: opacity 4000ms ease-in-out, transform 3000ms ease, -moz-transform 3000ms ease;
    transition: opacity 4000ms ease-in-out, transform 3000ms ease;
    transition: opacity 4000ms ease-in-out, transform 3000ms ease, -webkit-transform 3000ms ease, -moz-transform 3000ms ease, -o-transform 3000ms ease;
    -webkit-transition-delay: 0ms;
       -moz-transition-delay: 0ms;
         -o-transition-delay: 0ms;
            transition-delay: 0ms; }
  .hero-banner .hero-banner__title {
    opacity: 0;
    -webkit-transform: translateY(16px);
       -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
         -o-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: all 1250ms ease;
    -o-transition: all 1250ms ease;
    -moz-transition: all 1250ms ease;
    transition: all 1250ms ease;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .hero-banner .hero-banner__desc {
    opacity: 0;
    -webkit-transform: translateY(16px);
       -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
         -o-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    transition: all 1200ms ease;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .hero-banner .hero-banner__btn {
    opacity: 0;
    -webkit-transform: translateY(16px);
       -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
         -o-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: opacity 1250ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 1200ms ease;
    transition: opacity 1250ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 1200ms ease;
    -o-transition: opacity 1250ms ease, background-color 350ms ease, color 350ms ease, -o-transform 1200ms ease;
    -moz-transition: opacity 1250ms ease, transform 1200ms ease, background-color 350ms ease, color 350ms ease, -moz-transform 1200ms ease;
    transition: opacity 1250ms ease, transform 1200ms ease, background-color 350ms ease, color 350ms ease;
    transition: opacity 1250ms ease, transform 1200ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 1200ms ease, -moz-transform 1200ms ease, -o-transform 1200ms ease;
    -webkit-transition-delay: 0ms;
       -moz-transition-delay: 0ms;
         -o-transition-delay: 0ms;
            transition-delay: 0ms; }
  .hero-banner--single .hero-banner__item,
  .hero-banner .owl-item.active .hero-banner__item {
    opacity: 1; }
    .hero-banner--single .hero-banner__item::before, .hero-banner--single .hero-banner__item::after,
    .hero-banner .owl-item.active .hero-banner__item::before,
    .hero-banner .owl-item.active .hero-banner__item::after {
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none;
      opacity: 1; }
  .hero-banner--single .hero-banner__img::before, .hero-banner--single .hero-banner__img::after,
  .hero-banner .owl-item.active .hero-banner__img::before,
  .hero-banner .owl-item.active .hero-banner__img::after {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1; }
  .hero-banner--single .hero-banner__img__el,
  .hero-banner .owl-item.active .hero-banner__img__el {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: opacity 3500ms ease, -webkit-transform 1750ms ease;
    transition: opacity 3500ms ease, -webkit-transform 1750ms ease;
    -o-transition: opacity 3500ms ease, -o-transform 1750ms ease;
    -moz-transition: opacity 3500ms ease, transform 1750ms ease, -moz-transform 1750ms ease;
    transition: opacity 3500ms ease, transform 1750ms ease;
    transition: opacity 3500ms ease, transform 1750ms ease, -webkit-transform 1750ms ease, -moz-transform 1750ms ease, -o-transform 1750ms ease;
    -webkit-transition-delay: 750ms;
       -moz-transition-delay: 750ms;
         -o-transition-delay: 750ms;
            transition-delay: 750ms; }
  .hero-banner--single .hero-banner__title,
  .hero-banner .owl-item.active .hero-banner__title {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 1750ms ease;
    -o-transition: all 1750ms ease;
    -moz-transition: all 1750ms ease;
    transition: all 1750ms ease;
    -webkit-transition-delay: 750ms;
       -moz-transition-delay: 750ms;
         -o-transition-delay: 750ms;
            transition-delay: 750ms; }
  .hero-banner--single .hero-banner__desc,
  .hero-banner .owl-item.active .hero-banner__desc {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 1750ms ease;
    -o-transition: all 1750ms ease;
    -moz-transition: all 1750ms ease;
    transition: all 1750ms ease;
    -webkit-transition-delay: 1500ms;
       -moz-transition-delay: 1500ms;
         -o-transition-delay: 1500ms;
            transition-delay: 1500ms; }
  .hero-banner--single .hero-banner__btn,
  .hero-banner .owl-item.active .hero-banner__btn {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 1750ms ease 2000ms, background-color 350ms ease 0ms, color 350ms ease 0ms, -webkit-transform 1750ms ease 2000ms;
    transition: opacity 1750ms ease 2000ms, background-color 350ms ease 0ms, color 350ms ease 0ms, -webkit-transform 1750ms ease 2000ms;
    -o-transition: opacity 1750ms ease 2000ms, background-color 350ms ease 0ms, color 350ms ease 0ms, -o-transform 1750ms ease 2000ms;
    -moz-transition: opacity 1750ms ease 2000ms, transform 1750ms ease 2000ms, background-color 350ms ease 0ms, color 350ms ease 0ms, -moz-transform 1750ms ease 2000ms;
    transition: opacity 1750ms ease 2000ms, transform 1750ms ease 2000ms, background-color 350ms ease 0ms, color 350ms ease 0ms;
    transition: opacity 1750ms ease 2000ms, transform 1750ms ease 2000ms, background-color 350ms ease 0ms, color 350ms ease 0ms, -webkit-transform 1750ms ease 2000ms, -moz-transform 1750ms ease 2000ms, -o-transform 1750ms ease 2000ms; }
  .hero-banner.owl-carousel {
    display: block; }
    .hero-banner.owl-carousel .owl-item img {
      width: 100%; }
    .hero-banner.owl-carousel .owl-dot {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      width: 24px;
      height: 6px;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      background-color: #ddd;
      -webkit-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      transition: all 400ms ease; }
      .hero-banner.owl-carousel .owl-dot:last-child {
        margin-right: 0; }
      .hero-banner.owl-carousel .owl-dot.active {
        width: 24px;
        background-color: #388e3c; }
      .hero-banner.owl-carousel .owl-dots {
        position: absolute;
        bottom: 28px;
        line-height: 0;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%; }
        @media only screen and (max-width: 767.98px) {
          .hero-banner.owl-carousel .owl-dots {
            bottom: 16px; } }

/* ==========================================================================
   Layouts Why Choose Us
   ========================================================================== */
.features {
  padding: 40px 0;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 1199.98px) {
    .features {
      padding: 72px 0; } }
  @media only screen and (max-width: 991.98px) {
    .features {
      padding: 80px 0 56px; } }
  @media only screen and (max-width: 767.98px) {
    .features {
      padding: 80px 0 44px; } }
  @media only screen and (max-width: 575.86px) {
    .features {
      padding: 72px 0 40px; } }
  .features__wrapper {
    margin-left: -24px;
    margin-right: -24px; }
    .features__wrapper::before, .features__wrapper::after {
      content: " ";
      display: table; }
    .features__wrapper::after {
      clear: both; }
    @media only screen and (max-width: 991.98px) {
      .features__wrapper {
        margin-left: -24px;
        margin-right: -24px; } }
  .features .features__card {
    float: left;
    width: 25%; }
    .features .features__card:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 991.98px) {
      .features .features__card {
        width: 50%; } }
    @media only screen and (max-width: 767.98px) {
      .features .features__card {
        width: 100%; } }

/* ==========================================================================
   Layouts: Our Product
   ========================================================================== */
.our-product__stories {
  padding: 80px 0; }
  @media only screen and (max-width: 480px) {
    .our-product__stories {
      padding: 40px 0; } }
  .our-product__stories__box {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    margin-top: 40px; }
    @media only screen and (max-width: 1199.98px) {
      .our-product__stories__box {
        min-height: initial; } }
    @media only screen and (max-width: 767.98px) {
      .our-product__stories__box {
        min-height: 500px; } }
    @media only screen and (max-width: 575.86px) {
      .our-product__stories__box {
        min-height: 400px; } }
  .our-product__stories__container {
    position: absolute;
    top: 0;
    left: -webkit-calc(50% - 585px);
    left: -moz-calc(50% - 585px);
    left: calc(50% - 585px);
    right: 0;
    bottom: 0;
    height: 100%; }
    @media only screen and (max-width: 1199.98px) {
      .our-product__stories__container {
        position: static;
        margin-left: 24px; } }
    @media only screen and (max-width: 767.98px) {
      .our-product__stories__container {
        margin-left: 16px; } }
    @media only screen and (max-width: 575.86px) {
      .our-product__stories__container {
        margin-left: 0; } }
  .our-product__stories__content {
    position: relative;
    padding: 0; }
  .our-product__stories__list {
    line-height: 1;
    font-size: 0;
    overflow: hidden;
    -webkit-border-radius: 8px 0 0 8px;
       -moz-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px; }
    @media only screen and (max-width: 575.86px) {
      .our-product__stories__list {
        display: block;
        width: auto;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        margin-left: -24px;
        padding-left: 24px;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0; }
        .our-product__stories__list::-webkit-scrollbar {
          -webkit-appearance: none;
          display: none;
          width: 0; } }
  .our-product__stories .our-product-card {
    display: inline-block;
    float: none;
    width: 460px;
    overflow: hidden; }
    @media only screen and (max-width: 767.98px) {
      .our-product__stories .our-product-card {
        height: 500px; } }
    @media only screen and (max-width: 575.86px) {
      .our-product__stories .our-product-card {
        width: 80%;
        height: 400px; } }

/* ==========================================================================
   Layouts: Sale
   ========================================================================== */
.sale {
  text-align: center;
  position: relative;
  padding: 40px 0; }
  .sale__logo {
    margin: 0 0 36px; }
    .sale__logo img {
      display: inline-block;
      width: 60px;
      height: 60px; }
  .sale__text {
    display: inline-block;
    text-align: center;
    width: 660px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400; }
    .sale__text span {
      font-weight: 700; }
    @media only screen and (max-width: 767.98px) {
      .sale__text {
        width: 100%; } }
    .sale__text__title {
      font-family: "Source Sans Pro", serif;
      font-size: 38px;
      line-height: 1.3;
      font-weight: 700;
      margin: 0 0 24px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767.98px) {
        .sale__text__title {
          font-size: 28px; } }
    .sale__text__desc {
      margin: 0 0 80px;
      color: #333; }
      .sale__text__desc span {
        display: block; }
      @media only screen and (max-width: 767.98px) {
        .sale__text__desc {
          font-size: 1.6rem;
          line-height: 2.4rem; } }
  .sale__content {
    background-color: #f9f9f9;
    position: relative;
    height: 580px; }
    @media only screen and (max-width: 991.98px) {
      .sale__content {
        height: auto; } }
  .sale__title {
    font-size: 24px;
    margin: 0 0 24px;
    text-align: center; }
  .sale__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%; }
    .sale__img::after {
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      height: 100%;
      width: 100%;
      content: '';
      position: absolute;
      background: rgba(0, 0, 0, 0.5); }
    .sale__img-el {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    @media only screen and (max-width: 991.98px) {
      .sale__img {
        position: static;
        width: 100%;
        height: 380px; } }
    @media only screen and (max-width: 767.98px) {
      .sale__img {
        height: 420px; } }

/* ==========================================================================
   Layouts: Product Detail
   ========================================================================== */
.pdetail {
  padding: 48px 0 80px; }
  @media only screen and (max-width: 991.98px) {
    .pdetail {
      padding: 64px 0; } }
  @media only screen and (max-width: 767.98px) {
    .pdetail {
      padding: 32px 0; } }
  .pdetail__row::before, .pdetail__row::after {
    content: " ";
    display: table; }
  .pdetail__row::after {
    clear: both; }
  .pdetail__img {
    float: left;
    width: 50%; }
    @media only screen and (max-width: 1199.98px) {
      .pdetail__img {
        width: 100%; } }
    .pdetail__img-fill {
      margin-bottom: 8px;
      width: 100%; }
      @media only screen and (max-width: 1199.98px) {
        .pdetail__img-fill {
          width: 100%; } }
      @media only screen and (max-width: 991.98px) {
        .pdetail__img-fill {
          margin-bottom: 4px; } }
    .pdetail__img-detail {
      white-space: nowrap;
      overflow-y: hidden;
      overflow-x: auto;
      -ms-overflow-style: none;
      margin-left: -16px;
      margin-right: -16px;
      padding: 8px; }
      .pdetail__img-detail::before, .pdetail__img-detail::after {
        content: " ";
        display: table; }
      .pdetail__img-detail::after {
        clear: both; }
      .pdetail__img-detail::-webkit-scrollbar {
        -webkit-appearance: none;
        display: none;
        width: 0; }
      @media only screen and (max-width: 991.98px) {
        .pdetail__img-detail {
          margin-left: -12px;
          margin-right: -12px; } }
    .pdetail__img-box {
      width: 33.3333333%;
      float: left; }
    .pdetail__img-img {
      margin: 0 8px;
      border: solid 1px #ced4da;
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      @media only screen and (max-width: 575.86px) {
        .pdetail__img-img {
          margin: 0 6px; } }
    .pdetail__img-el {
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px;
      display: block; }
      @media only screen and (max-width: 1199.98px) {
        .pdetail__img-el {
          width: 100%; } }
  .pdetail__form {
    float: left;
    width: 50%;
    padding: 64px 0 0 48px; }
    @media only screen and (max-width: 1199.98px) {
      .pdetail__form {
        padding: 48px 0 0; } }
    @media only screen and (max-width: 767.98px) {
      .pdetail__form {
        width: 100%;
        padding: 32px 0 0; } }
    .pdetail__form__name {
      font-size: 2.4rem;
      line-height: 3.2rem; }
    .pdetail__form__summary {
      font-size: 1.4rem;
      line-height: 2rem;
      margin-bottom: 18px; }
  .pdetail__form__price, .pdetail__form__count, .pdetail__form__category, .pdetail__form__inventory {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-right: 64px;
    margin-bottom: 8px; }
  .pdetail__form__count-wrapper {
    padding: 12px 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border-top: 1px solid #ced4da; }
  .pdetail__form__row {
    margin-bottom: 0;
    padding: 12px 0; }
  .pdetail__form__min, .pdetail__form__max {
    outline: 0;
    margin: 0;
    width: 40px;
    height: 44px;
    cursor: pointer;
    border: 1px solid #ced4da;
    background-color: #fafafa;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease; }
    .pdetail__form__min:hover, .pdetail__form__max:hover {
      background-color: #f2f2f2; }
  .pdetail__form__quantity {
    outline: 0;
    border: none;
    padding: 8px;
    margin: 0 6px;
    max-width: 44px;
    border: 2px solid #ced4da;
    text-align: center;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .pdetail__form__quantity:focus {
      border: solid 2px #388e3c; }
  .pdetail__form__row i.rzfkomputer-cart {
    padding-right: 12px; }
  .pdetail__form .btn--cart {
    width: 70%; }
    @media only screen and (max-width: 767.98px) {
      .pdetail__form .btn--cart {
        width: 90%; } }
  .pdetail__related-product {
    padding: 120px; }

@-webkit-keyframes "accordion" {
  from {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes "accordion" {
  from {
    -moz-transform: translateY(8px);
         transform: translateY(8px);
    opacity: 0; }
  to {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 1; } }

@keyframes "accordion" {
  from {
    -webkit-transform: translateY(8px);
       -moz-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.pdetail__tab__nav-tab {
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
  font-size: 0;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.pdetail__tab .tab-item {
  display: inline-block;
  position: relative;
  padding: 20px 0;
  margin: 0 46px;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #4f4f4f;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  text-align: left;
  text-transform: uppercase; }
  .pdetail__tab .tab-item::after {
    content: '';
    position: absolute;
    left: 24px;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    display: block;
    width: 36px;
    height: 2px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #388e3c; }
  .pdetail__tab .tab-item:hover {
    color: #388e3c; }
  .pdetail__tab .tab-item.active {
    color: #388e3c; }
    .pdetail__tab .tab-item.active::after {
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
  @media only screen and (max-width: 575.86px) {
    .pdetail__tab .tab-item {
      margin: 0 20px;
      font-size: 1.6rem;
      line-height: 2.4rem; } }
  @media only screen and (max-width: 320px) {
    .pdetail__tab .tab-item {
      margin: 0 10px; } }

.pdetail__tab .tab-content {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 44px 0; }

.pdetail__tab .tab-pane {
  display: none;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease; }
  .pdetail__tab .tab-pane__name {
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 575.86px) {
      .pdetail__tab .tab-pane__name {
        font-size: 1.8rem;
        line-height: 2.6rem; } }
  .pdetail__tab .tab-pane__desc {
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.6rem; }
    @media only screen and (max-width: 575.86px) {
      .pdetail__tab .tab-pane__desc {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .pdetail__tab .tab-pane.active {
    display: block;
    -webkit-animation: accordion .4s ease-in-out .2s both;
       -moz-animation: accordion .4s ease-in-out .2s both;
            animation: accordion .4s ease-in-out .2s both; }
  .pdetail__tab .tab-pane__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .pdetail__tab .tab-pane__item {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.6rem; }

.pdetail__tab .customers {
  border-collapse: collapse;
  width: 100%; }
  .pdetail__tab .customers td, .pdetail__tab .customers th {
    border: 1px solid #ddd;
    padding: 8px;
    width: 50%; }
  .pdetail__tab .customers tr:nth-child(even) {
    background-color: #f2f2f2; }

.pdetail__tab th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding: 12px;
  text-align: left;
  color: white; }

/* ==========================================================================
   Layouts Contact
   ========================================================================== */
.contact {
  padding: 40px 0;
  text-align: center; }
  .contact__logo {
    margin: 0 0 36px; }
    .contact__logo img {
      display: inline-block;
      width: 60px;
      height: 60px; }
  .contact__text {
    display: inline-block;
    text-align: center;
    width: 660px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400; }
    .contact__text span {
      font-weight: 700; }
    @media only screen and (max-width: 767.98px) {
      .contact__text {
        width: 100%; } }
    .contact__text__title {
      font-family: "Source Sans Pro", serif;
      font-size: 38px;
      line-height: 1.3;
      font-weight: 700;
      margin: 0 0 24px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767.98px) {
        .contact__text__title {
          font-size: 28px; } }
    .contact__text__desc {
      margin: 0 0 80px;
      color: #333; }
      .contact__text__desc span {
        display: block; }
      @media only screen and (max-width: 767.98px) {
        .contact__text__desc {
          font-size: 16px; } }
  .contact__wrapper {
    background-color: #fff;
    position: relative;
    height: 580px; }
    @media only screen and (max-width: 991.98px) {
      .contact__wrapper {
        height: auto; } }
  .contact__title {
    font-size: 24px;
    margin: 0 0 24px;
    text-align: left; }
  .contact__map {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%; }
    .contact__map iframe {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 991.98px) {
      .contact__map {
        position: static;
        width: 100%;
        height: 380px; } }
  .contact__form {
    float: left;
    width: 50%;
    padding: 16px 32px 16px 0; }
    @media only screen and (max-width: 991.98px) {
      .contact__form {
        float: none;
        width: 100%;
        padding: 40px 0; } }

/* ==========================================================================
   Layouts Cart
   ========================================================================== */
.cart {
  padding: 120px 0 48px;
  background-color: #fff; }
  @media only screen and (max-width: 991.98px) {
    .cart {
      padding: 48px 0; } }
  @media only screen and (max-width: 575.86px) {
    .cart {
      padding: 24px 0; } }
  .cart__table,
  .cart tr {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal; }
    .cart__table td,
    .cart tr td {
      padding: 20px 0;
      border-bottom: solid 1px #bbb; }
    .cart__table-title,
    .cart tr-title {
      font-weight: 600;
      font-size: 1.8rem;
      line-height: 2.6rem;
      padding-bottom: 12px;
      text-transform: uppercase;
      border-bottom: solid 1px #bbb; }
  .cart__media {
    max-width: 546px;
    position: relative; }
    .cart__media__content::before, .cart__media__content::after {
      content: " ";
      display: table; }
    .cart__media__content::after {
      clear: both; }
    .cart__media__delete-btn {
      position: absolute;
      top: 0;
      left: 8px;
      bottom: 0;
      width: 45px;
      height: 40px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background-color: #ff0000;
      width: 40px;
      color: #fff;
      outline: 0;
      border: none;
      padding: 0;
      margin: 0;
      cursor: pointer; }
    .cart__media__img-wrapper {
      float: left; }
    .cart__media__img-el {
      width: 210px;
      display: block;
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px; }
    .cart__media__name {
      float: left;
      padding: 34px 0;
      margin-bottom: 0;
      padding-left: 20px; }
      @media only screen and (max-width: 991.98px) {
        .cart__media__name {
          display: none; } }
    .cart__media__price {
      margin-bottom: 0; }
      @media only screen and (max-width: 575.86px) {
        .cart__media__price {
          font-size: 1.4rem;
          line-height: 2rem;
          padding-left: 12px; } }
    .cart__media__total {
      margin-bottom: 0;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 400; }
      @media only screen and (max-width: 575.86px) {
        .cart__media__total {
          font-size: 1.4rem;
          line-height: 2rem; } }
    .cart__media__product-count {
      padding: 12px 0;
      position: relative; }
      @media only screen and (max-width: 575.86px) {
        .cart__media__product-count {
          max-width: 40px;
          padding-left: 24px; } }
    .cart__media__input-qty {
      width: 40px;
      height: 44px;
      padding: 8px 6px;
      outline: 0;
      border: solid 2px #ced4da;
      text-align: center;
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px;
      -webkit-transition: all 350ms ease;
      -o-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
      @media only screen and (max-width: 575.86px) {
        .cart__media__input-qty {
          width: 30px;
          height: 30px;
          padding: 4px;
          font-size: 1.2rem;
          line-height: 1.7rem; } }
      .cart__media__input-qty:focus {
        border: solid 2px #388e3c; }
    .cart__media__btn-chevron-down, .cart__media__btn-chevron-up {
      width: 40px;
      height: 44px;
      border: none;
      outline: 0;
      margin-right: 4px;
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px;
      background-color: #fafafa;
      border: 1px solid #ced4da;
      -webkit-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      transition: all 150ms ease; }
      @media only screen and (max-width: 575.86px) {
        .cart__media__btn-chevron-down, .cart__media__btn-chevron-up {
          width: 30px;
          margin: 8px 0;
          height: 30px;
          font-size: 1.2rem;
          line-height: 1.7rem; } }
      .cart__media__btn-chevron-down:last-child, .cart__media__btn-chevron-up:last-child {
        margin-right: 0; }
      .cart__media__btn-chevron-down:hover, .cart__media__btn-chevron-up:hover {
        background-color: #f2f2f2; }
    .cart__media__btn-min {
      top: 0; }
    .cart__media__btn-plus {
      bottom: 0; }

.checkout {
  padding: 24px 0 48px; }
  .checkout__wrapper::before, .checkout__wrapper::after {
    content: " ";
    display: table; }
  .checkout__wrapper::after {
    clear: both; }
  .checkout__form {
    float: left;
    width: 50%; }
    @media only screen and (max-width: 767.98px) {
      .checkout__form {
        width: 100%; } }
    .checkout__form-title {
      font-size: 1.8rem;
      line-height: 2.6rem;
      margin-bottom: 2.4rem;
      text-transform: uppercase; }
  .checkout__summary {
    float: left;
    width: 50%;
    padding: 24px 32px; }
    @media only screen and (max-width: 767.98px) {
      .checkout__summary {
        width: 100%;
        padding: 32px 0; } }
  .checkout__box {
    padding: 32px;
    background-color: #eff5ef;
    text-align: left;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px; }
  .checkout__title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: left;
    margin-bottom: 24px;
    text-transform: uppercase; }
  .checkout__table {
    width: 100%; }
    .checkout__table-list {
      padding-bottom: 18px; }
    .checkout__table-name {
      padding-left: 12px; }
    .checkout__table-count {
      padding-left: 18px; }
    .checkout__table-price {
      padding: 6px 0; }
    .checkout__table-name, .checkout__table-count, .checkout__table-price {
      font-size: 1.4rem;
      line-height: 2rem; }
      @media only screen and (max-width: 575.86px) {
        .checkout__table-name, .checkout__table-count, .checkout__table-price {
          font-size: 1.2rem;
          line-height: 1.7rem; } }
    @media only screen and (max-width: 575.86px) {
      .checkout__table-price {
        font-size: 1.2rem;
        line-height: 1.7rem; } }
    .checkout__table th {
      padding: 12px 0;
      font-weight: 400; }
      @media only screen and (max-width: 575.86px) {
        .checkout__table th {
          font-size: 1.2rem;
          line-height: 1.7rem; } }
    .checkout__table tr {
      border-bottom: solid 1px #ced4da; }

/* ==========================================================================
   Components Card Product
   ========================================================================== */
.card-product {
  text-align: center;
  overflow: hidden;
  padding: 40px 0;
  font-size: 0; }
  @media only screen and (max-width: 1199.98px) {
    .card-product {
      padding: 112px 0 72px; } }
  @media only screen and (max-width: 991.98px) {
    .card-product {
      padding: 88px 0 56px; } }
  @media only screen and (max-width: 767.98px) {
    .card-product {
      padding: 80px 0 44px; } }
  @media only screen and (max-width: 575.86px) {
    .card-product {
      padding: 48px 0 40px; } }
  .card-product__body {
    margin-right: -12px;
    margin-left: -12px;
    margin-bottom: 24px;
    position: relative; }
  .card-product__list {
    padding: 24px 0; }
    .card-product__list::before, .card-product__list::after {
      content: " ";
      display: table; }
    .card-product__list::after {
      clear: both; }
  .card-product .card-product__card {
    float: left;
    width: 25%;
    padding: 18px; }
    @media only screen and (max-width: 991.98px) {
      .card-product .card-product__card {
        width: 50%;
        padding: 0;
        padding: 12px; } }
    @media only screen and (max-width: 575.86px) {
      .card-product .card-product__card {
        width: 50%; } }
    .card-product .card-product__card__title {
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 600;
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      -webkit-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease;
      margin-bottom: 8px; }
      @media only screen and (max-width: 991.98px) {
        .card-product .card-product__card__title {
          white-space: normal; } }
      @media only screen and (max-width: 575.86px) {
        .card-product .card-product__card__title {
          font-size: 1.2rem;
          line-height: 1.7rem; } }
    .card-product .card-product__card__percentage, .card-product .card-product__card__priceCarret {
      margin-bottom: 8px; }
      @media only screen and (max-width: 767.98px) {
        .card-product .card-product__card__percentage, .card-product .card-product__card__priceCarret {
          margin: 0; } }
    .card-product .card-product__card__percentage {
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 600;
      background-color: #eff5ef;
      color: #388e3c;
      margin-right: 12px;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      display: inline-block;
      width: 40px;
      text-align: center; }
      @media only screen and (max-width: 575.86px) {
        .card-product .card-product__card__percentage {
          font-size: 1.2rem;
          line-height: 1.7rem;
          margin-right: 4px; } }
    .card-product .card-product__card__price-carret {
      font-size: 1.4rem;
      line-height: 2rem;
      text-decoration: line-through; }
      @media only screen and (max-width: 575.86px) {
        .card-product .card-product__card__price-carret {
          font-size: 1rem;
          line-height: 1.6rem; } }
    .card-product .card-product__card__price-product {
      font-size: 1.8rem;
      line-height: 2.6rem;
      font-weight: 600;
      margin: 0; }
      @media only screen and (max-width: 575.86px) {
        .card-product .card-product__card__price-product {
          font-size: 1.4rem;
          line-height: 2rem; } }

/* ==========================================================================
   Category
   ========================================================================== */
.c-p {
  padding: 40px 0; }
  .c-p__head {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 8px; }
    @media only screen and (max-width: 1199.98px) {
      .c-p__head {
        margin-bottom: 16px; } }
    @media only screen and (max-width: 991.98px) {
      .c-p__head {
        margin-bottom: 24px; } }
  .c-p__title {
    margin-bottom: 40px; }
    @media only screen and (max-width: 1199.98px) {
      .c-p__title {
        margin-bottom: 32px; } }
    @media only screen and (max-width: 991.98px) {
      .c-p__title {
        margin-bottom: 24px;
        font-size: 2.4rem;
        line-height: 3.2rem; } }
  .c-p__content {
    width: 100%;
    text-align: center; }
  .c-p__wrapper {
    margin-left: -12px;
    margin-right: -12px; }
    .c-p__wrapper::before, .c-p__wrapper::after {
      content: " ";
      display: table; }
    .c-p__wrapper::after {
      clear: both; }
  @media only screen and (max-width: 1199.98px) {
    .c-p__btn {
      margin-top: 16px; } }
  @media only screen and (max-width: 991.98px) {
    .c-p__btn {
      margin-top: 24px; } }
  .c-p__select {
    display: none; }
    @media only screen and (max-width: 767.98px) {
      .c-p__select {
        position: relative;
        display: inline-block;
        width: 80%;
        padding: 12px;
        border-bottom: 1px solid #388e3c; } }
    .c-p__select__text {
      font-size: 1.8rem;
      line-height: 2.6rem;
      font-weight: 600;
      color: #388e3c;
      margin-bottom: 0;
      -webkit-transition: all 350ms ease;
      -o-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
      @media only screen and (max-width: 767.98px) {
        .c-p__select__text::after {
          font-family: 'rzfkomputer-icons';
          content: "\e914";
          position: absolute;
          top: 12px;
          right: 12px;
          font-size: 2rem;
          line-height: 2.8rem;
          -webkit-transition: all 350ms ease;
          -o-transition: all 350ms ease;
          -moz-transition: all 350ms ease;
          transition: all 350ms ease; } }
  .c-p__tab__control {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
    @media only screen and (max-width: 767.98px) {
      .c-p__tab__control {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 4;
        margin: 8px 0 0;
        background-color: #fff;
        -webkit-border-radius: 8px;
           -moz-border-radius: 8px;
                border-radius: 8px;
        max-height: 185px;
        padding: 16px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-8px);
           -moz-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
             -o-transform: translateY(-8px);
                transform: translateY(-8px);
        max-width: 100%;
        white-space: nowrap;
        -webkit-box-shadow: 0 4px 16px rgba(97, 71, 74, 0.4);
           -moz-box-shadow: 0 4px 16px rgba(97, 71, 74, 0.4);
                box-shadow: 0 4px 16px rgba(97, 71, 74, 0.4);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        -webkit-transition: all 250ms ease 100ms;
        -o-transition: all 250ms ease 100ms;
        -moz-transition: all 250ms ease 100ms;
        transition: all 250ms ease 100ms; }
        .c-p__tab__control::-webkit-scrollbar {
          -webkit-appearance: none;
          display: none;
          width: 0; } }
    .c-p__tab__control__item {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      font-size: 2rem;
      line-height: 2.8rem;
      font-weight: 400;
      padding: 8px 0;
      color: #828282;
      margin-right: 40px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 300ms ease;
      -o-transition: color 300ms ease;
      -moz-transition: color 300ms ease;
      transition: color 300ms ease;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      user-select: none; }
      @media only screen and (max-width: 767.98px) {
        .c-p__tab__control__item {
          display: block;
          width: 100%;
          padding: 12px 0 6px;
          font-size: 1.6rem;
          line-height: 2.4rem; } }
      .c-p__tab__control__item:hover:not(.c-p__tab__control__item--active) {
        color: #333; }
      .c-p__tab__control__item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 2px;
        background-color: #388e3c;
        -webkit-transform: scaleX(0);
           -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
             -o-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right center;
           -moz-transform-origin: right center;
            -ms-transform-origin: right center;
             -o-transform-origin: right center;
                transform-origin: right center;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
        @media only screen and (max-width: 767.98px) {
          .c-p__tab__control__item::after {
            content: none;
            display: none; } }
      .c-p__tab__control__item:last-child {
        margin-right: 0; }
      .c-p__tab__control__item--active {
        color: #388e3c; }
        .c-p__tab__control__item--active::after {
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none;
          -webkit-transform-origin: left center;
             -moz-transform-origin: left center;
              -ms-transform-origin: left center;
               -o-transform-origin: left center;
                  transform-origin: left center; }
      .c-p__tab__control__item--active ~ .c-p__tab__control__item::after {
        -webkit-transform-origin: left center;
           -moz-transform-origin: left center;
            -ms-transform-origin: left center;
             -o-transform-origin: left center;
                transform-origin: left center; }
  .c-p__tab__pane {
    display: none; }
    .c-p__tab__pane--active {
      display: block;
      -webkit-animation: show-pane 400ms ease-in-out 100ms both;
         -moz-animation: show-pane 400ms ease-in-out 100ms both;
              animation: show-pane 400ms ease-in-out 100ms both; }

@-webkit-keyframes show-pane {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes show-pane {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show-pane {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  @media only screen and (max-width: 767.98px) {
    .c-p--active .c-p__tab__control {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; } }
  @media only screen and (max-width: 767.98px) {
    .c-p--active .c-p__select__text::after {
      -webkit-transform: rotateX(180deg);
         -moz-transform: rotateX(180deg);
              transform: rotateX(180deg); } }

/* ==========================================================================
   Layouts Product
   ========================================================================== */
.product__wrapper {
  margin-left: -12px;
  margin-right: -12px; }

.product__sorting {
  background-color: #eff5ef;
  padding: 20px 0;
  position: relative;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  margin: 0 12px 24px; }
  .product__sorting::before, .product__sorting::after {
    content: " ";
    display: table; }
  .product__sorting::after {
    clear: both; }
  .product__sorting-select {
    background-color: #fff;
    position: relative;
    padding: 8px 12px;
    max-width: 160px;
    margin-left: 24px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .product__sorting-title {
    text-align: center;
    color: black;
    margin: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #4f4f4f;
    text-align: left; }
    .product__sorting-title::after {
      position: absolute;
      content: '\e914';
      font-family: rzfkomputer-icons;
      font-size: 1.8rem;
      line-height: 2.6rem;
      right: 8px;
      top: 6px;
      -webkit-transition: all 350ms ease;
      -o-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
  .product__sorting-list {
    position: absolute;
    z-index: 3;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
       -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    min-width: 160px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    top: 48px;
    left: 0;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
    visibility: hidden;
    opacity: 0; }
  .product__sorting-link {
    text-decoration: none;
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 8px 16px;
    margin-bottom: 8px;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    text-align: left; }
    .product__sorting-link:hover {
      background-color: #f2f2f2; }
    .product__sorting-link:last-child {
      margin-bottom: 0; }
  .product__sorting--showed .product__sorting-list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none; }
  .product__sorting--showed .product__sorting-title::after {
    -webkit-transform: rotateX(180deg);
       -moz-transform: rotateX(180deg);
            transform: rotateX(180deg); }

/* ==========================================================================
   Layouts Persuasive
   ========================================================================== */
.persuasive {
  position: relative;
  padding: 40px 0; }
  @media only screen and (max-width: 575.86px) {
    .persuasive {
      height: 320px; } }
  .persuasive__wrapper {
    display: table; }
  .persuasive__img {
    float: left;
    width: 100%; }
    .persuasive__img-el {
      display: block; }
    @media only screen and (max-width: 575.86px) {
      .persuasive__img {
        display: none; } }
  .persuasive__txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 48px; }
    @media only screen and (max-width: 767.98px) {
      .persuasive__txt {
        padding: 32px 0;
        display: inline-block; } }
    .persuasive__txt-title, .persuasive__txt-desc {
      text-transform: uppercase; }
    .persuasive__txt-title {
      font-size: 3.2rem;
      line-height: 4.4rem;
      margin-bottom: 24px; }
      @media only screen and (max-width: 767.98px) {
        .persuasive__txt-title {
          font-size: 2.4rem;
          line-height: 3.2rem; } }
    .persuasive__txt-desc {
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-bottom: 32px; }
      @media only screen and (max-width: 767.98px) {
        .persuasive__txt-desc {
          font-size: 1.4rem;
          line-height: 2rem; } }
  .persuasive__vertical-txt span {
    -webkit-text-orientation: 150deg;
            text-orientation: 150deg;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
    font-size: 70px;
    font-weight: 600;
    left: -780px;
    bottom: 24px;
    position: absolute;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #388e3c;
    -webkit-text-fill-color: transparent;
    position: relative;
    opacity: 0.4;
    height: auto;
    z-index: 0; }

/* ==========================================================================
   Layouts: Order Success
   ========================================================================== */
.order-success {
  padding: 120px 0;
  background-color: #fff; }
  @media only screen and (max-width: 991.98px) {
    .order-success {
      padding: 60px 0; } }
  .order-success__invoice-info {
    margin-left: -24px;
    margin-right: -24px; }
    .order-success__invoice-info::before, .order-success__invoice-info::after {
      content: " ";
      display: table; }
    .order-success__invoice-info::after {
      clear: both; }
  .order-success__invoice-heading {
    text-align: center;
    margin-bottom: 32px;
    font-size: 2.4rem;
    line-height: 3.2rem; }
    @media only screen and (max-width: 767.98px) {
      .order-success__invoice-heading {
        font-size: 2rem;
        line-height: 2.8rem; } }
  .order-success__invoice-info {
    padding: 24px 0; }
  .order-success__invoice-list {
    float: left;
    width: 33%;
    padding: 0 24px; }
    @media only screen and (max-width: 767.98px) {
      .order-success__invoice-list {
        width: 100%;
        margin-bottom: 24px; } }
  .order-success__invoice-title {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 12px;
    color: #388e3c;
    font-weight: 600; }
  .order-success p {
    margin-bottom: 8px; }
    .order-success p:last-child {
      margin-bottom: 0; }
  .order-success__action {
    background-color: #fff;
    padding: 24px 0;
    text-align: center; }
    .order-success__action p {
      margin-bottom: 24px; }
    .order-success__action-transfer {
      margin: 24px 0;
      padding: 14px;
      border: 2px dashed #bbb;
      display: table;
      width: 100%;
      text-align: center; }
    .order-success__action-img {
      width: 100%; }
    .order-success__action-el {
      display: block;
      margin: 0 auto;
      height: 160px; }
    .order-success__action-txt p {
      margin-bottom: 18px;
      font-size: 2rem;
      line-height: 2.8rem;
      font-weight: 600; }
      @media only screen and (max-width: 767.98px) {
        .order-success__action-txt p {
          font-size: 1.6rem;
          line-height: 2.4rem; } }
  .order-success__confirmation {
    text-align: center;
    padding: 24px 0 0; }
    .order-success__confirmation p {
      margin-bottom: 24px; }

/* ==========================================================================
   Pages Index
   ========================================================================== */

/*# sourceMappingURL=maps/app.css.map */
