/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  position: relative; }
  body.is-active {
    overflow-y: hidden; }

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

ul {
  margin: 0; }
  ul li {
    font-weight: 400;
    font-size: 20px;
    color: #8d8d8d;
    text-transform: none;
    line-height: 32px; }
    @media (max-width: 976px) {
      ul li {
        font-size: 16px;
        line-height: 26px; } }

a {
  color: #68b3e4;
  text-decoration: none; }

p {
  font-weight: 400;
  font-size: 18px;
  color: #8d8d8d;
  text-transform: none;
  margin-bottom: 30px;
  line-height: 25px; }
  @media (max-width: 976px) {
    p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 20px; } }

hr {
  border-bottom: 1px solid #eee;
  border-top: 0;
  margin: 30px 0; }

.p-relative {
  position: relative; }

.d-block {
  display: block; }

.m-0 {
  margin: 0 !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.mt-1 {
  margin-top: 10px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.flex {
  display: flex; }

.space-between {
  justify-content: space-between; }

.space-center {
  justify-content: center; }

.space-end {
  justify-content: flex-end; }

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

.align-start {
  align-items: flex-start; }

.wrap {
  flex-wrap: wrap; }

@media (max-width: 976px) {
  .wrap-on-mobile {
    flex-wrap: wrap !important; } }

@media (max-width: 976px) {
  .disappear-on-mobile {
    display: none !important; } }

@media (max-width: 976px) {
  .align-center-on-mobile {
    text-align: center !important;
    justify-content: center !important; } }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

#flags {
  width: auto !important; }

/* ==========================================================================
   Grid
   ========================================================================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.header {
  background: #C5093C; }
  .header__brand {
    margin: 0; }
    @media (max-width: 976px) {
      .header__brand {
        margin: 20px 0;
        text-align: center; } }
    .header__brand__link {
      display: block;
      text-indent: -999999px;
      background: url(../../../assets/images/logotipo-mundo-das-linhas.svg);
      background-repeat: no-repeat;
      background-size: 322px 88px;
      width: 322px;
      height: 88px; }
      @media (max-width: 976px) {
        .header__brand__link {
          background-size: 216px 88px;
          width: 216px; } }
  .header .menu-item a img {
    width: 80px;
    object-fit: contain; }
    @media (max-width: 976px) {
      .header .menu-item a img {
        display: none; } }
  .header .menu-image {
    padding: 0 !important;
    height: 50px !important; }
  .header .menu-image-title {
    flex: 0 0 100%;
    text-align: center;
    line-height: 1.5;
    margin-top: 5px; }

.menu-site {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 700px;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 976px) {
    .menu-site {
      order: -1;
      background: #666;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      justify-content: space-between;
      flex-wrap: nowrap;
      overflow-y: hidden;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; } }
  .menu-site a {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 15px;
    transition: all .2s; }
    @media (max-width: 976px) {
      .menu-site a {
        display: block;
        white-space: nowrap;
        padding: 10px 0px; } }
    .menu-site a:hover {
      color: #EDC422 !important; }
  .menu-site .menu-item-has-children {
    padding: 50px 5px; }
    .menu-site .menu-item-has-children:hover > a {
      color: #EDC422; }
    .menu-site .menu-item-has-children:hover .sub-menu {
      opacity: 1;
      visibility: visible; }
    .menu-site .menu-item-has-children > a {
      position: relative; }
      .menu-site .menu-item-has-children > a:after {
        position: absolute;
        left: 50%;
        top: 19px;
        transform: translateX(-50%);
        content: "\e909";
        font-family: 'icomoon' !important; }
  .menu-site .sub-menu {
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(#FFF, #dedede);
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border-radius: 0 0 20px 20px;
    list-style-type: none;
    display: flex; }
    .menu-site .sub-menu a {
      font-weight: 400;
      font-size: 14px;
      color: #293354;
      text-transform: uppercase;
      white-space: nowrap;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .menu-site .sub-menu a:hover {
        color: #171d33; }

.topbar {
  box-shadow: -4px -10px 15px #921E2C inset;
  background-color: #C5033C; }

.menu-topbar {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  padding: 0; }
  .menu-topbar a {
    font-weight: 400;
    font-size: 12px;
    color: #EDC422;
    text-transform: uppercase;
    padding: 0 25px;
    position: relative; }
    .menu-topbar a:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 1px;
      left: 0;
      top: 0;
      border-left: 1px solid #8b0000; }
  .menu-topbar li:first-child a:before {
    border-left: 0; }

.menu-button-responsive {
  display: none;
  font-size: 27px;
  color: #fff;
  margin-right: 5px; }
  @media (max-width: 976px) {
    .menu-button-responsive {
      display: block; } }

.mobile-menu-backdrop {
  background: #00000080;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none; }
  .mobile-menu-backdrop--active {
    display: block; }

.mobile-menu {
  background: #9c2134;
  position: fixed;
  width: 80%;
  height: 100%;
  z-index: 12;
  left: -100%;
  transition: all .2s;
  overflow-y: auto;
  overflow-x: hidden; }
  .mobile-menu--active {
    left: 0; }
  .mobile-menu .sub-menu {
    list-style-type: none;
    padding: 0;
    display: none; }
    .mobile-menu .sub-menu a {
      display: block;
      padding: 5px 5%;
      color: #EDC422;
      text-decoration: none;
      font-size: 12px;
      text-transform: uppercase; }

.menu-mobile-default {
  padding: 0;
  list-style-type: none; }
  .menu-mobile-default > li {
    border-bottom: 1px solid #b42a3f;
    padding: 20px 5%;
    text-transform: uppercase; }
    .menu-mobile-default > li a {
      color: #fff; }

.menu-mobile-top {
  margin-top: 15px;
  padding: 0;
  list-style-type: none; }
  .menu-mobile-top li {
    padding: 5px 5%; }
    .menu-mobile-top li a {
      color: #EDC422;
      text-decoration: none;
      font-size: 12px;
      text-transform: uppercase; }

.list-brands {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0; }
  .list-brands li {
    flex: 0 0 14%;
    text-align: center;
    margin: 20px 0; }
  .list-brands .menu-image {
    padding: 0;
    height: auto;
    width: 71% !important;
    max-height: 70px; }

.footer {
  background: #3f3f3f;
  padding: 40px 0 10px;
  border-top: 4px solid #ee605c; }
  .footer__logo {
    width: 215px; }
  .footer__copyright {
    border-top: 1px solid #00000020;
    font-weight: 400;
    font-size: 14px;
    color: #797878;
    text-transform: none;
    padding: 10px 0;
    margin: 30px 0 0; }
    @media (max-width: 976px) {
      .footer__copyright {
        text-align: center; } }

.social {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0; }
  .social__link {
    width: 40px;
    height: 40px;
    background: #797979;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-left: 5px;
    color: #3f3f3f;
    transition: all .3s; }
    .social__link:hover {
      background: #fff; }
  .social__text {
    margin: 0 10px;
    font-size: 15px; }

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

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

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

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

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

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

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

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

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

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

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

.fancybox-slide--next {
  z-index: 99995; }

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

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

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

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

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

.fancybox-iframe {
  vertical-align: top; }

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

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

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

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

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-x > ul {
  overflow: hidden; }

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

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

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

input, textarea {
  background: #f2f2f2;
  border-radius: 30px;
  border: 0;
  padding: 12px;
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
  color: #333; }
  input:focus, textarea:focus {
    outline: 0; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-style: italic;
    color: #ddd; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-style: italic;
    color: #ddd; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-style: italic;
    color: #ddd; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    font-style: italic;
    color: #ddd; }

label {
  font-weight: 400;
  font-size: 18px;
  color: #333;
  text-transform: none; }

.button {
  display: inline-block;
  background: #ee605c;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-transform: none;
  border-radius: 30px;
  border: 0;
  padding: 14px 45px;
  text-decoration: none; }

.h-banner .tp-bgimg.defaultimg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 480px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #000000a6 0%, #0000 100%);
  background: linear-gradient(to bottom, #000000a6 0%, #0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  z-index: 123; }

.h-catalog-brand {
  padding: 60px 0; }
  .h-catalog-brand__title {
    text-align: center;
    font-weight: 400;
    font-size: 35px;
    color: #000;
    text-transform: none;
    margin: 0 0 40px; }
    @media (max-width: 976px) {
      .h-catalog-brand__title {
        font-size: 28px; } }
  .h-catalog-brand__list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @media (max-width: 976px) {
      .h-catalog-brand__list {
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch; } }

.pwb-all-brands .pwb-brands-cols-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 976px) {
    .pwb-all-brands .pwb-brands-cols-outer {
      justify-content: space-between;
      flex-wrap: nowrap;
      overflow-y: hidden;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; } }
  .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
    width: 14%; }
    @media (max-width: 976px) {
      .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
        width: auto; } }
    .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 img {
      max-width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 976px) {
        .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 img {
          width: 150px;
          height: 100%;
          max-width: inherit; } }

.h-catalog {
  background: #ee605c url(../../../assets/images/bg-catalog.png);
  padding: 60px 0; }
  .h-catalog__title {
    text-align: center;
    font-weight: 400;
    font-size: 35px;
    color: #fff;
    text-transform: none;
    margin: 0 0 40px; }
    @media (max-width: 976px) {
      .h-catalog__title {
        font-size: 28px; } }
  .h-catalog__list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @media (max-width: 976px) {
      .h-catalog__list {
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch; } }

.catalog-item__link {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  text-transform: none;
  transition: all .2s ease-in-out; }
  @media (max-width: 976px) {
    .catalog-item__link {
      margin: 10px 20px;
      font-size: 16px;
      white-space: nowrap; } }
  .catalog-item__link i {
    font-size: 70px;
    flex: 0 0 100%;
    margin-bottom: 10px;
    transition: all .2s ease-in-out; }
  .catalog-item__link:hover i {
    transform: scale(1.3); }

.h-company {
  background: #f0f1f1 url(../../../assets/images/bg-company.png) no-repeat; }
  @media (max-width: 976px) {
    .h-company {
      display: none; } }
  .h-company__title {
    margin: 0;
    font-weight: 400;
    font-size: 35px;
    color: #2a2929;
    text-transform: none; }
  .h-company__text {
    font-weight: 400;
    font-size: 20px;
    color: #2a2929;
    text-transform: none;
    margin: 20px 0 30px; }
  .h-company__content {
    flex: 0 0 50%;
    margin-left: auto;
    padding: 50px 0; }

.posts {
  padding: 50px 0; }
  @media (max-width: 976px) {
    .posts {
      padding: 30px 0; } }
  .posts__title {
    font-weight: 400;
    font-size: 35px;
    color: #2a2929;
    text-transform: none;
    margin: 0 0 40px; }
  .posts__list {
    padding: 0;
    margin: 0;
    list-style-type: none; }

.post-item {
  flex: 0 0 calc(25% - 19px);
  margin: 15px; }
  @media (max-width: 976px) {
    .post-item {
      flex: 0 0 100%;
      margin: 0 0 15px; } }
  .post-item a {
    text-decoration: none; }
  .post-item:first-child {
    margin-left: 0; }
  .post-item:last-child {
    margin-right: 0; }
  .post-item__img {
    width: 100%;
    height: 155px;
    object-fit: cover; }
  .post-item__text {
    font-weight: 400;
    font-size: 15px;
    color: #8d8d8d;
    text-transform: none;
    line-height: 22px;
    margin: 0; }

.instagram {
  background: #dee0e0 url(../../../assets/images/bg-catalog.png);
  padding: 50px 0; }
  .instagram__title {
    margin-bottom: 40px; }
    .instagram__title img {
      margin-right: 15px; }
    .instagram__title a {
      font-weight: 400;
      font-size: 35px;
      color: #fc366f;
      text-transform: none; }
      @media (max-width: 976px) {
        .instagram__title a {
          font-size: 25px; } }

.post-view {
  margin: 50px 0; }
  .post-view__title {
    font-weight: 400;
    font-size: 45px;
    color: #3f3f3f;
    text-transform: none;
    margin: 0; }
    @media (max-width: 976px) {
      .post-view__title {
        font-size: 30px; } }
    .page .post-view__title {
      margin-bottom: 30px; }
  .post-view__subtitle {
    margin: 0; }
    .post-view__subtitle a {
      font-weight: 400;
      font-size: 30px;
      color: #818181;
      text-transform: none; }
  .post-view__thumbnail {
    margin-right: 20px; }
  .post-view__meta {
    font-weight: 300;
    font-size: 23px;
    color: #818181;
    text-transform: none;
    margin: 0; }
    @media (max-width: 976px) {
      .post-view__meta {
        font-size: 15px; } }
  .post-view__category {
    margin: 0; }
    .post-view__category a {
      background: #ee605c;
      font-weight: 300;
      font-size: 14px;
      color: #fff;
      text-transform: none;
      padding: 2px 10px;
      text-decoration: none;
      border-radius: 5px; }
      @media (max-width: 976px) {
        .post-view__category a {
          font-size: 12px; } }

.pagination {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center; }
  .pagination li {
    margin: 5px; }

.woocommerce-loop-product__title {
  font-size: 15px !important;
  color: #666;
  line-height: 22px;
  font-weight: normal; }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 33%; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 63%;
  clear: none; }

.woocommerce div.product {
  display: inline-block;
  width: 100%; }

.wc-tabs {
  display: none; }

.sidebar {
  flex: 0 0 250px;
  margin-right: 50px; }
  @media (max-width: 976px) {
    .sidebar {
      display: none; } }

.woocontent {
  flex: 0 0 calc( 100% - 275px); }
  @media (max-width: 976px) {
    .woocontent {
      flex: 0 0 100%; } }

.widgettitle {
  font-size: 20px;
  display: block;
  color: #666;
  margin-bottom: 10px; }

.menu,
.product-categories {
  padding: 0;
  list-style-type: none; }
  .menu a,
  .product-categories a {
    font-weight: 400;
    font-size: 16px;
    color: #ee605c;
    text-transform: none; }
    .menu a:hover,
    .product-categories a:hover {
      text-decoration: underline; }

.menu .current-menu-item a,
.current-cat a {
  font-weight: bold; }

li.product img {
  transition: all .2s ease-in-out; }

li.product:hover img {
  transform: scale(1.1); }

.pwb-single-product-brands img {
  max-width: 150px; }

.pwb-row {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.pwb-columns {
  padding: 10px; }

.pwb-pagination-wrapper {
  display: none; }

.woocommerce-product-search {
  position: relative; }
  .woocommerce-product-search input[type="search"] {
    margin: 0; }
  .woocommerce-product-search button[type="submit"] {
    position: absolute;
    background: #0000;
    border: 0;
    right: -10px;
    padding: 0;
    color: #999;
    font-size: 12px;
    transform: translateY(-50%);
    top: 50%;
    padding: 5px;
    border-radius: 5px;
    margin-top: 2px; }

.widget {
  margin-bottom: 30px; }

figure {
  margin: 0; }
  @media (max-width: 976px) {
    figure {
      position: relative;
      padding-bottom: 75%;
      height: 0;
      overflow: hidden; } }
  figure iframe {
    border: 0; }
    @media (max-width: 976px) {
      figure iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important; } }
