@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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, header .bottom.fixed .logo, .logo-mobile, .product .image-block .images-list > li.video:before {
  display: inline-block;
  background-image: url("sprite.svg");
  background-size: 109.625em 57.125em; }

/**
 * 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: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), 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.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 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: 5px;
  padding-left: 5px;
  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: 5px;
  padding-left: 5px;
  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: -5px;
  margin-left: -5px; }

.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: 5px;
  padding-left: 5px; }

.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-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-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-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-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-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%; } }

.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; }

.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; }
  .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; }
  .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; }
  .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; }
  .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; }

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

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

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

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

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

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

.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; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !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 {
  background-color: transparent;
  border: 1px solid #373a3c;
  color: #373a3c;
  padding: 12px 40px;
  cursor: pointer; }
  .btn.primary {
    background-color: #373a3c;
    border: 1px solid #373a3c;
    color: #fff; }
    .btn.primary.inline {
      background-color: transparent;
      border: 1px solid #373a3c;
      color: #1a1a18; }
      .btn.primary.inline:hover {
        background-color: #373a3c;
        border: 1px solid #373a3c;
        color: #fff; }
  .btn:hover {
    background-color: #fff;
    color: #1a1a18; }
  .btn.inline {
    background-color: transparent;
    border: 0;
    color: #1a1a18; }

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

/*$sprite: map-get($icons, sprite) !default;
$baseFontSize: 16px !default;*/
@font-face {
  font-family: "NewsGothicBT-Regular";
  src: url("NewsGothicBT-Regular.eot?") format("eot"), url("NewsGothicBT-Regular.woff") format("woff"), url("NewsGothicBT-Regular.ttf") format("truetype"), url("NewsGothicBT-Regular.svg#NewsGothicBT-Regular") format("svg"); }

@font-face {
  font-family: "NewsGothicBT-Light";
  src: url("NewsGothicBT-Light.eot?") format("eot"), url("NewsGothicBT-Light.woff") format("woff"), url("NewsGothicBT-Light.ttf") format("truetype"), url("NewsGothicBT-Light.svg#NewsGothicBT-Light") format("svg"); }

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

body {
  font-family: NewsGothicBT-Light;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden; }
  body.popup-open {
    overflow: hidden; }

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

h1, h2, h3, h4 {
  font-family: NewsGothicBT-Regular;
  font-style: normal; }

a {
  text-decoration: none;
  color: #b20830; }
  a:hover {
    color: #373a3c; }

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

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

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

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

.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; }

.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; } }

.city-select-list {
  position: absolute;
  margin-top: 12px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  z-index: 11; }
  .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: #373a3c;
      padding: 10px 15px;
      font-size: 14px; }
      .city-select-list > li a b {
        display: block;
        margin-top: 3px; }
    .city-select-list > li:hover a {
      background-color: #fdfcfc; }

.dropdown {
  display: none; }

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

.city-select {
  color: #373a3c;
  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.fb {
      background: url("fb.png") no-repeat;
      width: 8px;
      height: 16px; }
    .socials > li a.vk {
      background: url("vk.png") no-repeat;
      width: 11px;
      height: 14px; }
    .socials > li a.insta {
      background: url("insta.png") no-repeat;
      width: 17px;
      height: 17px; }

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

.logo {
  width: 32.775em;
  height: 4.08125em;
  background-position: -0.3125em -0.3125em;
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  margin-top: 7px; }

.search-block {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 60px;
  padding: 0 6.5%;
  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 {
	display: flex;
	justify-content: flex-end;	  
    height: 100%;
    padding: 10px 0; }
  .search-block input[type="search"] {
    width: 280px;
    height: 40px;
    padding: 2px 20px 0;
    background-color: #fdfcfc;
    font-size: 16px;
    display: inline-block;
    border: 1px solid rgba(144, 0, 39, 0.17); }
  .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;
    border: 1px solid rgba(144, 0, 39, 0.3); }
  .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; }

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

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 .search {
  background: url("search.png") no-repeat;
  width: 24px;
  height: 22px;
  margin-right: 28px;
  margin-top: 5px; }

header .favorites {
  background: url("fav.png") no-repeat;
  width: 25px;
  height: 19px;
  margin-right: 34px; }

header .phones {
  margin-top: 8px;
  font-size: 13px; }
  header .phones a {
    color: #373a3c;
    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 .menu-block {
  height: 100%; }
  header .menu-block > div:not(:first-child) {
    position: relative;
    float: left;
    width: 50%; }

header .menu {
  position: absolute;
  left: 3rem;
  top: 40px;
  width: 100%; }
  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: #1a1a18;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px;
      cursor: pointer; }
    header .menu > li:hover a, header .menu > li:hover label, header .menu > li.active > a {
      border-bottom: 1px solid; }
    header .menu > li.highlighted > a {
      color: #b20830;
      font-weight: bold; }

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);
  border-bottom: 3px solid #b20830;
  z-index: 10;
  padding: 15px 0; }
  header .submenu .all-watches {
    display: block;
    max-width: 170px;
    text-align: center;
    margin: 5px auto 10px;
    padding: 4px 0; }
  header .submenu .container ul > li {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    header .submenu .container ul > li > a {
      display: block;
      padding: 15px 0;
      text-transform: uppercase;
      font-size: 14px;
      color: #000; }
    header .submenu .container ul > li .image {
      width: 100%;
      height: 110px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: block; }
    header .submenu .container ul > li .title {
      margin-top: 8px;
      font-size: 18px;
      color: #373a3c; }
    header .submenu .container ul > li ul.list {
      margin-top: 10px; }
      header .submenu .container ul > li ul.list li {
        display: block; }
        header .submenu .container ul > li ul.list li a {
          padding: 7px 0;
          font-size: 12px; }
  header .submenu .container ul.bottom-menu a {
    font-weight: bold;
    padding: 0;
    color: #b20830; }
  header .submenu.active {
    display: block;
    z-index: 999999; }
  header .submenu.with-list .container > ul > li {
    margin-top: 10px; }

header .btns-block {
  position: relative;
  height: 100%;
  margin-top: 0;
  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; }
  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;
      left: 1rem; }
    header .btns-block > *.right {
      text-align: right;
      margin-left: auto;
      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;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    header .btns-block > * > * {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      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 .bottom .btns-block {
  display: none; }

header .image img {
  width: 100%; }

header .cart {
  background: url("cart.png") no-repeat;
  width: 24px;
  height: 20px; }

header .bottom {
  position: relative;
  height: 90px; }
  header .bottom .row, header .bottom .container {
    height: 100%; }
  header .bottom .menu-col {
    position: relative; }
    header .bottom .menu-col .cart {
      display: none; }
    header .bottom .menu-col .phones {
      display: none; }
  header .bottom.fixed {
    position: fixed;
    height: 43px;
    top: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #f6f6f6; }
    header .bottom.fixed .logo {
      width: 42px;
      height: 28px;
      background-repeat: no-repeat;
      width: 8.6125em;
      height: 11.19375em;
      background-position: -33.6875em -5em;
      font-size: 3px;
      margin-top: 5px; }
    header .bottom.fixed .menu {
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    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 .menu-col .phones {
      display: block;
      position: absolute;
      top: 1px;
      right: 200px; }
      header .bottom.fixed .menu-col .phones a {
        line-height: 9px; }

.content {
  padding-bottom: 552px; }

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

.collections-list .collection-item {
  display: block;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px; }
  .collections-list .collection-item .overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 50px; }

.collections-list .title, .collections-list .show-more {
  display: inline-block;
  background-color: #b20830;
  padding: 5px 11px 3px;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff; }

.collections-list .show-more {
  cursor: pointer;
  display: block;
  margin: 40px auto 55px;
  font-size: 20px;
  padding: 6px 26px 4px;
  max-width: 233px;
  text-align: center; }

.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 {
  margin-top: -500px;
  height: 552px; }
  footer #footer-collections {
    display: block;
    padding-top: 25px;
    border-top: 1px solid #d0d0d0; }
    footer #footer-collections ul > li {
      margin-bottom: 15px; }
      footer #footer-collections ul > li .title {
        font-size: 17px;
        color: #b20830;
        margin-bottom: 15px;
        font-weight: bold; }
      footer #footer-collections ul > li ul.list li a {
        display: block;
        font-size: 14px;
        color: #373a3c;
        margin-bottom: 12px; }
  footer #footer-contact {
    height: 315px;
    background-color: #f6f6f6; }
  footer .subscribe {
    float: left;
    max-width: 442px;
    padding-top: 53px;
    position: relative; }
    footer .subscribe .name {
      font-size: 27px;
      font-family: NewsGothicBT-Regular;
      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: NewsGothicBT-Regular;
      font-style: normal;
      letter-spacing: 2px; }
      footer .subscribe .btn:hover {
        background-color: #900027;
        color: #fff !important;
        border: 1px solid #900027 !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;
    padding-top: 53px; }
    footer .contact-info .phones a {
      font-family: NewsGothicBT-Regular;
      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 .socials {
      margin-top: 25px;
      float: none; }
      footer .contact-info .socials > li {
        display: inline-block;
        vertical-align: middle;
        width: 58px;
        height: 58px; }
        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 .contact-info .adress {
      line-height: 25px; }
  footer #footer-shops {
    padding: 50px 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; }
  footer #footer-menu {
    padding-top: 49px; }
    footer #footer-menu ul.footer-menu {
      height: 110px;
      display: inline-block;
      vertical-align: top; }
      footer #footer-menu ul.footer-menu:not(:last-child) {
        margin-right: 90px; }
      footer #footer-menu ul.footer-menu > li {
        text-transform: uppercase;
        max-width: 150px;
        display: block; }
        footer #footer-menu ul.footer-menu > li:not(:last-child) {
          margin-bottom: 17px; }
        footer #footer-menu ul.footer-menu > li a {
          color: #000;
          font-size: 12px; }
          footer #footer-menu ul.footer-menu > li a:hover {
            border-bottom: 1px solid; }
    footer #footer-menu .pay {
      float: right; }
    footer #footer-menu .pay-text {
      margin-bottom: 26px;
      font-size: 12px;
      padding-left: 30px; }
  footer #copyright {
    margin-top: 38px;
    color: #666767;
    background-color: #000;
    font-size: 12px;
    line-height: 16px;
    height: 79px;
    border-top: 4px solid #b20830; }
    footer #copyright .container .row > * {
      padding-top: 27px; }
      footer #copyright .container .row > * a {
        text-transform: uppercase;
        color: #4d4e4e; }
      footer #copyright .container .row > * p {
        margin: 0; }
    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: #373a3c; }
        .mobile-menu-block .header .phones > a:first-child {
          margin-right: 14px; }
  .mobile-menu-block .city-select {
    display: block;
    width: 100%;
    padding: 10px 12px;
    margin-top: 0;
    font-size: 17px;
    color: #373a3c;
    float: left;
    max-width: 40%; }
  .mobile-menu-block .section {
    position: relative;
    border-bottom: 1px solid #f6f6f6; }
  .mobile-menu-block .socials {
    margin-right: 16px;
    opacity: 0.3; }
  .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: #373a3c;
    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;
  width: 8.6125em;
  height: 11.19375em;
  background-position: -33.6875em -5em;
  font-size: 3px;
  z-index: 2; }

ul.breadcrumbs {
  margin: 30px 0; }
  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: #d0d0d0; }
  @media (max-width: 480px) {
    ul.breadcrumbs {
      margin: 60px 0 15px 0;
      font-size: 18px; } }

button.favorites {
  height: 28px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }
  button.favorites i.fa-heart-o {
    color: #a5a5a5; }
  button.favorites i.fa-heart {
    color: #373a3c; }
  button.favorites:not(.active) i.fa-heart-o {
    display: block; }
  button.favorites:not(.active) i.fa-heart {
    display: none; }
  button.favorites:not(.active):hover i.fa-heart {
    display: block;
    opacity: 0.6; }
  button.favorites:not(.active):hover i.fa-heart-o {
    display: none; }
  button.favorites.active i.fa-heart {
    display: block; }
  button.favorites.active i.fa-heart-o {
    display: none; }


.list-products-item {
  cursor: pointer;
  text-align: center; }
  .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: NewsGothicBT-Regular;
      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%; } }

.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: NewsGothicBT-Regular;
    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; } }

.show-more {
  background-color: #b20830;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 40px auto 0;
  font-size: 20px;
  padding: 6px 26px 4px; }

section .header {
  font-size: 41px;
  width: 100%;
  text-align: center;
  margin: 55px auto 25px; }
  section .header .caption {
    font-family: NewsGothicBT-Light;
    font-style: normal;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #b20830;
    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: #b20830;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  text-transform: uppercase;
  font-size: 16px; }

section .content-block {
  padding: 0 64px; }
  section .content-block:not(:last-child) {
    margin-bottom: 50px; }
  section .content-block .header {
    font-size: 32px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 29px; }
  section .content-block .image img {
    width: 100%; }
  section .content-block .text p {
    margin: 0; }
  section .content-block .show-more {
    cursor: pointer;
    display: block;
    margin: 40px auto 55px;
    font-size: 18px;
    padding: 8px 0 6px;
    max-width: 221px;
    text-align: center;
    border: 0; }

#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; }

.btn.filters-toggle {
  color: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  padding: 15px;
  font-family: NewsGothicBT-Regular;
  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; }
  .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; }
      .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; }
        .catalog-sidebar .sidebar-menu > li .filters:before {
          content: '+';
          display: block;
          position: absolute;
          right: 15px;
          top: 7px;
          font-size: 26px; }
        .catalog-sidebar .sidebar-menu > li .filters > li:first-child {
          border-top: 1px solid #d0d0d0; }
        .catalog-sidebar .sidebar-menu > li .filters > li label.filter {
          padding: 15px 20px 15px 45px;
          position: relative;
          display: block;
          cursor: pointer; }
          .catalog-sidebar .sidebar-menu > li .filters > li label.filter:before {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            background-color: #fff;
            border: 1px solid #373a3c;
            position: absolute;
            left: 15px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
          .catalog-sidebar .sidebar-menu > li .filters > li label.filter .filter-title {
            max-width: 142px;
            display: inline-block;
            font-size: 14px; }
          .catalog-sidebar .sidebar-menu > li .filters > li label.filter:hover:before {
            background-color: #d0d0d0; }
          .catalog-sidebar .sidebar-menu > li .filters > li label.filter:hover:before, .catalog-sidebar .sidebar-menu > li .filters > li label.filter:hover .filter-title:before {
            opacity: 0.7; }
          .catalog-sidebar .sidebar-menu > li .filters > li label.filter .filter-product-title {
            display: inline-block;
            vertical-align: middle; }
          .catalog-sidebar .sidebar-menu > li .filters > li label.filter .filter-product-count {
            font-weight: bold;
            margin-left: 10px;
            display: inline-block;
            vertical-align: middle; }
          .catalog-sidebar .sidebar-menu > li .filters > li 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: #b20830;
            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 > li .filter-menu-toggle:checked + .filters {
        max-height: 500px;
        -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: '–'; }
  .catalog-sidebar .buttons {
    padding: 10px 20px; }
    @media (max-width: 720px) {
      .catalog-sidebar .buttons {
        position: fixed;
        bottom: 0;
        z-index: 11;
        width: 100%;
        background-color: #fff; } }
    .catalog-sidebar .buttons .btn {
      padding: 5px 20px;
      font-size: 14px; }
      .catalog-sidebar .buttons .btn.primary {
        margin-right: 5px; }

@media (max-width: 1024px) {
  .btn.filters-toggle {
    display: inline-block; }
  .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%; } }

.catalog-sort {
  float: right;
  margin: 10px 0; }

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

.selected-filters {
  margin: 10px 0 10px; }
  .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;
    margin-bottom: 10px; }
    .selected-filters .selected-filter:not(:last-child) {
      margin-right: 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"); }

.catalog-list {
  margin-bottom: 20px; }
  .catalog-list .catalog-item {
    text-align: center;
    position: relative; }
    .catalog-list .catalog-item a {
      display: block;
      position: relative;
      padding: 20px 10px; }
      .catalog-list .catalog-item a .product-title {
        margin-top: 15px;
        height: 15px;
        overflow: hidden;
        font-size: 14px;
        text-transform: uppercase;
        color: #373a3c; }
      .catalog-list .catalog-item a img {
        width: 100%; }
      .catalog-list .catalog-item a .product-price {
        margin-top: 10px;
        font-weight: bold; }
        .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: rgba(255, 255, 255, 0.9);
        margin-top: 70px;
        padding: 14px 40px; }
        .catalog-list .catalog-item a .btn:hover {
          background-color: #373a3c;
          color: #fff;
          border: 1px solid #373a3c; }
      @media (min-width: 480px) {
        .catalog-list .catalog-item a: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 a:hover .btn {
            display: block; } }
    .catalog-list .catalog-item .labels {
      position: absolute;
      z-index: 1;
      top: 40px;
      left: 15px; }
      .catalog-list .catalog-item .labels > span {
        padding: 3px 7px;
        text-align: center;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 13px;
        text-transform: uppercase; }
        .catalog-list .catalog-item .labels > span[data-discount] {
          background-color: rgba(127, 8, 35, 0.92);
          color: #fff;
          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: 220px;
      z-index: 3;
      width: 50px; }
      .catalog-list .catalog-item .favorites.active:after {
        visibility: hidden; }

.pagination {
  margin-bottom: 40px; }
  .pagination:after {
    content: '';
    display: block;
    clear: both; }
  .pagination .page-item {
    float: left; }
    .pagination .page-item .page-link {
      border: 1px solid #a5a5a5;
      width: 30px;
      height: 30px;
      padding-top: 4px;
      text-align: center;
      padding-left: 0;
      font-size: 18px;
      color: #a5a5a5;
      display: block; }
    .pagination .page-item:hover .page-link, .pagination .page-item.active .page-link {
      color: #1a1a18;
      border: 1px solid #1a1a18; }
    .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: 20px; }
  .selected-filters .selected-filter:not(:last-child) {
    margin-bottom: 10px; } }

.product ul.variants-selector {
  display: none; }

.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 #373a3c; }
    .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: -89.9375em -37.4375em;
        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 */
          background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
          /* 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 */
          background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
          /* 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(127, 8, 35, 0.92);
        color: #fff;
        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; }

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

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

.product .product-description {
  margin-top: 20px;
  color: #a5a5a5;
  max-width: 90%; }
  @media (max-width: 720px) {
    .product .product-description {
      display: none; } }

.product .price {
  font-size: 20px;
  color: #1a1a18;
  font-weight: bold; }

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

.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: 15px;
        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: #373a3c; }
  .product .specifications .specify {
    display: none;
    margin-top: 20px; }
    .product .specifications .specify > li {
      color: #373a3c;
      font-size: 15px; }
      .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: 60px; }
  .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-top: 40px; }

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

.product .cart-added .product-img {
  width: 100%; }

.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: #373a3c; }

.product .tbn-stock {
  margin-top: 18px; }
  .product .tbn-stock-header {
    font-size: 14px;
    color: #1a1a18;
    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: #373a3c; } }
  .product .tbn-stock-list {
    margin-top: 5px;
    padding-left: 0; }
    .product .tbn-stock-list li {
      margin: 4px 0;
      color: #373a3c;
      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: 70px 0 15px; }
  .product .breadcrumbs {
    display: none; }
  .product .image-block .title-image-block {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .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: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.28) 0%, white 100%);
        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: 10px 0;
  color: #b20830; }
  .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; }

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

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

.catalog .collection-title {
  text-align: center; }

.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: 350px;
    text-align: center;
    margin: 40px auto;
    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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 100%);
    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: #373a3c; }
  .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: #1a1a18; }
        .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: #373a3c; }
            .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;
      text-align: center; }
      @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: NewsGothicBT-Regular;
    font-style: normal;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 0;
    padding: 15px;
    color: #1a1a18;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    height: 83px;
    overflow: hidden; }
  .news-list > li .desc {
    padding: 15px;
    color: #373a3c;
    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; }
    .news-list > li .image img {
      width: 100%;
      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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      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: #1a1a18; }
  .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; }

.products-slider {
  padding-bottom: 25px; }

.video-slider {
  margin-top: 15px; }
  .video-slider .slider {
    height: 155px; }
  .video-slider .show-more {
    margin-bottom: 23px; }

.promo-block-text {
  padding: 20px; }

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

.blog-list {
  margin-top: 30px; }
  .blog-list-item {
    display: block; }
    .blog-list-item .item-image {
      background-size: cover;
      background-position: center;
      height: 170px;
      width: 100%; }
    .blog-list-item img {
      width: 100%; }
    .blog-list-item .item-header {
      margin-bottom: 20px;
      height: 40px;
      font-size: 18px;
      font-weight: bold;
      max-width: 100%;
      text-align: center; }
    .blog-list-item .item-content {
      max-height: 300px; }
    .blog-list-item .text-muted {
      margin: 0;
      color: #a5a5a5; }
    .blog-list-item a {
      color: #373a3c; }
    .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: 10px auto 0;
  display: block;
  max-width: 170px;
  text-align: center; }

.youtube-video-block {
  max-height: 250px; }

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

@media (min-width: 1000px) 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: 769px) {
  .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%; }
  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 .bottom .btns-block {
      display: block;
      height: 100%;
      vertical-align: middle;
      width: auto;
      position: absolute; }
      header .bottom .btns-block .stores {
        display: none; }
      header .bottom .btns-block .search {
        z-index: 99999;
        margin-left: 61px;
        display: block; }
      header .bottom .btns-block .favorites {
        margin-right: 28px; }
      header .bottom .btns-block > * {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        height: 100%; }
      header .bottom .btns-block:nth-of-type(1) {
        left: 0; }
      header .bottom .btns-block:last-of-type {
        right: 0;
        padding: 0 12px; }
    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;
    margin-bottom: 59px;
    padding-bottom: 0; }
  footer {
    height: auto;
    margin-top: 0; }
  footer .subscribe:after {
    display: none; }
  .slider {
    height: 200px; }
  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: 60px; }
  #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; }
  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;
      margin-top: 30px;
      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; } }

.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; }
    @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; } }

.product-view .additional-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px;padding:5px;cursor:pointer;border:none;color:#424547;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:auto}.product-view .additional-links span{border-bottom:1px solid transparent}.product-view .additional-links span:hover{border-bottom:1px solid #424547}

.slider {
	position: relative;
  }
  .slider .swiper-container {
	width: 100%;
  }
  .slider .swiper-container .swiper-container .swiper-slide:not(:last-child) {
	visibility: hidden;
  }
  .slider
	.swiper-container.swiper-container-horizontal
	.swiper-slide:not(:last-child) {
	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%;
  }
  .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) {
	ul.breadcrumbs > li {
	  margin-bottom: 9px;
	}
	ul.breadcrumbs {
	  margin: 60px 0 15px;
	  font-size: 18px;
	}
	.slider .slider-navigation {
	  height: 94.4%;
	}
  }
  .slider .slider-navigation .container {
	height: 100%;
	position: relative;
  }
  .slider .slider-navigation .swiper-button-next,
  .slider .slider-navigation .swiper-button-prev {
	height: 100%;
	width: 15%;
	position: relative;
	left: auto;
	right: 0;
	background: 0 0;
	top: 0;
	margin-top: 0;
	background-size: auto;
  }
  .slider .slider-navigation .swiper-button-next:before,
  .slider .slider-navigation .swiper-button-prev: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='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: 34px;
	z-index: 1;
  }
  .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: 34px;
	z-index: 1;
  }
  .slider .slider-navigation.black .swiper-button-next::after,
  .slider .slider-navigation.black .swiper-button-prev::after {
	content: "";
	z-index: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  }
  .slider .slider-navigation.black .swiper-button-prev::after {
	-webkit-transform: translate(-52%, -50%);
	-ms-transform: translate(-52%, -50%);
	transform: translate(-52%, -50%);
  }
  .slider .slider-navigation.black .swiper-button-next::after {
	-webkit-transform: translate(-58%, -50%);
	-ms-transform: translate(-58%, -50%);
	transform: translate(-58%, -50%);
  }
  .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 {
	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%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d000000', endColorstr='#00000000', GradientType=1 );
  }
  .slider:not(.items-slider) .slider-navigation .swiper-button-next {
	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%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3d000000', GradientType=1 );
  }
  .items-slider.slider {
	height: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	max-height: 450px;
  }
  .items-slider.slider .swiper-pagination-bullet {
	display: none;
  }
  .items-slider.slider .slider-navigation {
	position: static;
	z-index: 10;
  }
  .items-slider.slider .slider-navigation .swiper-button-next,
  .items-slider.slider .slider-navigation .swiper-button-prev {
	position: absolute;
	width: 85px;
	z-index: 10;
  }
  .items-slider.slider .slider-navigation .swiper-button-prev {
	left: -webkit-calc(-6% + 60px);
	left: calc(-6% + 60px);
	background-color: transparent;
  }
  .items-slider.slider .slider-navigation .swiper-button-next {
	right: -webkit-calc(-6.5% + 60px);
	right: calc(-6.5% + 60px);
	background-color: transparent;
  }
  .slider.full-width {
	width: 100%;
	margin-bottom: 10px;
  }
  @media (min-width: 481px) {
	.slider.full-width {
	  height: -webkit-fit-content;
	  height: -moz-fit-content;
	  height: fit-content;
	}
  }
  @media (max-width: 480px) {
	.items-slider.slider .slider-navigation .swiper-button-prev {
	  left: -webkit-calc(-6% + 15px);
	  left: calc(-6% + 15px);
	}
	.items-slider.slider .slider-navigation .swiper-button-next {
	  right: -webkit-calc(-6.5% + 15px);
	  right: calc(-6.5% + 15px);
	}
	.slider.full-width {
	  height: -webkit-fit-content;
	  height: -moz-fit-content;
	  height: fit-content;
	}
  }
