
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:100,400,700&subset=cyrillic");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

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

.logo, .up-button:before, .burger-menu .burger-close, .scrollDown:before, .product .image-block .images-list > li.video:before {
  display: inline-block;
  background-image: url("sprite.svg");
  background-size: 183.8125em 108.375em; }

/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-scrollbar {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

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

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.btn {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 13px 40px;
  cursor: pointer;
  text-transform: uppercase; }
  .btn.primary {
    background-color: #2e302f;
    border: 1px solid #2e302f;
    color: #fff;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial; }
    .btn.primary.inline {
      background-color: transparent;
      border: 1px solid #2e302f;
      color: #000; }
      .btn.primary.inline:hover {
        background-color: #2e302f;
        border: 1px solid #2e302f;
        color: #fff; }
  .btn:hover {
    background-color: #fff;
    color: #000; }
  .btn.inline {
    background-color: transparent;
    border: 0;
    color: #000; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.9.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

#baguetteBox-overlay.visible {
  opacity: 1; }

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%; }

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif; }

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 15%;
          border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button {
  right: 2%; }

.baguetteBox-button#previous-button {
  left: 2%; }

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -webkit-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px; }

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media only screen and (min-width: 75em) {
  .container {
    width: 75rem; } }

body {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  /** avoid showing invisible text. Details: https://web.dev/font-display/?utm_source=lighthouse&utm_medium=unknown **/
  overflow-x: hidden; }
  body.popup-open {
    overflow: hidden; }

pre {
  font-family: inherit;
  margin: 0; }

h1,
h2,
h3,
h4 {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal; }

h1.title {
  font-weight: 100;
  text-align: center; }

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    color: #2e302f; }
  a.link {
    color: #000;
    font-weight: bold; }

.active > a:hover {
  border-bottom: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    margin: 0;
    padding: 0; }

.bold {
  font-weight: bold; }

.highlight > a {
  color: #af1e0e !important; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.hidden-h1 {
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1; }

.fixed-top-left {
  position: fixed;
  top: 0;
  margin-left: 960px;
  height: 100%;
  z-index: 999; }

.row.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

button,
input,
[contenteditable] {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent; }
  button:focus, button:active, button:visited,
  input:focus,
  input:active,
  input:visited,
  [contenteditable]:focus,
  [contenteditable]:active,
  [contenteditable]:visited {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0; }

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

.right-align {
  margin-left: auto; }

.center-align {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.container {
  max-width: 1254px;
  margin: 0 auto; }

.cities-list-title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center; }

.cities-list li {
  margin: 10px 0; }

.cities-list a {
  display: block;
  width: 100%; }
  .cities-list a:not([href]) {
    color: #a5a5a5; }
  @media (max-width: 720px) {
    .cities-list a {
      max-width: 171px;
      margin: 0 auto; } }

.content {
  padding-bottom: 170px; }

footer {
  margin-top: -170px;
  height: 170px; }

.city-select-list {
  position: absolute;
  margin-top: 12px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  z-index: 9999999999; }
  .city-select-list > li {
    display: block; }
    .city-select-list > li:not(:first-child) {
      border-top: 1px solid #f6f6f6; }
    .city-select-list > li a {
      display: block;
      color: #2e302f;
      padding: 10px 15px;
      font-size: 14px; }
      .city-select-list > li a:hover {
        color: #000; }
      .city-select-list > li a b {
        display: block;
        margin-top: 3px; }
    .city-select-list > li:hover a {
      background-color: #fdfcfc;
      color: #000; }

.dropdown {
  display: none; }

.dropdown-toggle:checked + .dropdown {
  display: block; }

.image img {
  width: 100%; }

.city-select {
  color: #2e302f;
  font-size: 13px;
  margin-top: 13px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  cursor: pointer; }
  .city-select:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url("arrow-dwn.png") no-repeat;
    width: 7px;
    height: 4px;
    margin-left: 7px;
    margin-top: -2px; }

.socials {
  margin-top: 10px;
  float: right; }
  .socials > li {
    display: inline-block;
    vertical-align: middle; }
    .socials > li:not(:last-child) {
      margin-right: 22px; }
    .socials > li a {
      display: block; }
      .socials > li a i {
        font-size: 21px; }

.logo {
  width: 233px;
  height: 73px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-bottom: -2px;
  font-size: 23px;
  width: 7.45em;
  height: 1.9375em;
  background-position: -76.375em -32.9375em; }

.search-block {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 70px;
  padding: 6px 6.5% 0;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 7px 8px rgba(0, 0, 0, 0.14); }
  .search-block form {
    height: 100%;
    padding: 10px 0; }
  .search-block input[type="search"] {
    width: 280px;
    height: 40px;
    padding: 2px 20px 0;
    background-color: #fdfcfc;
    border: 1px solid #f6f6f6;
    font-size: 16px;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .search-block .search-submit {
    font-weight: bold;
    height: 40px;
    width: 100px;
    cursor: pointer;
    background-color: #f6f6f6;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px; }
  .search-block .close {
    content: "";
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7); }
    .search-block .close:before {
      content: "";
      position: absolute;
      right: 70px;
      top: 70px;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8.586L1.515.1.1 1.516 8.587 10 .1 18.485 1.516 19.9 10 11.413l8.485 8.485 1.414-1.415L11.413 10 19.9 1.515 18.484.1 10 8.587z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
      z-index: 999;
      cursor: pointer; }

#search-toggle:checked + .search-block {
  display: block; }

@media (min-width: 760px) {
  .up-button {
    width: 55px;
    height: 55px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
    position: fixed;
    right: 70px;
    bottom: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    z-index: -1;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: ease all 0.2s;
    transition: ease all 0.2s; }
    .up-button:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 32.0625em;
      height: 32.0625em;
      background-position: -84.4375em -35.4375em;
      font-size: 0.75px;
      margin-top: -1px;
      opacity: 0.6; }
    .up-button:hover:before {
      opacity: 0.8; }
    .up-button.active {
      bottom: 60px;
      opacity: 1;
      z-index: 11;
      -webkit-transition: ease all 0.1s;
      transition: ease all 0.1s; } }

header .top {
  height: 41px;
  background-color: #fdfcfc; }

header .stores {
  margin-right: 28px;
  background: url("stores.png") 6px no-repeat;
  height: 30px;
  padding: 1px 6px 8px 34px;
  line-height: 28px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-top: -2px; }
  header .stores:hover {
    background-color: #f6f6f6; }

header .favorites {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  top: 0;
  right: 0; }
  @media (max-width: 480px) {
    header .favorites {
      top: 14px;
      right: 60px; } }
  header .favorites i.fa-heart-o {
    margin-left: 10px;
    opacity: 0.9; }
  header .favorites:not(.active):hover i.fa-heart-o, header .favorites:not(.active) i.fa-heart-o {
    display: block; }
  header .favorites[data-count]:not([data-count^="0"]) i {
    opacity: 1; }
  header .favorites[data-count]:not([data-count^="0"]):after {
    content: attr(data-count);
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f6dd95;
    font-size: 11px;
    padding: 0 5.5px;
    height: 17px;
    line-height: 11px;
    top: -9px;
    right: -12px;
    min-width: 15px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #2e302f;
    font-weight: bold; }
  header .favorites.mobile {
    display: none; }
    @media (max-width: 480px) {
      header .favorites.mobile {
        display: block; } }

header .phones {
  margin-top: 8px;
  font-size: 13px; }
  header .phones a {
    color: #2e302f;
    display: inline-block;
    vertical-align: middle; }
    header .phones a:not(:last-child):after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      background: url("sep.png") no-repeat;
      width: 13px;
      height: 25px;
      margin: 0 26px;
      opacity: 0.2; }
    header .phones a:hover {
      color: #000; }

header .burger-button {
  position: absolute;
  width: 100px;
  height: 37px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media (max-width: 720px) {
    header .burger-button {
      display: none; } }

header .toggle {
  cursor: pointer; }
  header .toggle > * {
    display: inline-block;
    vertical-align: middle; }
  header .toggle.search, header .toggle.other {
    width: 85px;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0; }
    header .toggle.search i, header .toggle.other i {
      opacity: 0.5; }
  header .toggle.search {
    margin-top: 2px;
    cursor: pointer; }
    header .toggle.search i {
      margin-right: 3px; }
  header .toggle.other {
    margin-top: 2px; }
    header .toggle.other i {
      margin-right: 5px; }
    header .toggle.other span {
      margin-top: 1px; }

header .header-contacts {
  position: absolute;
  text-align: right;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  header .header-contacts .phone {
    margin-bottom: 5px; }
  @media (max-width: 720px) {
    header .header-contacts {
      display: none; } }

header .menu-block > div:not(:first-child) {
  position: relative;
  float: left;
  width: 50%; }

header .menu {
  left: 3rem;
  top: 40px;
  width: 100%;
  text-align: center; }
  header .menu > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px; }
    header .menu > li:not(:last-child) {
      margin-right: 8px; }
    header .menu > li a,
    header .menu > li label {
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 13px;
      cursor: pointer; }
      header .menu > li a:hover,
      header .menu > li label:hover {
        color: #000; }
    header .menu > li:hover a,
    header .menu > li:hover label,
    header .menu > li.active > a {
      border-bottom: 1px solid;
      color: #000; }

header .submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #f6f6f6;
  -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 7px 8px rgba(0, 0, 0, 0.14);
  z-index: 10;
  padding: 22px 0 15px; }
  header .submenu .dropdown-menu > * {
    height: auto; }
  header .submenu .dropdown-menu .top-menu {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f6f6f6; }
    header .submenu .dropdown-menu .top-menu a {
      font-size: 18px; }
  header .submenu .dropdown-menu .bottom-menu > li {
    margin: 0; }
    header .submenu .dropdown-menu .bottom-menu > li.image img {
      width: 100%; }
  header .submenu .dropdown-menu .bottom-menu .title {
    font-weight: bold;
    color: #d0d0d0;
    margin-bottom: 12px;
    display: block;
    font-size: 18px; }
  header .submenu .dropdown-menu .bottom-menu a.title {
    color: #000; }
  header .submenu .dropdown-menu .bottom-menu nav a {
    font-weight: normal;
    display: block; }
  header .submenu.active {
    display: block;
    z-index: 999999; }
  header .submenu.with-list .container > ul > li {
    margin-top: 20px; }
  header .submenu .dropdown-brands {
    display: block; }
    header .submenu .dropdown-brands .item {
      padding-left: 40px;
      position: relative; }
      header .submenu .dropdown-brands .item a {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-bottom: 7px; }
      header .submenu .dropdown-brands .item:before {
        content: attr(data-letter);
        font-size: 20px;
        position: absolute;
        color: #d0d0d0;
        left: 0;
        top: -1px; }

header .btns-block {
  position: relative;
  margin-top: 4px;
  left: 0;
  top: -38px;
  width: 100%; }
  header .btns-block > * {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    header .btns-block > *.left {
      text-align: left; }
    header .btns-block > *.right {
      text-align: right;
      right: 0; }
    header .btns-block > * > * {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      color: #2e302f; }
      header .btns-block > * > * i {
        opacity: 0.5; }
      header .btns-block > * > *[data-count]:not([data-count^="0"]):after {
        content: attr(data-count);
        position: absolute;
        top: -7px;
        right: -7px;
        background-color: #fbfbfc;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        padding: 4px 5px;
        height: 16px;
        line-height: 9px;
        font-size: 11px;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
                box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); }
    header .btns-block > * > .mobile-menu-toggle {
      display: none; }

header .cart {
  width: 24px;
  height: 20px; }
  header .cart[data-count]:not([data-count^="0"]) i {
    opacity: 0.8; }
  header .cart[data-count]:not([data-count^="0"]):after {
    background-color: #bc9c61;
    color: #fff;
    font-size: 14px;
    padding: 5px 6.5px;
    height: 20px;
    line-height: 11px;
    top: -9px;
    right: -11px; }

header .bottom {
  position: relative;
  background-color: #f6f6f6 }
  header .bottom > * {
    background-color: #fff; }
    header .bottom > * > .container {
      position: relative; }
  header .bottom .logo-block {
    margin-bottom: 1px;
    padding: 14px 0; }
    @media (max-width: 720px) {
      header .bottom .logo-block {
        height: 100%;
        margin: 0; } }
  header .bottom .sm-block {
    padding: 20px 0; }
   @media (max-width: 720px) {
      header .bottom .sm-block {
        display: none; } } 
  header .bottom .menu-col {
    position: relative; }
    header .bottom .menu-col .cart {
      display: none; }
  header .bottom.not-fixed .submenu {
    display: none; }

header .bottom.fixed {
    position: fixed;
    height: 52px;
    top: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 0; }
    header .bottom.fixed .row,
    header .bottom.fixed .container {
      height: 100%; }
    header .bottom.fixed > .container {
      position: relative; }
    header .bottom.fixed .logo {
      background-repeat: no-repeat;
      margin-left: 25px;
      font-size: 14px;
      margin-top: -1px;
      position: absolute;
      left: 52px;
      opacity: 0.8;
      -webkit-backface-visibility: hidden;
      -webkit-transform: scale(1);
      z-index: 99999; }
    header .bottom.fixed .logo-block {
      position: absolute;
      width: 100%;
      left: 0;
      height: 100%; }
    header .bottom.fixed .sm-block {
      padding: 0;
      height: 100%; }
    header .bottom.fixed .menu-col {
      height: 100%; }
    header .bottom.fixed .header-contacts .adress,
    header .bottom.fixed .header-contacts .phone {
      display: inline-block; }
    header .bottom.fixed .header-contacts .phone {
      margin-bottom: 0;
      margin-right: 10px; }
    header .bottom.fixed .menu {
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      z-index: 1;
      left: 0;
      margin-top: 0; }
    header .bottom.fixed .menu-col .cart {
      display: block;
      position: absolute;
      right: 59px;
      top: 0;
      background-position-y: 10px;
      height: 100%;
      padding-left: 30px;
      line-height: 43px; }
      header .bottom.fixed .menu-col .cart:after {
        content: attr(data-text);
        display: inline-block;
        vertical-align: middle; }
    header .bottom.fixed .submenu {
      margin-top: 0; }
    header .bottom.fixed .btns-block {
      position: static;
      margin: 0;
      width: auto; }
      header .bottom.fixed .btns-block > .left {
        left: 1rem; }
      header .bottom.fixed .btns-block > .right {
        width: 140px;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      header .bottom.fixed .btns-block > * {
        z-index: 2; }
        header .bottom.fixed .btns-block > * > * {
          margin-top: 12px; }
    header .bottom.fixed .other span {
      display: none; }
    header .bottom.fixed .search,
    header .bottom.fixed .favorites {
      display: none; }


header .top .btns-block {
  top: 0; }
  header .top .btns-block .user {
    margin: 32px 0 0;
    opacity: 0.5; }

.socials {
  margin: 48px auto 0;
  float: none;
  text-align: center; }
  .socials > li {
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 58px;
    opacity: 0.7;
    text-align: center; }
    .socials > li:hover {
      opacity: 1; }
    .socials > li:not(:last-child) {
      margin-right: 18px; }
    .socials > li a {
      display: block;
      width: 58px;
      height: 58px; }
    .socials > li a.fb {
      background: url("fb-r.png") no-repeat; }
    .socials > li a.vk {
      background: url("vk-r.png") no-repeat; }
    .socials > li a.insta {
      background: url("insta-r.png") no-repeat; }

.burger-menu {
  z-index: -1; }
  @media (max-width: 769px) {
    .burger-menu {
      display: none; } }
  .burger-menu-block {
    position: fixed;
    left: -500px;
    width: 22%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
    z-index: 99999; }
  .burger-menu .close-block {
    position: fixed;
    width: 78%;
    height: 100%;
    left: 22%;
    top: 0;
    z-index: -1; }
  .burger-menu .burger-close {
    width: 4.0625em;
    height: 4.0625em;
    background-position: -0.3125em -0.3125em;
    font-size: 6.5px;
    margin: 30px auto 0;
    display: block;
    opacity: 0.5;
    cursor: pointer; }
    .burger-menu .burger-close:hover {
      opacity: 1; }
  .burger-menu ul.menu {
    margin-top: 40px;
    padding: 0 50px;
    max-height: 65%;
    overflow-y: auto; }
    .burger-menu ul.menu::-webkit-scrollbar {
      width: 13px;
      height: 13px;
      background: rgba(255, 255, 255, 0.2);
      cursor: pointer; }
    .burger-menu ul.menu::-webkit-scrollbar-corner {
      background: 0 0; }
    .burger-menu ul.menu::-webkit-scrollbar-thumb {
      min-height: 20px;
      border: 3px solid transparent;
      background-clip: content-box;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.6);
              box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.6); }
      .burger-menu ul.menu::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.8);
                box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.8);
        cursor: pointer; }
    .burger-menu ul.menu > li {
      display: block;
      margin: 28px 0;
      text-align: left; }
      .burger-menu ul.menu > li a {
        font-size: 18px; }

#burger-toggle:checked + .burger-menu {
  z-index: 9999999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  #burger-toggle:checked + .burger-menu .burger-menu-block {
    left: 0;
    -webkit-transition: ease-in 0.4s;
    transition: ease-in 0.4s; }
  #burger-toggle:checked + .burger-menu .close-block {
    z-index: 999999; }

.columns-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; }

.columns-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4; }

.columns-5 {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5; }

.columns-6 {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6; }

.columns {
  display: block; }
  .columns > * {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px; }

.dropdown-menu {
  text-align: left; }
  .dropdown-menu nav a {
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 11px; }
  .dropdown-menu h4 {
    text-transform: none;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    vertical-align: middle;
    font-size: 18px;
    color: #d0d0d0;
    margin-top: 0; }

.collections-list .row > div {
  margin-bottom: 30px; }

.collections-list .collection-item {
  display: block;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px; }
  @media (max-width: 480px) {
    .collections-list .collection-item {
      height: 117px; } }
  .collections-list .collection-item.swiper-slide {
    height: 260px;
    max-width: 168px;
    margin-top: 15px;
    width: auto;
    border: 1px solid #ccc; }
    .collections-list .collection-item.swiper-slide a {
      width: auto; }
      .collections-list .collection-item.swiper-slide a.title {
        width: auto;
        color: #000;
        background-color: transparent;
        font-size: 1rem;
        font-weight: bold;
        text-align: center; }
      .collections-list .collection-item.swiper-slide a.image {
        height: 158px;
        width: 158px;
        margin: 15px auto 0; }
  .collections-list .collection-item .overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -23px; }

.collections-list .title {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 7px 17px 5px;
  text-transform: uppercase;
  font-size: 21px;
  color: #333;
  font-weight: 600; }
  @media (max-width: 1000px) {
    .collections-list .title {
      font-size: 16px; } }

.collections-list .show-more {
  cursor: pointer;
  display: block;
  margin: 10px auto 40px;
  font-size: 20px;
  padding: 6px 26px 4px; }

.wishlist {
  position: relative;
  min-height: 300px; }

.empty {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 100%;
  margin-top: 50px; }
  .empty > * {
    text-align: center;
    width: 100%; }
  .empty .header {
    font-size: 30px;
    font-weight: bold;
    color: #d0d0d0; }
  .empty .desc {
    color: #a5a5a5;
    font-size: 18px;
    margin-top: 10px; }
  .empty .btn {
    display: block;
    width: 220px;
    margin: 50px auto 0; }

footer #footer-contact {
  padding: 30px 0;
  background-color: #f6f6f6; }

footer ul.footer-menu {
  height: 110px;
  display: inline-block;
  vertical-align: top; }
  footer ul.footer-menu:not(:last-child) {
    margin-right: 90px; }
  footer ul.footer-menu > li {
    text-transform: uppercase;
    max-width: 150px;
    display: block; }
    footer ul.footer-menu > li:not(:last-child) {
      margin-bottom: 17px; }
    footer ul.footer-menu > li a {
      color: #000;
      font-size: 12px; }
      footer ul.footer-menu > li a:hover {
        border-bottom: 1px solid; }

footer .subscribe {
  float: left;
  max-width: 442px;
  padding-top: 53px;
  position: relative; }
  footer .subscribe .name {
    font-size: 27px;
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    max-width: 140px; }
  footer .subscribe .desc {
    font-size: 12px;
    margin-top: 32px;
    line-height: 22px; }
  footer .subscribe input[type="text"],
  footer .subscribe input[type="email"] {
    background-color: #fff;
    font-size: 12px;
    height: 47px;
    width: 100%;
    text-align: center; }
    footer .subscribe input[type="text"]::-webkit-input-placeholder,
    footer .subscribe input[type="email"]::-webkit-input-placeholder {
      color: #4d4d4d; }
    footer .subscribe input[type="text"]::-moz-placeholder,
    footer .subscribe input[type="email"]::-moz-placeholder {
      color: #4d4d4d; }
    footer .subscribe input[type="text"]:-ms-input-placeholder,
    footer .subscribe input[type="email"]:-ms-input-placeholder {
      color: #4d4d4d; }
    footer .subscribe input[type="text"]::placeholder,
    footer .subscribe input[type="email"]::placeholder {
      color: #4d4d4d; }
  footer .subscribe .separator {
    content: "";
    display: block;
    background: url(sep.png) no-repeat;
    width: 13px;
    height: 25px;
    margin: 20px auto; }
  footer .subscribe .btn {
    color: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    padding: 15px;
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    letter-spacing: 2px; }
    footer .subscribe .btn:hover {
      background-color: #000;
      color: #fff !important;
      border: 1px solid #000 !important; }
  footer .subscribe:after {
    content: "";
    height: 200px;
    width: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    right: -52px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 64%; }

footer .contact-info {
  width: 567px;
  float: right; }
  footer .contact-info .phones a {
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    font-size: 27px;
    display: block;
    color: #000; }
  footer .contact-info .email {
    font-size: 18px;
    margin-top: 10px;
    display: block; }
  footer .contact-info .adress {
    line-height: 25px; }
  footer .contact-info .socials {
    margin: 48px 0 0;
    text-align: left;
    float: none; }
    footer .contact-info .socials > li {
      display: inline-block;
      vertical-align: middle;
      width: 58px;
      height: 58px;
      opacity: 0.7;
      text-align: center; }
      footer .contact-info .socials > li:hover {
        opacity: 1; }
      footer .contact-info .socials > li:not(:last-child) {
        margin-right: 18px; }
      footer .contact-info .socials > li a {
        display: block;
        width: 58px;
        height: 58px; }
      footer .contact-info .socials > li a.fb {
        background: url("fb-r.png") no-repeat; }
      footer .contact-info .socials > li a.vk {
        background: url("vk-r.png") no-repeat; }
      footer .contact-info .socials > li a.insta {
        background: url("insta-r.png") no-repeat; }

footer #footer-shops {
  padding: 40px 0 18px;
  border-bottom: 1px solid #f6f6f6; }
  footer #footer-shops .name {
    font-size: 18px;
    margin-bottom: 10px;
    color: #a5a5a5; }
  footer #footer-shops .adress {
    font-size: 14px;
    margin-bottom: 25px; }

footer #footer-menu {
  padding-top: 49px; }

footer .pay {
  float: right; }

footer .pay-text {
  margin-bottom: 26px;
  font-size: 12px;
  padding-left: 30px; }

footer #copyright {
  color: #666767;
  background-color: #000;
  font-size: 12px;
  line-height: 16px;
  height: 120px; }
  footer #copyright .container .row > * {
    padding-top: 27px; }
    footer #copyright .container .row > * a {
      text-transform: uppercase;
      color: #4d4e4e; }
  footer #copyright .tbn-logo {
    position: absolute;
    margin-top: -12px; }

body.popup {
  overflow: hidden; }

.mobile-menu-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  height: 100%; }
  .mobile-menu-block:before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .mobile-menu-block .header {
    position: relative;
    height: 48px;
    width: 100%;
    background-color: #fdfcfc; }
    .mobile-menu-block .header .close {
      position: absolute;
      left: 14px;
      top: 14px;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8.586L1.515.1.1 1.516 8.587 10 .1 18.485 1.516 19.9 10 11.413l8.485 8.485 1.414-1.415L11.413 10 19.9 1.515 18.484.1 10 8.587z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");
      display: block; }
    .mobile-menu-block .header .phones {
      position: absolute;
      right: 14px;
      top: 15px; }
      .mobile-menu-block .header .phones > a {
        color: #2e302f; }
        .mobile-menu-block .header .phones > a:first-child {
          margin-right: 14px; }
  .mobile-menu-block .address {
    padding: 14px; }
  .mobile-menu-block .city-select {
    display: block;
    width: 100%;
    padding: 10px 15px 5px;
    margin-top: 7px;
    font-size: 17px;
    color: #2e302f;
    float: left; }
  .mobile-menu-block .city-select-list {
    width: 100%;
    margin-top: 51px;
    -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.26);
            box-shadow: 0 12px 17px rgba(0, 0, 0, 0.26); }
  .mobile-menu-block .section {
    position: relative;
    border-bottom: 1px solid #f6f6f6; }
  .mobile-menu-block .socials {
    opacity: 0.3;
    margin: 15px 0; }
  .mobile-menu-block .logo {
    display: block;
    margin: 7px auto 16px;
    font-size: 11px; }
  .mobile-menu-block .mobile-menu > li a {
    padding: 15px 14px;
    border-bottom: 1px solid #f6f6f6;
    color: #2e302f;
    text-transform: uppercase;
    display: block; }
  .mobile-menu-block .mobile-menu > li:first-child a {
    border-top: 1px solid #f6f6f6; }

.mobile-menu-toggle {
  display: none; }

header .mobile-menu-toggle {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23333' fill-rule='evenodd'%3E%3Cpath d='M0 0h22v2H0zM0 9h22v2H0zM0 18h22v2H0z'/%3E%3C/g%3E%3C/svg%3E");
  width: 22px;
  height: 20px;
  position: absolute;
  left: 14px;
  top: 14px;
  cursor: pointer; }

.logo-mobile {
  display: none;
  width: 42px;
  height: 28px;
  margin-left: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  font-size: 3px; }

ul.breadcrumbs {
  margin: 20px 0 10px; }
  ul.breadcrumbs > li {
    display: inline-block;
    vertical-align: middle;
    color: #a5a5a5; }
    ul.breadcrumbs > li:not(:last-child) {
      margin-right: 10px; }
      ul.breadcrumbs > li:not(:last-child):after {
        content: '>>';
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        color: #ffcc00; }
    @media (max-width: 480px) {
      ul.breadcrumbs > li {
        margin-bottom: 9px; } }
  @media  {
    ul.breadcrumbs {
 
      background-color: #F4F4F4;
      margin: 0px 0 10px 0px;
      font-size: 14px;
      padding-left: 20px;
      line-height: 1.5; } }

.favorites {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  width: 30px;
  padding: 0;
  height: 28px;
  vertical-align: top;
  cursor: pointer; }
  .favorites i.fa-heart-o {
    color: #a5a5a5; }
  .favorites i.fa-heart {
    color: #2e302f; }
  .favorites:not(.active) i.fa-heart-o {
    display: block; }
  .favorites:not(.active) i.fa-heart {
    display: none; }
  .favorites:not(.active):hover i.fa-heart {
    display: block;
    opacity: 0.6; }
  .favorites:not(.active):hover i.fa-heart-o {
    display: none; }
  .favorites.active i.fa-heart {
    display: block; }
  .favorites.active i.fa-heart-o {
    display: none; }
  .favorites.active:after {
    visibility: hidden; }
  .favorites i {
    width: 100%;
    height: 100%; }

.slider {
  position: relative; }
  .slider .swiper-container {
    width: 100%;
    visibility: hidden; }
    .slider .swiper-container.swiper-container-horizontal {
      visibility: visible; }
  .slider .swiper-slide a {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block; }
  .slider .swiper-slide img {
    width: 100%;
    display: block; }
    .slider .swiper-slide img[data-src] {
      visibility: hidden; }
  .slider.full-width a img:last-child, .slider.images-slider a img:last-child {
    display: none; }
  @media (max-width: 720px) {
    .slider.full-width a img:first-child, .slider.images-slider a img:first-child {
      display: none; }
    .slider.full-width a img:last-child, .slider.images-slider a img:last-child {
      display: block; } }
  .slider .slider-navigation {
    position: absolute;
    top: 0;
    left: 0;
    height: 99.4%;
    width: 100%; }
    @media (max-width: 480px) {
      .slider .slider-navigation {
        height: 94.4%; } }
    .slider .slider-navigation .container {
      height: 100%;
      position: relative; }
    .slider .slider-navigation .swiper-button-prev, .slider .slider-navigation .swiper-button-next {
      height: 100%;
      width: 15%;
      position: relative;
      left: auto;
      right: 0;
      background: none;
      top: 0;
      margin-top: 0; }
      .slider .slider-navigation .swiper-button-prev:before, .slider .slider-navigation .swiper-button-next:before {
        content: '';
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        background-repeat: no-repeat; }
    .slider .slider-navigation .swiper-button-prev {
      float: left; }
      .slider .slider-navigation .swiper-button-prev:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='34px'%3E%3Cpath fill-rule='evenodd' fill='rgb%28255, 255, 255%29' d='M16.989,32.972 L14.695,34.992 L0.011,18.028 L0.488,17.608 L0.136,17.301 L14.604,0.727 L16.864,2.700 L3.770,17.700 L16.989,32.972 Z'/%3E%3C/svg%3E");
        width: 15px;
        height: 38px; }
    .slider .slider-navigation .swiper-button-next {
      float: right; }
      .slider .slider-navigation .swiper-button-next:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='34px'%3E%3Cpath fill-rule='evenodd' fill='rgb%28255, 255, 255%29' d='M16.989,17.167 L2.305,33.992 L0.011,31.989 L13.230,16.842 L0.136,1.965 L2.396,0.008 L16.864,16.446 L16.512,16.750 L16.989,17.167 Z'/%3E%3C/svg%3E");
        width: 24px;
        height: 38px; }
    .slider .slider-navigation .swiper-button-next, .slider .slider-navigation .swiper-button-prev {
      background-size: auto; }
    .slider .slider-navigation.black .swiper-button-prev:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='35px'%3E%3Cpath fill-rule='evenodd' fill='rgb%282, 2, 2%29' d='M16.989,32.973 L14.695,34.992 L0.011,18.027 L0.488,17.608 L0.136,17.300 L14.604,0.727 L16.864,2.700 L3.770,17.700 L16.989,32.973 Z'/%3E%3C/svg%3E"); }
    .slider .slider-navigation.black .swiper-button-next:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='34px'%3E%3Cpath fill-rule='evenodd' fill='rgb%282, 2, 2%29' d='M16.989,17.167 L2.305,33.992 L0.011,31.989 L13.230,16.842 L0.136,1.964 L2.396,0.008 L16.864,16.446 L16.512,16.750 L16.989,17.167 Z'/%3E%3C/svg%3E"); }
  .slider:not(.items-slider) .slider-navigation .swiper-button-prev {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  .slider:not(.items-slider) .slider-navigation .swiper-button-next {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.24)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3d000000',GradientType=1 );
    /* IE6-9 */ }

.items-slider.slider {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .items-slider.slider .slider-navigation .swiper-button-prev, .items-slider.slider .slider-navigation .swiper-button-next {
    width: 85px; }
  .items-slider.slider .slider-navigation .swiper-button-prev {
    left: -6%;
    background-color: transparent; }
  .items-slider.slider .slider-navigation .swiper-button-next {
    right: -6.5%;
    background-color: transparent; }
  @media (max-width: 480px) {
    .items-slider.slider .catalog-list .catalog-item a > img {
      height: 100%;
      max-height: 188px;
      width: auto; } }
  .items-slider.slider .catalog-list .catalog-item a .product-info-content {
    width: 93%; }

.slider.full-width {
  position: relative;
  width: 100%;
  max-width:1800px;
  margin:auto;
  margin-bottom: 20px; }
  .slider.full-width.brand {
    max-height: 355px; }
  .slider.full-width .swiper-slide, .slider.full-width .swiper-container, .slider.full-width .swiper-wrapper {
    height: auto; }
  @media (max-width: 480px) {
    .slider.full-width {
      display: block;
      max-height: 250px; } }

.scrollDown {
  position: absolute;
  width: 55px;
  height: 55px;
  left: 50%;
  -webkit-transform: translate(-50px, 0);
      -ms-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  bottom: 110px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  z-index: 10; }
  .scrollDown:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 16px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0.6;
    width: 32.0625em;
    height: 32.0625em;
    background-position: -84.4375em -35.4375em;
    font-size: 0.75px; }
  .scrollDown:hover {
    opacity: 0.8; }

.list-products-item {
  text-align: center; }
  .list-products-item img {
    width: auto !important;
    height: 280px; }
  .list-products-item .item-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1; }
    .list-products-item .item-content .name {
      margin-top: 92px;
      font-family: Roboto Condensed, sans-serif;
      font-style: normal;
      font-size: 26px; }
    .list-products-item .item-content .desc {
      font-size: 10px;
      margin-top: 15px;
      text-transform: uppercase; }
    .list-products-item .item-content .btn {
      padding: 13px 0;
      margin-top: 30px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 12px;
      width: 99%; }
  .list-products-item:hover .item-content {
    display: block; }

@media (max-width: 720px) {
  .list-products-item .item-content {
    position: relative;
    height: auto;
    display: block;
    background-color: #fff; }
    .list-products-item .item-content img {
      height: 230px; }
    .list-products-item .item-content .name {
      margin-top: 13px;
      font-size: 19px;
      height: 21px;
      overflow: hidden; }
    .list-products-item .item-content .desc {
      margin-top: 7px;
      height: 10px;
      overflow: hidden; }
    .list-products-item .item-content .btn {
      padding: 10px 0;
      margin-top: 13px;
      font-size: 12px;
      width: 99%; } }

.gallery-list {
  margin-top: 30px; }
  .gallery-list > li {
    cursor: pointer; }
  .gallery-list img {
    width: 100%; }

.popup {
  visibility: hidden;
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }
  .popup .popup-header {
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 20px; }

.popup .popup-content {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 30px 50px 30px 30px; }

.popup-checkbox:checked + .popup {
  visibility: visible;
  z-index: 9991; }

.popup .close {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 34px;
  width: 34px;
  background-color: #fff;
  cursor: pointer;
  z-index: 9999; }

.popup .close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 39px;
  height: 37px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='38'%3E%3Cdefs%3E%3Cfilter id='a' width='232.4%25' height='232.4%25' x='-66.2%25' y='-66.2%25' filterUnits='objectBoundingBox'%3E%3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='7.5'/%3E%3CfeColorMatrix in='shadowBlurOuter1' result='shadowMatrixOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeMerge%3E%3CfeMergeNode in='shadowMatrixOuter1'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cpath fill-rule='evenodd' d='M6 6H0v2h6v6h2V8h6V6H8V0H6v6z' filter='url%28%23a%29' transform='rotate%2845 -.985 28.692%29'/%3E%3C/svg%3E"); }

@media (max-width: 480px) {
  .popup .popup-content {
    height: 100%;
    width: 100%; }
  .popup-checkbox:checked + .popup {
    z-index: 9999; }
  .popup .close {
    top: 15px;
    right: 15px; } }

.toggles {
  padding-left: 0;
  text-align: center;
  list-style: none;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 25px; }
  @media (min-width: 480px) {
    .toggles {
      margin-bottom: 20px;
      margin-top: -55px;
      position: relative;
      z-index: 3; } }
  @media (max-width: 480px) {
    .toggles {
      height: 32px;
      overflow-x: auto;
      overflow-y: hidden; } }
  .toggles .toggle-label {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -1px;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    color: #2e302f;
    background-color: #fff;
    text-transform: uppercase;
    border-color: #fff #fff #d0d0d0;
    font-size: 16px;
    cursor: pointer; }
    @media (max-width: 480px) {
      .toggles .toggle-label {
        font-size: 13px;
        padding: 0.5rem 0.7rem; } }
    .toggles .toggle-label:not(.active) {
      cursor: pointer; }
    .toggles .toggle-label.active {
      border-color: #d0d0d0 #d0d0d0 #fff; }

.toggle-block {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.toggle:checked + .toggle-block {
  display: block;
  opacity: 1; }

section {
  position: relative; }
  section .container {
    position: relative; }
  section .header {
    text-align: left;
    margin: 20px 0 0 30px;
    font-size: 45px;
    font-weight: 100;
    background-color: #fff;
    display: inline-block;
    padding: 7px; }
    section .header:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 100%;
      left: 0;
      margin-top: 25px;
      background-color: #2e302f;
      z-index: -1; }
    section .header .caption {
      font-family: Roboto Condensed, sans-serif;
      font-style: normal;
      font-size: 1rem;
      text-align: center;
      text-transform: uppercase;
      background-color: #000;
      color: #fff;
      padding: 6px 13px;
      margin-top: 7px;
      display: inline-block; }
  section .text {
    margin-bottom: 45px;
    line-height: 23px;
    font-size: 17px; }
  section .img-block:not(:last-child) {
    margin-bottom: 26px; }
  section .img-block img {
    width: 100%; }
  section .img-block .text {
    max-width: 768px;
    margin: 0 auto; }
  section .img-block p {
    margin-top: 0; }
  section .img-block .center {
    text-align: center; }
  section .img-block .btn {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    text-transform: uppercase;
    font-size: 16px; }

.hero .text {
  font-size: 21px;
  line-height: 29px;
  text-align: left;
  margin-top: 45px; }

#middle-slider {
  margin-top: 30px; }
  #middle-slider .swiper-slide img {
    width: 100%;
    height: auto; }

#collections-block {
  margin-top: 50px; }

#promo-block {
  margin-top: 23px; }
  #promo-block .img-block {
    position: relative; }
    #promo-block .img-block .btn-big {
      background-color: rgba(204, 119, 8, 0.88);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 22px 62px;
      font-size: 15px;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer; }
      #promo-block .img-block .btn-big:hover {
        background-color: rgba(215, 123, 5, 0.9); }
    #promo-block .img-block .btn {
      position: absolute;
      border: 1px solid #fff;
      color: #fff;
      bottom: 41px;
      right: 121px;
      padding: 15px 33px;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px; }
      #promo-block .img-block .btn:hover {
        background-color: #fff;
        color: #333; }

.images-list .item:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d0; }

.images-list .image {
  width: 100%; }
  .images-list .image img {
    width: 100%; }

.images-list .title {
  font-size: 20px;
  margin-top: 20px; }

.homepage-brands:not(.mobile-only) {
  display: block;
  margin-top: 25px; }
  @media (max-width: 720px) {
    .homepage-brands:not(.mobile-only) {
      display: none; } }

.homepage-brands.mobile-only {
  display: none; }
  @media (max-width: 720px) {
    .homepage-brands.mobile-only {
      display: block; } }

.homepage-brands-item {
  text-align: center; }
  .homepage-brands-item a {
    display: block;
    padding: 5px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22); }
  .homepage-brands-item img {
    max-height: 50px; }
  @media (max-width: 720px) {
    .homepage-brands-item:nth-child(n+7) {
      display: none; } }

.homepage-brands1:not(.mobile-only) {
  display: block;
  margin-top: 25px; }
  @media (max-width: 720px) {
    .homepage-brands1:not(.mobile-only) {
      display: none; } }

.homepage-brands1.mobile-only {
  display: none; }
  @media (max-width: 720px) {
    .homepage-brands1.mobile-only {
      display: block; } }

.homepage-brands1-item {
  text-align: center; }
  .homepage-brands1-item a {
    display: block;
    padding: 5px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22); }
  .homepage-brands1-item img {
    max-height: 50px; }
  @media (max-width: 720px) {
    .homepage-brands1-item:nth-child(n+7) {
      display: block; } }



.catalog {
  position: relative; }

.btn.filters-toggle {
  color: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  padding: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  margin: 5px auto 0 auto;
  letter-spacing: 2px;
  text-align: center; }

.catalog-sidebar {
  background-color: #f6f6f6;
  border: 1px solid #d0d0d0; }
  .catalog-sidebar .search {
    padding: 15px 20px; }
    .catalog-sidebar .search input[type="search"] {
      height: 32px;
      background-color: #fff;
      border: 1px solid #d0d0d0;
      width: 100%;
      padding: 0 10px; }
  .catalog-sidebar .header {
    padding: 15px 20px;
    border-top: 1px solid #d0d0d0;
    font-weight: 600;
    text-align: center; }
  .catalog-sidebar #filters-form > label.filter {
    background-color: #fff; }
  .catalog-sidebar label.filter {
    padding: 15px 20px 15px 45px;
    position: relative;
    display: block;
    cursor: pointer; }
    .catalog-sidebar label.filter:before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      background-color: #fff;
      border: 1px solid #2e302f;
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .catalog-sidebar label.filter:hover:before {
      background-color: #d0d0d0; }
    .catalog-sidebar label.filter:hover:before, .catalog-sidebar label.filter:hover .filter-title:before {
      opacity: 0.7; }
    .catalog-sidebar label.filter .filter-title {
      display: inline-block;
      vertical-align: middle; }
    .catalog-sidebar label.filter .filter-product-count {
      font-weight: bold;
      margin-left: 10px;
      display: inline-block;
      vertical-align: middle; }
    .catalog-sidebar label.filter input[type="checkbox"]:checked + .filter-title:before {
      content: '';
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background-color: #000;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .catalog-sidebar .sidebar-menu {
    background-color: #fff; }
    .catalog-sidebar .sidebar-menu > li {
      border-top: 1px solid #d0d0d0;
      position: relative; }
      .catalog-sidebar .sidebar-menu > li > label {
        padding: 15px 20px;
        display: block;
        cursor: pointer;
        height: 48px;
        width: 100%;
        position: absolute;
        z-index: 2; }
      .catalog-sidebar .sidebar-menu > li .filters {
        max-height: 0;
        -webkit-transition: max-height 0.25s ease-out;
        transition: max-height 0.25s ease-out;
        overflow: hidden;
        margin-top: 48px; }
        .catalog-sidebar .sidebar-menu > li .filters:before {
          content: '+';
          display: block;
          position: absolute;
          right: 15px;
          top: 7px;
          font-size: 26px;
          font-family: Verdana, sans-serif;
          z-index: 1; }
        .catalog-sidebar .sidebar-menu > li .filters > li:first-child {
          border-top: 1px solid #d0d0d0; }
        .catalog-sidebar .sidebar-menu > li .filters.advanced {
          display: block; }
          .catalog-sidebar .sidebar-menu > li .filters.advanced .letters-nav {
            position: absolute;
            background-color: #fff;
            top: 0;
            right: 12px;
            height: 95%;
            width: 28px;
            z-index: 1; }
            .catalog-sidebar .sidebar-menu > li .filters.advanced .letters-nav button.link {
              display: block;
              cursor: pointer;
              font-size: 13px;
              color: #2e302f; }
              .catalog-sidebar .sidebar-menu > li .filters.advanced .letters-nav button.link:hover {
                color: #000; }
              .catalog-sidebar .sidebar-menu > li .filters.advanced .letters-nav button.link:not(:last-child) {
                margin-bottom: 11px; }
          .catalog-sidebar .sidebar-menu > li .filters.advanced .filter-items {
            position: relative;
            max-height: 350px;
            overflow: hidden; }
            .catalog-sidebar .sidebar-menu > li .filters.advanced .filter-items ul {
              overflow-y: auto;
              max-height: 350px; }
              .catalog-sidebar .sidebar-menu > li .filters.advanced .filter-items ul::-webkit-scrollbar {
                width: 13px;
                height: 13px;
                background: rgba(255, 255, 255, 0.2);
                cursor: pointer; }
              .catalog-sidebar .sidebar-menu > li .filters.advanced .filter-items ul::-webkit-scrollbar-corner {
                background: 0 0; }
              .catalog-sidebar .sidebar-menu > li .filters.advanced .filter-items ul::-webkit-scrollbar-thumb {
                min-height: 20px;
                border: 3px solid transparent;
                background-clip: content-box;
                -webkit-border-radius: 5px;
                        border-radius: 5px;
                -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.4);
                        box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.4); }
                .catalog-sidebar .sidebar-menu > li .filters.advanced .filter-items ul::-webkit-scrollbar-thumb:hover {
                  -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.6);
                          box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.6);
                  cursor: pointer; }
            .catalog-sidebar .sidebar-menu > li .filters.advanced .filter-items .letter {
              color: #d0d0d0;
              font-size: 20px;
              padding-left: 15px;
              display: none; }
            .catalog-sidebar .sidebar-menu > li .filters.advanced .filter-items li:not(:first-child) .letter {
              border-top: 1px solid #f6f6f6;
              padding-top: 10px; }
      .catalog-sidebar .sidebar-menu > li .filter-menu-toggle:checked + .filters {
        max-height: 550px;
        -webkit-transition: max-height 0.5s ease-in;
        transition: max-height 0.5s ease-in;
        overflow-y: auto; }
        .catalog-sidebar .sidebar-menu > li .filter-menu-toggle:checked + .filters::-webkit-scrollbar {
          width: 13px;
          height: 13px;
          background: rgba(255, 255, 255, 0.2);
          cursor: pointer; }
        .catalog-sidebar .sidebar-menu > li .filter-menu-toggle:checked + .filters::-webkit-scrollbar-corner {
          background: 0 0; }
        .catalog-sidebar .sidebar-menu > li .filter-menu-toggle:checked + .filters::-webkit-scrollbar-thumb {
          min-height: 20px;
          border: 3px solid transparent;
          background-clip: content-box;
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.1);
                  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.1); }
          .catalog-sidebar .sidebar-menu > li .filter-menu-toggle:checked + .filters::-webkit-scrollbar-thumb:hover {
            -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.3);
                    box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.3);
            cursor: pointer; }
        .catalog-sidebar .sidebar-menu > li .filter-menu-toggle:checked + .filters:before {
          content: '–';
          right: 17px; }
  .catalog-sidebar .buttons {
    height: 64px; }
    @media (max-width: 720px) {
      .catalog-sidebar .buttons {
        position: fixed;
        bottom: 0;
        z-index: 11;
        width: 100%;
        background-color: #fff; } }
    .catalog-sidebar .buttons .block {
      padding: 20px; }
    .catalog-sidebar .buttons .btn {
      padding: 5px 20px;
      font-size: 12px; }
      .catalog-sidebar .buttons .btn.primary {
        margin-right: 5px; }
    .catalog-sidebar .buttons.fixed .block {
      position: fixed;
      width: 268px;
      bottom: 0;
      z-index: 10;
      background-color: #fff; }

.filters-buttons {
  display: none;
  margin-bottom: 15px; }
  .filters-buttons .btn {
    padding: 5px 20px;
    font-size: 12px; }
    .filters-buttons .btn.primary {
      margin-right: 5px; }

.selected-filters + .filters-buttons {
  display: block; }

@media (max-width: 1024px) {
  .btn.filters-toggle {
    display: inline-block;
    margin: 5px auto 30px auto; }
  .catalog-sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 9999999;
    width: 100%; }
    .catalog-sidebar .filters-toggle {
      margin: 20px auto 15px;
      width: 88%;
      display: block; }
    .catalog-sidebar .search, .catalog-sidebar .header {
      background-color: #f6f6f6; }
    .catalog-sidebar .search {
      margin-top: 19px;
      display: block; }
  #filters-toggle:checked + .catalog-sidebar {
    display: block; }
    #filters-toggle:checked + .catalog-sidebar:before {
      content: '';
      display: block;
      position: fixed;
      z-index: -1;
      background-color: #fff;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.filter-dropdown {
  padding: 4px; }

.catalog-sort {
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 1; }

.collections-filter {
  width: 84%;
  margin: 20px; }

.selected-filters-title {
  font-size: 16px; }

.selected-filters {
  margin: 10px 0 17px; }
  .selected-filters:after {
    content: '';
    display: block;
    clear: both; }
  .selected-filters .selected-filter {
    float: left;
    border: 1px solid #d0d0d0;
    color: #a5a5a5;
    padding: 3px 0 3px 14px; }
    .selected-filters .selected-filter:not(:last-child) {
      margin-right: 10px;
      margin-bottom: 10px; }
    .selected-filters .selected-filter .close-label {
      display: inline-block;
      width: 30px;
      height: 30px;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0.5;
      margin-bottom: -12px;
      margin-top: -8px;
      cursor: pointer;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8.586L1.515.1.1 1.516 8.587 10 .1 18.485 1.516 19.9 10 11.413l8.485 8.485 1.414-1.415L11.413 10 19.9 1.515 18.484.1 10 8.587z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E"); }
    .selected-filters .selected-filter mark {
      display: none; }

.catalog-list {
  margin-bottom: 20px;
  margin-top: 35px; }
  .catalog-list .product-img {
    position: relative;
    height: 270px;
    width: auto;
    z-index: -1; }



  .catalog-list .catalog-item {
    text-align: center;
    position: relative;
    padding-bottom: 10px; }
    .catalog-list .catalog-item a {
      display: block;
      position: relative; }
      .catalog-list .catalog-item a > img {
        position: relative;
        height: 263px;
        width: auto;
        z-index: -1; }

      .catalog-list .catalog-item a .product-title {
        margin-top: 3px;
        height: 40px;
        overflow: hidden;
        color: #a5a5a5;
        font-size: 14px;
        font-weight: bold; }
      .catalog-list .catalog-item a .product-sku {
        margin-top: 7px;
        overflow: hidden;
        height: 17px;
        font-size: 14px;
        color: #a5a5a5; }
      .catalog-list .catalog-item a .product-category {
        visibility: hidden;
        margin-top: 11px;
        font-size: 15px;
        color: #a5a5a5; }
      .catalog-list .catalog-item a .product-price {
        margin-top: 10px;
        font-weight: bold;
        font-size: 16px; }
        .catalog-list .catalog-item a .product-price .retail {
          text-decoration: line-through;
          color: #a5a5a5;
          display: inline-block;
          margin-left: 10px; }
      .catalog-list .catalog-item a .btn {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        background-color: white;
        margin-top: 40px;
        padding: 12px 40px;
        color: #2e302f; }
        .catalog-list .catalog-item a .btn:hover {
          background-color: #2e302f;
          color: #fff;
          border: 1px solid #2e302f; }
    .catalog-list .catalog-item .labels {
      position: absolute;
      z-index: 1;
      top: 40px;
      left: 15px; }
      .catalog-list .catalog-item .labels > span {
        padding: 4px 8px;
        text-align: center;
        display: inline-block;
        background-color: Grey;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase; }
        .catalog-list .catalog-item .labels > span[data-discount] {
          background-color: rgba(244, 241, 241, 0.5);
          color: #af1e0e;
          font-weight: bold;
          margin-right: -4px; }
          .catalog-list .catalog-item .labels > span[data-discount]:before {
            content: "-" attr(data-discount) "%"; }
    .catalog-list .catalog-item .favorites {
      position: absolute;
      top: 15px;
      left: 212px;
      z-index: 3;
      width: 50px; }
      .catalog-list .catalog-item .favorites.active:after {
        visibility: hidden; }
    .catalog-list .catalog-item:hover .btn {
      display: block; }
    @media (min-width: 480px) {
      .catalog-list .catalog-item:hover {
        -webkit-box-shadow: 0 2px 19px rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 19px rgba(0, 0, 0, 0.15); }
        .catalog-list .catalog-item:hover .product-category {
          visibility: visible; } }

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

.region-text .text-more {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.region-text #text-more-toggle:checked + .text-more {
  display: block;
  opacity: 1; }

.region-text .btn {
  display: block;
  max-width: 160px;
  text-align: center;
  padding: 9px 0;
  margin: 0 auto; }

.pagination {
  margin-bottom: 40px; }
  .pagination:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 480px) {
    .pagination {
      margin-top: 55px; } }
  .pagination .page-item {
    float: left; }
    .pagination .page-item .page-link {
      border: 1px solid #a5a5a5;
      min-width: 30px;
      height: 30px;
      text-align: center;
      padding: 5px;
      font-size: 18px;
      color: #a5a5a5;
      display: block; }
    .pagination .page-item:hover .page-link, .pagination .page-item.active .page-link {
      color: #000;
      border: 1px solid #000; }
    .pagination .page-item:not(:last-child) {
      margin-right: 10px; }

@media (max-width: 1024px) {
  .product-img {
    width: 100%; }
  .catalog-list .catalog-item .favorites {
    left: auto;
    right: 4px;
    width: 30px; } }

@media (max-width: 480px) {
  .selected-filters-title {
    margin-top: 40px; }
  .selected-filters .selected-filter:not(:last-child) {
    margin-bottom: 10px; } }

.product .image-block .images-list {
  max-height: 400px;
  overflow-x: hidden; }
  .product .image-block .images-list::-webkit-scrollbar {
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer; }
  .product .image-block .images-list::-webkit-scrollbar-corner {
    background: 0 0; }
  .product .image-block .images-list::-webkit-scrollbar-thumb {
    min-height: 20px;
    border: 3px solid transparent;
    background-clip: content-box;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.1); }
    .product .image-block .images-list::-webkit-scrollbar-thumb:hover {
      -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.3);
              box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.3);
      cursor: pointer; }
  .product .image-block .images-list img {
    width: 100%; }
  .product .image-block .images-list > li {
    max-width: 91px;
    padding: 10px 0; }
    .product .image-block .images-list > li.active {
      border: 1px solid #2e302f; }
    .product .image-block .images-list > li:not(:last-child) {
      margin-bottom: 10px; }
    .product .image-block .images-list > li.video {
      position: relative;
      height: 89px; }
      .product .image-block .images-list > li.video:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 19.4375em;
        height: 19.4375em;
        background-position: -164.125em -88.6875em;
        opacity: 0.5;
        font-size: 2.55px; }

.product .image-block .title-image img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .product .image-block .title-image img:focus {
    outline: none; }

.product .image-block .title-image li a {
  display: block;
  outline: none; }
  .product .image-block .title-image li a:focus {
    outline: none; }

.product .image-block .title-image-block {
  max-height: 440px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .product .image-block .title-image-block .swiper-pagination {
    visibility: hidden; }
    @media (max-width: 480px) {
      .product .image-block .title-image-block .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 6px; }
      .product .image-block .title-image-block .swiper-pagination .swiper-pagination-bullet-active {
        background: #b59252; } }
  .product .image-block .title-image-block .slider-navigation {
    display: none; }
    @media (max-width: 480px) {
      .product .image-block .title-image-block .slider-navigation {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 92%;
        width: 100%; }
        .product .image-block .title-image-block .slider-navigation .container {
          height: 100%;
          position: relative; }
        .product .image-block .title-image-block .slider-navigation .swiper-button-prev, .product .image-block .title-image-block .slider-navigation .swiper-button-next {
          height: 100%;
          width: 15%;
          position: relative;
          left: auto;
          right: 0;
          background: none;
          top: 0;
          margin-top: 0; }
          .product .image-block .title-image-block .slider-navigation .swiper-button-prev:before, .product .image-block .title-image-block .slider-navigation .swiper-button-next:before {
            content: '';
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute;
            background-repeat: no-repeat; }
        .product .image-block .title-image-block .slider-navigation .swiper-button-prev {
          float: left; }
          .product .image-block .title-image-block .slider-navigation .swiper-button-prev:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='35px'%3E%3Cpath fill-rule='evenodd' fill='rgb%28255, 255, 255%29' d='M16.989,32.972 L14.695,34.992 L0.011,18.028 L0.488,17.608 L0.136,17.301 L14.604,0.727 L16.864,2.700 L3.770,17.700 L16.989,32.972 Z'/%3E%3C/svg%3E");
            width: 24px;
            height: 38px; }
        .product .image-block .title-image-block .slider-navigation .swiper-button-next {
          float: right; }
          .product .image-block .title-image-block .slider-navigation .swiper-button-next:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='34px'%3E%3Cpath fill-rule='evenodd' fill='rgb%28255, 255, 255%29' d='M16.989,17.167 L2.305,33.992 L0.011,31.989 L13.230,16.842 L0.136,1.965 L2.396,0.008 L16.864,16.446 L16.512,16.750 L16.989,17.167 Z'/%3E%3C/svg%3E");
            width: 24px;
            height: 38px; }
        .product .image-block .title-image-block .slider-navigation .swiper-button-next, .product .image-block .title-image-block .slider-navigation .swiper-button-prev {
          background-size: auto; }
        .product .image-block .title-image-block .slider-navigation.black .swiper-button-prev:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='35px'%3E%3Cpath fill-rule='evenodd' fill='rgb%282, 2, 2%29' d='M16.989,32.973 L14.695,34.992 L0.011,18.027 L0.488,17.608 L0.136,17.300 L14.604,0.727 L16.864,2.700 L3.770,17.700 L16.989,32.973 Z'/%3E%3C/svg%3E"); }
        .product .image-block .title-image-block .slider-navigation.black .swiper-button-next:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='34px'%3E%3Cpath fill-rule='evenodd' fill='rgb%282, 2, 2%29' d='M16.989,17.167 L2.305,33.992 L0.011,31.989 L13.230,16.842 L0.136,1.964 L2.396,0.008 L16.864,16.446 L16.512,16.750 L16.989,17.167 Z'/%3E%3C/svg%3E"); }
        .product .image-block .title-image-block .slider-navigation .swiper-button-prev {
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0)));
          background: linear-gradient(to right, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d000000', endColorstr='#00000000',GradientType=1 );
          /* IE6-9 */ }
        .product .image-block .title-image-block .slider-navigation .swiper-button-next {
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.24)));
          background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3d000000',GradientType=1 );
          /* IE6-9 */ } }
  .product .image-block .title-image-block .product-labels {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 15px; }
    .product .image-block .title-image-block .product-labels > span {
      padding: 3px 7px;
      text-align: center;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 16px;
      text-transform: uppercase; }
      .product .image-block .title-image-block .product-labels > span[data-discount] {
        background-color: rgba(244, 241, 241, 0.5);
        color: #2e302f;
        font-weight: bold;
        margin-right: -4px; }
        .product .image-block .title-image-block .product-labels > span[data-discount]:before {
          content: "-" attr(data-discount) "%"; }

.product .product-name {
  margin: 0;
  font-size: 1.8em; }
  .product .product-name span {
    color: #a5a5a5; }

.product .product-category {
  font-size: 18px;
  margin-top: 5px;
  color: #2e302f; }

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

.product .product-description {
  margin-top: 18px;
  color: #a5a5a5; }
  @media (max-width: 768px) {
    .product .product-description:not(.mobile) {
      display: none; } }
  .product .product-description.mobile {
    display: none; }
    @media (max-width: 768px) {
      .product .product-description.mobile {
        display: block; } }

.product .price {
  font-size: 22px;
  color: #000;
  font-weight: bold; }

.product .price-retail {
  margin-left: 18px;
  font-size: 18px;
  color: #a5a5a5;
  text-decoration: line-through;
  margin-top: 5px; }

.product [data-product-variants] {
  margin-top: 10px;
  font-size: 18px; }

.product .action-buttons {
  margin-top: 21px; }
  .product .action-buttons .buy {
    padding: 14px 37px 12px;
    font-size: 18px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-right: 5px;
    margin-top: 0; }
    .product .action-buttons .buy:hover {
      background-color: #000;
      color: #fff; }
  .product .action-buttons .favorites, .product .action-buttons .compared {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-top: 1px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
    width: 40px;
    height: 40px; }
    .product .action-buttons .favorites.active, .product .action-buttons .compared.active {
      background-position: 4px 6.5px;
      border: 1px solid #000; }
  .product .action-buttons .favorites {
    margin-left: 15px;
    position: static;
    background-position: 5px 7px; }
    .product .action-buttons .favorites:hover {
      width: 40px; }
    .product .action-buttons .favorites i.fa-heart-o, .product .action-buttons .favorites i.fa-heart {
      width: 22px;
      height: 17px; }
  .product .action-buttons .compared {
    position: static;
    margin-left: 35px;
    display: none !important; }
    .product .action-buttons .compared:before, .product .action-buttons .compared:after {
      display: none; }
    .product .action-buttons .compared:hover {
      width: 40px; }

.product .specifications {
  margin-top: 35px; }
  .product .specifications .specify-menu {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 16px;
    width: 100%; }
    .product .specifications .specify-menu:after {
      content: '';
      display: block;
      clear: both; }
    .product .specifications .specify-menu > li {
      float: left; }
      .product .specifications .specify-menu > li:not(:last-child) label {
        margin-right: 20px; }
      .product .specifications .specify-menu > li label {
        font-size: 16px;
        display: block;
        position: relative;
        padding: 0 0 7px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .product .specifications .specify-menu > li:not(.active) label {
        cursor: pointer;
        color: #a5a5a5; }
      .product .specifications .specify-menu > li.active label:after {
        content: '';
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        background-color: #2e302f; }
  .product .specifications .specify {
    display: none;
    margin-top: 20px; }
    .product .specifications .specify > li {
      color: #2e302f;
      font-size: 16px; }
      .product .specifications .specify > li:after {
        content: '';
        display: block;
        clear: both; }
      .product .specifications .specify > li:not(:last-child) {
        margin-bottom: 15px; }
      .product .specifications .specify > li > * {
        float: left; }
      .product .specifications .specify > li .specify-name {
        width: 30%;
        color: #a5a5a5; }
      .product .specifications .specify > li .specify-desc {
        width: 70%; }
  .product .specifications .specify-toggle:checked + .specify {
    display: block; }

.product .same-products {
  margin-top: 20px; }
  .product .same-products-header {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px; }
  .product .same-products-button {
    text-align: center;
    width: 100%;
    margin-bottom: -20px;
    margin-top: 0px; }

.product .back {
  display: none;
  padding: 3px 0;
  margin: 70px 0 0;
  color: #a5a5a5; }

.product .cart-added .product-img {
  width: 100%;
  min-width: 163px;
  min-height: 163px;}

.product .cart-added .product-name {
  font-size: 18px;
  margin-bottom: 20px; }

.product .cart-added .product-properties:after {
  content: '';
  display: block;
  clear: both; }

.product .cart-added .product-properties .name {
  float: left;
  width: 50%; }

.product .cart-added .product-properties .value {
  float: right;
  width: 50%; }

.product .cart-added .product-price {
  margin-top: 10px;
  font-weight: bold; }

.product .cart-added .cart-total {
  margin-top: 15px;
  text-transform: uppercase;
  border-top: 1px solid #d0d0d0;
  padding-top: 15px;
  font-size: 20px;
  margin-bottom: 20px; }
  .product .cart-added .cart-total .total {
    text-transform: none;
    font-weight: bold;
    padding-left: 9px; }
  .product .cart-added .cart-total .caption {
    font-size: 9px;
    color: #d0d0d0;
    margin-top: 5px;
    margin-bottom: -5px; }

.product .cart-added .btn {
  display: block;
  padding: 10px 10px;
  text-align: center; }

.product .cart-added .continue-shopping {
  width: 100%;
  text-align: center; }
  .product .cart-added .continue-shopping label {
    display: inline-block;
    vertical-align: middle;
    color: #a5a5a5;
    cursor: pointer;
    border-bottom: 1px dashed;
    margin-top: 20px; }
    .product .cart-added .continue-shopping label:hover {
      border: 0;
      padding-bottom: 1px;
      color: #2e302f; }

.product .tbn-stock {
  margin-top: 18px; }
  .product .tbn-stock-header {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 10px 0 0; }
    @media (min-width: 720px) {
      .product .tbn-stock-header label {
        border-bottom: 1px dashed;
        cursor: pointer; }
        .product .tbn-stock-header label:hover {
          color: #2e302f; } }
  .product .tbn-stock-list {
    margin-top: 5px;
    padding-left: 0; }
    .product .tbn-stock-list li {
      margin: 4px 0;
      color: #2e302f;
      font-size: 14px;
      list-style: none;
      border-bottom: 1px solid #d0d0d0;
      padding-bottom: 6px; }
      .product .tbn-stock-list li:after {
        content: '';
        display: block;
        clear: both; }
      .product .tbn-stock-list li.header {
        font-size: 15px;
        color: #a5a5a5; }
      .product .tbn-stock-list li > * {
        float: left;
        width: 50%; }

@media (max-width: 480px) {
  .product .back {
    display: block;
    margin: 0 0 10px; }
  .product .breadcrumbs {
    display: none; }
  .product .image-block .title-image-block {
    max-height: 365px; }
  .product .image-block .images-list-block {
    display: none; }
  .product .product-name {
    font-size: 22px;
    margin-top: 10px; }
  .product .product-prices {
    margin-top: 22px; }
  .product .price {
    font-size: 23px; }
  .product .price-retail {
    font-size: 20px; }
  .product .specifications {
    margin-top: 19px; }
    .product .specifications .specify-menu-block {
      overflow-y: hidden;
      overflow-x: auto;
      height: 47px; }
      .product .specifications .specify-menu-block:before {
        content: '';
        display: block;
        height: 47px;
        width: 20px;
        position: absolute;
        right: 14px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.28)), to(white));
        background: linear-gradient(to right, rgba(255, 255, 255, 0.28) 0%, white 100%); }
    .product .specifications .specify-menu {
      height: 41px;
      overflow-y: hidden;
      width: 130%; }
    .product .specifications .specify-menu > li {
      margin-top: 15px; }
    .product .specifications .specify > li .specify-name {
      width: 40%; }
    .product .specifications .specify > li .specify-desc {
      width: 60%; } }

.product .product-manual-wrapper {
  margin-top: -30px;
  color: #000; }
  @media (max-width: 720px) {
    .product .product-manual-wrapper {
      margin-top: 0; } }
  .product .product-manual-wrapper .manual-item {
    margin-bottom: 15px; }
    .product .product-manual-wrapper .manual-item .desc {
      color: #a5a5a5;
      font-size: 14px;
      line-height: 18px;
      max-width: 440px; }
  .product .product-manual-wrapper .product-manual-title {
    font-size: 24px; }
  .product .product-manual-wrapper a {
    display: inline-block;
    border-bottom: 1px dashed;
    margin-left: 5px; }

.product-card-buy {
  margin-bottom: 50px; }

.catalog h1.header {
  font-size: 24px; }

.catalog h1 > span {
  color: #a5a5a5; }

.catalog .collection-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0; }

.catalog .collection-desc {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px; }
  .catalog .collection-desc p {
    line-height: 22px; }
  .catalog .collection-desc .btn {
    display: block;
    max-width: 278px;
    text-align: center;
    margin: 31px auto 50px;
    text-transform: uppercase; }

.catalog .collection-item {
  display: block;
  position: relative;
  cursor: pointer;
  background-size: cover !important;
  background-position: center !important; }
  .catalog .collection-item img {
    width: 100%; }
  .catalog .collection-item .overlay {
    position: absolute;
    bottom: 0;
    height: 86px;
    left: 0;
    width: 100%;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.31)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 100%);
    padding: 0; }
    .catalog .collection-item .overlay .header {
      font-size: 2em;
      margin-bottom: 4px;
      padding: 0 30px; }
    .catalog .collection-item .overlay .desc {
      font-size: 1em;
      margin-bottom: 10px; }
    .catalog .collection-item .overlay .btn {
      padding: 10px 28px;
      font-size: 14px;
      color: #f5f5f5;
      float: right;
      border: 1px solid #f5f5f5;
      margin: -13px 17px 0;
      opacity: 1; }
      .catalog .collection-item .overlay .btn:hover {
        color: #2e302f; }
  .catalog .collection-item:hover .overlay .btn {
    margin-bottom: 0; }

.container.news {
  padding-bottom: 50px; }

.news-sidebar {
  background-color: #f6f6f6;
  border: 1px solid #d0d0d0; }
  .news-sidebar .header {
    padding: 15px 20px;
    font-size: 19px; }
  .news-sidebar .news-menu {
    background-color: #fff;
    list-style: none; }
    .news-sidebar .news-menu > li, .news-sidebar .news-menu li.news-menu-li {
      border-top: 1px solid #d0d0d0;
      position: relative; }
      .news-sidebar .news-menu > li a:not(.btn), .news-sidebar .news-menu li.news-menu-li a:not(.btn) {
        cursor: pointer;
        padding: 15px 20px;
        display: block;
        color: #000; }
        .news-sidebar .news-menu > li a:not(.btn):hover, .news-sidebar .news-menu li.news-menu-li a:not(.btn):hover {
          text-decoration: underline; }
      .news-sidebar .news-menu > li .submenu, .news-sidebar .news-menu li.news-menu-li .submenu {
        display: none; }
      .news-sidebar .news-menu > li.active .submenu, .news-sidebar .news-menu li.news-menu-li.active .submenu {
        display: block; }
        .news-sidebar .news-menu > li.active .submenu > li, .news-sidebar .news-menu li.news-menu-li.active .submenu > li {
          position: relative;
          border-top: 1px solid #f6f6f6; }
          .news-sidebar .news-menu > li.active .submenu > li > a:not(.btn), .news-sidebar .news-menu li.news-menu-li.active .submenu > li > a:not(.btn) {
            padding-left: 42px; }
            .news-sidebar .news-menu > li.active .submenu > li > a:not(.btn):before, .news-sidebar .news-menu li.news-menu-li.active .submenu > li > a:not(.btn):before {
              content: '•';
              display: inline-block;
              position: absolute;
              left: 21px;
              top: 50%;
              -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
              color: #a5a5a5;
              margin-right: 10px;
              font-size: 21px; }
          .news-sidebar .news-menu > li.active .submenu > li.active > a:not(.btn), .news-sidebar .news-menu li.news-menu-li.active .submenu > li.active > a:not(.btn) {
            text-decoration: underline; }
            .news-sidebar .news-menu > li.active .submenu > li.active > a:not(.btn):before, .news-sidebar .news-menu li.news-menu-li.active .submenu > li.active > a:not(.btn):before {
              color: #2e302f; }
            .news-sidebar .news-menu > li.active .submenu > li.active > a:not(.btn):hover, .news-sidebar .news-menu li.news-menu-li.active .submenu > li.active > a:not(.btn):hover {
              cursor: default; }
          .news-sidebar .news-menu > li.active .submenu > li:not(.active):hover > a:not(.btn), .news-sidebar .news-menu li.news-menu-li.active .submenu > li:not(.active):hover > a:not(.btn) {
            background-color: #f6f6f6; }
          .news-sidebar .news-menu > li.active .submenu > li .btn, .news-sidebar .news-menu li.news-menu-li.active .submenu > li .btn {
            padding: 10px 0;
            margin: 16px auto;
            text-transform: uppercase;
            font-size: 11px;
            display: block;
            letter-spacing: 1px;
            text-align: center;
            width: 129px; }
      .news-sidebar .news-menu > li.active > a, .news-sidebar .news-menu li.news-menu-li.active > a {
        font-weight: bold; }
    .news-sidebar .news-menu-more {
      display: none; }
    .news-sidebar .news-menu .news-toggle {
      display: block;
      position: relative;
      z-index: 1; }
      @media (max-width: 1024px) {
        .news-sidebar .news-menu .news-toggle {
          margin-bottom: 0; } }
    .news-sidebar .news-menu #news-toggle:checked + .news-toggle {
      display: none; }
    .news-sidebar .news-menu #news-toggle:checked + * + .news-menu-more {
      display: block;
      position: relative;
      background: #fff; }
    .news-sidebar .news-menu #news-toggle:checked + * + * + .news-toggle {
      display: block; }
    .news-sidebar .news-menu .news-menu-more + label {
      display: none; }

.news-list > li {
  display: block;
  margin-bottom: 20px;
  background-color: #fdfcfc;
  min-width: 250px; }
  .news-list > li .header {
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 0;
    padding: 15px;
    color: #000;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    height: 83px;
    overflow: hidden; }
  .news-list > li .desc {
    padding: 15px;
    color: #2e302f;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    margin-top: -3px;
    height: 135px;
    overflow: hidden; }
    .news-list > li .desc .text {
      max-height: 106px;
      overflow: hidden; }
  .news-list > li .image {
    position: relative;
    height: 150px; }
    .news-list > li .image img {
      width: 100%;
      height: 99%;
      -o-object-fit: cover;
         object-fit: cover;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0; }
    .news-list > li .image .overlay {
      position: absolute;
      bottom: 3px;
      height: 86px;
      left: 0;
      width: 100%;
      color: #fff;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      padding: 0; }
    .news-list > li .image .btn {
      position: absolute;
      right: 15px;
      bottom: 15px;
      border: 1px solid #fff;
      color: #fff;
      padding: 15px 33px;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px; }
      .news-list > li .image .btn:hover {
        color: #000; }
  .news-list > li.fullwidth .header {
    height: 49px; }
  .news-list > li.fullwidth .desc {
    height: 174px; }
  .news-list > li.fullwidth .btn {
    padding: 7px 30px;
    font-size: 14px;
    margin-top: 5px; }
  .news-list > li.fullwidth .image img {
    border: 1px solid #d0d0d0; }

@media (max-width: 480px) {
  .news-list {
    margin-top: 20px; } }

.post-header {
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 30px; }

.post-content img {
  max-width: 100%; }

@media (max-width: 480px) {
  .post .post-header {
    margin-top: 21px; }
  .post .post-content img {
    width: 100%; } }

.manual select {
  padding: 6px 10px;
  font-size: 18px;
  width: 100%; }

.manual .btn {
  padding: 10px 0;
  display: block;
  margin-top: 20px;
  text-align: center; }

.blog-list {
  margin-top: 30px; }
  .blog-list-item {
    display: block; }
    @media (max-width: 720px) {
      .blog-list-item:not(last-child) {
        margin-bottom: 10px; } }
    .blog-list-item .item-image {
      background-size: cover;
      background-position: center;
      height: 170px;
      width: 100%; }
    .blog-list-item img {
      width: 100%; }
    .blog-list-item a {
      display: block;
      position: relative; }
    .blog-list-item .item-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 35px 20px 0;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      z-index: 2; }
    .blog-list-item .item-header {
      height: 20px;
      font-size: 18px;
      font-weight: bold;
      max-width: 100%;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .blog-list-item .item-content {
      text-align: left;
      max-height: 100px; }
    .blog-list-item .text-muted {
      margin: 0;
      color: #a5a5a5; }
    .blog-list-item a {
      color: #2e302f; }
    .blog-list-item h4 {
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: normal; }
    .blog-list-item .preview {
      max-height: 80px;
      overflow: hidden; }
      .blog-list-item .preview p {
        margin: 0;
        padding: 0; }

.contacts .header {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold; }

.contacts-item {
  line-height: 20px; }
  .contacts-item strong {
    display: block;
    margin-bottom: 15px; }
  .contacts-item a.tel {
    display: block; }

.contacts .contact-title {
  font-size: 16px;
  color: #a5a5a5;
  margin-bottom: 10px; }

.contacts .contact-map {
  height: 240px; }

.contacts-list-item {
  margin-bottom: 15px; }

.btn.show-more {
  padding: 7px 30px;
  margin: 30px auto 0;
  display: block;
  max-width: 150px;
  text-align: center; }

.youtube-video-list li {
  margin-bottom: 30px; }

.advantages {
  text-align: center; }
  .advantages .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .advantages > div {
    display: inline-block;
    vertical-align: top;
    width: 197px;
    height: 197px; }

.advantage {
  position: relative;
  width: 197px;
  height: 197px;
  border: 5px solid #f6dd95;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6); }
  .advantage a {
    display: block; }
  .advantage-image {
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
    margin-bottom: 6px; }
  .advantage-title {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    font-size: 23px;
    font-weight: bold;
    text-align: center; }

.map-static {
  margin-top: 35px;
  max-height: 350px; }
  .map-static p {
    margin: 0; }

.wishlist {
  min-height: 600px; }
  .wishlist .catalog-list {
    position: relative;
    min-height: 600px;
    z-index: 2;
    background-color: #fff; }

.co-checkout-title {
  margin-top: 0 !important; }

.cheackout-page footer {
  margin-top: 0;
  height: auto; }

.co-section--checkout_order {
  width: 100%; }

.co-sidebar {
  position: static;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none; }

.co-checkout-block--nopadded .co-checkout-order_form {
  padding: 0; }

.co-checkout-block--sidebar--wrapper {
  -webkit-box-shadow: inset 2px 0 4px -2px #cccccc;
  box-shadow: inset 2px 0 4px -2px #cccccc;
  background: #FBFBFB; }

.co-sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.co-section--checkout_header {
  padding: 0; }

@media (max-width: 769px) {
  .co-section--checkout_content {
    margin-top: 48px !important; }
  .co-checkout-block--sidebar--wrapper {
    margin: 48px 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    background: none;
    padding: 0; }
  .co-checkout-block--content-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

.co-button--checkout {
  margin-bottom: 50px; }

.faq-wrapper h1 {
  margin-top: 0 !important; }
  @media (max-width: 480px) {
    .faq-wrapper h1 {
      font-size: 24px;
      margin: 10px 0 !important; } }

.faq-wrapper h2 {
  font-size: 16px; }

.faq-wrapper ul {
  list-style: disc inside; }

.faq-wrapper .small {
  font-size: 80%;
  font-weight: normal; }

.faq-wrapper-item {
  margin-bottom: 20px; }

.faq-wrapper .content {
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0; }

.faq-sidebar .submenu {
  display: block !important;
  margin-left: 40px;
  list-style: disc outside; }
  .faq-sidebar .submenu a {
    display: inline !important;
    padding: 0 !important; }
  .faq-sidebar .submenu li {
    padding-bottom: 10px; }

.faq-item {
  border: 1px solid #d0d0d0;
  margin-bottom: 20px; }
  .faq-item .anchor {
    margin-top: -50px;
    visibility: hidden;
    position: absolute; }
  .faq-item .header {
    background: #f6f6f6;
    padding: 0.75rem 1.25rem;
    border-bottom: #f6f6f6;
    font-size: 24px; }
  .faq-item .content {
    padding: 1.25rem; }

.account-page .account-menu {
  margin: 0; }
  .account-page .account-menu .co-checkout-block--padded {
    padding: 0;
    display: block; }

@media (max-width: 768px) {
  .account-page .account-content {
    margin-top: 20px; }
    .account-page .account-content .co-table-cell:last-child {
      text-align: left; } }

.account-page .co-button, .account-page .picker-button {
  background-color: #2e302f; }
  .account-page .co-button:hover, .account-page .picker-button:hover {
    background-color: #000; }

.account-page .co-checkout-block--padded {
  padding: 0; }

.link, .co-link {
  font-size: 16px;
  margin-bottom: 10px;
  color: #2e302f; }
  .link:not(.link--active):not(.co-link--active):hover, .co-link:not(.link--active):not(.co-link--active):hover {
    color: #000; }

.link--active, .co-link--active {
  color: #000;
  border-bottom: 1px dotted transparent; }
  .link--active:hover, .co-link--active:hover {
    cursor: default;
    color: #000; }

.account-page .co-button, .account-page .picker-button {
  background-color: #2e302f;
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
  font-size: 18px;
  padding: 10px 15px; }
  .account-page .co-button:after, .account-page .picker-button:after {
    display: none; }

.co-login {
  max-width: 500px;
  margin: 0 auto; }

.brands .display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 0;
  color: #d0d0d0; }

.brands hr {
  border-top: 1px solid #f6f6f6; }

@media (max-width: 480px) {
  .brands .brands-item {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0; }
  .brands .display-4 {
    font-size: 2rem; } }

@media (min-width: 720px) and (max-width: 1024px) {
  header .menu > li a,
  header .menu > li label {
    font-size: 9px; }
  .items-slider.slider .slider-navigation .swiper-button-next {
    right: 15px; }
  .items-slider.slider .slider-navigation .swiper-button-prev {
    left: 0; }
  footer .subscribe {
    float: none;
    max-width: 490px;
    margin: 0 auto; }
  footer .subscribe:after {
    display: none; }
  footer .contact-info {
    float: none; }
  footer #footer-contact {
    height: auto; }
  footer .contact-info {
    width: 490px;
    float: none;
    margin: 0 auto;
    padding-bottom: 32px; }
  footer #copyright {
    height: 90px; } }

/* Mobile */
@media (max-width: 720px) {
  .logo {
    margin-top: -2px;
    font-size: 14px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2; }
  .cart-block .total-row {
    max-width: 100%; }
  #app {
    overflow: hidden; }
  .top {
    display: none; }
  .center-on-mobile {
    text-align: center; }
    .center-on-mobile .btn {
      display: inline-block; }
  .search-block {
    padding: 0 3%; }
    .search-block .close:before {
      display: none; }
    .search-block input[type="search"] {
      font-size: 17px; }
    .search-block .search-submit {
      right: 3%; }
  .scrollDown {
    display: none; }
  header {
    height: 47px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6; }
    header .mobile-menu-toggle {
      display: block;
      z-index: 99999; }
    header .btns-block {
      height: 100%;
      vertical-align: middle;
      width: auto;
      position: absolute;
      margin-top: -5px; }
      header .btns-block .stores {
        display: none; }
      header .btns-block .search {
        margin-left: 52px;
        position: absolute;
        top: 45.1px;
        z-index: 3;
        left: 0; }
      header .btns-block .favorites {
        position: absolute;
        margin-right: 18px; }
      header .btns-block > * {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        height: 100%; }
        header .btns-block > * > *:not(.mobile-menu-toggle):not(.logo-mobile) {
          margin-top: 12px; }
      header .btns-block:nth-of-type(1) {
        left: 0; }
      header .btns-block:last-of-type {
        right: 0;
        padding: 0 12px; }
    header .search-block {
      margin-top: 45px; }
      header .search-block input[type="search"] {
        width: 69%;
        font-size: 14px; }
    header .bottom {
      height: 100%;
      width: 100%; }
      header .bottom .menu-block {
        display: none !important; }
      header .bottom .logo-mobile {
        display: block; }
      header .bottom .menu-col .cart {
        display: block;
        position: absolute;
        right: 6px;
        top: 0;
        background-position-y: 13px;
        height: 100%;
        padding-left: 30px;
        line-height: 43px; }
  #mobile-menu-toggle:checked + .mobile-menu-block {
    display: block;
    overflow-y: auto; }
  .content {
    margin-top: 48px;
    padding-bottom: 0; }
  footer {
    height: auto;
    margin-top: 0; }
  footer .subscribe:after {
    display: none; }
  section .header {
    font-size: 35px;
    margin: 29px auto 30px; }
    section .header .caption {
      margin-top: 15px;
      font-size: 0.8rem;
      display: block; }
  section .img-block p {
    margin-top: 24px;
    line-height: 22px;
    margin-bottom: 36px; }
  section .img-block.hidden-on-mobile {
    display: none; }
  section .img-block:not(:last-child) {
    margin-bottom: 12px; }
  #promo-block {
    margin-top: 30px; }
    #promo-block .img-block .btn-big {
      padding: 18px 29px;
      font-size: 12px; }
    #promo-block .img-block .btn {
      bottom: 18px;
      right: 18px;
      padding: 10px 24px; }
  .container h1 {
    margin-top: 10px; }
  #bestsellers .slider {
    height: auto; }
  .items-slider.slider .swiper-button-next,
  #bestsellers .slider .swiper-container-rtl .swiper-button-prev {
    right: 0; }
  .items-slider.slider .swiper-button-prev,
  #bestsellers .slider .swiper-container-rtl {
    left: 0; }
  .list-group {
    padding-left: 0;
    margin-bottom: 0; }
  .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
  .list-group-item:first-child {
    -webkit-border-top-right-radius: 0.15rem;
            border-top-right-radius: 0.15rem;
    -webkit-border-top-left-radius: 0.15rem;
            border-top-left-radius: 0.15rem; }
  footer #footer-contact {
    height: auto; }
    footer #footer-contact .subscribe {
      padding-top: 18px;
      float: none; }
      footer #footer-contact .subscribe .desc {
        margin-top: 8px;
        margin-bottom: 16px; }
      footer #footer-contact .subscribe .name {
        font-size: 22px; }
      footer #footer-contact .subscribe .separator {
        display: none; }
      footer #footer-contact .subscribe .btn {
        margin-top: 10px; }
    footer #footer-contact .contact-info {
      float: none;
      width: 100%;
      border-top: 1px solid #ccc;
      padding-top: 21px; }
      footer #footer-contact .contact-info .socials {
        display: none; }
      footer #footer-contact .contact-info .adress {
        margin: 20px 0; }
  footer #footer-menu {
    display: none; }
  footer #copyright {
    margin-top: 0;
    padding: 27px 15px;
    height: 272px; }
    footer #copyright .row {
      display: block; }
    footer #copyright .container .row > * {
      padding: 0; }
    footer #copyright .powered-by {
      margin-top: 53px; }
    footer #copyright .copy {
      margin-top: 12px; }
    footer #copyright .copy2 {
      margin-top: 22px;
      text-align: left; } }

@media (max-width: 480px) {
  .table-page-delivery img {
    max-width: 150px; } }

@media (max-width: 480px) {
  .container.news {
    padding-bottom: 0 !important; } }

.youtube-video-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .youtube-video-list > li {
    -ms-flex-preferred-size: 18.667%;
    -webkit-flex-basis: 18.667%;
            flex-basis: 18.667%;
    max-width: 18.667%;
    padding: 0 3px; }
    .youtube-video-list > li .title {
      font-size: 14px;
      text-transform: uppercase;
      color: #a5a5a5;
      margin-bottom: 5px;
      height: 29px;
      overflow: hidden; }
    @media (max-width: 768px) {
      .youtube-video-list > li {
        -webkit-flex-basis: 25%;
            -ms-flex-preferred-size: 25%;
                flex-basis: 25%;
        max-width: 25%;
        padding: 0 3px; } }
    @media (max-width: 576px) {
      .youtube-video-list > li {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        max-width: 50%;
        padding: 0 3px; } }
    @media (max-width: 480px) {
      .youtube-video-list > li {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        max-width: 100%;
        padding: 0 3px; } }

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cube1,
.cube2 {
  background-color: #000;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out; }

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }
