@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.icon {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px 3px 0;
  text-indent: -999em;
}

h4 .icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.icon-scargo {
  width: 42px;
  height: 14px;
  background: url('data:image/svg+xml,<svg width="42" height="14" viewBox="62 347 42 14" xmlns="http://www.w3.org/2000/svg"><g fill="#28788e" fill-rule="evenodd"><path d="M63 348v7.1h1.22V348M64.5 348v7.1h1.24V348M66.03 348v7.1h1.22V348M67.54 348v7.1h1.23V348M69.06 348v7.1h1.22V348M70.57 348v7.1h1.22V348M72.08 348v7.1h1.23V348M73.6 348v7.1h1.22V348M75.1 348v7.1h1.24V348M76.63 348v7.1h1.22V348M78.14 348v7.1h1.22V348M79.65 348v7.1h1.23V348M81.17 348v7.1h1.22V348M82.68 348v7.1h1.23V348M84.2 348v7.1h1.22V348M85.7 348v7.1h1.23V348M87.22 348v7.1h1.23V348M88.74 348v7.1h1.22V348M90.25 348v7.1h1.22V348M91.76 348v7.1H93V348M93.28 348v7.1h1.22V348M99.78 351.4c-.02.54-.03 1.08 0 1.6.88.22 1.77.4 2.68.45-.1-.7-.28-1.38-.5-2.05-.72-.04-1.45 0-2.18 0m3.06 1.7c.03.38.5.55.5.93.1 1.53.13 3.08 0 4.6l-1.8.04c-.02-.47 0-.95-.23-1.37-.4-1.07-1.83-1.6-2.83-1-.92.38-1.26 1.43-1.22 2.36-.1 0-.27 0-.36-.02.03-2.88-.04-5.76.03-8.64 1.6.02 3.2.04 4.8 0 .5-.08.93.42 1 .87-.14.74-.06 1.5.1 2.23M96.53 355.6c-11.17-.1-22.35 0-33.53-.04 0 .85.02 1.7 0 2.55 1.32.07 2.64 0 3.96.04.15-.77.5-1.6 1.28-1.9 1-.5 2.22.07 2.8.96.32-.48.7-.98 1.32-1.1.93-.26 1.88.3 2.42 1.04.55-.7 1.46-1.3 2.4-1.02.95.2 1.5 1.1 1.67 2 3.22.03 6.44.02 9.66 0 .2-.84.68-1.8 1.62-2 1.27-.4 2.6.7 2.7 2 1.24.04 2.48.02 3.72 0v-2.5"/><path d="M98.34 358.2c0 .85 1.12 1.4 1.74.82.55-.44.48-1.34-.04-1.8-.73-.44-1.8.12-1.7 1m2.38.97c-.78 1.13-2.9.6-3-.8-.27-1.28 1.18-2.3 2.33-1.82.97.42 1.4 1.78.67 2.6M89.7 358.64c.4.9 1.88.73 2-.24.18-.5-.12-.96-.54-1.2-.84-.6-1.97.6-1.45 1.44m2.44-1.28c.62.95-.12 2.46-1.3 2.43-1.02.18-1.98-.78-1.84-1.8-.02-.94.93-1.57 1.8-1.54.55.06 1.1.35 1.34.9M75.7 357.75c-.48.8.6 1.88 1.4 1.4.82-.35.87-1.57.07-1.97-.53-.34-1.28-.02-1.48.57m2.23 1.54c-.82.92-2.6.55-2.88-.7-.35-1.13.75-2.42 1.93-2.1 1.28.13 1.84 1.9.95 2.8M72.03 358.8c.48.7 1.6.53 1.85-.27.32-.57-.13-1.2-.66-1.44-.9-.4-1.92.98-1.2 1.7m2.03.6c-.58.45-1.48.58-2.1.14-.95-.56-.98-2.15-.08-2.76.42-.18.88-.4 1.34-.28 1.36.17 1.84 2.04.85 2.9M68 358.02c-.1.86.97 1.6 1.7 1.06.75-.47.54-1.66-.25-1.97-.64-.22-1.33.27-1.44.92m2.8.2c.06 1.22-1.47 1.96-2.48 1.42-1-.44-1.16-1.9-.46-2.67.44-.34 1.02-.6 1.6-.48.77.16 1.43.88 1.33 1.7"/></g></svg>');
}

.icon-sedan {
  width: 35px;
  height: 13px;
  background: url('data:image/svg+xml,<svg width="35" height="13" viewBox="111 368 35 13" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path id="a" d="M34.32.1H.16v11.7h34.16V.1z"/></defs><g transform="translate(111 368.087)" fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><path fill="#2f4b82" mask="url(#b)" d="M5.57 9.34c0-.88.72-1.6 1.6-1.6.88 0 1.6.72 1.6 1.6 0 .9-.72 1.6-1.6 1.6-.88 0-1.6-.7-1.6-1.6m-.86 0c0 1.36 1.1 2.47 2.47 2.47 1.36 0 2.46-1.1 2.46-2.46 0-1.35-1.1-2.46-2.46-2.46-1.36 0-2.46 1.1-2.46 2.46m21.34 0c0-.88.7-1.6 1.6-1.6.88 0 1.6.72 1.6 1.6 0 .9-.72 1.6-1.6 1.6-.9 0-1.6-.7-1.6-1.6m-.87 0c0 1.36 1.1 2.47 2.47 2.47 1.35 0 2.46-1.1 2.46-2.46 0-1.35-1.1-2.46-2.46-2.46-1.36 0-2.47 1.1-2.47 2.46M6.12 3.8c.74.06 1.47.06 2.2.07.43-.8.83-1.62 1.23-2.44-1.24.62-2.43 1.4-3.43 2.36m4-2.5s-.3 1.06-.5 2.6c2.16.1 2.93.2 5.2.26-.04-1-.1-2.1-.3-3.1-2.57 0-4.4.25-4.4.25m5.5-.2c.1 1.22.36 2.1.58 3.16 1.5-.02 5.12.1 5.5.1l-.03-1.4c-.92-.67-1.9-1.3-3.04-1.5-1-.18-2-.34-3.02-.37m9.26 2.1c.54.3 1 .9 1.7.86 1.76.1 3.5.53 5.16 1.14.68.3 1.5.52 1.86 1.24.15.36.44.6.73.86-.03.4.14.86-.17 1.2-.4.45-.12 1.1-.17 1.66-1.07.1-2.14 0-3.22.03.12-.8.12-1.63-.3-2.32-.47-1-1.5-1.6-2.56-1.7-1.22-.05-2.52.57-3.05 1.7-.44.73-.38 1.6-.27 2.4-1.88 0-11.05-.04-14.2-.03-.02-.53.04-1.06-.07-1.57-.4-1.05-1.12-2.1-2.24-2.43C7 6.07 5.78 6.22 4.98 7c-.82.7-1.06 1.8-1.1 2.83-1.02-.1-2.02-.22-3.03-.2C.58 8.8.13 8 .17 7.1c0-.38.32-.65.44-1 .06-.96-.04-1.93.1-2.9 1.13-.35 2.4.13 3.47-.48C5.9 1.9 7.63 1.04 9.45.46 10.62.24 11.82.26 13 .14c2.58-.05 5.28-.2 7.72.8 1.48.56 2.8 1.42 4.14 2.25"/></g></svg>');
}

.icon-moto {
  width: 22px;
  height: 12px;
  background: url('data:image/svg+xml,<svg width="22" height="12" viewBox="72 368 22 12" xmlns="http://www.w3.org/2000/svg"><path fill="#0c5517" fill-rule="evenodd" d="M75.72 373.5c-1.13.02-2.22.76-2.6 1.83-.3.94-.15 2.07.57 2.8.56.55 1.33 1.1 2.17.9.83-.03 1.72-.38 2.13-1.14.3-.5.47-1.07.55-1.65 0-.5-.23-1-.32-1.5-.48.33-.9.73-1.34 1.07-.03.5-.02 1.16-.55 1.43-.84.6-2.12-.5-1.6-1.44.27-.7 1.1-.66 1.72-.56l1.2-.96c-.53-.48-1.2-.95-1.95-.8m13.26.23c.28.47.55.94.8 1.4.6-.02 1.25.23 1.4.86.35 1-1.02 1.92-1.8 1.22-.57-.4-.47-1.2-.23-1.75l-.84-1.3c-.74.7-1.26 1.8-.9 2.83.37 1.68 2.5 2.62 4 1.73 1.3-.66 1.82-2.4 1.14-3.7-.6-1.28-2.27-1.83-3.56-1.3m-1.6-4.52c.18.58.34 1.17.48 1.76-.26.08-.36.15-.2.48.46-.12.83-.2 1.4-.27.83-.14 1.67-.04 2.5.04l.33.7c-1.28-.33-2.68-.33-3.88.23l.4.73c1.07-.4 2.3-.48 3.34.07 1.35.64 2.2 2.18 2.05 3.66-.1 1.24-.88 2.42-2 3-1.08.56-2.42.5-3.5 0-.82-.52-1.56-1.27-1.76-2.25-.48-1.47.08-3.14 1.27-4.12l-.42-.7c-1.2.96-2.05 2.52-2.03 4.08-1.13 0-4.37.03-4.92.02-.07-.97-.3-1.96-.92-2.74l-.66.37c.64 1.07.86 2.45.3 3.6-.45 1.02-1.42 1.74-2.46 2.05-.74.17-1.2.1-1.8 0-1-.22-1.9-.87-2.38-1.78-.66-1.1-.65-2.52-.06-3.63.58-1.1 1.7-1.88 2.94-1.94 1.15-.12 2.22.45 3.13 1.1l.46-.38c-1.14-1.5-3.05-2.1-4.85-2.32-.67-.13-1.5.16-1.98-.5 1.66-.44 3.4-.42 5.08-.1 1.22.28 2.47.07 3.7.17.57.48.77 1.26 1.25 1.83.7-.07 1.47.04 2.15-.25.82-.34 1.06-1.3 1.3-2.07.14-.5-.3-.88-.54-1.27-.8-.02-2.46-.03-2.46-.03V368s1.88-.02 2.82.02c.35.3.52.76.77 1.14.4 0 .8 0 1.2.02"/></svg>');
}

.icon-jeep {
  width: 29px;
  height: 12px;
  background: url('data:image/svg+xml,<svg width="29" height="12" viewBox="139 261 29 12" xmlns="http://www.w3.org/2000/svg"><path fill="#bd620e" d="M142.8 270.93c.1.75.8 1.36 1.56 1.37.65.07 1.25-.37 1.5-.95.54-.9-.22-2.2-1.24-2.3-1.03-.2-2 .86-1.82 1.88m3.85.35c-.15.73-.75 1.26-1.38 1.6-.8.2-1.75.14-2.4-.44-.8-.66-1.02-1.9-.54-2.83.46-.93 1.6-1.47 2.62-1.2 1.27.24 2.05 1.67 1.7 2.88m13.6-.5c0 1.16 1.4 1.9 2.38 1.32 1.23-.58 1.07-2.58-.24-2.97-1.04-.43-2.3.55-2.16 1.66m3.87.48c-.3 1.52-2.34 2.23-3.57 1.3-.97-.6-1.27-2-.74-3 .48-1 1.74-1.47 2.77-1.12 1.16.33 1.9 1.66 1.54 2.82m-21.2-8.87c-.55.56-.87 1.32-1.02 2.08.97.2 1.96.22 2.94.26.05-1 .2-1.97.16-2.96-.73-.06-1.52.1-2.07.63m2.62-.65c-.05 1 .04 2.02.1 3.04 1.67.13 3.35.2 5.02.16-.03-1.13.03-2.26-.03-3.4-1.7-.08-3.4-.03-5.08.2m5.64-.12c0 1.14.2 2.28.2 3.43 1.98.1 3.96.05 5.94.1.3.05.5-.17.7-.32v-.5c-.82-.72-1.64-1.43-2.5-2.1-.4-.3-.88-.48-1.37-.54-.98-.12-2-.2-2.97-.06m4.25-.12c1.3 1.05 2.58 2.08 3.85 3.14.2.16.4.37.68.42 2.07.37 4.17.65 6.2 1.28.5.4.44 1.17.65 1.73.3.26.7.5.73.95.1.58.17 1.5-.55 1.7-.7.1-1.42 0-2.13.05.04-1.4-1-2.75-2.38-3.02-.9-.17-1.9.1-2.57.74-.65.56-.94 1.43-1 2.27-3.83 0-7.67-.03-11.5 0-.07-.8-.32-1.48-.48-1.7-.77-1.27-2.54-1.78-3.83-1.03-1.03.5-1.6 1.6-1.65 2.7-.54-.2-1.1-.34-1.62-.58-.26-.3-.33-.74-.76-.86 0-.33-.03-.66-.04-1l.53-.23c-.04-1.05-.07-2.1.05-3.17.3-.12.65-.2.87-.45.6-.72 1.23-1.45 1.7-2.27v-.54c2.2-.43 4.46-.55 6.72-.6 1.68-.12 3.35-.02 5.03.1.5.1 1.08.04 1.5.36" fill-rule="evenodd"/></svg>');
}

.icon-cargo {
  width: 25px;
  height: 12px;
  background: url('data:image/svg+xml,<svg width="25" height="12" viewBox="24 348 25 12" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path id="a" d="M24.34 10.57V.02H0v10.55z"/></defs><g fill="none" fill-rule="evenodd"><g transform="translate(24 348.128)"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><path fill="#752a90" mask="url(#b)" d="M18.73 3.53h-2.8s-.04 1.34.24 1.97c.23.4.68.5 1.1.56 1.36.12 4.1.04 4.1.04l-2.64-2.57zM15.5 1.05c.35.05.68.15.98.32 1.57.86 2.77 2.2 4.06 3.4.65.63 1.23 1.36 2.07 1.76.63.4 1.54.8 1.55 1.67 0 .58.26 1.12.17 1.7-.53.34-1.1.75-1.76.66 0-.5-.1-1-.4-1.4-.65-.87-2.06-.95-2.82-.2-.38.3-.5.8-.58 1.27-3.67 0-7.35-.02-11.02 0-.1-.5-.27-1.02-.68-1.34-.7-.64-1.86-.6-2.53.04-.36.34-.55.8-.6 1.28L0 10.24V.04s10.33 0 15.5-.02v1.03z"/></g><path fill="#752a90" d="M43.83 358.87c.3.8 1.63.63 1.72-.2.18-.5-.2-1.02-.7-1.15-.73-.2-1.4.68-1.02 1.35m2.3-.07c-.17.9-1.27 1.43-2.1 1.04-1-.37-1.2-1.93-.34-2.55.34-.35.85-.44 1.32-.35.8.2 1.33 1.06 1.1 1.85M28.96 358.82c.27.7 1.42.78 1.7.05.3-.5-.03-1.18-.58-1.33-.7-.26-1.46.62-1.12 1.28m1.92.74c-.78.84-2.33.35-2.54-.75-.3-1.06.85-2.16 1.9-1.83 1.1.26 1.52 1.84.64 2.6"/><path fill="#752a90" d="M45.1 358.3c-.05-.2-.2-.36-.44-.36-.22 0-.46.18-.47.5-.02.3.34.62.64.44.2-.1.33-.36.27-.57M29.94 357.97c-.32-.07-.73.28-.57.6.07.38.63.47.84.17.23-.27.05-.67-.26-.77"/></g></svg>');
}

.icon-atv {
  width: 17px;
  height: 12px;
  background: url('data:image/svg+xml,\a 527 bytes - 53.61% saving\a<svg width="17" height="12" viewBox="217 91 17 12" xmlns="http://www.w3.org/2000/svg"><g fill="#b32525" fill-rule="evenodd"><path d="M230.45 94v-2.1h-.2c-.57 0-1.04.48-1.04 1.06 0 .58.48 1.05 1.06 1.05h.2zM228.87 93.53l-.9-1.83c-.2-.37-.6-.62-1.07-.62h-2.12c-.2 0-.36.16-.36.35 0 .2.16.36.36.36h2.12c.18 0 .36.1.44.27l.58 1.17.95.3zM233.1 95.5c.27.07.47.32.47.62h-1.55c-2.03 0-3.68 1.66-3.68 3.7h-5.03c0-1.64-1.06-3.03-2.53-3.5L218 95.4l.46-.7c.16-.25.44-.4.76-.4h.2l6.18 1.92c.07.02.15.04.24.04.27 0 .52-.15.66-.36l1.4-2.03 5.2 1.62z"/><path d="M228.95 100.45c0-1.4 1.13-2.5 2.5-2.5 1.4 0 2.53 1.1 2.53 2.5s-1.13 2.52-2.52 2.52c-1.38 0-2.5-1.13-2.5-2.52zm2.5.94c.53 0 .96-.43.96-.95s-.42-.94-.94-.94c-.5 0-.93.43-.93.95s.42.94.93.94zM217.12 100.18c0-1.52 1.23-2.76 2.76-2.76 1.53 0 2.76 1.24 2.76 2.76 0 1.53-1.23 2.77-2.76 2.77-1.53 0-2.76-1.24-2.76-2.77zm2.77 1.04c.56 0 1.02-.46 1.02-1.03 0-.58-.46-1.05-1.03-1.05-.6 0-1.05.47-1.05 1.04 0 .56.46 1.02 1.04 1.02z"/></g></svg>');
}

.icon-sh {
  width: 19px;
  height: 13px;
  background: url('data:image/svg+xml,<svg width="19" height="13" viewBox="244 91 19 13" xmlns="http://www.w3.org/2000/svg"><g fill="#926432" fill-rule="evenodd"><path d="M247.98 98.6c-.82 0-1.48.67-1.48 1.48 0 .82.66 1.48 1.48 1.48.8 0 1.48-.66 1.48-1.48 0-.8-.67-1.48-1.48-1.48z"/><path d="M247.98 96.24c-2.12 0-3.84 1.73-3.84 3.84 0 2.12 1.72 3.84 3.84 3.84s3.84-1.72 3.84-3.84c0-2.1-1.72-3.84-3.84-3.84zm0 6c-1.2 0-2.16-.96-2.16-2.16 0-1.2.97-2.16 2.16-2.16 1.2 0 2.16.97 2.16 2.16 0 1.2-.97 2.17-2.16 2.17zM259.46 98.45c-1.5 0-2.74 1.23-2.74 2.74 0 1.5 1.23 2.72 2.74 2.72 1.5 0 2.73-1.22 2.73-2.73 0-1.52-1.24-2.75-2.74-2.75zm0 4.03c-.7 0-1.3-.58-1.3-1.3 0-.7.6-1.28 1.3-1.28.7 0 1.28.58 1.28 1.3 0 .7-.57 1.28-1.28 1.28z"/><path d="M257.24 98.7c-.57-.43-1.5-1-2.74-1.26v-.34c1.4.28 2.4.9 3.02 1.4.54-.4 1.2-.64 1.94-.64.4 0 .77.07 1.1.2-.02-.86-.13-1.76-.4-1.87-1.42-.54-3.25-.85-4.73-.98V92.5c0-.4.2-.47.22-.5.18-.04.3-.23.23-.4-.05-.2-.23-.3-.42-.24-.26.07-.7.4-.7 1.14v2.67c-.12 0-.22 0-.3-.02l-.8-3.43c-.04-.14-.15-.24-.3-.26-.15-.03-4.05-.7-7-.12-.17.04-.3.22-.25.4.04.2.22.3.4.27h.13l-.54 3.12v.02h-.13c-.64 0-.77.42-.77.42l-.4 1 .33.15c.77-.64 1.76-1.03 2.85-1.03 2.43 0 4.4 1.98 4.4 4.4 0 .44-.05.85-.17 1.24h3.94v-.12c0-.98.42-1.86 1.1-2.47zm1.3-2.38c.1-.03.2 0 .23.1l.27.7c.04.1 0 .2-.1.22h-.06c-.06 0-.13-.03-.15-.1l-.28-.7c-.04-.1 0-.2.1-.22zm-.8 0c.1-.03.2 0 .22.1l.28.7c.03.1 0 .2-.1.22h-.06c-.07 0-.13-.03-.16-.1l-.28-.7c-.03-.1 0-.2.1-.22zm-8.97-1.18h-2l.52-2.93h2.43v3.1c-.27-.07-.5-.16-.96-.16zm5.05 2.8h-1.24c-.4-1.1-1.3-1.9-2.17-2.34v-3.4h2.66l.76 3.26v2.48z"/></g></svg>');
}

.icon-summer {
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill="#FF8C00" mask="url(#mask-2)" d="M4.88 5.77l.9-.9-2.42-2.4-.9.9 2.42 2.4zm11.67 11.67l.9-.9-2.42-2.4-.9.9 2.42 2.4zM0 10.6h3.4V9.32H0v1.26zm16.5 0h3.4V9.32h-3.4v1.26zM5.78 15.02l-.9-.9-2.4 2.42.9.9 2.4-2.42zM17.44 3.36l-.9-.9-2.4 2.42.9.9 2.4-2.42zM9.34 19.9h1.25v-3.4H9.32v3.4zm0-16.5h1.25V0H9.32v3.4zm-4.7 6.56c0-2.94 2.38-5.32 5.32-5.32 2.93 0 5.3 2.38 5.3 5.32 0 2.93-2.37 5.3-5.3 5.3-2.94 0-5.32-2.37-5.32-5.3z"/></svg>');
}

.icon-winter {
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="169 283 20 20" xmlns="http://www.w3.org/2000/svg"><path fill="#006EFF" fill-rule="evenodd" d="M177.04 283.34v2.64l-1.67-1.68-1.1.64 2.77 2.78v4.2l-3.63-2.1-1-3.8-1.1.63.6 2.3-2.3-1.32-.57.33-.03.74 2.3 1.32-2.3.6v1.3l3.8-1.03 3.65 2.1-3.65 2.1-3.8-1.02v1.28l2.3.6-2.3 1.33v.7l.6.36 2.3-1.33-.6 2.3 1.1.64 1-3.8 3.64-2.1v4.2l-2.77 2.78 1.1.63 1.67-1.67v2.64l.63.36.6-.35V300l1.68 1.68 1.1-.64-2.78-2.77v-4.2l3.66 2.1 1 3.77 1.12-.64-.6-2.27 2.25 1.3.6-.35v-.7l-2.25-1.3 2.26-.62v-1.27l-3.75 1-3.65-2.1 3.65-2.1 3.76 1v-1.27l-2.25-.6 2.26-1.32v-.7l-.6-.35-2.26 1.3.6-2.25-1.1-.64-1 3.77-3.67 2.1v-4.2l2.77-2.77-1.1-.64-1.67 1.66v-2.63l-.6-.35"/></svg>');
}

.icon-all-season {
  width: 22px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="22" height="21" viewBox="24 353 22 21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M29.82 354.35l1.23 2.98 1.1-.45-1.22-3-1.1.47zm-4.8 5.4l2.98 1.26.46-1.1-2.98-1.24-.46 1.1zM25 365.9l.45 1.1 3-1.22-.46-1.1-3 1.22zm4.76 5.45l1.1.46 1.25-3-1.1-.45-1.24 2.98zM34.03 367.9c-2.78 0-5.03-2.26-5.03-5.05 0-2.78 2.25-5.04 5.03-5.04v10.1z" fill="#FF8C00"/><path d="M35.24 353.4l.58-.3h.04l.57.33V356l1.63-1.63 1.08.63-2.7 2.7v4.1l3.57-2.05 1-3.68 1.08.63-.6 2.2 2.2-1.27.6.35v.7l-2.2 1.26 2.2.6v1.24l-3.67-1-3.54 2.07 3.55 2.05 3.7-.98v1.24l-2.23.6 2.22 1.27v.68l-.62.37-2.2-1.28.6 2.2-1.08.63-1-3.7-3.57-2.04v4.1l2.7 2.7-1.06.63-1.64-1.63v2.58l-.58.34-.6-.35" fill="#006EFF"/></g></svg>');
}

.icon-studded {
  width: 23px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="23" height="20" viewBox="138 270 23 20" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M141.23 286.45h16.3l-8.16-14.1c-2.7 4.7-5.43 9.4-8.14 14.1m7.95-16.42c.67-.08 1.36.27 1.7.85l8.6 14.9c.4.65.33 1.53-.18 2.1-.32.34-.8.57-1.27.57H141c-.17 0-.37 0-.55-.02-.58-.1-1.1-.5-1.32-1.05-.2-.5-.18-1.07.08-1.53l8.57-14.8c.06-.1.12-.23.2-.33.3-.38.74-.64 1.2-.7" fill="#E11414"/><path fill="#000" d="M145.86 279.46h1.26v4.83h1.6v-4.84h1.25v4.83h1.58v-4.84h1.27v6.14h-6.96v-6.14z"/></g></svg>');
}

.icon-hit {
  width: 36px;
  height: 17px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAiCAYAAAD8gp97AAAFF0lEQVR4Ae2WA5AkaRCF33pDZ9u2bYZxtu1be7fHa9u2bdu2bbP3Xcb80ZtVOdVdPResjf0jvs6szHz957zpAexhbTzAuqjPOlgq8bA8U3K6qLk+m5qpR1JfF0dZD5cJgLw4eqGkDDaRgTjzQIvUbS14Roi6XmgqQHAvbIkSMjCGuWBa5IX0o62PS/9OAYJ7kWJj5oChZIfORF+fi4ECEkCK9zML8XyxILnEEHTO5tHX5+AlAQkgzfoCmekGXW6jEjobZX025ghQnEFLmOEGKFHzsJqtR18vfCLAC6R5iDFQcQL7HDoTff1mjkdxAV7AWuAFhBjKCrCANUDWdGgeUGv2ANn5bbKL0OktqRUpqGlwq/QTM28k1ze8veD7x0poX2DjO/391k9qX+dMbu5WvebBtcOsj0sEWJxBXqpr7qOlLBg/w3Nn0A/+2VgpcvcK7U/J9evntdPeuOoF7xr2O31nUqZfv3Ys0z6njjLl11XdxJpoICAI5A9VE0x0mPqEDF3i6F4y90rtT4hpb+dSubSUX28Ncj1H5sXkkd30nYmZHn0hDTp5NGj/4FoNnGEMtwoIAqwKKk6o0dRrliS3L9BF5nVwvUb3k2dOUY77lLV4sqB+rjHIe8fEbO2pQX59hzfIPp+RvQWJXNRdZ7fMlrqn1/OjwP0FzbXWR0AywCpgKFU9eZOH1QzKafMKuXGaPk/INPoAg8ZW117eDeSpY9oz72PuV0aU1dml/UL2T9l7VkAywMpgoRldRZc7cVjz7YvIaiWDNXM8Bo2prvW5HVzt9ElyzRidGZ+ZeofhxiDbT4/pAlIBVgLPUTFJtLUqxcnNs+k7Z06TjR9LqjcGuVrDh8l43NWm1CdntvQbZO7XaAxa0i/N/U2tMt4PN0gE+VRw0WL6mrd/l74zv1tq/WyPQaOru9qqke75+AGy1uV+g8Zlpr5/mDEofH+br2cvFBOQCuQPl3dITvdsMfWKRcn1k82f1uNknbuT661Bbd7S56Hl3IzXoLGZ5n6TD/UYtLhf+vvr3N8CwgDLOZFEi6trT/NBfzHwbJgmM0WD9bO8P2K1yK0LXL5/E1m5tJuZYQ2y92u0BhVqf2dSRnoGlQULRc4d/r86Q8uTp0/o8+AyATpj0O7Vmnf/Qmemewwak5l6jyHGINsPoxwOsQYuE5AKsAzIfwWJNrewbFFynedHa2EfVx9e1f+jlnuP1TqD7Nky372nu9MapNogBnsMWtQvfH9F58ohQ0AqwH/csIsmt7X+f+pSR/eRNa5x9XIlye1LtbdhuixRzK+fGWBQizf9d1mD7P06aw1Kb39bLxP+KXIGJfjb4XITM+9w/8InTo9vtCew0fPk2bPaH1TWr7cGLR+R6CnTPAaNzvTr7U6DjEFh+wuBvTLIEJAM8C/QIkLzXIRcM0kXWjnWzjimtvD/qGXdo+83w2NQPE7mPRSg9xg0KtPsY/AatLBfyP4pv8aDrIBLBQQB/gkKbjiR29r53v8bMQFBgH+AF0j+KYI0D/F38H/xm61FWh8TYIEMLeGvblij5kJAbjgf9L8Hf4ogjfr8BXS4YcXWNbe180L/G2oJ8AIZuF+I82c3JNFi67amedT1v+KgxEsFJEgkTfgTmBY/h9cirf8FtQQkcEkNlOSPGCcwKT9oHk6E9T/5P0VwyTmTmgrx/DezfG/zFP3o62sJoCAvhp/wgAw3EJbK82F+BwqUZ0FzrZu+7UVQLxzgX7hEwH/rulALxQbaUwAAAABJRU5ErkJggg==") no-repeat;
  background-size: 36px 17px;
  text-indent: -999em;
}

.icon-new {
  width: 35px;
  height: 18px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAiCAYAAADiS6/IAAAG9UlEQVR4AdxXA3BkWRS9a9u2bVuFtc3i8hfWGNv2ZIzYSdvuiY1Jh2PHuvve39+3//vpv9Vb3MmrOnV53n33pCPQHk8IbneFYa4rCJXOEBxxBACdQUDFku/gvgqaPsL/ls924zvyXfnODKAGOZWVcKI9CIvsARiy+gE5bAzkBxgoT75gqedo47Od7X5YxDVgAA5QnBMtfrCYvIAcZp8AbY6g7T/a+WYvWLgWJIzRCwsNrMHgASSr+IWUE3yqkx0lfK4FA0BhEG7L98BQvhtQgEcn1sFo4XMtuCaQ64Q5uS7AHCcDs+QrlsXk6+VHG59rAlkuqMx0AGaxArcynKKlOlkxP9r4TJMKSHfA4TQ7oBrp8WOyWn+08TOYJpBsA0xRIZnDSjHzGahGeeoZrXzYbAHcwsCt7LMkhypPcb7/drSXvIS24pcw33er2Kcgx3sd9WR7rhL4W20nU83OQT6zHEqOI9d3M92b5bmc6obQ/dGZdG+e7yaqZ3uvHvEuU/hhqqe7zhf4evvDRjNgomhoX43R09O3G5Pt547oKW0cQz3hWkmoZbiuxERPdfMc4hlCj1G+s6eZ8hsU2763kOoN7as0bzoW+/oPUD3ddbnI1wGsMwGuMzIwu5ZZimVfzNe3rUb1qWtbgVp+SUNMmGCNJPBTnYkLUxWZwzkKTsD+gSNUS3VeQbX1ZlYb7KTa4a4G4f05vruodrCzmt5C0NkfkgyAaqwxKr6RchTXaYQZHh7GvMDjQl+xSphAtSTwkzXCuMo/Q0fZxwKcis323Sfc27I7l3j20vfprbn+R1F7ttovp/f7qr6hfGXz/Pi7xsnBygLAlYX/YJViKVcg5mtbSRg6+w9X4CrDCdS3rZ6EYY+SBP5mmygM5yU631ctqRZcSL3huj9Qe2wlHxG/sWML5Q3hV3RnaXOwLB9wOXO4lcF9huUKuB/tqVEJc6S7mfxA7a/ED9XFhPFWSQJ/o1UUZkXhCZjo/BTX7cTbc6iYam17Lcq3UBMODvbKflXLcuJ39rTLuaGhAVxtOINmKXzd+bA4D5BjSdTmcyuActUtMWGspV9hV+8u2R8Y7MYN1mtZDxdmLPW4KyWBv84iClMeWYxlTQtllEdtZCEWN86IN5/N26l8Cw/hCsOZuLTgJDa7R/kULcP2fQ7ZP9BZx/v5m2hWxz639j5CvP1hYS4gx4IcbvWxgKFKJUxe6A00Fn9McWRXgdwXqI0J46yQBP4ac2I/fHv7D8adX9u2kXqy/C9iuvdpig1FH2GwdhzFq02Xoqn4M4r9tWNQf9eROZjHEnOzAedx5CjIppxQq2yOCZMTfEPOt+wxUy4//B76VcI4yiWBv8okCnOgsyEudh0sijvfWPyF6tt3PPprYkKsMl6Oad5nVW/5ACuaV1Kc7H6U7ovuyKG3P8zOAlRjljrOFmsVKmGyAm/IudXmG3BA+d4+0tOB4YY51GMrlwT+CqMozNzsE/C/zF9uuIK4zbst2LrXqQjcyOp8qVNwcKhPzpU2LcX9R2qVT+AhnJN9fLx7defDjEzAf0VGzC+LxITJCLxBeXf1GMr3D3SRbymTBP7SQkEY9ogTMMH55O9TlmVzSITy5qRoD4nV2bOD5tR3ZIp3JQCYmg5IyIj50zLEPI9LVcKk+d6g+ozMk3Dv4RrUHnOpJPAXF4jCTM84AROcT3HR9sWoPbnhz6nPUz1hRN1Q8g3xaYYWmhpMSgOczBxuyeeWgayCkqaYMKm+N6jGORscz6D2GEslgb8gXxSmomUjljWvx3IGZgXfUvaTaj6BzX0TtWdR4TVU3+h6bkR9ieEmqtOeCvT2hwmpgFGMT2GI+nFyxSphkr1vyDU1vzSyTvOVkgT+3LzE/yVo2FEY900zss7hv66p71BXq/D+yRmn0rcYPwe7Wogfbze9/WFMMqAaYzlSyOeW4qLtMWG2eN6gehTTsi7A7r591FNQLAn82bmJC1PPhNHMp7htX5D6SiMbRry/eY+L6tu2rxL5dCfFcfeHP7cCavGHjv93N2RxHTEQBNE6bTJ2Umtm5pMjMPu0zJCDsrASkc967Wqx+k0A1hz+VDUM9Lh7/NyPxwXkaUmohVcy76pX+3zdj/s5onsmqHUWRh3+LvMe7o9wM0NIJGGqWufW5F09vu2/neMHV1O8Xk4gCSwwrqmtZZ5qejzaT15xOcfGxRjx2RhyzqKqxeZt7pz4sp8+1j8BF5yO8XU8hByPICck0QrHLjXel/36FwTQ5XmN1uEIwcEAcsgGahXm3Gpzzd5PBgj0LwigS0Zrf4Dv/T7ivT4kYZAp2e07/CDD1Ju2X2fW2fNPsR+TcDDG5nYfb9s9hDs9/G51IfQlJrbYvv+6X2fjnCF505kJqvwBl3JAXYCIkqcAAAAASUVORK5CYII=") no-repeat;
  background-size: 35px 17px;
  text-indent: -999em;
}

.rolling-resistance:before {
  background: url("/i/badges/rolling-resistance.svg");
  background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="86 434 12 12" xmlns="http://www.w3.org/2000/svg"><path fill="#0091D2" fill-rule="evenodd" d="M87.83 434.1c.18-.08.37-.1.56-.1h3.86c.22 0 .45 0 .66.08.4.14.72.47.85.87.06.16.07.33.07.5V440c.24.02.48 0 .7.05.34.06.66.22.85.5.24.35.28.8.28 1.2.02.58.02 1.16.14 1.72.05.2.1.4.25.57.1.12.3.13.45.1.15-.03.24-.17.3-.3.12-.25.16-.52.2-.8.08-.77.06-1.55.06-2.34v-.44c0-.05-.04-.08-.07-.1l-.6-.6-.28-.3c-.14-.16-.28-.33-.34-.53-.06-.16-.06-.32-.06-.5v-1.16c0-.05-.03-.1-.06-.14l-1.2-1.2c-.08-.1-.15-.22-.14-.35 0-.24.2-.45.45-.45.14 0 .27.08.37.18.72.73 1.45 1.45 2.13 2.2.22.26.43.5.6.8.08.2.13.4.13.6v2.92l-.02.9c-.03.43-.06.86-.17 1.27-.08.34-.24.68-.5.93-.25.23-.6.35-.94.34-.35 0-.7-.14-.95-.4-.28-.3-.4-.7-.5-1.1-.13-.67-.1-1.35-.14-2.03 0-.15-.03-.3-.1-.45-.06-.1-.17-.13-.27-.14-.2-.03-.37-.04-.55-.04v4.16h.52c.2.03.38.22.4.43v.5H86v-.52c.03-.2.2-.37.4-.4h.53v-9.4c0-.2 0-.44.05-.66.1-.42.44-.78.85-.93m.45.82c-.24 0-.44.22-.43.46v2.65c0 .1 0 .23.04.33.07.16.24.26.42.26h4.13c.16 0 .32-.08.4-.22.07-.1.08-.2.08-.32v-2.63c0-.13-.03-.28-.13-.38-.1-.1-.25-.16-.4-.15h-4.12"/></svg>');
}

.wet-grip:before {
  background: url("/i/badges/wet-grip.svg");
  background: url('data:image/svg+xml,<svg width="13" height="12" viewBox="85 454 13 12" xmlns="http://www.w3.org/2000/svg"><g fill="#0091D2" fill-rule="evenodd"><path d="M95.46 461.88l.2-.1c.02.37.02.74.02 1.1 0 .25-.03.5-.13.72-.17.34-.55.57-.93.53-.32-.03-.6-.26-.72-.57-.12-.3-.05-.65.16-.88.13-.13.3-.24.45-.33.3-.18.64-.32.96-.47M88.82 462.42c.13-.05.25-.13.4-.17v.66c0 .33 0 .65-.06.96-.1.47-.6.8-1.07.72-.32-.05-.6-.3-.68-.6-.1-.3 0-.68.23-.9.34-.3.76-.46 1.17-.66M92.08 463.8c.12-.06.24-.13.36-.17v.66c0 .32.02.65-.06.96-.1.46-.6.8-1.05.7-.3-.05-.55-.26-.66-.53-.1-.25-.07-.54.06-.77.07-.14.2-.24.32-.33.32-.22.68-.37 1.03-.54M92.4 454.12c.57-.15 1.2-.12 1.75.07.87.3 1.57 1 1.85 1.9.04.1.05.2.1.3.06.04.14.06.2.08.6.2 1.08.62 1.38 1.16.23.4.34.9.3 1.37-.03.8-.46 1.54-1.12 1.97-.42.28-.92.43-1.42.42h-7.36c-.45 0-.9-.16-1.27-.44-.37-.3-.64-.7-.75-1.17-.1-.46-.05-.95.15-1.37.26-.57.8-1 1.42-1.13.1-.03.22-.03.33-.06.12-.4.34-.78.63-1.08.44-.45 1.05-.72 1.68-.75.12 0 .24.02.35 0 .06-.04.1-.1.14-.16.4-.55 1-.95 1.66-1.12"/></g></svg>');
}

.noise-emission:before {
  background: url("/i/badges/noise-emission.svg");
  background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="86 473 12 12" xmlns="http://www.w3.org/2000/svg"><g fill="#0091D2" fill-rule="evenodd"><path d="M91.04 484l-2.7-2.7-1.92-.02c-.26 0-.42-.15-.42-.4v-4.6c0-.2.15-.4.38-.4h1.96l2.76-2.76c.24-.24.77-.1.77.36v10.2c0 .54-.57.58-.83.32zm-4.08-3.67v-3.5h1.1v3.5h-1.1zm3.94 2.17l-1.9-1.9v-4.05l1.9-1.88v7.83zM96.36 473H96.48l.1.06c.04 0 .07.03.1.05 0 .03.03.04.05.06l.06.1c.1.18.1.18.22.47.06.15.12.3.2.45l.17.5.18.63c.02.13.05.25.1.37.02.15.04.3.08.43l.1.52.08.7.05.63v1c-.03.62-.03.62-.06.87-.04.4-.04.4-.1.73l-.13.74-.08.4-.18.64-.1.28-.18.5c-.04.1-.1.2-.14.32l-.18.4-.06.08c0 .02-.03.03-.04.05l-.1.07-.13.05h-.18l-.1-.04-.1-.06-.1-.1-.05-.1-.04-.1v-.15l.02-.07.23-.5.18-.46.2-.55.17-.68c.1-.44.1-.44.14-.7l.1-.63c0-.16.02-.3.04-.47 0-.13.02-.26.03-.38v-.72-.36c0-.2 0-.2-.06-.74 0-.12-.03-.24-.04-.36l-.1-.56-.13-.63-.2-.66-.08-.28-.14-.37c-.04-.1-.1-.22-.13-.33l-.23-.48c0-.04-.02-.07-.03-.1v-.1-.1l.07-.13.08-.07.08-.07.1-.04c.05 0 .1 0 .13-.02z"/><path d="M94.76 483.43l-.16-.05-.1-.06-.1-.1c-.02-.05-.03-.1-.05-.12l-.02-.1v-.1-.07l.03-.07.2-.4.17-.45.1-.26.13-.47c.1-.38.1-.38.14-.6.02-.2.05-.37.1-.55l.06-.63c0-.18 0-.36.03-.53v-.56l-.04-.44c0-.1 0-.18-.02-.27l-.1-.7-.13-.68-.17-.66-.2-.52-.17-.42-.14-.3-.02-.07v-.1c0-.1 0-.1.02-.13l.06-.14c.02 0 .03-.03.04-.05l.13-.1.1-.03c.04 0 .08 0 .12-.02h.1c.03.03.05.03.08.04l.13.08c.02 0 .03.03.05.05l.06.1.1.18c.05.14.1.28.17.4l.2.5.08.27.1.3.08.36.1.4c.02.18.05.35.1.52l.03.32.07.74c0 .14 0 .3.02.44v.73l-.03.37-.07.63-.05.3-.1.5-.08.4-.1.33c-.02.1-.06.2-.1.3l-.17.52-.14.33-.17.4c-.02 0-.03.04-.05.06l-.03.03-.12.1-.12.04c0 .02-.03.02-.06.02h-.08z"/><path d="M93.14 482.85l-.14-.05-.08-.05-.1-.1-.05-.08-.02-.07c0-.03 0-.06-.02-.1v-.07c0-.07 0-.07.04-.14.02-.08.06-.14.1-.2l.13-.32c.1-.24.1-.24.18-.5l.1-.33.08-.37.05-.23.08-.4.07-.67V478.34v-.43c-.03-.14-.04-.3-.06-.44l-.05-.3-.1-.48-.08-.37-.1-.3c-.03-.1-.06-.2-.1-.28l-.17-.45-.14-.3-.05-.1v-.15-.08l.04-.07c0-.04.03-.07.05-.1 0-.02.02-.04.03-.05l.08-.07.14-.06c.04-.02.06-.03.1-.03h.1c.05 0 .05 0 .12.03l.12.07.08.08.16.3.1.2c.05.16.1.32.17.47.1.28.1.28.18.58l.1.36.08.43c0 .08.03.17.05.26l.08.52.03.4c.02.13.02.27.03.4v.7l-.04.33-.05.43-.1.57c-.04.2-.1.42-.13.62l-.2.62c0 .08-.05.16-.08.25l-.14.33c-.04.1-.1.2-.13.3l-.1.14c0 .02-.03.05-.05.07l-.1.06-.1.03h-.04c-.05 0-.1 0-.14.02z"/></g></svg>');
}

.icon-close {
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg width="16" height="15" viewBox="259 100 16 15" xmlns="http://www.w3.org/2000/svg"><path d="M267.367 105.952l-5.663-5.662c-.38-.38-1.018-.385-1.408.006-.394.393-.394 1.02-.006 1.408l5.662 5.663-5.662 5.662c-.38.38-.385 1.017.006 1.408.393.393 1.02.393 1.408.006l5.663-5.663 5.662 5.664c.38.38 1.017.384 1.408-.006.393-.393.393-1.02.006-1.41l-5.663-5.66 5.664-5.664c.38-.38.384-1.018-.006-1.408-.393-.394-1.02-.394-1.41-.006l-5.66 5.662z" fill-rule="evenodd"/></svg>') no-repeat;
  background-size: 16px 16px;
  background-position: 50% 50%;
}

.product-rating, .product-rating-fill {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAABACAIAAAD07OL5AAAEgElEQVR4Ac2WA/NsORDF55OsPX+ubdulta1yrW0+27Ztm2Pbtvfcl6nscJN+7krdSiXd55dMOp1R1QhW9a74rEY0AiCpX6X57ty0fccpAlQtYx4AwDb5WSqAsHw00iYIAMvYhyBt+PUi6iakACnzRujqf7k4t+ga3Y8Xop917z+ZAOuExyAanNhbXnm9b1wv+o7pz9MBouUXl18HQGHptYJNUAG2iU9CLjBeWT6aYBM0QLWcNK5Rlv/TRcVl13IA30TKshk+soBS0pe2b4/un+5f851z9mvmkXdpf1BU0Pzje6Db2Lxje9gUfEwj7nDOesW3+uvInklp6+Zi3FWrVv4DuOa/axlzv+7ny+Dd3gy/XW4b0sOXz1t+ybW2IWrMdozS/niReeTd4e0jFED8yALN9+ezCeuQPvfI3sCEntj0gcz8q4rLlFP9/4aTh2dsxkBwYo97VI91SH+d8dMlWc/B+k+U0C1nv4ZndB9ijr+tuN41sveY+qVp27amM0gaVjMGVgG/41AvrbjOOaKHq3c45JRpHebg4RoJBlndMVyNWN2v6oxjV9c0BbnOGKFGzHGoZ90HBPcADN0vV8AbMTIMHDLSiatLXTT4wRsx3jG9QoBrlOKp/2MwF9ARbnJg/c8I8429QgjwjumBZ3Dzn7RS4Zr7FsKi0/qFgMjUPni6F3xAA+D2Iyw9/yohIDXvKniaR99HAFTLRc33F2i+O6+0vPWQ0/NakbjtrCJVKyVZQM6vQYzxT3WjUGLWoPkvJbvMf1+BfuOU8XdlPB80yAJQnRDgGFE/gNTcK63HErGxWYf0YJw5OIYr9SehXSILCGz4BQH+cWpUMccwVpaR5j2hbcNK6XBo61D02SBm4eMbq+CDG3+XBThnvYoA0+8X4xjQQSUPrP+pnEtwB/Qxwis8PPHFEyILMA69mT8mvpWfl1KBjpEY9638Aj51zLDbpACVYhYLR3Mv+rgQc9REVoy7PYs/YVmHWDEArwQ2q6QExfIho2vumznfETGg4RGnW7UiAJwKowG8Xu8pBKRSKY1Gg++pAlitVgDwpQIIy4dRN6EiLZ8Z+icZkE6noavVavkXIycTYLPZNM2GEXkAYfkw8SaoALvdzqXFmyABqtUqEqZl+Y2bSCaT8JEFFItF7DoSifh8PofDYTKZmIrQjEYjdokoxGJBhUKhkapyuVxms7mblk6n6zaFccx2o2J9oVBIAYAJV6GcpHEkdHK5nAJgedKQ4ydkXIfnmIrnIuByDIE6dDKZTIdDzmazcgyBOnTas4jEEKgL7kE+n9fr9SQG80QUO1UBgMrg6ogi3GSksIZigUCAVircbjcJgNtKA1gsFhIA95YGOI5MRf2RBaBadaug/NteHpBCsgAUYR7Gpbt1eD8ej8sCkELt0khEVONKpRKNRg0GQzsGiSQLQEq0/ALBYBDSjQ9ROBwGshGDJ0QWgOeBR/r9/nK53DES4wADz58dKQBWx1aEv6GlUqkmMmDwlrEQvktBLcJPhESqUQzPrcfjQaU7e/++H7/9Cw4JFkEEjCo3AAAAAElFTkSuQmCC") repeat-x;
}

.product-rating {
  margin: 5px 0;
  background-position: 0 -16px;
  background-size: 16px 32px;
  height: 16px;
  width: 80px;
}

.product-rating .product-rating-fill {
  background-size: 16px 32px;
  height: 16px;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

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

/* Links
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

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

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

/**
 * Correct the line-height for all headings in Chrome mobile, Firefox,
 * iOS Safari, Microsoft Edge and IE.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

html {
  -webkit-tap-highlight-color: rgba(250, 183, 30, 0.35);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  color: #3a3a3a;
  min-height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 15px;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

a:hover, a:focus {
  text-decoration: none;
  color: #f4823f;
  border-bottom-color: rgba(244, 130, 63, 0.5);
}

a.dotted {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

img {
  vertical-align: middle;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

label {
  display: inline-block;
  margin-bottom: 10px;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

body {
  font-size: 14px;
  background: #eee;
}

.page {
  padding: 48px 0 0;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 10px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  padding: 8px 10px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  background: #fab71e;
  background: linear-gradient(to bottom, #fab71e, #ef9825);
  color: #000;
  border-radius: 4px;
  border: 1px solid #ce811a;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn:hover, .btn:focus {
  border-color: #ce811a;
  background: #f9af06;
  background: linear-gradient(to bottom, #fbbf37, #f1a33d);
  text-decoration: none;
  color: #000;
}

.btn:active {
  background: #f1a33d;
  background-image: none;
  color: #000;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
}

.btn.btn-sending {
  position: relative;
  background: #f39c1a;
  background-image: none;
  color: #7d5924;
  box-shadow: 0 10px 30px -10px rgba(229, 144, 39, 0.5), inset 0 1px 4px rgba(0, 0, 0, 0.15);
}

.btn.btn-sending:after {
  -webkit-animation: waves .35s infinite linear;
          animation: waves .35s infinite linear;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 100px);
  height: 100%;
  background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.25) 50px, rgba(255, 255, 255, 0) 100px);
}

.btn-primary {
  font-size: 15px;
  font-weight: 600;
}

.btn-material {
  border-width: 0 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn-custom {
  border-color: #bbb;
  background: #eee;
  background: linear-gradient(to bottom, #fff, #eee);
  color: #333;
}

.btn-custom:hover, .btn-custom:focus {
  border-color: #bbb;
  background: #f3f3f3;
  background: linear-gradient(to bottom, #fff, #f3f3f3);
  color: #333;
}

.btn-custom:focus {
  border-color: #e88b00;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 1px rgba(232, 147, 19, 0.6);
}

.btn-custom:active {
  background: linear-gradient(to bottom, #eee, #f3f3f3);
}

.btn-filter {
  border: 1px solid #ef9825;
}

.btn-to-cart {
  font-size: 18px;
  padding: 8px 10px;
}

.btn-to-cart:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  vertical-align: -6px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: center center no-repeat transparent;
  background-size: 24px 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#000" d="M23.4,6.9l-14.3,0c0,0-1.1,0-1.1,1C8,9,9.2,9,9.2,9l12.4,0L20.2,16L8.7,16L5.4,2.4C5.3,2.2,5.1,2,4.8,2L1,2C1,2,0,2,0,3 s1.1,1.1,1.1,1.1l2.5,0l3.3,13.6c0.1,0.3,0.3,0.4,0.6,0.4l14,0c0.3,0,0.5-0.2,0.6-0.5l2-10C24.1,7.3,23.8,6.9,23.4,6.9z M9.1,19.2 c-0.8,0-1.4,0.6-1.4,1.4c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C10.6,19.8,9.9,19.2,9.1,19.2z M20.2,19.2c-0.8,0-1.4,0.6-1.4,1.4 c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C21.6,19.8,21,19.2,20.2,19.2z"/></svg>');
}

.btn-to-cart.btn-to-cart-in-cart, .btn-to-cart.btn-to-cart-in-cart:hover, .btn-to-cart.btn-to-cart-in-cart:focus {
  border-color: #dca758;
  background: #f5c174;
  background: linear-gradient(to bottom, #f5c174, #f6d281);
  color: #7d5924;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.btn-to-cart.btn-to-cart-in-cart:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#7d5924" d="M23.4,6.9l-14.3,0c0,0-1.1,0-1.1,1C8,9,9.2,9,9.2,9l12.4,0L20.2,16L8.7,16L5.4,2.4C5.3,2.2,5.1,2,4.8,2L1,2C1,2,0,2,0,3 s1.1,1.1,1.1,1.1l2.5,0l3.3,13.6c0.1,0.3,0.3,0.4,0.6,0.4l14,0c0.3,0,0.5-0.2,0.6-0.5l2-10C24.1,7.3,23.8,6.9,23.4,6.9z M9.1,19.2 c-0.8,0-1.4,0.6-1.4,1.4c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C10.6,19.8,9.9,19.2,9.1,19.2z M20.2,19.2c-0.8,0-1.4,0.6-1.4,1.4 c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C21.6,19.8,21,19.2,20.2,19.2z"/></svg>');
}

.btn-orange-border {
  font-size: 16px;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #fef8ef);
  border: 1px solid #ef9f13;
  color: #d26d00;
}

.btn-orange-border:hover, .btn-orange-border:focus {
  background: linear-gradient(to bottom, #fefaf3, #fdf3e0);
  border-color: #e88b00;
  color: #d26d00;
}

.btn-orange-border:active {
  background: #fcedd2;
}

.btn-to-cart-sm {
  font-size: 16px;
  text-align: center;
  padding: 0;
  width: 32px;
  height: 32px;
  position: relative;
}

.btn-to-cart-sm:before {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 9px);
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: center center no-repeat transparent;
  background-size: 18px 18px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#000" d="M23.4,6.9l-14.3,0c0,0-1.1,0-1.1,1C8,9,9.2,9,9.2,9l12.4,0L20.2,16L8.7,16L5.4,2.4C5.3,2.2,5.1,2,4.8,2L1,2C1,2,0,2,0,3 s1.1,1.1,1.1,1.1l2.5,0l3.3,13.6c0.1,0.3,0.3,0.4,0.6,0.4l14,0c0.3,0,0.5-0.2,0.6-0.5l2-10C24.1,7.3,23.8,6.9,23.4,6.9z M9.1,19.2 c-0.8,0-1.4,0.6-1.4,1.4c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C10.6,19.8,9.9,19.2,9.1,19.2z M20.2,19.2c-0.8,0-1.4,0.6-1.4,1.4 c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C21.6,19.8,21,19.2,20.2,19.2z"/></svg>');
}

.btn-to-cart-sm.btn-to-cart-remove-sm, .btn-to-cart-sm.btn-to-cart-remove-sm:hover, .btn-to-cart-sm.btn-to-cart-remove-sm:focus {
  border-color: #dca758;
  background: #f5c174;
  background: linear-gradient(to bottom, #f5c174, #f6d281);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.btn-to-cart-sm.btn-to-cart-remove-sm:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#7d5924" d="M23.4,6.9l-14.3,0c0,0-1.1,0-1.1,1C8,9,9.2,9,9.2,9l12.4,0L20.2,16L8.7,16L5.4,2.4C5.3,2.2,5.1,2,4.8,2L1,2C1,2,0,2,0,3 s1.1,1.1,1.1,1.1l2.5,0l3.3,13.6c0.1,0.3,0.3,0.4,0.6,0.4l14,0c0.3,0,0.5-0.2,0.6-0.5l2-10C24.1,7.3,23.8,6.9,23.4,6.9z M9.1,19.2 c-0.8,0-1.4,0.6-1.4,1.4c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C10.6,19.8,9.9,19.2,9.1,19.2z M20.2,19.2c-0.8,0-1.4,0.6-1.4,1.4 c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C21.6,19.8,21,19.2,20.2,19.2z"/></svg>');
}

.btn-arrow, .btn-show-more {
  position: relative;
  padding-right: 30px !important;
}

.btn-arrow:before, .btn-show-more:before {
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
  margin-left: 5px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  content: "\f105";
  color: #777;
}

.btn-show-more {
  padding-right: 30px;
}

.btn-show-more:before {
  content: "\f107";
}

.btn-white {
  background: #fff;
  border: 1px solid #ddd;
}

.btn-white:hover, .btn-white:focus {
  background: #fafafa;
  border-color: #e88b00;
}

.btn-lg {
  padding: 10px 14px;
  font-size: 18px;
  line-height: 1.333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
  white-space: nowrap;
  display: inline-block;
  padding: 6px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  background: transparent;
}

.btn-link:hover, .btn-link:focus {
  background: transparent;
}

.btn-link:active {
  background: rgba(0, 0, 0, 0.1);
}

.form-control {
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #595959;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #bbb;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #e88b00;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 1px rgba(232, 147, 19, 0.6);
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #dddddd;
  color: #999;
  opacity: 1;
}

label.required:after {
  content: '*';
  display: inline-block;
  margin-left: 3px;
  color: #b20;
}

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

.form-group label {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0 5px;
}

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

.form-hint {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  color: #777;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.form-check-label {
  font-weight: normal;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.form-check-inline + .form-check-inline {
  margin-left: 15px;
}

.custom-control-select {
  padding: 8px 28px 8px 10px;
  vertical-align: middle;
  border-color: #bbb;
  color: #333;
  background: url('data:image/svg+xml,<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path fill="#333" d="M14.83 16.42l9.17 9.17 9.17-9.17 2.83 2.83-12 12-12-12z"/></svg>') right 5px center no-repeat, linear-gradient(to bottom, #fff, #eee);
  background-size: 20px 20px, auto auto;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-control-select:focus {
  background: url('data:image/svg+xml,<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path fill="#999" d="M14.83 16.42l9.17 9.17 9.17-9.17 2.83 2.83-12 12-12-12z"/></svg>') right 5px center no-repeat, linear-gradient(to bottom, #eee, #f3f3f3);
  background-size: 20px 20px, auto auto;
  border-color: #e88b00;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px 1px rgba(232, 147, 19, 0.6);
}

.custom-control-select.parsley-success {
  box-shadow: 0 0 6px rgba(123, 189, 81, 0.5);
}

.custom-control-select.parsley-error {
  box-shadow: 0 0 6px rgba(215, 134, 134, 0.5);
}

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

.custom-control {
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 33px;
  margin: 0 10px 5px -5px;
  cursor: pointer;
}

.custom-control.custom-without-label {
  margin: 0;
  padding: 5px;
  width: 32px;
  height: 32px;
  margin: -5px;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #fab71e;
}

.custom-control-input:focus ~ .custom-control-indicator {
  border-color: #e88b00;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 3px 1px rgba(232, 147, 19, 0.6);
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #fab71e;
}

.custom-control-description {
  pointer-events: none;
}

.custom-control-indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  border: 1px solid #bbb;
  box-shadow: inset 0 1px 2px rgba(76, 56, 0, 0.15);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color .3s ease-in-out;
}

.custom-control-indicator:after {
  visibility: hidden;
  content: '';
  display: inline-block;
  opacity: 0;
  transform: scale(0);
  width: 12px;
  height: 12px;
  background-position: center center;
  background-size: 12px 12px;
  transition: all .15s ease-in-out;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 4px;
}

.custom-checkbox .custom-control-indicator:after {
  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='%23000' 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");
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  border-color: #c78c04;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator,
.custom-checkbox .custom-control-input:checked ~ .custom-control-description {
  opacity: 1 !important;
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-indicator,
.custom-checkbox .custom-control-input:disabled ~ .custom-control-description {
  opacity: .5;
  box-shadow: none;
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-indicator:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23000'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  border-color: #c78c04;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator,
.custom-radio .custom-control-input:checked ~ .custom-control-description {
  opacity: 1 !important;
}

.custom-radio .custom-control-input:disabled ~ .custom-control-indicator,
.custom-radio .custom-control-input:disabled ~ .custom-control-description {
  opacity: .5;
  box-shadow: none;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  border: 1px solid #7bbd51;
  background-color: #eff6eb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(123, 189, 81, 0.5);
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b94a48;
  background-color: #f8eaea;
  border: 1px solid #d78686;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(215, 134, 134, 0.5);
}

.parsley-errors-list {
  margin: 5px 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  line-height: 14px;
  opacity: 0;
  transition: all .3s ease-in;
  color: #b94a48;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.hamburger {
  padding: 15px 15px 15px 11px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 24px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

html.mm-opening .hamburger--vortex .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

html.mm-opening .hamburger--vortex .hamburger-inner::before, html.mm-opening .hamburger--vortex .hamburger-inner::after {
  transition-delay: 0s;
}

html.mm-opening .hamburger--vortex .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

html.mm-opening .hamburger--vortex .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
}

.mm-btn, .mm-menu {
  box-sizing: border-box;
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0;
}

.mm-hidden {
  display: none !important;
}

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0;
}

.mm-btn, .mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  transition: transform .5s ease;
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after, .mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
}

.mm-prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform .5s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking, html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}

html.mm-opening .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom, .mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%;
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important;
}

.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu.mm-columns {
  transition-property: transform,width,max-width;
}

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  transition-property: transform,width;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

html.mm-opening.mm-columns-0 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  transform: translate(200%, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening.mm-columns-1 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  transform: translate(200%, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  transform: translate(300%, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening.mm-columns-2 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(880px, 0);
    transform: translate3d(880px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(-880px, 0);
    transform: translate3d(-880px, 0, 0);
  }
}

.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  transform: translate(300%, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  transform: translate(400%, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening.mm-columns-3 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(1320px, 0);
    transform: translate3d(1320px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(-1320px, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}

.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  transform: translate(400%, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  transform: translate(500%, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening.mm-columns-4 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(1760px, 0);
    transform: translate3d(1760px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(-1760px, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}

.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  transform: translate(500%, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  transform: translate(600%, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}

html.mm-opening.mm-columns-5 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(2200px, 0);
    transform: translate3d(2200px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(-2200px, 0);
    transform: translate3d(-2200px, 0, 0);
  }
}

.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  transform: translate(600%, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  transform: translate(700%, 0);
  transform: translate3d(700%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}

html.mm-opening.mm-columns-6 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(2640px, 0);
    transform: translate3d(2640px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(-2640px, 0);
    transform: translate3d(-2640px, 0, 0);
  }
}

.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span, em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  transform: none !important;
  z-index: 0;
}

html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
  left: 22px;
}

.mm-menu.mm-tipright:before {
  right: 22px;
}

.mm-menu.mm-tiptop:before {
  top: -8px;
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

.mm-iconpanel .mm-panel {
  transition-property: transform,left;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  transition: opacity .5s ease;
}

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0;
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-menu.mm-rtl {
  direction: rtl;
}

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  transform: translate(30%, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  transition-property: transform,right;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
}

.mm-search, .mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  transition: right .5s ease;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  transition: background .5s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
  transition: transform .5s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  transition: transform .5s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  transform: translate(30%, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  transition: opacity .5s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  transition: none .5s ease;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: .1s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: .2s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: .3s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: .4s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: .5s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: .6s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: .7s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  transition-property: transform,opacity;
  transform: translate(50%, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(10000px, 0);
    transform: translate3d(10000px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-10000px, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  flex: 1 1 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  transition: opacity .5s ease .5s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #000;
}

.mm-menu.mm-popup {
  transition: opacity .5s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

html.mm-popup .mm-slideout {
  transform: none !important;
  z-index: 0;
}

html.mm-popup #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-popup .mm-menu {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

html.mm-front .mm-slideout {
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  transition: transform .5s ease;
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-shadow-page.mm-theme-dark:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-shadow-page.mm-theme-white:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: none;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

/*! Flickity v2.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

button[data-balloon] {
  overflow: visible;
}

[data-balloon] {
  position: relative;
}

[data-balloon]:before,
[data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  bottom: 75%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
}

[data-balloon]:after {
  background: rgba(17, 17, 17, 0.8);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #fff;
  content: attr(title);
  font-size: 12px;
  text-transform: none;
  letter-spacing: normal;
  padding: 4px 8px;
  white-space: nowrap;
  margin-bottom: 11px;
}

[data-balloon]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.8)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px;
}

[data-balloon]:hover:before,
[data-balloon][data-balloon-visible]:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-break]:after {
  white-space: normal;
}

[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
}

[data-balloon-pos="down"]:after {
  margin-top: 11px;
}

[data-balloon-pos="down"]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"][data-balloon-visible]:before,
[data-balloon-pos="down"]:hover:after,
[data-balloon-pos="down"][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
}

[data-balloon-pos="left"]:after {
  margin-right: 11px;
}

[data-balloon-pos="left"]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"][data-balloon-visible]:before,
[data-balloon-pos="left"]:hover:after,
[data-balloon-pos="left"][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
}

[data-balloon-pos="right"]:after {
  margin-left: 11px;
}

[data-balloon-pos="right"]:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"][data-balloon-visible]:before,
[data-balloon-pos="right"]:hover:after,
[data-balloon-pos="right"][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[data-balloon-length]:after {
  white-space: normal;
}

[data-balloon-length="small"]:after {
  width: 80px;
}

[data-balloon-length="medium"]:after {
  width: 150px;
}

[data-balloon-length="large"]:after {
  width: 260px;
}

[data-balloon-length="xlarge"]:after {
  width: 90vw;
}

@media screen and (min-width: 768px) {
  [data-balloon-length="xlarge"]:after {
    width: 380px;
  }
}

[data-balloon-length="fit"]:after {
  width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #eee;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover {
  opacity: 1;
}

.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
}

.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-backface-visibility: hidden;
}

.pswp__img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp--animated-in .pswp__bg {
  transition: none;
}

.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(/i/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/i/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #777;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

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

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  width: 100%;
}

.pswp__caption, .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp__top-bar, .pswp__caption {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(255, 255, 255, 0.65);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar, .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

div.datepicker {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 196px;
  height: 147px;
  position: absolute;
  cursor: default;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
}

.datepickerContainer {
  background: #121212;
  position: absolute;
  top: 10px;
  left: 10px;
}

.datepickerBorderT {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  height: 10px;
  background: url(../i/calendar/datepicker_t.png);
}

.datepickerBorderB {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  height: 10px;
  background: url(../i/calendar/datepicker_b.png);
}

.datepickerBorderL {
  position: absolute;
  left: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(../i/calendar/datepicker_l.png);
}

.datepickerBorderR {
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(../i/calendar/datepicker_r.png);
}

.datepickerBorderTL {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../i/calendar/datepicker_tl.png);
}

.datepickerBorderTR {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../i/calendar/datepicker_tr.png);
}

.datepickerBorderBL {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../i/calendar/datepicker_bl.png);
}

.datepickerBorderBR {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../i/calendar/datepicker_br.png);
}

.datepickerHidden {
  display: none;
}

div.datepicker table {
  border-collapse: collapse;
}

div.datepicker a {
  color: #eee;
  text-decoration: none;
  cursor: default;
  outline: none;
}

div.datepicker table td {
  text-align: right;
  padding: 0;
  margin: 0;
}

div.datepicker th {
  text-align: center;
  color: #999;
  font-weight: normal;
}

div.datepicker tbody th {
  text-align: left;
}

div.datepicker tbody a {
  display: block;
}

.datepickerDays a {
  width: 20px;
  line-height: 16px;
  height: 16px;
  padding-right: 2px;
}

.datepickerYears a,
.datepickerMonths a {
  width: 44px;
  line-height: 36px;
  height: 36px;
  text-align: center;
}

td.datepickerNotInMonth a {
  color: #666;
}

tbody.datepickerDays td.datepickerSelected {
  background: #136A9F;
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background: #17384d;
}

tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
  background: #17384d;
}

div.datepicker a:hover,
div.datepicker a:hover {
  color: #88c5eb;
}

div.datepicker td.datepickerNotInMonth a:hover {
  color: #999;
}

div.datepicker tbody th {
  text-align: left;
}

.datepickerSpace div {
  width: 20px;
}

.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
  text-align: center;
  height: 20px;
  line-height: 20px;
}

.datepickerGoNext a {
  float: right;
  width: 20px;
}

.datepickerGoPrev a {
  float: left;
  width: 20px;
}

table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
  display: none;
}

table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
  display: none;
}

table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
  display: none;
}

td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a {
  color: #333;
}

td.datepickerDisabled a:hover {
  color: #333;
}

td.datepickerSpecial a {
  background: #700;
}

td.datepickerSpecial.datepickerSelected a {
  background: #a00;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fab71e;
  box-sizing: border-box;
  height: 48px;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.15);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  perspective: 800px;
  perspective-origin: 50% 0;
}

header.headroom--unpinned {
  transform: translateY(-100%);
}

header.headroom--pinned {
  transform: translateY(0);
  transition: all .15s ease-out;
}

header a {
  border-bottom-width: 0;
}

header .menu {
  float: right;
  overflow: hidden;
  height: 48px;
}

header .mosauto {
  text-decoration: none;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  margin-left: 15px;
  font-weight: bold;
  color: #000;
}

header .mosauto .sign {
  display: none;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}

@media screen and (min-width: 370px) {
  header .mosauto .sign {
    display: inline-block;
  }
}

header .mosauto .logo {
  width: 160px;
  display: inline-block;
}

@media screen and (max-width: 340px) {
  header .mosauto .logo {
    width: 140px;
  }
}

header .mosauto:visited {
  text-decoration: none;
  color: #000;
}

header .cart, header .phone {
  background: center center no-repeat transparent;
  background-size: 24px 24px;
  display: block;
  float: right;
  width: 48px;
  height: 48px;
}

header .phone {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#000" d="M0,5c0.9,6.2,6.4,11.4,7,12c0.6,0.6,5.8,6.1,12,7c2,0.3,3.3-1,3.7-1.5c0.4-0.4,0.7-1,0.9-1.4c0.7-1.4,0.4-1.5-1.3-2.6c-1.4-0.9-2.5-1.7-3.8-2.5c-0.9-0.5-1.1-0.6-2.6,0.2c-1.5,0.8-1.8,1-2.9,0.5c-1-0.5-2.5-1.8-3.2-2.5c-0.7-0.7-2-2.2-2.5-3.2C6.8,9.9,7,9.6,7.8,8.1C8.6,6.6,8.5,6.3,8,5.5C7.2,4.2,6.4,3,5.6,1.6C4.5-0.1,4.4-0.3,3,0.3C2.6,0.5,2,0.9,1.6,1.2C1,1.7-0.3,3,0,5"/></svg>');
  background-size: 21px 21px;
}

@media screen and (max-width: 310px) {
  header .phone {
    display: none;
  }
}

header .cart {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#000" d="M23.4,6.9l-14.3,0c0,0-1.1,0-1.1,1C8,9,9.2,9,9.2,9l12.4,0L20.2,16L8.7,16L5.4,2.4C5.3,2.2,5.1,2,4.8,2L1,2C1,2,0,2,0,3 s1.1,1.1,1.1,1.1l2.5,0l3.3,13.6c0.1,0.3,0.3,0.4,0.6,0.4l14,0c0.3,0,0.5-0.2,0.6-0.5l2-10C24.1,7.3,23.8,6.9,23.4,6.9z M9.1,19.2 c-0.8,0-1.4,0.6-1.4,1.4c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C10.6,19.8,9.9,19.2,9.1,19.2z M20.2,19.2c-0.8,0-1.4,0.6-1.4,1.4 c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C21.6,19.8,21,19.2,20.2,19.2z"/></svg>');
  background-position: 10px center;
  position: relative;
}

header .cart .count {
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 8px;
  text-align: center;
  font-size: 11px;
  opacity: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  box-shadow: 0 0 0 2px #fab71e;
  background: #000;
  color: #fff;
}

header .cart .count.show {
  -webkit-animation: .25s ease-out count-show;
          animation: .25s ease-out count-show;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

header .contacts {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==");
}

.phone-menu {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 48px;
  padding: 15px 14px;
  visibility: hidden;
  opacity: 0;
  background: #333;
  background: linear-gradient(to bottom, #2e2e2e, #333);
  background: #333;
  color: #fab71e;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  transition: all .25s ease;
  transform: rotateX(-20deg);
  transform-origin: 50% 0;
}

.phone-menu.show {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
}

.phone-menu:before {
  content: '';
  position: absolute;
  top: -8px;
  right: 115px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #333;
}

.phone-menu dl {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.phone-menu dl:last-child {
  margin-bottom: 0;
}

.phone-menu dt, .phone-menu dd {
  font-size: 13px;
  display: inline-block;
  margin: 0;
}

.phone-menu dt {
  font-weight: 600;
  text-align: right;
  width: 140px;
  padding-right: 10px;
  padding-top: 6px;
  width: calc(100% - 135px);
}

.phone-menu dd {
  vertical-align: top;
}

.phone-menu dd .btn {
  font-weight: 600;
  padding: 6px 3px;
  width: 135px;
  border-width: 0;
}

.header-menu-overlay {
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  transition: all .3s ease;
}

.header-menu-overlay.show {
  visibility: visible;
  opacity: 1;
}

.night header {
  background: #333;
  background: linear-gradient(to bottom, #2e2e2e, #333);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.35), 0 1px 4px rgba(0, 0, 0, 0.35);
}

.night header .sign path,
.night header .logo path {
  fill: #fab71e;
}

.night header .phone {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#fab71e" d="M0,5c0.9,6.2,6.4,11.4,7,12c0.6,0.6,5.8,6.1,12,7c2,0.3,3.3-1,3.7-1.5c0.4-0.4,0.7-1,0.9-1.4c0.7-1.4,0.4-1.5-1.3-2.6c-1.4-0.9-2.5-1.7-3.8-2.5c-0.9-0.5-1.1-0.6-2.6,0.2c-1.5,0.8-1.8,1-2.9,0.5c-1-0.5-2.5-1.8-3.2-2.5c-0.7-0.7-2-2.2-2.5-3.2C6.8,9.9,7,9.6,7.8,8.1C8.6,6.6,8.5,6.3,8,5.5C7.2,4.2,6.4,3,5.6,1.6C4.5-0.1,4.4-0.3,3,0.3C2.6,0.5,2,0.9,1.6,1.2C1,1.7-0.3,3,0,5"/></svg>');
  background-size: 21px 21px;
}

.night header .cart {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#fab71e" d="M23.4,6.9l-14.3,0c0,0-1.1,0-1.1,1C8,9,9.2,9,9.2,9l12.4,0L20.2,16L8.7,16L5.4,2.4C5.3,2.2,5.1,2,4.8,2L1,2C1,2,0,2,0,3 s1.1,1.1,1.1,1.1l2.5,0l3.3,13.6c0.1,0.3,0.3,0.4,0.6,0.4l14,0c0.3,0,0.5-0.2,0.6-0.5l2-10C24.1,7.3,23.8,6.9,23.4,6.9z M9.1,19.2 c-0.8,0-1.4,0.6-1.4,1.4c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C10.6,19.8,9.9,19.2,9.1,19.2z M20.2,19.2c-0.8,0-1.4,0.6-1.4,1.4 c0,0.8,0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4C21.6,19.8,21,19.2,20.2,19.2z"/></svg>');
}

.night header .cart .count {
  font-weight: bold;
  box-shadow: 0 0 0 2px #262626;
  background: #fff;
  color: #000;
}

.night header .hamburger-inner, .night header .hamburger-inner::before, .night header .hamburger-inner::after {
  background-color: #fab71e;
}

.night .phone-menu {
  background: #fab71e;
  color: #000;
}

.night .phone-menu:before {
  border-bottom-color: #f8b636;
}

.night .phone-menu .btn {
  background: #444;
  background: linear-gradient(to bottom, #444, #222);
  color: #f8b636;
}

.night .phone-menu .btn:hover, .night .phone-menu .btn:focus {
  background: #373737;
  background: linear-gradient(to bottom, #515151, #2f2f2f);
  color: #f8b636;
}

.night .phone-menu .btn:active {
  background: #2f2f2f;
  background-image: none;
  color: #f8b636;
}

#menu:not(.mm-menu) {
  display: none;
}

.mm-navbar-top-1 {
  height: 48px;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 48px;
}

#mm-1 {
  padding-top: 0px;
}

#mm-1 .mm-navbar {
  display: none;
}

.mm-navbar {
  text-align: left;
}

.mm-menu a {
  border-bottom-width: 0;
}

.mm-menu .mm-search {
  height: 48px;
  padding-top: 11px;
}

.mm-menu .mm-search input {
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
}

.mm-menu li .fa {
  width: 16px;
  margin-right: 16px;
  text-align: center;
  color: #777;
}

body {
  max-width: 1024px;
  margin: 0 auto;
}

.content {
  padding: 12px 15px 15px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.content-material {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #eee;
}

.content-material .card:last-child {
  margin-bottom: 10px;
}

.content-material .page-title {
  padding: 5px 5px 15px;
}

.content-material > h4 {
  font-weight: 600;
  margin-left: 5px;
  margin-right: 5px;
  color: #666;
}

.page-title {
  padding: 0 0 15px;
  position: relative;
}

.page-title h1, .page-title h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.page-title h1 .count, .page-title h2 .count {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
  color: #999;
}

.page-title h1 .count.count-em, .page-title h2 .count.count-em {
  padding: 0 7px;
  margin-bottom: -2px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  background: #ddd;
  color: #888;
}

.page-title .close {
  position: absolute;
  top: -4px;
  right: -6px;
  border-bottom: 0;
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
}

.subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 5px 15px;
}

.card {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 12px 15px 15px;
  margin-bottom: 25px;
}

.card .card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
}

.card .card-actions {
  margin: 0 -15px -3px;
  padding: 5px 15px 0;
  border-top: 1px solid #e6e6e6;
}

.card .card-actions a {
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  border-bottom-width: 0;
}

.sub-navigation {
  padding-left: 0;
  margin: 5px;
  list-style: none;
}

.sub-navigation li {
  display: inline-block;
}

.sub-navigation li a {
  font-size: 12px;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  border-width: 0;
  border-radius: 4px;
  background: #fafafa;
  background: #ddd;
}

.card-columns {
  padding-bottom: 10px;
}

.card-columns > ul {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-columns > ul:nth-of-type(1) {
  padding-right: 7px;
}

.card-columns > ul:nth-of-type(2) {
  padding-left: 7px;
}

.card-columns > ul.full-width {
  float: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.card-columns > ul li {
  word-wrap: break-word;
  line-height: 1.4;
  margin-bottom: 5px;
}

.card-columns > ul li.littera {
  line-height: 1.5;
  font-weight: bold;
  margin-top: 15px;
  color: #777;
}

.card-columns > ul li.review-mark-name {
  margin-left: 15px;
}

.card-columns > ul li:first-child {
  margin-top: 0;
}

.card-columns > ul .count {
  display: inline-block;
  font-size: 11px;
  color: #777;
}

.card-vendors .brand-logo {
  text-align: center;
  margin-bottom: 5px;
}

.card-vendors.card-truck-vendors h4 {
  margin-bottom: 2px;
  font-weight: bold;
  color: #555;
}

.card-vendors.card-truck-vendors > ul {
  float: none;
  width: auto;
  margin-bottom: 10px;
}

.card-vendors.card-truck-vendors > ul li {
  display: inline-block;
  margin-right: 8px;
}

.card-regions ul {
  float: none;
  width: auto;
}

.card-regions ul li.star {
  font-weight: bold;
}

.card-regions ul ul {
  padding: 0;
  margin-left: 10px;
  margin-bottom: 5px;
  list-style: none;
}

.card-photo {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: -5px -10px 15px;
}

.card-auto-years, .card-auto-modifications, .card-auto-model-info {
  padding-top: 0;
  padding-bottom: 10px;
}

.card-auto-years .car-photo, .card-auto-modifications .car-photo, .card-auto-model-info .car-photo {
  margin: 0 -15px 13px;
}

.card-auto-years .car-photo img, .card-auto-modifications .car-photo img, .card-auto-model-info .car-photo img {
  border-radius: 4px 4px 0 0;
  max-width: 100%;
}

.card-auto-years > ul, .card-auto-modifications > ul, .card-auto-model-info > ul {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-auto-years > ul > li, .card-auto-modifications > ul > li, .card-auto-model-info > ul > li {
  line-height: 2.2;
}

.card-auto-years > ul > li:first-child, .card-auto-modifications > ul > li:first-child, .card-auto-model-info > ul > li:first-child {
  margin-top: 0;
}

.card-auto-years > ul a, .card-auto-modifications > ul a, .card-auto-model-info > ul a {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.card-auto-modifications > ul {
  float: none;
  width: auto;
}

.card-auto-model-info h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}

.card-auto-model-info h4 {
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 2px;
  color: #555;
}

.card-auto-model-info .panel {
  width: 50%;
  line-height: 1.8;
}

.card-auto-model-info .panel-tyres {
  float: left;
  padding-right: 5px;
}

.card-auto-model-info .panel-wheels {
  float: left;
  padding-left: 5px;
}

.card-auto-model-info .wheel-info {
  line-height: 1.5;
}

.card-auto-model-info .wheel-info .attribute {
  color: #555;
}

.card-auto-models {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.card-auto-models > ul {
  margin: 0;
  padding: 0;
  margin: 0 -5px;
  list-style: none;
}

.card-auto-models > ul > li {
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 15px;
  width: 50%;
  display: inline-block;
  padding: 0 5px;
}

.card-auto-models > ul > li a {
  text-decoration: none;
}

.card-auto-models > ul > li img {
  display: block;
  max-width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 5px;
}

.card-auto-models > ul > li span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

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

.form-filters .count {
  float: left;
  margin: 7px 0 0 5px;
}

.form-filters select {
  float: right;
  width: 160px;
}

.card-sizes .size {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  color: #777;
}

.card-sizes ul {
  margin: 0;
  padding: 0;
  margin: 0 0;
  list-style: none;
  width: 50%;
  line-height: 1.8;
}

.card-sizes .panels::after {
  content: "";
  display: table;
  clear: both;
}

.card-sizes .panels ul:first-child {
  float: left;
  padding-right: 5px;
}

.card-sizes .panels ul:last-child {
  float: left;
  padding-left: 5px;
}

.card-tests ol {
  padding-left: 25px;
  margin-bottom: 0;
}

.card-tests ol li {
  color: #777;
  margin-bottom: 10px;
}

.card-tests ol li:last-child {
  margin-bottom: 0;
}

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

.card-test .test-place {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.card-test .test-place span {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  border: 1px solid #aaa;
}

.card-test .test-place.test-place-1 span {
  background: #f5a623;
  color: #fff;
  border-color: #c37d09;
  text-shadow: 0 1px 0 #c37d09;
}

.card-test .test-place.test-place-2 span {
  background: #d06a3d;
  color: #fff;
  border-color: #9b4926;
  text-shadow: 0 1px 0 #9b4926;
}

.card-test .test-place.test-place-3 span {
  background: #aaa;
  color: #fff;
  border-color: #848484;
  text-shadow: 0 1px 0 #848484;
}

.card-test dl {
  margin-bottom: 5px;
  border-collapse: collapse;
}

.card-test dl dt, .card-test dl dd {
  display: inline-block;
}

.card-test dl dt {
  padding-right: 5px;
  font-weight: normal;
  line-height: 18px;
  color: #888;
}

.card-test dl dd {
  font-size: 12px;
  margin-left: 0;
}

.card-test dl:last-child {
  margin-bottom: 0;
}

.card-test .test-image {
  text-align: center;
}

.card-test .test-image img {
  max-height: 150px;
}

.card-test .test-name {
  font-size: 15px;
  margin: 5px 0 10px;
}

.card-test .test-content dl {
  display: table;
  table-layout: fixed;
}

.card-test .test-content dt, .card-test .test-content dd {
  display: table-cell;
  border-collapse: collapse;
  vertical-align: top;
}

.card-test .fa-plus-square {
  color: #579e0a;
}

.card-test .fa-minus-square {
  color: #d72424;
}

.card-test .fa-ruble {
  vertical-align: 1px;
  color: #fff;
  font-size: 8px;
  text-align: center;
  width: 12px;
  height: 12px;
  line-height: 14px;
  border-radius: 2px;
  display: inline-block;
  background: #999;
}

.card-test .icon-description {
  vertical-align: 1px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  width: 12px;
  height: 12px;
  line-height: 10px;
  border-radius: 2px;
  display: inline-block;
  background: #05b;
}

.card-products-wheel h3 {
  font-size: 14px;
  margin: 0 10px 10px;
  color: #666;
}

.card-products-wheel ul.carousel {
  margin-bottom: 20px;
}

.card-products-wheel ul.carousel:last-child {
  margin-bottom: 0;
}

.card-review-rating {
  background: #f7f7f7;
  box-shadow: none;
  border: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 10px 15px;
}

.card-review-rating i, .card-review-rating span {
  display: inline-block;
  color: #888;
}

.card-review-rating i {
  width: 16px;
}

.card-review-rating .review-parameters {
  font-size: 12px;
  margin-bottom: 0;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

.card-review-rating .review-parameters .rating {
  background: #d5d5d5;
  background: linear-gradient(to bottom, #d5d5d5, #e5e5e5);
}

.card-review-rating .review-parameters dl:last-child {
  margin-bottom: 0;
}

.card-reviews {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.card-reviews ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-reviews ul li.review {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0;
  padding: 13px 15px 15px;
  margin-bottom: 10px;
  border-bottom: 0;
}

.card-reviews ul li.review::after {
  content: "";
  display: table;
  clear: both;
}

.card-reviews ul li.review:last-child {
  padding-bottom: 15px;
}

.review-parameters {
  margin-bottom: 12px;
}

.review-parameters dl {
  margin-bottom: 3px !important;
}

.review-parameters dl::after {
  content: "";
  display: table;
  clear: both;
}

.review-parameters dl dt, .review-parameters dl dd {
  display: inline-block;
}

.review-parameters dt {
  margin-right: 0 !important;
  font-weight: normal;
  color: #888;
  width: calc(100% - 65px);
  float: left;
}

.review-parameters dd {
  font-weight: 500;
  margin-left: 0;
  float: right;
}

.review-parameters .rating {
  margin-top: 5px;
  width: 55px;
  height: 8px;
  border-radius: 3px;
  background: #eee;
  background: linear-gradient(to bottom, #e5e5e5, #f5f5f5);
}

.review-parameters .rating .rating-fill {
  height: 8px;
  border-radius: 3px;
}

.review-parameters .rating .rating-fill-100 {
  background: #6bcd00;
  background: linear-gradient(to bottom, #6bcd00, #5eb400);
}

.review-parameters .rating .rating-fill-90 {
  background: #95d800;
  background: linear-gradient(to bottom, #95d800, #83bf00);
}

.review-parameters .rating .rating-fill-80 {
  background: #b6e000;
  background: linear-gradient(to bottom, #b6e000, #a1c700);
}

.review-parameters .rating .rating-fill-70 {
  background: #d1e700;
  background: linear-gradient(to bottom, #d1e700, #bace00);
}

.review-parameters .rating .rating-fill-60 {
  background: #efef00;
  background: linear-gradient(to bottom, #efef00, #d6d600);
}

.review-parameters .rating .rating-fill-50 {
  background: #ffd800;
  background: linear-gradient(to bottom, #ffd800, #e6c200);
}

.review-parameters .rating .rating-fill-40 {
  background: #ffad00;
  background: linear-gradient(to bottom, #ffad00, #e69c00);
}

.review-parameters .rating .rating-fill-30 {
  background: #ff7a00;
  background: linear-gradient(to bottom, #ff7a00, #e66e00);
}

.review-parameters .rating .rating-fill-20 {
  background: #ff4500;
  background: linear-gradient(to bottom, #ff4500, #e63e00);
}

.review-parameters .rating .rating-fill-10 {
  background: #ff0200;
  background: linear-gradient(to bottom, #ff0200, #e60200);
}

.review-parameters .rating .rating-fill-0 {
  background: #ff0000;
  background: linear-gradient(to bottom, #ff0000, #e60000);
  width: 2px !important;
}

.card-add-review {
  padding: 0 5px;
  margin-bottom: 25px;
}

.card-add-review .fa-comment-o {
  font-size: 17px;
}

.card-actions-list {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.card-actions-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-actions-list > ul > li {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0;
  padding: 0 15px 10px;
  margin-bottom: 15px;
  border-bottom: 0;
}

.card-actions-list .action-image {
  margin: 0 -15px 10px;
}

.card-actions-list .action-image a {
  border: 0;
}

.card-actions-list .action-image img {
  max-width: 100%;
  border-radius: 4px 4px 0 0;
}

.card-actions-list .action-disabled img {
  -webkit-filter: grayscale(100%);
  opacity: .75;
}

.card-actions-list .action-name {
  font-weight: 600;
  margin-bottom: 10px;
}

.card-actions-list .action-date {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #777;
}

.card-actions-list .action-date.action-ended {
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 2px 6px;
  border-radius: 3px;
}

.card-actions-list .action-count .count {
  font-weight: 600;
}

.card-actions-list .action-description-full {
  padding-top: 15px;
}

.card-actions-list .action-description-full div[align=center] {
  margin: -15px -15px 0;
}

.card-actions-list .action-description-full img {
  display: block;
  margin-bottom: 10px;
  border-radius: 3px 3px 0 0;
}

.card-actions-list .action-description-full ul {
  padding-left: 25px;
  margin-bottom: 10px;
}

.card-hint {
  background: #efe4cc;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #e3cfa5;
  color: #685221;
}

.card-hint h2 {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #8f702d;
}

.card-hint ol, .card-hint ul {
  padding-left: 25px;
}

.card-hint p:last-child {
  margin-bottom: 0;
}

.card-warning .btn,
.card-error .btn {
  margin-top: 15px;
}

.messages {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.messages div {
  color: rgba(0, 0, 0, 0.5);
  line-height: 18px;
  padding: 10px 20px;
}

.messages .error {
  background: #ffe1e1;
  border-bottom: 1px solid #ff9696;
}

.messages .warn {
  background: #ffffc8;
  border-bottom: 1px solid #c8c896;
}

.message-icon {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  opacity: 0;
  transform: scale3d(0.25, 0.25, 0.25);
}

.message-icon i {
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  background: #69ad25;
  background: linear-gradient(to bottom, #99c129, #69ad25);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15), 0 0 15px 2px rgba(153, 193, 41, 0.25);
}

.message-icon.message-icon-warning i {
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  font-size: 54px;
  color: #de8a2e;
  background: none;
  box-shadow: none;
  text-shadow: 0 0 30px rgba(222, 138, 46, 0.25);
}

.message-icon.message-icon-error i {
  font-size: 32px;
  color: #fff;
  background: #d72424;
  background: linear-gradient(to bottom, #d72424, #c12020);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15), 0 0 15px 2px rgba(215, 36, 36, 0.25);
}

.message-title {
  text-align: center;
  line-height: 26px;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #579e0a;
}

.message-title.message-title-warning {
  color: #de8a2e;
}

.message-title.message-title-error {
  color: #d72424;
}

.popup {
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 4px 32px 0 rgba(0, 0, 0, 0.3);
}

.popup-form {
  position: relative;
}

.popup-form h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  padding-right: 30px;
}

.popup-form .mfp-close {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.popup-form .btn {
  font-size: 16px;
}

.popup-form .hint {
  font-size: 12px;
  margin-bottom: 10px;
}

.popup-form .wait-position {
  display: block;
  margin-top: -5px;
}

.popup-form .hint-date {
  font-size: 12px;
  margin-bottom: 10px;
  color: #666;
}

.popup-form .message-title {
  margin-bottom: 0;
}

#credit-service-plus .btn {
  font-size: 15px;
  margin-top: 15px;
}

.mfp-bg {
  background: #666;
}

.mfp-with-zoom {
  perspective: 1000px;
  perspective-origin: 50% 0;
}

.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all .15s ease-out;
}

.mfp-with-zoom.mfp-bg.mfp-ready {
  opacity: .5;
}

.mfp-with-zoom.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-with-zoom .mfp-content {
  opacity: 0;
  transform-origin: 50% 0;
  transition: all 0.4s cubic-bezier(0.1, 1, 0.5, 1);
  transform: rotateX(-15deg) scale(0.8);
  -webkit-backface-visibility: hidden;
}

.mfp-with-zoom.mfp-ready .mfp-content {
  opacity: 1;
  transform: rotateX(0) scale(1);
}

.mfp-with-zoom.mfp-removing .mfp-content {
  opacity: 0;
  transform: rotateX(-15deg) scale(0.8);
}

.mfp-dialog .mfp-content {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mfp-ajax-holder,
.mfp-inline-holder {
  padding-left: 15px;
  padding-right: 15px;
}

body > div.supportTrigger {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16) !important;
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  border-radius: 50% !important;
  transition: opacity .15s ease;
}

#supportTrigger.supportTriggerAppear.roundSupportTrigger {
  -webkit-animation: none !important;
          animation: none !important;
}

div.product section {
  margin-bottom: 25px;
}

div.product section::after {
  content: "";
  display: table;
  clear: both;
}

div.product section h3 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .075em;
}

div.product section h3 .count {
  padding: 0 7px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  background: #eee;
  color: #888;
}

div.product section:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}

div.product .product-rating {
  margin-top: -12px;
  margin-bottom: 10px;
  background-size: 10px 20px;
  background-position: 0 -10px;
  height: 10px;
  width: 50px;
}

div.product .product-rating .product-rating-fill {
  background-size: 10px 20px;
  height: 10px;
}

.product-photo {
  text-align: center;
  margin-bottom: 15px !important;
}

.product-photo a {
  display: inline-block;
  border-bottom: 0;
}

.product-photo img {
  max-height: 200px;
  max-width: 100%;
  border-radius: 3px;
}

@media screen and (max-height: 540px) {
  .product-photo img {
    max-height: 130px;
  }
}

.product-photo figure {
  margin: 0;
}

.product-photo figcaption {
  display: none;
}

.product-photo .no-image {
  margin: 0 auto;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  width: 200px;
  height: 80px;
  padding: 5px 5px;
  border-radius: 4px;
  display: table;
  background: #eee;
  color: #777;
}

.product-photo .no-image span {
  display: table-cell;
  vertical-align: middle;
}

.product-photo ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.product-photo ul.flickity {
  margin-bottom: 20px;
}

.product-photo ul .flickity-viewport {
  overflow: visible;
}

.product-photo ul .carousel-cell {
  width: 100%;
}

.product-photo ul .flickity-page-dots .dot {
  background: #ddd;
  opacity: 1;
  transition: all .35s ease-out;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.product-photo ul .flickity-page-dots .dot.is-selected {
  background: #f8b636;
  box-shadow: 0 0 8px 1px rgba(248, 182, 54, 0.35);
}

.product-photo .flickity-prev-next-button {
  transition: all .25s ease;
  background: rgba(255, 255, 255, 0.5);
}

.product-photo .flickity-prev-next-button.previous {
  left: -10px;
}

.product-photo .flickity-prev-next-button.next {
  right: -10px;
}

.product-photo .flickity-prev-next-button:disabled {
  opacity: 0;
}

.product-photo .flickity-prev-next-button .arrow {
  fill: rgba(0, 0, 0, 0.25);
}

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

.product-volume ul {
  font-size: 12px;
  text-align: center;
  list-style: none;
  margin: 0 0 -10px;
  padding: 0;
}

.product-volume ul li {
  display: inline-block;
  margin: 0 5px 10px;
  padding: 0;
}

.product-volume ul li a {
  border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #333;
}

.product-volume ul li.active a {
  font-weight: bold;
  border-width: 0;
  border: 1px solid #eee;
  background: #eee;
  color: #333;
}

.product-buy-box {
  margin-bottom: 0 !important;
}

.product-buy-box .product-price-text {
  color: #666;
  font-size: 11px;
}

.product-buy-box .product-comment-box {
  font-size: 14px;
  margin: 0 -15px 0;
  padding: 13px 15px;
  background: #fff;
  border-top: 1px solid #eee;
}

.product-buy-box .product-comment-box div {
  margin-bottom: 10px;
}

.product-buy-box .product-comment-box div:last-child {
  margin-bottom: 0;
}

.product-buy-box .product-comment-box .product-stock-availability {
  list-style: none;
  margin-bottom: 10px;
  border: 1px solid rgba(106, 151, 47, 0.5);
  border-radius: 4px;
  padding: 5px 10px;
  background: rgba(106, 151, 47, 0.15);
  color: #4f7023;
}

.product-buy-box .product-comment-box .product-comment-action a {
  border-bottom-style: dotted;
  border-color: #c15517;
  color: #c15517;
}

.product-buy-box .product-comment-box .plus {
  color: #579e0a;
}

.product-buy-box .product-region-delivery {
  margin: 0 -15px 0;
  padding: 12px 15px 15px;
  border-top: 1px solid #eee;
  margin-bottom: 0;
  transition: all .25s ease-out;
  display: none;
}

.product-buy-box .product-region-delivery ol {
  margin: 5px 0 5px;
  list-style: none;
  font-size: 12px;
  padding: 0;
}

.product-buy-box .product-region-delivery .new_cart_button_delivery_header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.product-buy-box .product-region-delivery .new_cart_button_delivery_header:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  vertical-align: -1px;
  display: inline-block;
  margin-right: 5px;
  color: #666;
  content: "\f0d1";
}

.product-buy-box .product-region-delivery .new_cart_button_delivery_hint {
  font-size: 11px;
  line-height: 16px;
  color: #848484;
}

.product-buy-box .product-region-delivery .new_cart_button_delivery_hint a {
  white-space: nowrap;
  font-weight: 500;
  display: inline-block;
  padding: 1px 5px;
  margin-right: 3px;
  border-radius: 2px;
  border: 1px solid #ccc;
}

.product-buy-box .product-region-delivery .new_cart_button_delivery_hint a:after {
  display: inline-block;
  margin-left: 4px;
  content: '↓';
}

.product-buy-box .product-old-price {
  font-size: 13px;
}

.product-buy-box .product-old-price .product-old-price-number {
  font-weight: 500;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #777;
}

.product-buy-box .product-old-price .product-old-price-number:after {
  background: #c00;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  transform: rotate(-15deg);
  transform-origin: 50% 50%;
}

.product-buy-box .product-old-price .product-price-discount {
  display: none;
  color: #579e0a;
}

.product-buy-box .product-price {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  white-space: nowrap;
}

.product-buy-box .product-sale-price {
  color: #b20;
}

.product-buy-box .product-price-other-currency, .product-buy-box .product-credit-info {
  font-size: 12px;
  margin-top: -12px;
  margin-bottom: 15px;
}

.product-buy-box .product-credit-info {
  color: #777;
}

.product-buy-box .product-credit-info a {
  display: inline-block;
  vertical-align: -6px;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  border-bottom: 0;
}

.product-buy-box .product-credit-info a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml,<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g fill="#777"><path d="M11,0 C4.9,0 0,4.9 0,11 C0,17.1 4.9,22 11,22 C17.1,22 22,17.1 22,11 C22,4.9 17.1,0 11,0 L11,0 Z M11,21.4 C5.2,21.4 0.6,16.7 0.6,11 C0.6,5.3 5.3,0.6 11,0.6 C16.7,0.6 21.4,5.3 21.4,11 C21.4,16.7 16.8,21.4 11,21.4 L11,21.4 Z M11.9,9.6 L11.9,9.1 L9,9.1 L9,9.6 L9.9,9.6 L9.9,16.8 L9,16.8 L9,17.3 L12.8,17.3 L12.8,16.8 L11.9,16.8 L11.9,9.6 L11.9,9.6 L11.9,9.6 Z M12.4,6.1 C12.4,6.9 11.8,7.5 11,7.5 C10.2,7.5 9.6,6.9 9.6,6.1 C9.6,5.3 10.2,4.7 11,4.7 C11.8,4.7 12.4,5.3 12.4,6.1 L12.4,6.1 Z"></path></g></g></svg>') no-repeat;
}

.product-buy-box .product-buy-availability {
  margin-top: -5px;
  font-size: 12px;
  margin-bottom: 10px;
}

.product-buy-box .product-buy-availability .availability-product-hint {
  font-size: 14px;
  font-weight: 500;
  color: #d72424;
  display: block;
  float: right;
}

.product-buy-box .product-buy-availability .availability-in-stock {
  font-size: 14px;
  font-weight: 500;
  color: #579e0a;
}

.product-buy-box .product-buy-availability .availability-in-stock:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 4px;
  background: #579e0a;
  vertical-align: middle;
  margin-top: -2px;
}

.product-buy-box .product-buy {
  margin: 15px 0 15px;
}

.product-options, .product-parameters {
  border: 1px solid #eee;
  border-width: 1px 0;
}

.product-options dl, .product-parameters dl {
  position: relative;
  margin: 0;
  font-size: 0;
}

.product-options dl dt, .product-options dl dd, .product-parameters dl dt, .product-parameters dl dd {
  font-size: 13px;
  display: inline-block;
  margin: 0 0 5px;
}

.product-options dl dt, .product-parameters dl dt {
  font-weight: 300;
  width: 40%;
  padding-right: 10px;
  vertical-align: top;
  color: #777;
}

.product-options dl dd, .product-parameters dl dd {
  width: 60%;
  vertical-align: bottom;
}

.product-options {
  margin-top: 0;
  border-top-width: 0;
  padding-top: 0;
}

.product-parameters {
  margin: 15px -15px 0;
  padding: 25px 15px 10px;
}

.product-parameters h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
  margin-bottom: 7px;
}

.product-description {
  margin: 0 -15px 25px;
  padding: 15px;
  border: 1px solid #eee;
  border-width: 1px 0;
  padding-bottom: 15px;
}

.product-description .product-options {
  border-bottom-width: 0;
}

.product-description .btn-full-description {
  text-align: left;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
}

.mm-article {
  background: #fff;
}

.mm-article:not(.mm-menu) {
  display: none;
}

.mm-article .mm-navbar {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
  height: 48px;
  background: #f2f2f2;
}

.mm-article .mm-navbar .mm-close {
  width: 52px;
  height: 48px;
}

.mm-article .mm-navbar .mm-close:first-child {
  padding-left: 20px;
}

.mm-article .mm-navbar .mm-close:before {
  width: 12px;
  height: 12px;
}

.mm-article .mm-navbar .mm-close:after {
  content: none;
}

.mm-article .mm-navbar .mm-title {
  text-align: center;
  padding: 15px 0;
  color: #333 !important;
}

.mm-article .mm-panel a {
  color: #D77000;
  border-bottom-color: rgba(215, 112, 0, 0.35);
  border-bottom-width: 1px;
}

.mm-article .mm-panel img {
  max-width: 100%;
  margin: 10px 0;
}

.mm-article .mm-listview {
  list-style: disc !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  border-width: 0 !important;
  padding-left: 20px;
  margin: 0 0 15px 0 !important;
}

.mm-article .mm-listview li {
  padding-left: 0px;
  display: list-item !important;
  list-style: disc !important;
}

.mm-article .mm-listview li:after {
  content: none !important;
}

.product-certificate .certificate-image img {
  float: left;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 60px;
  max-height: 60px;
  margin-right: 10px;
}

.product-certificate .certificate-text {
  font-size: 13px;
  text-align: left;
  color: #666;
}

.product-alternatives,
.product-sizes {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}

.product-alternatives h3,
.product-sizes h3 {
  padding-left: 15px;
  padding-right: 15px;
}

.product-alternatives td:nth-child(1), .product-alternatives th:nth-child(1),
.product-sizes td:nth-child(1),
.product-sizes th:nth-child(1) {
  width: 40%;
}

.product-alternatives th:first-child, .product-alternatives td:first-child,
.product-sizes th:first-child,
.product-sizes td:first-child {
  padding-left: 15px;
}

.product-alternatives th:last-child, .product-alternatives td:last-child,
.product-sizes th:last-child,
.product-sizes td:last-child {
  padding-right: 15px;
}

.product-alternatives tr.show-all td,
.product-sizes tr.show-all td {
  font-size: 14px;
  padding-top: 12px;
  width: auto;
  background: #fff;
}

.product-alternatives tr.show-all td a,
.product-sizes tr.show-all td a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-alternatives tr.show-all td a:after,
.product-sizes tr.show-all td a:after {
  margin-top: -2px;
}

.product-actions {
  background: #f3e8cf;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  padding: 10px 15px 15px;
  border: 1px solid #e9d4a6;
  border-width: 1px 0;
}

.product-actions h3 .count {
  background: #e3d2ac !important;
  color: #a08956 !important;
}

.product-actions .loadaction {
  margin-bottom: 15px;
}

.product-actions .loadaction:last-child {
  margin-bottom: 0;
}

.product-actions .action {
  border-radius: 4px;
  box-shadow: 0 0 0 1px #ddc899, 0 1px 2px #ddc899;
}

.product-actions .action-image img {
  max-width: 100%;
  border-radius: 4px 4px 0 0;
}

.product-actions .action-description a {
  display: block;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 25px 10px 15px;
  border-width: 0;
  border-radius: 0 0 4px 4px;
  background: rgba(255, 255, 255, 0.5);
}

.product-actions .action-description a, .product-actions .action-description a:before {
  color: #534424;
}

.product-delivery {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.product-delivery h4 {
  font-weight: 700;
  line-height: 18px;
}

.product-delivery .delivery-form {
  margin-bottom: 10px;
}

.product-delivery .delivery-result {
  position: relative;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  background: #faf6ec;
  color: #333;
}

.product-delivery .delivery-result.loading {
  background: #fff;
  height: 32px;
}

.product-delivery .delivery-result .right {
  background: none !important;
  float: none;
  margin-bottom: 15px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4cb92;
}

.product-delivery .delivery-result .right div div {
  width: auto !important;
  padding: 0 15px !important;
}

.product-delivery .delivery-result .right img {
  display: block;
  margin: 0 auto 10px;
  border-color: #e4cb92 !important;
  border-radius: 4px;
}

.product-reviews .add-review {
  background: #f6f0e2;
  margin: 15px 0;
  padding: 10px 15px 15px;
  border-radius: 4px;
}

.product-reviews .add-review h4 {
  font-weight: 600;
  color: #5d4f2f;
}

.product-reviews ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-reviews ul li {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  font-size: 12px;
}

.product-reviews ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-reviews .review-author {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-reviews .review-author .trusted-review {
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
  color: #5eb400;
}

.product-reviews .review-content {
  font-size: 12px;
  margin-bottom: 10px;
}

.product-reviews dl {
  margin-bottom: 10px;
}

.product-reviews dl dt, .product-reviews dl dd {
  display: inline-block;
}

.product-reviews dl dt {
  margin-right: 5px;
  font-weight: normal;
  color: #888;
}

.product-reviews dl dd {
  font-weight: 500;
  margin-left: 0;
}

.product-reviews .review-useful {
  text-align: right;
}

.product-reviews .review-useful .btn-vote {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  padding: 4px 10px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.product-reviews .review-useful .btn-vote.voting {
  background: #eee;
}

.product-reviews .review-useful .btn-vote:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  margin-right: 7px;
  color: #777;
}

.product-reviews .review-useful .voteforplus {
  color: #590;
}

.product-reviews .review-useful .voteforplus:before {
  content: "\f164";
}

.product-reviews .review-useful .voteforplus.voted {
  border-color: rgba(85, 153, 0, 0.35);
  background-color: rgba(85, 153, 0, 0.05);
}

.product-reviews .review-useful .voteforplus.voted:before {
  color: #590;
}

.product-reviews .review-useful .voteforminus {
  color: #b20;
}

.product-reviews .review-useful .voteforminus:before {
  content: "\f165";
}

.product-reviews .review-useful .voteforminus.voted {
  border-color: rgba(187, 34, 0, 0.35);
  background-color: rgba(187, 34, 0, 0.05);
}

.product-reviews .review-useful .voteforminus.voted:before {
  color: #b20;
}

.product-reviews .btn-review-more {
  margin-top: 15px;
}

.product-tests h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.product-tests h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.product-tests ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-tests ul li {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  font-size: 12px;
}

.product-tests ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.product-tests dl {
  margin-bottom: 5px;
  border-collapse: collapse;
}

.product-tests dl dt, .product-tests dl dd {
  display: inline-block;
}

.product-tests dl dt {
  padding-right: 5px;
  font-weight: normal;
  color: #888;
}

.product-tests dl dd {
  font-size: 12px;
  margin-left: 0;
}

.product-tests .test-content dl {
  display: table;
  table-layout: fixed;
}

.product-tests .test-content dt, .product-tests .test-content dd {
  display: table-cell;
  border-collapse: collapse;
  vertical-align: top;
}

.product-tests .fa-plus-square {
  color: #579e0a;
}

.product-tests .fa-minus-square {
  color: #d72424;
}

.product-tests .icon-description {
  vertical-align: 0px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  width: 10px;
  height: 10px;
  line-height: 9px;
  border-radius: 2px;
  display: inline-block;
  background: #05b;
}

.product-tests .test-place {
  margin-bottom: 0;
}

.product-tests .test-place dd {
  display: inline-block;
  border: 1px solid #aaa;
  text-align: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}

.product-tests .test-place.test-place-1 dd {
  background: #f5a623;
  color: #fff;
  border-color: #c37d09;
  text-shadow: 0 1px 0 #c37d09;
}

.product-tests .test-place.test-place-2 dd {
  background: #d06a3d;
  color: #fff;
  border-color: #9b4926;
  text-shadow: 0 1px 0 #9b4926;
}

.product-tests .test-place.test-place-3 dd {
  background: #aaa;
  color: #fff;
  border-color: #848484;
  text-shadow: 0 1px 0 #848484;
}

.product-videos .demo_entry {
  display: inline-block;
  width: 50%;
}

.product-videos .demo_entry img {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 10px;
}

.table-list {
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  border-collapse: collapse;
}

.table-list th {
  padding: 4px 2px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  background: #fff;
  color: #666;
}

.table-list th a {
  color: #333;
}

.table-list th img {
  position: absolute;
  margin: 3px 0 0 5px;
}

.table-list td {
  height: 26px;
  vertical-align: middle;
  padding: 4px 2px;
}

.table-list td:first-child {
  word-break: break-word;
}

.table-list td .td_old_price {
  color: #999;
  text-decoration: line-through;
  font-weight: normal;
  display: block;
}

.table-list td .td_new_price {
  color: #b20;
}

.table-list td.button {
  width: 32px;
}

.table-list tr {
  background: #f6f6f6;
}

.table-list tr.tr_none td {
  color: #bbb;
}

.table-list tr:nth-child(odd) {
  background: #fff;
}

.table-list tr.selected {
  background: #f6f2de;
}

.table-list tr.selected td {
  font-weight: bold;
  text-decoration: none;
}

.table-list tr.selected td a {
  text-decoration: none;
}

.table-list tr.selected td a:visited {
  text-decoration: none;
}

.table-list .price {
  text-align: right;
  padding-right: 10px;
}

.table-list .icon {
  margin: 0 0 0 3px;
}

.table-list .icon-hit {
  width: 28px;
  height: 13px;
  background-size: 28px 13px;
}

.table-list .icon-new {
  width: 27px;
  height: 13px;
  background: url(/i/badges/new.png) no-repeat;
  background-size: 27px 13px;
}

.table-list .badge {
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  padding: 0 3px 1px;
  margin-top: 4px;
  margin-left: 4px;
  border-radius: 3px;
  color: #fff;
}

.table-list .badge.badge-hit {
  box-shadow: 0 0 0 1px rgba(255, 100, 0, 0.5);
  color: #ff6400;
}

.table-list .badge.badge-new {
  box-shadow: 0 0 0 1px rgba(98, 156, 0, 0.5);
  color: #629c00;
}

.table-list table {
  border: 1px solid #666;
}

.table-list table td {
  background: #fff;
  border: none;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

.table-list table th {
  background: #eee;
  color: #666;
  border-bottom: 1px solid #666;
}

.table-list .availability {
  text-align: center;
}

.table-list .availability .ind {
  display: inline-block;
  overflow: hidden;
  text-indent: -100px;
  height: 13px;
  border-radius: 3px;
}

.table-list .availability .ind.ind-green {
  width: 55px;
  background: #72d909;
  background: linear-gradient(to bottom, #72d909, #65c108);
}

.table-list .availability .ind.ind-yellow {
  width: 39px;
  background: #debf16;
  background: linear-gradient(to bottom, #debf16, #c7ab14);
}

.table-list .availability .ind.ind-red {
  width: 26px;
  background: #ec8d30;
  background: linear-gradient(to bottom, #ec8d30, #e37b15);
}

.table-list .availability .ind.ind-reddest {
  width: 13px;
  background: #e33434;
  background: linear-gradient(to bottom, #e33434, #c81c1c);
}

.table-list .availability .ind.ind-del {
  width: 16px;
  text-indent: 0;
}

.table-list .availability .ind.ind-del:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  content: "\f0d1";
  color: #777;
}

.product-photos .photoswipe {
  margin: -5px;
}

.product-photos figure {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 5px;
}

.product-photos figure img {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 100%;
}

.product-photos figcaption {
  display: none;
}

.product-backorder,
.product-out-of-stock {
  display: inline-block;
  padding: 1px 5px 0;
  border-radius: 4px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .075em;
  background: #db0505;
  background: linear-gradient(to bottom, #f7573c, #db0505);
  color: #fff;
}

.product-backorder {
  background: #ddd;
  background: linear-gradient(to bottom, #aaa, #777);
}

.product-out-of-stock-lg {
  font-size: 12px;
  padding: 4px 10px 3px;
}

.product.show {
  -webkit-animation: 1s cubic-bezier(0, 0.9, 0.5, 1) card-show;
          animation: 1s cubic-bezier(0, 0.9, 0.5, 1) card-show;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.product.show-1 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.product.show-2 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.product.show-3 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.product.show-4 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.product.show-5, .product.show-6, .product.show-7, .product.show-8, .product.show-9, .product.show-10 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.ias-spinner {
  position: relative;
}

.ias-spinner .spin {
  top: 15px;
}

.ias-spinner.show {
  -webkit-animation: .35s ease ias-spinner-show;
          animation: .35s ease ias-spinner-show;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.card-products {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.card-products h2 {
  margin: 0 5px 15px;
  font-size: 15px;
  font-weight: 600;
}

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

ul.products li.product {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 15px 10px;
  margin-bottom: 10px;
  transition: transform .15s ease;
}

ul.products li.product::after {
  content: "";
  display: table;
  clear: both;
}

ul.products li.product.active {
  transform: scale(0.95);
}

ul.products .flickity-page-dots .dot {
  height: 4px;
  width: 10px;
  margin: 0;
  border-radius: 0;
}

ul.products.carousel {
  margin: 0;
}

ul.products.carousel .product-container .product-image {
  width: 85px;
}

ul.products.carousel .product-container .product-image img {
  max-height: 120px;
  max-width: 85px;
}

ul.products.carousel .product-container .product-image .no-image {
  font-size: 9px;
  width: 85px;
  height: 85px;
}

ul.products .flickity-viewport {
  overflow: visible;
}

ul.products li.carousel-cell {
  width: calc(90% - 10px);
  max-width: 310px;
  margin: 0 0 10px 0;
}

ul.products.flickity-enabled li.carousel-cell {
  margin: 0 0 10px 10px;
}

ul.products.flickity-enabled li.carousel-cell:last-child {
  margin-right: 10px;
}

ul.products .product-container {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
}

ul.products .product-container .product-image, ul.products .product-container .product-detail {
  display: table-cell;
  border-collapse: collapse;
}

ul.products .product-container .product-image {
  width: 115px;
}

ul.products .product-container .product-detail {
  width: 100%;
  padding-left: 15px;
}

ul.products .product-image {
  position: relative;
  text-align: center;
  vertical-align: top;
}

ul.products .product-image a {
  border-bottom-width: 0;
}

ul.products .product-image img {
  vertical-align: top;
  max-height: 150px;
  max-width: 115px;
  border-radius: 4px;
}

ul.products .product-image .overlay-icons {
  position: absolute;
  margin-top: 5px;
}

ul.products .product-image .overlay-icons .action-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  opacity: .85;
}

ul.products .product-image .overlay-icons .guarantee-icon .guarantee-image:before,
ul.products .product-image .overlay-icons .gift-icon .gift-image:before,
ul.products .product-image .overlay-icons .test-icon .test-image:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

ul.products .product-image .overlay-icons .guarantee-icon .guarantee-image:before {
  content: "\f005";
  color: #fff;
}

ul.products .product-image .overlay-icons .gift-icon .gift-image:before {
  content: "\f06b";
  color: #fff;
}

ul.products .product-image .overlay-icons .test-icon .test-image:before {
  content: "\f091";
  color: #f9d454;
}

ul.products .product-image .overlay-icons .gift-icon {
  background: #6380a8;
  background: linear-gradient(to bottom, #ed2526 0%, #b60f10 100%);
}

ul.products .product-image .overlay-icons .guarantee-icon {
  background: #f9e211;
  background: linear-gradient(to bottom, #f9e211 0%, #b98905 100%);
}

ul.products .product-image .overlay-icons .test-icon {
  background: #990000;
  background: linear-gradient(to bottom, #990000 0%, #4d0000 100%);
}

ul.products .product-image .overlay-icons .action-2 {
  margin-top: 20px;
}

ul.products .product-image .overlay-icons .action-3 {
  margin-top: 40px;
}

ul.products .product-image .overlay-icons .action_popup {
  display: none;
  position: absolute;
  font-size: 10px;
  text-align: left;
  margin-left: 30px;
  padding: 4px 8px;
  border-radius: 2px;
  width: 180px;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

ul.products .product-image .overlay-icons .action_popup a {
  color: #f38a17;
  border-bottom: 1px solid rgba(243, 138, 23, 0.35);
}

ul.products .product-image .overlay-icons .action_popup span {
  display: block;
}

ul.products .product-image .eu-label {
  position: absolute;
  bottom: 2px;
  right: 10px;
  padding: 2px 6px 2px 6px;
  margin-top: 85px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

ul.products .product-image .eu-label i {
  display: block;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

ul.products .product-image .eu-label i:before {
  content: '';
  margin-right: 4px;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

ul.products .product-image .eu-label .noise-emission {
  font-size: 11px;
  font-weight: 500;
  color: #1a93cf;
}

ul.products .product-image .eu-label .category-A {
  color: #009036;
}

ul.products .product-image .eu-label .category-B {
  color: #57ab26;
}

ul.products .product-image .eu-label .category-C {
  color: #c9d200;
}

ul.products .product-image .eu-label .category-D {
  color: #ffed01;
}

ul.products .product-image .eu-label .category-E {
  color: #fabb02;
}

ul.products .product-image .eu-label .category-F {
  color: #eb690a;
}

ul.products .product-image .eu-label .category-G {
  color: #e2001b;
}

ul.products .product-detail {
  padding: 2px 0 3px;
}

ul.products .product-detail .product-name {
  word-wrap: break-word;
  border-bottom: 0;
}

ul.products .product-detail .product-size {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #666;
}

ul.products .product-detail .product-rating {
  margin: 5px 0;
}

ul.products .product-detail .product-labels {
  font-size: 10px;
  margin-top: 10px;
  color: #666;
}

ul.products .product-detail .product-labels div {
  margin-bottom: 5px;
}

ul.products .product-detail .product-labels .product-country {
  position: relative;
}

ul.products .product-detail .product-labels .product-country img {
  border-radius: 1px;
  margin-right: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

ul.products .product-stock-availability {
  display: none;
}

ul.products .product-badges {
  font-size: 0;
  margin: 10px 0 -3px 0;
}

ul.products .product-badges .badge {
  margin: 0 10px 3px 0;
}

ul.products .product-price,
ul.products .product-sale {
  margin-top: 20px;
}

ul.products .product-price {
  font-size: 20px;
  line-height: 22px;
  white-space: nowrap;
}

ul.products .product-sale {
  line-height: 1;
}

ul.products .product-sale .top_price {
  background: url("/i/price_bg_sale_action.gif") right no-repeat;
  color: #fff;
  padding: 5px 0 5px 0;
  font-weight: bold;
  text-align: center;
  width: 97px;
}

ul.products .product-sale .sale-offer .product-price {
  white-space: nowrap;
  display: inline-block;
  margin-top: 0;
  margin-right: 5px;
  color: #b20;
}

ul.products .product-sale .sale-offer .product-old-price-number {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  color: #777;
}

ul.products .product-sale .sale-offer .product-old-price-number:after {
  background: #c00;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  transform: rotate(-15deg);
  transform-origin: 50% 50%;
}

ul.products .product-sale .sale-date {
  display: none;
  font-size: 10px;
  color: #b20;
}

ul.products .product-sale .sale-date div {
  display: inline-block;
}

ul.products .product-sale .sale-count {
  display: inline-block;
  font-size: 12px;
  border: 1px solid rgba(187, 34, 0, 0.35);
  padding: 3px 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #b20;
}

.no-image {
  font-size: 8px;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  width: 115px;
  height: 115px;
  padding: 5px 5px;
  border-radius: 3px;
  display: table;
  box-shadow: inset 0 0 0 1px #eee;
  color: #777;
}

.no-image span {
  display: table-cell;
  vertical-align: middle;
}

.card-products-mini ul.products li.carousel-cell {
  width: 110px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.card-products-mini ul.products .product-container {
  display: block;
  text-align: center;
}

.card-products-mini ul.products .product-container .product-image {
  display: inline-block;
  text-align: center;
  width: auto;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 5px;
}

.card-products-mini ul.products .product-container .product-image img {
  max-width: 100px;
  max-height: 80px;
}

.card-products-mini ul.products .product-container .product-image .no-image {
  width: 80px;
  height: 80px;
  box-shadow: none;
}

.card-products-mini ul.products .product-detail {
  padding: 8px 0 0;
  line-height: 16px;
}

.card-products-mini ul.products .product-detail .product-name {
  display: block;
  font-size: 12px;
  border-bottom: 0;
  width: 110px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.card-products-mini ul.products .product-detail .product-price {
  margin-top: 0px;
  font-size: 13px;
  font-weight: 600;
}

.card-products-mini ul.products .product-detail .product-sale {
  margin-top: 0;
}

.card-products-mini ul.products .product-detail .product-sale .product-old-price-number {
  font-weight: normal;
}

.card-products-mini ul.products .product-detail .product-sale .product-old-price-number:after {
  height: 1px;
}

.card-products-mini li.product {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
}

.card-products-mini .overlay-icons, .card-products-mini .eu-label, .card-products-mini .product-badges, .card-products-mini .product-rating, .card-products-mini .product-labels, .card-products-mini .sale-count {
  display: none !important;
}

.bonded ul.products {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.bonded ul.products li.product {
  background: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #ddd;
}

.bonded ul.products li.product:last-child {
  border-bottom: 0;
}

.popup-filters {
  padding: 12px 15px 15px;
}

.popup-filters .form-custom {
  margin-bottom: 0;
}

.popup-filters .btn-primary {
  margin-top: 15px;
}

.pagination {
  margin-top: 10px;
}

.products.carousel .action_popup {
  display: none !important;
}

.page-title.page-title-cart {
  display: none;
}

.page-title.page-title-cart .close {
  visibility: hidden;
  opacity: 0;
}

.page-title.page-title-checkout .close {
  visibility: visible;
  -webkit-animation: .35s ease close-show;
          animation: .35s ease close-show;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transform-origin: 50% 50%;
}

.card-loading {
  height: 160px;
}

.card-cart,
.card-checkout {
  margin-bottom: 15px;
}

.card-cart-empty {
  font-size: 16px;
  text-align: center;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 15px 15px 0;
}

.card-cart-empty strong {
  font-size: 20px;
  font-weight: 600;
}

.continue-shopping {
  margin: 0 -10px;
  padding: 15px;
  border-top: 1px solid #ccc;
}

.continue-shopping .btn {
  font-size: 16px;
}

.card-continue-shopping {
  display: none;
  margin-bottom: 10px;
}

.card-continue-shopping .btn {
  font-size: 14px;
  color: #777;
}

.card-terms {
  display: none;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0 15px;
  color: #999;
}

.card-terms a {
  color: #777;
  border-bottom-width: 0;
}

.card-cart {
  display: none;
  overflow: hidden;
  padding-top: 0;
}

.card-cart ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-cart ul li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
  transition: opacity .5s ease;
  overflow: hidden;
}

.card-cart ul li.deleted {
  opacity: .5;
  border-radius: 4px;
}

.card-cart .cart-item-wrapper {
  width: 100%;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
}

.card-cart .product-image, .card-cart .product-info {
  display: table-cell;
  border-collapse: collapse;
}

.card-cart .product-image {
  white-space: nowrap;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 60px;
}

.card-cart .product-image a {
  border-bottom-width: 0;
}

.card-cart .product-image img {
  vertical-align: top;
  max-height: 150px;
  max-width: 60px;
}

.card-cart .product-image .no-image {
  width: 60px;
  height: 60px;
}

.card-cart .product-info {
  padding-left: 15px;
}

.card-cart .product-remove {
  font-size: 22px;
  float: right;
  margin: -3px -5px 10px 20px;
  border-bottom: 0;
  color: #bbb;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.card-cart .product-name {
  font-weight: 600;
  line-height: 1.5;
  word-wrap: break-word;
}

.card-cart .product-hint {
  margin-top: 5px;
  font-size: 12px;
  color: #888;
}

.card-cart .product-price {
  margin: 5px 0 15px;
  color: #777;
}

.card-cart .product-quantity .form-control {
  padding: 6px 8px;
  width: 60px;
  text-align: right;
}

.card-cart .product-quantity .product-price-subtotal {
  font-size: 15px;
  font-weight: 500;
  float: right;
  margin-top: 5px;
}

.card-cart .cart-total {
  text-align: right;
  font-size: 17px;
  border-bottom: 0;
  margin-bottom: 10px;
}

.card-cart .cart-total strong {
  display: inline-block;
}

.card-cart .cart-total .total {
  width: calc(100% - 130px);
}

.card-cart .cart-warning {
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
}

.card-cart .cart-error {
  display: none;
  margin-bottom: 15px;
  font-weight: 600;
  padding: 7px 15px 8px;
  border-radius: 4px;
  border: 1px solid rgba(187, 34, 34, 0.35);
  background: #fae2e2;
  color: #b22;
}

.card-cart .btn-checkout {
  font-size: 18px;
  display: block;
  display: none;
}

.card-cart .btn-checkout[disabled] {
  opacity: .25;
}

.card-checkout {
  display: none;
}

.card-checkout h3 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.card-checkout h3 .step-number {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 24px;
  border-radius: 14px;
  border: 1px solid;
  margin-right: 2px;
  vertical-align: -1px;
}

.card-checkout .box {
  margin: 0 -15px 15px;
  padding: 0 15px;
  border-bottom: 1px solid #e6e6e6;
}

.card-checkout [type=checkbox], .card-checkout [type=radio] {
  border: 1px solid #c4c4c4;
  border: .1rem solid #c4c4c4;
  height: 22px;
  padding: 0;
  width: 22px;
  border-radius: 11px;
}

.card-checkout .table-cart td {
  vertical-align: top;
  padding-bottom: 5px;
}

.card-checkout .table-cart td .custom-radio {
  margin-top: -5px;
  margin-bottom: -5px;
}

.card-checkout .table-cart td label {
  line-height: 18px;
  margin-top: 2px;
  margin-bottom: 5px;
  vertical-align: top;
}

.card-checkout .table-cart td label[disabled] {
  opacity: .5;
}

.card-checkout .table-cart td .form-hint {
  margin-top: 0;
  line-height: 16px;
}

.card-checkout .table-cart td:first-child {
  padding-top: 2px;
  padding-right: 5px;
  width: 10px;
}

.card-checkout .table-cart td:first-child input {
  width: 20px !important;
}

.card-checkout .table-cart tr:last-child td {
  padding-bottom: 0;
}

.card-checkout .table-fitting label {
  font-weight: normal;
}

.card-checkout .table-fitting .fitting-price {
  font-weight: 500;
  line-height: 18px;
}

.card-checkout .form-submit {
  margin-bottom: 0px;
}

.card-checkout .btn-submit {
  font-size: 18px;
  display: block;
  box-shadow: 0 10px 30px -10px rgba(229, 144, 39, 0.5);
}

.card-checkout .btn-submit[disabled] {
  opacity: .25;
}

.header-cart {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 48px;
  padding: 15px 14px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  transition: all .25s ease;
  transform: rotateX(-20deg);
  transform-origin: 50% 0;
}

.header-cart.show {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
}

.header-cart:before {
  content: '';
  position: absolute;
  top: -8px;
  right: 65px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.header-cart ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 360px;
  overflow-y: scroll;
}

.header-cart ul li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
  transition: opacity .5s ease;
  overflow: hidden;
}

.header-cart ul li:first-child {
  padding-top: 0;
}

.header-cart ul li.deleted {
  opacity: .5;
  border-radius: 4px;
}

.header-cart .cart-item-wrapper {
  width: 100%;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
}

.header-cart .product-image, .header-cart .product-info {
  display: table-cell;
  border-collapse: collapse;
}

.header-cart .product-image {
  white-space: nowrap;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 60px;
}

.header-cart .product-image a {
  border-bottom-width: 0;
}

.header-cart .product-image img {
  vertical-align: top;
  max-height: 70px;
  max-width: 60px;
}

.header-cart .product-image .no-image {
  width: 60px;
  height: 60px;
}

.header-cart .product-info {
  padding-left: 15px;
}

.header-cart .product-remove {
  font-size: 22px;
  float: right;
  margin: -3px -5px 10px 20px;
  border-bottom: 0;
  color: #bbb;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.header-cart .product-name {
  font-weight: 600;
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 5px;
}

.header-cart .product-price {
  color: #777;
}

.header-cart .product-price .product-price-subtotal {
  font-size: 15px;
  font-weight: 500;
  float: right;
  color: #333;
}

.header-cart .cart-total {
  text-align: right;
  font-size: 15px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-cart .cart-total strong {
  display: inline-block;
}

.header-cart .cart-total .total {
  width: calc(100% - 125px);
}

.header-cart .buttons .btn {
  margin-top: 15px;
  font-size: 15px;
}

.header-cart .header-cart-empty strong {
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-align: center;
  margin: 15px 0 35px;
  color: #999;
}

.header-cart .header-cart-empty .btn {
  font-size: 15px;
}

.card-message {
  margin-bottom: 0;
  padding: 10px;
  box-shadow: none;
}

.card-message .message-icon i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 44px;
}

.card-message .message-title {
  font-size: 22px;
}

.card-message.card-message-success .message-icon i {
  background: #69ad25;
  background: linear-gradient(to bottom, #99c129, #69ad25);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15), 0 0 30px 5px rgba(153, 193, 41, 0.25);
}

.card-message.card-message-success .message-title {
  color: #579e0a;
}

.card-message.card-message-warning .message-icon i {
  font-size: 64px;
  color: #de8a2e;
  text-shadow: 0 0 30px rgba(222, 138, 46, 0.25);
}

.card-message.card-message-warning .message-title {
  color: #de8a2e;
}

.card-message .message-number {
  font-size: 14px;
}

.card-message .message-content p {
  margin-bottom: 10px;
}

.card-message .btn-tracking, .card-message .btn-acquiring {
  font-size: 16px;
  margin: 15px 0 0;
}

.card-message .btn-acquiring {
  margin-bottom: 15px;
}

.card-message .tracking-hash {
  display: none;
  word-wrap: break-word;
  text-align: center;
  font-size: 11px;
  margin-top: 0px;
  color: #999;
}

.card-delivery-info {
  display: none;
}

.card-order-details {
  font-size: 13px;
}

.card-order-details .status-delivered {
  font-weight: bold;
  color: #579e0a;
}

.card-order-details .status-deleted {
  font-weight: bold;
  color: #d72424;
}

.card-order-details dl {
  position: relative;
  margin: 0;
  font-size: 0;
}

.card-order-details dl dt, .card-order-details dl dd {
  font-size: 13px;
  display: inline-block;
  margin: 0 0 5px;
}

.card-order-details dl dt {
  font-weight: 300;
  width: 105px;
  padding-right: 10px;
  vertical-align: top;
  color: #777;
}

.card-order-details dl dd {
  width: calc(100% - 105px);
  vertical-align: bottom;
}

.card-order-details dl:last-child dt, .card-order-details dl:last-child dd {
  margin-bottom: 0;
}

.card-order-condition {
  font-size: 13px;
  border: 2px solid #f8b636;
}

.card-order-condition .message-icon {
  margin-bottom: 5px;
}

.card-order-condition.condition-3, .card-order-condition.condition-9 {
  border-width: 0;
}

.card-order-condition .btn {
  margin-top: 10px;
}

.card-order-condition .last-viewed-by-manager,
.card-order-condition .manager-orders-count {
  margin-top: 10px;
}

.card-order-list {
  font-size: 13px;
}

.card-order-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-order-list ul li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
}

.card-order-list ul li:first-child {
  padding-top: 0;
}

.card-order-list .order-name {
  font-weight: 600;
  line-height: 1.5;
  word-wrap: break-word;
}

.card-order-list .order-price {
  text-align: right;
  margin-top: 10px;
}

.card-order-list .order-price .order-quantity {
  display: inline-block;
  color: #777;
}

.card-order-list .order-price .order-price-subtotal {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  float: right;
  width: 110px;
}

.card-order-list .order-total {
  text-align: right;
  font-size: 14px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.card-order-list .order-total strong {
  display: inline-block;
}

.card-order-list .order-total .total {
  width: 110px;
}

.card-order-operator {
  font-size: 13px;
}

.card-order-operator dl {
  position: relative;
  margin: 0;
  font-size: 0;
}

.card-order-operator dl dt, .card-order-operator dl dd {
  font-size: 13px;
  display: inline-block;
  margin: 0 0 5px;
}

.card-order-operator dl dt {
  font-weight: 300;
  width: 75px;
  padding-right: 10px;
  vertical-align: top;
  color: #777;
}

.card-order-operator dl dd {
  width: calc(100% - 75px);
  vertical-align: bottom;
}

.card-order-operator dl:last-child dt, .card-order-operator dl:last-child dd {
  margin-bottom: 0;
}

.card-order-operator .order-driver {
  border-top: 1px solid #eee;
  margin: 5px -5px 0;
  padding: 10px 5px 0;
}

.card-order-delivery {
  font-size: 13px;
}

.card-order-delivery p:last-child {
  margin-bottom: 0;
}

.card-order-delivery strong {
  font-weight: 300;
  color: #777;
}

.card-order-payment {
  margin-bottom: 25px;
}

.card-order-payment .btn-pay {
  font-weight: 500;
  margin-bottom: 10px;
}

.card-order-payments {
  font-size: 13px;
}

.card-order-payments .rrn {
  margin-top: 10px;
}

.card-order-payments .no-info {
  color: #777;
}

.card-order-photos {
  margin-bottom: 25px;
}

.card-order-photos ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.card-order-photos .photoswipe {
  margin: -5px;
}

.card-order-photos figure {
  width: 200px;
  margin: 0;
  padding: 5px;
  display: inline-block;
}

.card-order-photos figure img {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 100%;
}

.card-order-photos figcaption {
  display: none;
}

.card-order-chat {
  background: #fff;
  margin: 0 -15px;
  padding: 15px 15px;
  border-top: 1px solid #ddd;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.comments {
  font-size: 13px;
  list-style: none;
  padding-left: 0;
}

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

.comments li::after {
  content: "";
  display: table;
  clear: both;
}

.comments .comment-avatar {
  display: inline-block;
}

.comments .comment-avatar img {
  vertical-align: text-bottom;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
}

.comments .comment-header::after {
  content: "";
  display: table;
  clear: both;
}

.comments .comment-username {
  display: inline-block;
}

.comments .comment-date {
  font-size: 12px;
  float: right;
  color: #777;
  margin-top: 1px;
}

.comments .comment-text {
  margin-top: 5px;
  padding: 6px 12px;
  border-radius: 4px;
  background: #e5e5ea;
}

.comments .comment-text .btn {
  margin: 5px 0;
  font-size: 14px;
}

.comments .comment-admin .comment-text {
  background: #fff9ea;
  background: #f8b636;
  color: #000;
}

.comments .comment-status {
  font-weight: bold;
}

.comments .comment-status .comment-content {
  width: auto !important;
  float: none !important;
}

.comments .comment-status .comment-avatar,
.comments .comment-status .comment-username {
  display: none;
}

.comments .comment-status .comment-date {
  float: none;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: -2px;
  background: none;
  color: #777;
}

.comments .comment-status .comment-text {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background: none;
  margin: 0;
  padding: 0;
  color: #777;
}

.comments .comment-status .comment-text .status {
  line-height: 16px;
  white-space: nowrap;
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background: #999;
  color: #fff;
}

.comments .comment-status.comment-status-done .status {
  background: #579e0a;
}

.comments .comment-status.comment-status-deleted .status {
  background: #d72424;
}

.order-add-comment {
  margin-top: 15px;
}

.order-add-comment.empty {
  margin-top: 0;
}

.order-add-comment .submit {
  margin-top: 10px;
}

.card-order-complain {
  font-size: 13px;
  padding: 0 5px;
  margin-bottom: 10px;
  color: #777;
}

.card-order-complain .fa {
  color: #ee7f24;
}

.card-order-complain a {
  white-space: nowrap;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
}

.to-top {
  text-align: center;
  display: none;
}

.to-top a {
  display: block;
  position: relative;
  font-size: 13px;
  border-bottom: 0;
  padding: 20px 10px 10px;
  background: #555;
  color: #fff;
}

.to-top a:before {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -5px;
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  margin-right: 7px;
  color: #bbb;
}

footer {
  background: #333;
  color: #ccc;
  font-size: 11px;
  background: linear-gradient(to bottom, #333, #444);
}

footer a {
  color: #eee !important;
}

footer .cart .count {
  padding: 0 5px;
  margin-left: 3px;
  height: 24px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 12px;
  background: #eee;
  color: #333;
}

footer .right {
  width: 0;
  height: 0;
  overflow: hidden;
}

footer .footer-links {
  list-style: none;
  font-size: 13px;
  padding: 5px 5px 10px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

footer .footer-links li {
  display: inline-block;
}

footer .footer-links li a {
  display: inline-block;
  padding: 8px 10px;
  border-bottom: 0;
}

footer .footer-cities {
  list-style: none;
  padding: 15px 15px;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0;
}

footer .footer-cities li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 15px;
  padding-right: 10px;
}

footer .footer-cities li:last-child {
  margin-bottom: 0;
}

footer .footer-cities li .city {
  font-weight: bold;
}

footer .footer-cities li .phone + .address {
  margin-top: 10px;
}

footer .footer-cities a {
  display: inline-block;
  color: #eee !important;
  margin-top: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  border-width: 0;
  background: #555555;
  background: linear-gradient(to bottom, #626262, #484848);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

footer .social {
  color: #eee;
  text-align: center;
  padding: 4px 10px;
}

footer .social a {
  width: 42px;
  text-align: center;
  display: inline-block;
  padding: 10px 10px;
  border-bottom: 0;
}

footer .copyright {
  font-size: 11px;
  text-align: center;
  margin-top: 0;
  padding: 15px 15px 25px;
  background: #333;
  color: #aaa;
}

.page-index .content {
  position: relative;
  z-index: 10;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.page-index .content-material {
  padding-top: 20px;
}

.bks {
  background: #fddf9b;
  margin: -15px -15px 15px -15px;
  padding: 13px 15px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.bks .bks-logo {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 20px;
  margin-right: 10px;
  background: url(/i/bks.png) no-repeat;
  background-size: 120px 20px;
}

.bks .bks-text {
  width: 145px;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.6);
}

.masthead {
  text-align: center;
}

.masthead h2 {
  font-weight: normal;
  margin: 5px 0 15px;
  font-size: 18px;
  line-height: 24px;
  color: #222;
}

.masthead em {
  display: inline-block;
  background-color: #f3b930;
  color: #000;
  padding: 0px 6px;
  border-radius: 4px;
  font-weight: normal;
  font-style: normal;
}

.mobile-select {
  max-width: 420px;
  margin: 0 auto;
  padding-top: 55px;
  background: url("/i/tr.png") top center no-repeat;
  background-size: 270px 80px;
}

.mobile-select ul.mobile-header-select {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.mobile-select ul.mobile-header-select li {
  display: inline-block;
  width: 50%;
  list-style: none;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 10px 10px;
  background: #555;
  color: #fff;
  border-radius: 4px 4px 0 0;
  transition: background .15s;
}

.mobile-select ul.mobile-header-select li:first-child {
  width: 45%;
}

.mobile-select ul.mobile-header-select li:last-child {
  width: 55%;
}

.mobile-select ul.mobile-header-select li.selected {
  background: #333;
  color: #f1b741;
  margin-top: 3px;
  border-radius: 4px 4px 0 0;
  box-shadow: inset 0 2px 0 #fab71e;
}

.mobile-select .filter_field {
  position: relative;
  padding: 16px 20px 18px;
  border-radius: 0 0 4px 4px;
  background: #333;
  color: #ddd;
}

.mobile-select .filter_field table {
  width: 100%;
  border-collapse: collapse;
}

.mobile-select .filter_field table td {
  padding: 0 5px;
}

.mobile-select .filter_field table .slash, .mobile-select .filter_field table .R {
  padding: 24px 0 0 0;
}

.mobile-select .filter_field table select {
  margin: 5px 0 0;
  font-weight: 600;
}

.mobile-select .filter_field .spin {
  visibility: hidden;
  opacity: 0;
}

.mobile-select .filter_field .spin, .mobile-select .filter_field select {
  transition: opacity .15s ease;
}

.mobile-select .filter_field.loading .spin {
  visibility: visible;
  opacity: 1;
}

.mobile-select .filter_field.loading select {
  opacity: .65;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.mobile-select #filter_field_ft {
  display: none;
  padding: 12px 13px 16px 13px;
}

.mobile-select select {
  margin: 0 0 15px;
  padding: 4px 8px 4px 8px;
  height: 42px;
  font-weight: normal;
  font-size: 15px;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path fill="#595959" d="M14.83 16.42l9.17 9.17 9.17-9.17 2.83 2.83-12 12-12-12z"/></svg>');
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: right 2px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.mobile-select select:disabled, .mobile-select select[readonly] {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path fill="#999" d="M14.83 16.42l9.17 9.17 9.17-9.17 2.83 2.83-12 12-12-12z"/></svg>');
}

.mobile-select select:first-child {
  margin-top: 0;
}

.mobile-select select:last-child {
  margin-bottom: 0;
}

.mobile-select .btn-filter {
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
}

.card-catalog {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.card-catalog > ul {
  margin: 0;
  padding: 0;
  margin: 0 0;
  list-style: none;
}

.card-catalog > ul .flickity-viewport {
  overflow: visible;
}

.card-catalog > ul:not(.flickity-enabled) li.carousel-cell {
  float: left;
  margin: 0 10px 10px 0;
}

.card-catalog > ul li.carousel-cell {
  margin: 0 0 0 10px;
}

.card-catalog > ul li.carousel-cell:last-child {
  margin-right: 10px;
}

.card-catalog > ul a {
  display: block;
  border-bottom: 0;
}

.card-catalog > ul a + a {
  margin-top: 10px;
}

.card-catalog > ul img {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.card-actions {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.card-actions > ul {
  margin: 0;
  padding: 0;
  margin: 0 0;
  list-style: none;
}

.card-actions > ul .flickity-viewport {
  overflow: visible;
}

.card-actions > ul:not(.flickity-enabled) li.carousel-cell {
  float: left;
  margin: 0 10px 10px 0;
}

.card-actions > ul li.carousel-cell {
  width: calc(90% - 10px);
  max-width: 310px;
  margin: 0 0 0 10px;
}

.card-actions > ul a {
  border-bottom: 0;
}

.card-actions > ul img {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.card-advantages ul {
  font-size: 10pt;
  line-height: 1.2em;
  margin: 0 -15px;
  list-style: none;
  padding: 0;
}

.card-advantages ul li {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

.card-advantages ul li:first-child {
  padding-top: 0;
}

.card-advantages ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.card-callus {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.card-callus .btn {
  padding: 8px 10px;
  font-size: 18px;
  font-weight: bold;
}

.card-callus .btn .fa {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 24px;
}

.page-404 {
  background: #fff;
}

.page-404 h1 {
  font-size: 20px;
  font-weight: 600;
}

.page-404 ul {
  padding-left: 30px;
}

.page-article-delivery {
  font-size: 12px;
}

.page-article-delivery .page-content > ul {
  padding-left: 0;
  list-style: none;
}

.page-article-delivery .page-content > ul ul {
  padding-left: 25px;
}

.page-article-delivery .page-content > ul h3 {
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.page-article-about-us .card {
  font-size: 12px;
  margin-bottom: 15px;
}

.page-article-about-us .map {
  margin: 5px -15px 15px;
  border-radius: 3px;
  border: 1px solid #ccc;
  border-width: 1px 0;
}

.page-article-about-us .worktime {
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
  color: #888;
}

.page-article-about-us .worktime .time {
  margin-left: 15px;
}

.page-article-about-us .card-addresses {
  overflow: hidden;
}

.page-article-about-us .card-addresses ol {
  padding-left: 15px;
}

.page-article-about-us .card-addresses ol li {
  margin-bottom: 10px;
}

.page-article-about-us .card-addresses h4 {
  font-size: 15px;
  font-weight: 700;
}

.page-article-about-us hr {
  margin: 20px -15px 15px;
  border-top-color: #ddd;
}

.page-article-about-us .carousel {
  list-style: none;
  padding-left: 0;
}

.page-article-about-us .carousel .flickity-viewport {
  overflow: visible;
}

.page-article-about-us .carousel li {
  margin-right: 10px;
}

.page-article-about-us .carousel a {
  border-bottom: 0;
}

.page-article-about-us .carousel img {
  width: auto;
  height: 80px;
  border-radius: 3px;
}

.page-article-about-us .card-requisites dl {
  position: relative;
  margin: 0;
  font-size: 0;
}

.page-article-about-us .card-requisites dl dt, .page-article-about-us .card-requisites dl dd {
  font-size: 13px;
  display: inline-block;
  margin: 0 0 5px;
}

.page-article-about-us .card-requisites dl dt {
  font-weight: 300;
  width: 40%;
  padding-right: 10px;
  vertical-align: top;
  color: #777;
}

.page-article-about-us .card-requisites dl dd {
  width: 60%;
  vertical-align: bottom;
}

.page-article-about-us .card-documents {
  text-align: center;
}

.page-article-about-us .card-documents img {
  max-width: 180px;
  margin-bottom: 10px;
}

.page-review-add .vk-share {
  box-sizing: content-box;
}

.page-review-add .vk-share a {
  border-bottom-width: 0;
}

.card-video {
  position: relative;
  margin: 0 -10px 15px;
  padding-bottom: 56.25%;
  padding-top: 10px;
  border-radius: 0;
  height: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.card-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
}

.article h3 {
  font-weight: 600;
  margin-top: 20px;
}

.article ul {
  padding-left: 25px;
}

.article ul li {
  margin-bottom: 5px;
}

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

.text-error {
  color: #9a2c2c;
}

.text-warning {
  color: #906238;
}

.text-success {
  color: #4f763c;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.op30 {
  opacity: 0.3;
}

.spin {
  position: absolute;
  display: inline-block;
  background-image: url("i/spin.gif");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  color: transparent;
  -webkit-animation: spin .5s infinite linear;
          animation: spin .5s infinite linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.spin:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 1000px;
}

.spin:after {
  content: '\00A0';
  visibility: hidden;
}

.spin.spin-xsm {
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-position: 0 0;
}

.spin.spin-sm {
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-position: 0 -17px;
}

.spin.spin-md {
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-position: 0 -71px;
}

.spin.spin-lg {
  left: calc(50% - 19px);
  top: calc(50% - 19px);
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-position: 0 -104px;
}

.spin.spin-xlg {
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-position: 0 -104px;
}

@-webkit-keyframes spin {
  0% {
    color: #fab71e;
    transform: rotate(0);
  }
  to {
    color: #fab71e;
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    color: #fab71e;
    transform: rotate(0);
  }
  to {
    color: #fab71e;
    transform: rotate(360deg);
  }
}

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

.slide-up-show,
.slide-down-show {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block;
}

.slide-up-hide,
.slide-down-hide {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block;
}

.slide-up-show {
  -webkit-animation-name: slide-up-show;
          animation-name: slide-up-show;
  visibility: hidden;
}

@-webkit-keyframes slide-up-show {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}

@keyframes slide-up-show {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}

.slide-up-hide {
  -webkit-animation-name: slide-up-hide;
          animation-name: slide-up-hide;
  visibility: visible;
}

@-webkit-keyframes slide-up-hide {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -50px);
    visibility: hidden;
  }
}

@keyframes slide-up-hide {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -50px);
    visibility: hidden;
  }
}

.card-cart.slide-up-hide {
  position: absolute;
}

.card-checkout.slide-down-hide {
  position: absolute;
  top: 50px;
  z-index: 100;
}

.slide-down-show {
  -webkit-animation-name: slide-down-show;
          animation-name: slide-down-show;
  visibility: hidden;
}

@-webkit-keyframes slide-down-show {
  0% {
    opacity: 0;
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}

@keyframes slide-down-show {
  0% {
    opacity: 0;
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}

.slide-down-hide {
  -webkit-animation-name: slide-down-hide;
          animation-name: slide-down-hide;
  visibility: visible;
}

@-webkit-keyframes slide-down-hide {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 50px);
    visibility: hidden;
  }
}

@keyframes slide-down-hide {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 50px);
    visibility: hidden;
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes pulse {
  from {
    opacity: 0;
    transform: scale3d(0.25, 0.25, 0.25) rotate(-10deg);
  }
  35% {
    opacity: 1;
    transform: scale3d(1.15, 1.15, 1.15) rotate(10deg);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1) rotate(0);
  }
}

@keyframes pulse {
  from {
    opacity: 0;
    transform: scale3d(0.25, 0.25, 0.25) rotate(-10deg);
  }
  35% {
    opacity: 1;
    transform: scale3d(1.15, 1.15, 1.15) rotate(10deg);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1) rotate(0);
  }
}

.pulse-agressive {
  -webkit-animation-name: pulse-agressive;
          animation-name: pulse-agressive;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@-webkit-keyframes pulse-agressive {
  from {
    opacity: 0;
    transform: scale3d(0.25, 0.25, 0.25);
  }
  35% {
    opacity: 1;
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1) rotate(0);
  }
}

@keyframes pulse-agressive {
  from {
    opacity: 0;
    transform: scale3d(0.25, 0.25, 0.25);
  }
  35% {
    opacity: 1;
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1) rotate(0);
  }
}

.fade-up {
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes fade-up {
  from {
    opacity: 0;
    transform: scale3d(1.2, 0.8, 1) translateY(-5px);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1) translateY(0);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: scale3d(1.2, 0.8, 1) translateY(-5px);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1) translateY(0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-2.5%, 0, 0);
  }
  30% {
    transform: translate3d(2%, 0, 0);
  }
  45% {
    transform: translate3d(-1.5%, 0, 0);
  }
  60% {
    transform: translate3d(1%, 0, 0);
  }
  75% {
    transform: translate3d(-0.5%, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-2.5%, 0, 0);
  }
  30% {
    transform: translate3d(2%, 0, 0);
  }
  45% {
    transform: translate3d(-1.5%, 0, 0);
  }
  60% {
    transform: translate3d(1%, 0, 0);
  }
  75% {
    transform: translate3d(-0.5%, 0, 0);
  }
  to {
    transform: none;
  }
}

.slide-top {
  -webkit-animation-name: slide-top;
          animation-name: slide-top;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
  transform-origin: 50% 0%;
}

@-webkit-keyframes slide-top {
  from {
    opacity: 0;
    transform: scaleY(1.1);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes slide-top {
  from {
    opacity: 0;
    transform: scaleY(1.1);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@-webkit-keyframes count-show {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes count-show {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes card-show {
  0% {
    opacity: 0;
    transform: scale(1) translateY(40px);
  }
  50% {
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes card-show {
  0% {
    opacity: 0;
    transform: scale(1) translateY(40px);
  }
  50% {
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ias-spinner-show {
  0% {
    opacity: 0;
    transform: scale(0);
    min-height: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    min-height: 60px;
  }
}

@keyframes ias-spinner-show {
  0% {
    opacity: 0;
    transform: scale(0);
    min-height: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    min-height: 60px;
  }
}

@-webkit-keyframes close-show {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes close-show {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.nope {
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-animation-name: nope;
          animation-name: nope;
}

@-webkit-keyframes nope {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  20%, 60% {
    transform: translate3d(-5px, 0, 0);
  }
  40%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes nope {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  20%, 60% {
    transform: translate3d(-5px, 0, 0);
  }
  40%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

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

@keyframes waves {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
