@charset "UTF-8";
@import url(jquery.fancybox.min.css);
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700&display=swap&amp;subset=latin,cyrillic");
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.eot?v=4.7.0");
  src: url("fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  display: swap; }
/* line 4, font-awesome.min.css */
.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; }

/* line 4, font-awesome.min.css */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

/* line 4, font-awesome.min.css */
.fa-2x {
  font-size: 2em; }

/* line 4, font-awesome.min.css */
.fa-3x {
  font-size: 3em; }

/* line 4, font-awesome.min.css */
.fa-4x {
  font-size: 4em; }

/* line 4, font-awesome.min.css */
.fa-5x {
  font-size: 5em; }

/* line 4, font-awesome.min.css */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 4, font-awesome.min.css */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

/* line 4, font-awesome.min.css */
.fa-ul > li {
  position: relative; }

/* line 4, font-awesome.min.css */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

/* line 4, font-awesome.min.css */
.fa-li.fa-lg {
  left: -1.85714286em; }

/* line 4, font-awesome.min.css */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

/* line 4, font-awesome.min.css */
.fa-pull-left {
  float: left; }

/* line 4, font-awesome.min.css */
.fa-pull-right {
  float: right; }

/* line 4, font-awesome.min.css */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 4, font-awesome.min.css */
.fa.fa-pull-right {
  margin-left: .3em; }

/* line 4, font-awesome.min.css */
.pull-right {
  float: right; }

/* line 4, font-awesome.min.css */
.pull-left {
  float: left; }

/* line 4, font-awesome.min.css */
.fa.pull-left {
  margin-right: .3em; }

/* line 4, font-awesome.min.css */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, font-awesome.min.css */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 4, font-awesome.min.css */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 4, font-awesome.min.css */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 4, font-awesome.min.css */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 4, font-awesome.min.css */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 4, font-awesome.min.css */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 4, font-awesome.min.css */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 4, font-awesome.min.css */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

/* line 4, font-awesome.min.css */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 4, font-awesome.min.css */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 4, font-awesome.min.css */
.fa-stack-1x {
  line-height: inherit; }

/* line 4, font-awesome.min.css */
.fa-stack-2x {
  font-size: 2em; }

/* line 4, font-awesome.min.css */
.fa-inverse {
  color: #fff; }

/* line 4, font-awesome.min.css */
.fa-glass:before {
  content: "\f000"; }

/* line 4, font-awesome.min.css */
.fa-music:before {
  content: "\f001"; }

/* line 4, font-awesome.min.css */
.fa-search:before {
  content: "\f002"; }

/* line 4, font-awesome.min.css */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 4, font-awesome.min.css */
.fa-heart:before {
  content: "\f004"; }

/* line 4, font-awesome.min.css */
.fa-star:before {
  content: "\f005"; }

/* line 4, font-awesome.min.css */
.fa-star-o:before {
  content: "\f006"; }

/* line 4, font-awesome.min.css */
.fa-user:before {
  content: "\f007"; }

/* line 4, font-awesome.min.css */
.fa-film:before {
  content: "\f008"; }

/* line 4, font-awesome.min.css */
.fa-th-large:before {
  content: "\f009"; }

/* line 4, font-awesome.min.css */
.fa-th:before {
  content: "\f00a"; }

/* line 4, font-awesome.min.css */
.fa-th-list:before {
  content: "\f00b"; }

/* line 4, font-awesome.min.css */
.fa-check:before {
  content: "\f00c"; }

/* line 4, font-awesome.min.css */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

/* line 4, font-awesome.min.css */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 4, font-awesome.min.css */
.fa-search-minus:before {
  content: "\f010"; }

/* line 4, font-awesome.min.css */
.fa-power-off:before {
  content: "\f011"; }

/* line 4, font-awesome.min.css */
.fa-signal:before {
  content: "\f012"; }

/* line 4, font-awesome.min.css */
.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

/* line 4, font-awesome.min.css */
.fa-trash-o:before {
  content: "\f014"; }

/* line 4, font-awesome.min.css */
.fa-home:before {
  content: "\f015"; }

/* line 4, font-awesome.min.css */
.fa-file-o:before {
  content: "\f016"; }

/* line 4, font-awesome.min.css */
.fa-clock-o:before {
  content: "\f017"; }

/* line 4, font-awesome.min.css */
.fa-road:before {
  content: "\f018"; }

/* line 4, font-awesome.min.css */
.fa-download:before {
  content: "\f019"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 4, font-awesome.min.css */
.fa-inbox:before {
  content: "\f01c"; }

/* line 4, font-awesome.min.css */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 4, font-awesome.min.css */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

/* line 4, font-awesome.min.css */
.fa-refresh:before {
  content: "\f021"; }

/* line 4, font-awesome.min.css */
.fa-list-alt:before {
  content: "\f022"; }

/* line 4, font-awesome.min.css */
.fa-lock:before {
  content: "\f023"; }

/* line 4, font-awesome.min.css */
.fa-flag:before {
  content: "\f024"; }

/* line 4, font-awesome.min.css */
.fa-headphones:before {
  content: "\f025"; }

/* line 4, font-awesome.min.css */
.fa-volume-off:before {
  content: "\f026"; }

/* line 4, font-awesome.min.css */
.fa-volume-down:before {
  content: "\f027"; }

/* line 4, font-awesome.min.css */
.fa-volume-up:before {
  content: "\f028"; }

/* line 4, font-awesome.min.css */
.fa-qrcode:before {
  content: "\f029"; }

/* line 4, font-awesome.min.css */
.fa-barcode:before {
  content: "\f02a"; }

/* line 4, font-awesome.min.css */
.fa-tag:before {
  content: "\f02b"; }

/* line 4, font-awesome.min.css */
.fa-tags:before {
  content: "\f02c"; }

/* line 4, font-awesome.min.css */
.fa-book:before {
  content: "\f02d"; }

/* line 4, font-awesome.min.css */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 4, font-awesome.min.css */
.fa-print:before {
  content: "\f02f"; }

/* line 4, font-awesome.min.css */
.fa-camera:before {
  content: "\f030"; }

/* line 4, font-awesome.min.css */
.fa-font:before {
  content: "\f031"; }

/* line 4, font-awesome.min.css */
.fa-bold:before {
  content: "\f032"; }

/* line 4, font-awesome.min.css */
.fa-italic:before {
  content: "\f033"; }

/* line 4, font-awesome.min.css */
.fa-text-height:before {
  content: "\f034"; }

/* line 4, font-awesome.min.css */
.fa-text-width:before {
  content: "\f035"; }

/* line 4, font-awesome.min.css */
.fa-align-left:before {
  content: "\f036"; }

/* line 4, font-awesome.min.css */
.fa-align-center:before {
  content: "\f037"; }

/* line 4, font-awesome.min.css */
.fa-align-right:before {
  content: "\f038"; }

/* line 4, font-awesome.min.css */
.fa-align-justify:before {
  content: "\f039"; }

/* line 4, font-awesome.min.css */
.fa-list:before {
  content: "\f03a"; }

/* line 4, font-awesome.min.css */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

/* line 4, font-awesome.min.css */
.fa-indent:before {
  content: "\f03c"; }

/* line 4, font-awesome.min.css */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 4, font-awesome.min.css */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

/* line 4, font-awesome.min.css */
.fa-pencil:before {
  content: "\f040"; }

/* line 4, font-awesome.min.css */
.fa-map-marker:before {
  content: "\f041"; }

/* line 4, font-awesome.min.css */
.fa-adjust:before {
  content: "\f042"; }

/* line 4, font-awesome.min.css */
.fa-tint:before {
  content: "\f043"; }

/* line 4, font-awesome.min.css */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

/* line 4, font-awesome.min.css */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 4, font-awesome.min.css */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 4, font-awesome.min.css */
.fa-arrows:before {
  content: "\f047"; }

/* line 4, font-awesome.min.css */
.fa-step-backward:before {
  content: "\f048"; }

/* line 4, font-awesome.min.css */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 4, font-awesome.min.css */
.fa-backward:before {
  content: "\f04a"; }

/* line 4, font-awesome.min.css */
.fa-play:before {
  content: "\f04b"; }

/* line 4, font-awesome.min.css */
.fa-pause:before {
  content: "\f04c"; }

/* line 4, font-awesome.min.css */
.fa-stop:before {
  content: "\f04d"; }

/* line 4, font-awesome.min.css */
.fa-forward:before {
  content: "\f04e"; }

/* line 4, font-awesome.min.css */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 4, font-awesome.min.css */
.fa-step-forward:before {
  content: "\f051"; }

/* line 4, font-awesome.min.css */
.fa-eject:before {
  content: "\f052"; }

/* line 4, font-awesome.min.css */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 4, font-awesome.min.css */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 4, font-awesome.min.css */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 4, font-awesome.min.css */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 4, font-awesome.min.css */
.fa-times-circle:before {
  content: "\f057"; }

/* line 4, font-awesome.min.css */
.fa-check-circle:before {
  content: "\f058"; }

/* line 4, font-awesome.min.css */
.fa-question-circle:before {
  content: "\f059"; }

/* line 4, font-awesome.min.css */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 4, font-awesome.min.css */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 4, font-awesome.min.css */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 4, font-awesome.min.css */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 4, font-awesome.min.css */
.fa-ban:before {
  content: "\f05e"; }

/* line 4, font-awesome.min.css */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 4, font-awesome.min.css */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 4, font-awesome.min.css */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 4, font-awesome.min.css */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 4, font-awesome.min.css */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

/* line 4, font-awesome.min.css */
.fa-expand:before {
  content: "\f065"; }

/* line 4, font-awesome.min.css */
.fa-compress:before {
  content: "\f066"; }

/* line 4, font-awesome.min.css */
.fa-plus:before {
  content: "\f067"; }

/* line 4, font-awesome.min.css */
.fa-minus:before {
  content: "\f068"; }

/* line 4, font-awesome.min.css */
.fa-asterisk:before {
  content: "\f069"; }

/* line 4, font-awesome.min.css */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 4, font-awesome.min.css */
.fa-gift:before {
  content: "\f06b"; }

/* line 4, font-awesome.min.css */
.fa-leaf:before {
  content: "\f06c"; }

/* line 4, font-awesome.min.css */
.fa-fire:before {
  content: "\f06d"; }

/* line 4, font-awesome.min.css */
.fa-eye:before {
  content: "\f06e"; }

/* line 4, font-awesome.min.css */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 4, font-awesome.min.css */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 4, font-awesome.min.css */
.fa-plane:before {
  content: "\f072"; }

/* line 4, font-awesome.min.css */
.fa-calendar:before {
  content: "\f073"; }

/* line 4, font-awesome.min.css */
.fa-random:before {
  content: "\f074"; }

/* line 4, font-awesome.min.css */
.fa-comment:before {
  content: "\f075"; }

/* line 4, font-awesome.min.css */
.fa-magnet:before {
  content: "\f076"; }

/* line 4, font-awesome.min.css */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 4, font-awesome.min.css */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 4, font-awesome.min.css */
.fa-retweet:before {
  content: "\f079"; }

/* line 4, font-awesome.min.css */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 4, font-awesome.min.css */
.fa-folder:before {
  content: "\f07b"; }

/* line 4, font-awesome.min.css */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 4, font-awesome.min.css */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 4, font-awesome.min.css */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 4, font-awesome.min.css */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

/* line 4, font-awesome.min.css */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 4, font-awesome.min.css */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 4, font-awesome.min.css */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 4, font-awesome.min.css */
.fa-key:before {
  content: "\f084"; }

/* line 4, font-awesome.min.css */
.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

/* line 4, font-awesome.min.css */
.fa-comments:before {
  content: "\f086"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 4, font-awesome.min.css */
.fa-star-half:before {
  content: "\f089"; }

/* line 4, font-awesome.min.css */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 4, font-awesome.min.css */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 4, font-awesome.min.css */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 4, font-awesome.min.css */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 4, font-awesome.min.css */
.fa-external-link:before {
  content: "\f08e"; }

/* line 4, font-awesome.min.css */
.fa-sign-in:before {
  content: "\f090"; }

/* line 4, font-awesome.min.css */
.fa-trophy:before {
  content: "\f091"; }

/* line 4, font-awesome.min.css */
.fa-github-square:before {
  content: "\f092"; }

/* line 4, font-awesome.min.css */
.fa-upload:before {
  content: "\f093"; }

/* line 4, font-awesome.min.css */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 4, font-awesome.min.css */
.fa-phone:before {
  content: "\f095"; }

/* line 4, font-awesome.min.css */
.fa-square-o:before {
  content: "\f096"; }

/* line 4, font-awesome.min.css */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 4, font-awesome.min.css */
.fa-phone-square:before {
  content: "\f098"; }

/* line 4, font-awesome.min.css */
.fa-twitter:before {
  content: "\f099"; }

/* line 4, font-awesome.min.css */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

/* line 4, font-awesome.min.css */
.fa-github:before {
  content: "\f09b"; }

/* line 4, font-awesome.min.css */
.fa-unlock:before {
  content: "\f09c"; }

/* line 4, font-awesome.min.css */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 4, font-awesome.min.css */
.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

/* line 4, font-awesome.min.css */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 4, font-awesome.min.css */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 4, font-awesome.min.css */
.fa-bell:before {
  content: "\f0f3"; }

/* line 4, font-awesome.min.css */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 4, font-awesome.min.css */
.fa-globe:before {
  content: "\f0ac"; }

/* line 4, font-awesome.min.css */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 4, font-awesome.min.css */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 4, font-awesome.min.css */
.fa-filter:before {
  content: "\f0b0"; }

/* line 4, font-awesome.min.css */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 4, font-awesome.min.css */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 4, font-awesome.min.css */
.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

/* line 4, font-awesome.min.css */
.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

/* line 4, font-awesome.min.css */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 4, font-awesome.min.css */
.fa-flask:before {
  content: "\f0c3"; }

/* line 4, font-awesome.min.css */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

/* line 4, font-awesome.min.css */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

/* line 4, font-awesome.min.css */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 4, font-awesome.min.css */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

/* line 4, font-awesome.min.css */
.fa-square:before {
  content: "\f0c8"; }

/* line 4, font-awesome.min.css */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

/* line 4, font-awesome.min.css */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 4, font-awesome.min.css */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 4, font-awesome.min.css */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 4, font-awesome.min.css */
.fa-underline:before {
  content: "\f0cd"; }

/* line 4, font-awesome.min.css */
.fa-table:before {
  content: "\f0ce"; }

/* line 4, font-awesome.min.css */
.fa-magic:before {
  content: "\f0d0"; }

/* line 4, font-awesome.min.css */
.fa-truck:before {
  content: "\f0d1"; }

/* line 4, font-awesome.min.css */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 4, font-awesome.min.css */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 4, font-awesome.min.css */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 4, font-awesome.min.css */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 4, font-awesome.min.css */
.fa-money:before {
  content: "\f0d6"; }

/* line 4, font-awesome.min.css */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 4, font-awesome.min.css */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 4, font-awesome.min.css */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 4, font-awesome.min.css */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 4, font-awesome.min.css */
.fa-columns:before {
  content: "\f0db"; }

/* line 4, font-awesome.min.css */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

/* line 4, font-awesome.min.css */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

/* line 4, font-awesome.min.css */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

/* line 4, font-awesome.min.css */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 4, font-awesome.min.css */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 4, font-awesome.min.css */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

/* line 4, font-awesome.min.css */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

/* line 4, font-awesome.min.css */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

/* line 4, font-awesome.min.css */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 4, font-awesome.min.css */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 4, font-awesome.min.css */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

/* line 4, font-awesome.min.css */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 4, font-awesome.min.css */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 4, font-awesome.min.css */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

/* line 4, font-awesome.min.css */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 4, font-awesome.min.css */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 4, font-awesome.min.css */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 4, font-awesome.min.css */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 4, font-awesome.min.css */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 4, font-awesome.min.css */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 4, font-awesome.min.css */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 4, font-awesome.min.css */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 4, font-awesome.min.css */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 4, font-awesome.min.css */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 4, font-awesome.min.css */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 4, font-awesome.min.css */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 4, font-awesome.min.css */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 4, font-awesome.min.css */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 4, font-awesome.min.css */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 4, font-awesome.min.css */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 4, font-awesome.min.css */
.fa-beer:before {
  content: "\f0fc"; }

/* line 4, font-awesome.min.css */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 4, font-awesome.min.css */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 4, font-awesome.min.css */
.fa-angle-left:before {
  content: "\f104"; }

/* line 4, font-awesome.min.css */
.fa-angle-right:before {
  content: "\f105"; }

/* line 4, font-awesome.min.css */
.fa-angle-up:before {
  content: "\f106"; }

/* line 4, font-awesome.min.css */
.fa-angle-down:before {
  content: "\f107"; }

/* line 4, font-awesome.min.css */
.fa-desktop:before {
  content: "\f108"; }

/* line 4, font-awesome.min.css */
.fa-laptop:before {
  content: "\f109"; }

/* line 4, font-awesome.min.css */
.fa-tablet:before {
  content: "\f10a"; }

/* line 4, font-awesome.min.css */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

/* line 4, font-awesome.min.css */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 4, font-awesome.min.css */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 4, font-awesome.min.css */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 4, font-awesome.min.css */
.fa-spinner:before {
  content: "\f110"; }

/* line 4, font-awesome.min.css */
.fa-circle:before {
  content: "\f111"; }

/* line 4, font-awesome.min.css */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

/* line 4, font-awesome.min.css */
.fa-github-alt:before {
  content: "\f113"; }

/* line 4, font-awesome.min.css */
.fa-folder-o:before {
  content: "\f114"; }

/* line 4, font-awesome.min.css */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 4, font-awesome.min.css */
.fa-smile-o:before {
  content: "\f118"; }

/* line 4, font-awesome.min.css */
.fa-frown-o:before {
  content: "\f119"; }

/* line 4, font-awesome.min.css */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 4, font-awesome.min.css */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 4, font-awesome.min.css */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 4, font-awesome.min.css */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 4, font-awesome.min.css */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 4, font-awesome.min.css */
.fa-terminal:before {
  content: "\f120"; }

/* line 4, font-awesome.min.css */
.fa-code:before {
  content: "\f121"; }

/* line 4, font-awesome.min.css */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

/* line 4, font-awesome.min.css */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

/* line 4, font-awesome.min.css */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 4, font-awesome.min.css */
.fa-crop:before {
  content: "\f125"; }

/* line 4, font-awesome.min.css */
.fa-code-fork:before {
  content: "\f126"; }

/* line 4, font-awesome.min.css */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

/* line 4, font-awesome.min.css */
.fa-question:before {
  content: "\f128"; }

/* line 4, font-awesome.min.css */
.fa-info:before {
  content: "\f129"; }

/* line 4, font-awesome.min.css */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 4, font-awesome.min.css */
.fa-superscript:before {
  content: "\f12b"; }

/* line 4, font-awesome.min.css */
.fa-subscript:before {
  content: "\f12c"; }

/* line 4, font-awesome.min.css */
.fa-eraser:before {
  content: "\f12d"; }

/* line 4, font-awesome.min.css */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 4, font-awesome.min.css */
.fa-microphone:before {
  content: "\f130"; }

/* line 4, font-awesome.min.css */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 4, font-awesome.min.css */
.fa-shield:before {
  content: "\f132"; }

/* line 4, font-awesome.min.css */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 4, font-awesome.min.css */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 4, font-awesome.min.css */
.fa-rocket:before {
  content: "\f135"; }

/* line 4, font-awesome.min.css */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 4, font-awesome.min.css */
.fa-html5:before {
  content: "\f13b"; }

/* line 4, font-awesome.min.css */
.fa-css3:before {
  content: "\f13c"; }

/* line 4, font-awesome.min.css */
.fa-anchor:before {
  content: "\f13d"; }

/* line 4, font-awesome.min.css */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 4, font-awesome.min.css */
.fa-bullseye:before {
  content: "\f140"; }

/* line 4, font-awesome.min.css */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 4, font-awesome.min.css */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 4, font-awesome.min.css */
.fa-rss-square:before {
  content: "\f143"; }

/* line 4, font-awesome.min.css */
.fa-play-circle:before {
  content: "\f144"; }

/* line 4, font-awesome.min.css */
.fa-ticket:before {
  content: "\f145"; }

/* line 4, font-awesome.min.css */
.fa-minus-square:before {
  content: "\f146"; }

/* line 4, font-awesome.min.css */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 4, font-awesome.min.css */
.fa-level-up:before {
  content: "\f148"; }

/* line 4, font-awesome.min.css */
.fa-level-down:before {
  content: "\f149"; }

/* line 4, font-awesome.min.css */
.fa-check-square:before {
  content: "\f14a"; }

/* line 4, font-awesome.min.css */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 4, font-awesome.min.css */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 4, font-awesome.min.css */
.fa-share-square:before {
  content: "\f14d"; }

/* line 4, font-awesome.min.css */
.fa-compass:before {
  content: "\f14e"; }

/* line 4, font-awesome.min.css */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 4, font-awesome.min.css */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 4, font-awesome.min.css */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 4, font-awesome.min.css */
.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

/* line 4, font-awesome.min.css */
.fa-gbp:before {
  content: "\f154"; }

/* line 4, font-awesome.min.css */
.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

/* line 4, font-awesome.min.css */
.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

/* line 4, font-awesome.min.css */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

/* line 4, font-awesome.min.css */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

/* line 4, font-awesome.min.css */
.fa-won:before, .fa-krw:before {
  content: "\f159"; }

/* line 4, font-awesome.min.css */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

/* line 4, font-awesome.min.css */
.fa-file:before {
  content: "\f15b"; }

/* line 4, font-awesome.min.css */
.fa-file-text:before {
  content: "\f15c"; }

/* line 4, font-awesome.min.css */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 4, font-awesome.min.css */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 4, font-awesome.min.css */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 4, font-awesome.min.css */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 4, font-awesome.min.css */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 4, font-awesome.min.css */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 4, font-awesome.min.css */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 4, font-awesome.min.css */
.fa-youtube:before {
  content: "\f167"; }

/* line 4, font-awesome.min.css */
.fa-xing:before {
  content: "\f168"; }

/* line 4, font-awesome.min.css */
.fa-xing-square:before {
  content: "\f169"; }

/* line 4, font-awesome.min.css */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 4, font-awesome.min.css */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 4, font-awesome.min.css */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 4, font-awesome.min.css */
.fa-instagram:before {
  content: "\f16d"; }

/* line 4, font-awesome.min.css */
.fa-flickr:before {
  content: "\f16e"; }

/* line 4, font-awesome.min.css */
.fa-adn:before {
  content: "\f170"; }

/* line 4, font-awesome.min.css */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 4, font-awesome.min.css */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 4, font-awesome.min.css */
.fa-tumblr:before {
  content: "\f173"; }

/* line 4, font-awesome.min.css */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 4, font-awesome.min.css */
.fa-apple:before {
  content: "\f179"; }

/* line 4, font-awesome.min.css */
.fa-windows:before {
  content: "\f17a"; }

/* line 4, font-awesome.min.css */
.fa-android:before {
  content: "\f17b"; }

/* line 4, font-awesome.min.css */
.fa-linux:before {
  content: "\f17c"; }

/* line 4, font-awesome.min.css */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 4, font-awesome.min.css */
.fa-skype:before {
  content: "\f17e"; }

/* line 4, font-awesome.min.css */
.fa-foursquare:before {
  content: "\f180"; }

/* line 4, font-awesome.min.css */
.fa-trello:before {
  content: "\f181"; }

/* line 4, font-awesome.min.css */
.fa-female:before {
  content: "\f182"; }

/* line 4, font-awesome.min.css */
.fa-male:before {
  content: "\f183"; }

/* line 4, font-awesome.min.css */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

/* line 4, font-awesome.min.css */
.fa-sun-o:before {
  content: "\f185"; }

/* line 4, font-awesome.min.css */
.fa-moon-o:before {
  content: "\f186"; }

/* line 4, font-awesome.min.css */
.fa-archive:before {
  content: "\f187"; }

/* line 4, font-awesome.min.css */
.fa-bug:before {
  content: "\f188"; }

/* line 4, font-awesome.min.css */
.fa-vk:before {
  content: "\f189"; }

/* line 4, font-awesome.min.css */
.fa-weibo:before {
  content: "\f18a"; }

/* line 4, font-awesome.min.css */
.fa-renren:before {
  content: "\f18b"; }

/* line 4, font-awesome.min.css */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 4, font-awesome.min.css */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 4, font-awesome.min.css */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 4, font-awesome.min.css */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 4, font-awesome.min.css */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 4, font-awesome.min.css */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 4, font-awesome.min.css */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

/* line 4, font-awesome.min.css */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 4, font-awesome.min.css */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 4, font-awesome.min.css */
.fa-slack:before {
  content: "\f198"; }

/* line 4, font-awesome.min.css */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 4, font-awesome.min.css */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 4, font-awesome.min.css */
.fa-openid:before {
  content: "\f19b"; }

/* line 4, font-awesome.min.css */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

/* line 4, font-awesome.min.css */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

/* line 4, font-awesome.min.css */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 4, font-awesome.min.css */
.fa-google:before {
  content: "\f1a0"; }

/* line 4, font-awesome.min.css */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 4, font-awesome.min.css */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 4, font-awesome.min.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 4, font-awesome.min.css */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 4, font-awesome.min.css */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 4, font-awesome.min.css */
.fa-digg:before {
  content: "\f1a6"; }

/* line 4, font-awesome.min.css */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 4, font-awesome.min.css */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 4, font-awesome.min.css */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 4, font-awesome.min.css */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 4, font-awesome.min.css */
.fa-language:before {
  content: "\f1ab"; }

/* line 4, font-awesome.min.css */
.fa-fax:before {
  content: "\f1ac"; }

/* line 4, font-awesome.min.css */
.fa-building:before {
  content: "\f1ad"; }

/* line 4, font-awesome.min.css */
.fa-child:before {
  content: "\f1ae"; }

/* line 4, font-awesome.min.css */
.fa-paw:before {
  content: "\f1b0"; }

/* line 4, font-awesome.min.css */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 4, font-awesome.min.css */
.fa-cube:before {
  content: "\f1b2"; }

/* line 4, font-awesome.min.css */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 4, font-awesome.min.css */
.fa-behance:before {
  content: "\f1b4"; }

/* line 4, font-awesome.min.css */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 4, font-awesome.min.css */
.fa-steam:before {
  content: "\f1b6"; }

/* line 4, font-awesome.min.css */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 4, font-awesome.min.css */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 4, font-awesome.min.css */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

/* line 4, font-awesome.min.css */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

/* line 4, font-awesome.min.css */
.fa-tree:before {
  content: "\f1bb"; }

/* line 4, font-awesome.min.css */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 4, font-awesome.min.css */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 4, font-awesome.min.css */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 4, font-awesome.min.css */
.fa-database:before {
  content: "\f1c0"; }

/* line 4, font-awesome.min.css */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 4, font-awesome.min.css */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 4, font-awesome.min.css */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 4, font-awesome.min.css */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 4, font-awesome.min.css */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

/* line 4, font-awesome.min.css */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 4, font-awesome.min.css */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 4, font-awesome.min.css */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

/* line 4, font-awesome.min.css */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 4, font-awesome.min.css */
.fa-vine:before {
  content: "\f1ca"; }

/* line 4, font-awesome.min.css */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 4, font-awesome.min.css */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 4, font-awesome.min.css */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

/* line 4, font-awesome.min.css */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 4, font-awesome.min.css */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

/* line 4, font-awesome.min.css */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

/* line 4, font-awesome.min.css */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 4, font-awesome.min.css */
.fa-git:before {
  content: "\f1d3"; }

/* line 4, font-awesome.min.css */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

/* line 4, font-awesome.min.css */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 4, font-awesome.min.css */
.fa-qq:before {
  content: "\f1d6"; }

/* line 4, font-awesome.min.css */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

/* line 4, font-awesome.min.css */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

/* line 4, font-awesome.min.css */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 4, font-awesome.min.css */
.fa-history:before {
  content: "\f1da"; }

/* line 4, font-awesome.min.css */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 4, font-awesome.min.css */
.fa-header:before {
  content: "\f1dc"; }

/* line 4, font-awesome.min.css */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 4, font-awesome.min.css */
.fa-sliders:before {
  content: "\f1de"; }

/* line 4, font-awesome.min.css */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 4, font-awesome.min.css */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 4, font-awesome.min.css */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 4, font-awesome.min.css */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

/* line 4, font-awesome.min.css */
.fa-tty:before {
  content: "\f1e4"; }

/* line 4, font-awesome.min.css */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 4, font-awesome.min.css */
.fa-plug:before {
  content: "\f1e6"; }

/* line 4, font-awesome.min.css */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 4, font-awesome.min.css */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 4, font-awesome.min.css */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 4, font-awesome.min.css */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 4, font-awesome.min.css */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 4, font-awesome.min.css */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 4, font-awesome.min.css */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 4, font-awesome.min.css */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 4, font-awesome.min.css */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 4, font-awesome.min.css */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 4, font-awesome.min.css */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 4, font-awesome.min.css */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 4, font-awesome.min.css */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 4, font-awesome.min.css */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 4, font-awesome.min.css */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 4, font-awesome.min.css */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 4, font-awesome.min.css */
.fa-trash:before {
  content: "\f1f8"; }

/* line 4, font-awesome.min.css */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 4, font-awesome.min.css */
.fa-at:before {
  content: "\f1fa"; }

/* line 4, font-awesome.min.css */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 4, font-awesome.min.css */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 4, font-awesome.min.css */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 4, font-awesome.min.css */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 4, font-awesome.min.css */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 4, font-awesome.min.css */
.fa-line-chart:before {
  content: "\f201"; }

/* line 4, font-awesome.min.css */
.fa-lastfm:before {
  content: "\f202"; }

/* line 4, font-awesome.min.css */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 4, font-awesome.min.css */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 4, font-awesome.min.css */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 4, font-awesome.min.css */
.fa-bicycle:before {
  content: "\f206"; }

/* line 4, font-awesome.min.css */
.fa-bus:before {
  content: "\f207"; }

/* line 4, font-awesome.min.css */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 4, font-awesome.min.css */
.fa-angellist:before {
  content: "\f209"; }

/* line 4, font-awesome.min.css */
.fa-cc:before {
  content: "\f20a"; }

/* line 4, font-awesome.min.css */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

/* line 4, font-awesome.min.css */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 4, font-awesome.min.css */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 4, font-awesome.min.css */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 4, font-awesome.min.css */
.fa-dashcube:before {
  content: "\f210"; }

/* line 4, font-awesome.min.css */
.fa-forumbee:before {
  content: "\f211"; }

/* line 4, font-awesome.min.css */
.fa-leanpub:before {
  content: "\f212"; }

/* line 4, font-awesome.min.css */
.fa-sellsy:before {
  content: "\f213"; }

/* line 4, font-awesome.min.css */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 4, font-awesome.min.css */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 4, font-awesome.min.css */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 4, font-awesome.min.css */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 4, font-awesome.min.css */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 4, font-awesome.min.css */
.fa-diamond:before {
  content: "\f219"; }

/* line 4, font-awesome.min.css */
.fa-ship:before {
  content: "\f21a"; }

/* line 4, font-awesome.min.css */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 4, font-awesome.min.css */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 4, font-awesome.min.css */
.fa-street-view:before {
  content: "\f21d"; }

/* line 4, font-awesome.min.css */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 4, font-awesome.min.css */
.fa-venus:before {
  content: "\f221"; }

/* line 4, font-awesome.min.css */
.fa-mars:before {
  content: "\f222"; }

/* line 4, font-awesome.min.css */
.fa-mercury:before {
  content: "\f223"; }

/* line 4, font-awesome.min.css */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

/* line 4, font-awesome.min.css */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 4, font-awesome.min.css */
.fa-venus-double:before {
  content: "\f226"; }

/* line 4, font-awesome.min.css */
.fa-mars-double:before {
  content: "\f227"; }

/* line 4, font-awesome.min.css */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 4, font-awesome.min.css */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 4, font-awesome.min.css */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 4, font-awesome.min.css */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 4, font-awesome.min.css */
.fa-neuter:before {
  content: "\f22c"; }

/* line 4, font-awesome.min.css */
.fa-genderless:before {
  content: "\f22d"; }

/* line 4, font-awesome.min.css */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 4, font-awesome.min.css */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 4, font-awesome.min.css */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 4, font-awesome.min.css */
.fa-server:before {
  content: "\f233"; }

/* line 4, font-awesome.min.css */
.fa-user-plus:before {
  content: "\f234"; }

/* line 4, font-awesome.min.css */
.fa-user-times:before {
  content: "\f235"; }

/* line 4, font-awesome.min.css */
.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

/* line 4, font-awesome.min.css */
.fa-viacoin:before {
  content: "\f237"; }

/* line 4, font-awesome.min.css */
.fa-train:before {
  content: "\f238"; }

/* line 4, font-awesome.min.css */
.fa-subway:before {
  content: "\f239"; }

/* line 4, font-awesome.min.css */
.fa-medium:before {
  content: "\f23a"; }

/* line 4, font-awesome.min.css */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

/* line 4, font-awesome.min.css */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 4, font-awesome.min.css */
.fa-opencart:before {
  content: "\f23d"; }

/* line 4, font-awesome.min.css */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 4, font-awesome.min.css */
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

/* line 4, font-awesome.min.css */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 4, font-awesome.min.css */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

/* line 4, font-awesome.min.css */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

/* line 4, font-awesome.min.css */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

/* line 4, font-awesome.min.css */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 4, font-awesome.min.css */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 4, font-awesome.min.css */
.fa-object-group:before {
  content: "\f247"; }

/* line 4, font-awesome.min.css */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 4, font-awesome.min.css */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 4, font-awesome.min.css */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 4, font-awesome.min.css */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 4, font-awesome.min.css */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 4, font-awesome.min.css */
.fa-clone:before {
  content: "\f24d"; }

/* line 4, font-awesome.min.css */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

/* line 4, font-awesome.min.css */
.fa-hourglass:before {
  content: "\f254"; }

/* line 4, font-awesome.min.css */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

/* line 4, font-awesome.min.css */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

/* line 4, font-awesome.min.css */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 4, font-awesome.min.css */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 4, font-awesome.min.css */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 4, font-awesome.min.css */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 4, font-awesome.min.css */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 4, font-awesome.min.css */
.fa-trademark:before {
  content: "\f25c"; }

/* line 4, font-awesome.min.css */
.fa-registered:before {
  content: "\f25d"; }

/* line 4, font-awesome.min.css */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 4, font-awesome.min.css */
.fa-gg:before {
  content: "\f260"; }

/* line 4, font-awesome.min.css */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 4, font-awesome.min.css */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 4, font-awesome.min.css */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 4, font-awesome.min.css */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 4, font-awesome.min.css */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 4, font-awesome.min.css */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 4, font-awesome.min.css */
.fa-safari:before {
  content: "\f267"; }

/* line 4, font-awesome.min.css */
.fa-chrome:before {
  content: "\f268"; }

/* line 4, font-awesome.min.css */
.fa-firefox:before {
  content: "\f269"; }

/* line 4, font-awesome.min.css */
.fa-opera:before {
  content: "\f26a"; }

/* line 4, font-awesome.min.css */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 4, font-awesome.min.css */
.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

/* line 4, font-awesome.min.css */
.fa-contao:before {
  content: "\f26d"; }

/* line 4, font-awesome.min.css */
.fa-500px:before {
  content: "\f26e"; }

/* line 4, font-awesome.min.css */
.fa-amazon:before {
  content: "\f270"; }

/* line 4, font-awesome.min.css */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 4, font-awesome.min.css */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 4, font-awesome.min.css */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 4, font-awesome.min.css */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 4, font-awesome.min.css */
.fa-industry:before {
  content: "\f275"; }

/* line 4, font-awesome.min.css */
.fa-map-pin:before {
  content: "\f276"; }

/* line 4, font-awesome.min.css */
.fa-map-signs:before {
  content: "\f277"; }

/* line 4, font-awesome.min.css */
.fa-map-o:before {
  content: "\f278"; }

/* line 4, font-awesome.min.css */
.fa-map:before {
  content: "\f279"; }

/* line 4, font-awesome.min.css */
.fa-commenting:before {
  content: "\f27a"; }

/* line 4, font-awesome.min.css */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 4, font-awesome.min.css */
.fa-houzz:before {
  content: "\f27c"; }

/* line 4, font-awesome.min.css */
.fa-vimeo:before {
  content: "\f27d"; }

/* line 4, font-awesome.min.css */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 4, font-awesome.min.css */
.fa-fonticons:before {
  content: "\f280"; }

/* line 4, font-awesome.min.css */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 4, font-awesome.min.css */
.fa-edge:before {
  content: "\f282"; }

/* line 4, font-awesome.min.css */
.fa-credit-card-alt:before {
  content: "\f283"; }

/* line 4, font-awesome.min.css */
.fa-codiepie:before {
  content: "\f284"; }

/* line 4, font-awesome.min.css */
.fa-modx:before {
  content: "\f285"; }

/* line 4, font-awesome.min.css */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 4, font-awesome.min.css */
.fa-usb:before {
  content: "\f287"; }

/* line 4, font-awesome.min.css */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 4, font-awesome.min.css */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 4, font-awesome.min.css */
.fa-scribd:before {
  content: "\f28a"; }

/* line 4, font-awesome.min.css */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 4, font-awesome.min.css */
.fa-pause-circle-o:before {
  content: "\f28c"; }

/* line 4, font-awesome.min.css */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 4, font-awesome.min.css */
.fa-stop-circle-o:before {
  content: "\f28e"; }

/* line 4, font-awesome.min.css */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 4, font-awesome.min.css */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 4, font-awesome.min.css */
.fa-hashtag:before {
  content: "\f292"; }

/* line 4, font-awesome.min.css */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 4, font-awesome.min.css */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 4, font-awesome.min.css */
.fa-percent:before {
  content: "\f295"; }

/* line 4, font-awesome.min.css */
.fa-gitlab:before {
  content: "\f296"; }

/* line 4, font-awesome.min.css */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 4, font-awesome.min.css */
.fa-wpforms:before {
  content: "\f298"; }

/* line 4, font-awesome.min.css */
.fa-envira:before {
  content: "\f299"; }

/* line 4, font-awesome.min.css */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 4, font-awesome.min.css */
.fa-wheelchair-alt:before {
  content: "\f29b"; }

/* line 4, font-awesome.min.css */
.fa-question-circle-o:before {
  content: "\f29c"; }

/* line 4, font-awesome.min.css */
.fa-blind:before {
  content: "\f29d"; }

/* line 4, font-awesome.min.css */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 4, font-awesome.min.css */
.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 4, font-awesome.min.css */
.fa-braille:before {
  content: "\f2a1"; }

/* line 4, font-awesome.min.css */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 4, font-awesome.min.css */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 4, font-awesome.min.css */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

/* line 4, font-awesome.min.css */
.fa-glide:before {
  content: "\f2a5"; }

/* line 4, font-awesome.min.css */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 4, font-awesome.min.css */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

/* line 4, font-awesome.min.css */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 4, font-awesome.min.css */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 4, font-awesome.min.css */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 4, font-awesome.min.css */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 4, font-awesome.min.css */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 4, font-awesome.min.css */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 4, font-awesome.min.css */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 4, font-awesome.min.css */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 4, font-awesome.min.css */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 4, font-awesome.min.css */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 4, font-awesome.min.css */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

/* line 4, font-awesome.min.css */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

/* line 4, font-awesome.min.css */
.fa-handshake-o:before {
  content: "\f2b5"; }

/* line 4, font-awesome.min.css */
.fa-envelope-open:before {
  content: "\f2b6"; }

/* line 4, font-awesome.min.css */
.fa-envelope-open-o:before {
  content: "\f2b7"; }

/* line 4, font-awesome.min.css */
.fa-linode:before {
  content: "\f2b8"; }

/* line 4, font-awesome.min.css */
.fa-address-book:before {
  content: "\f2b9"; }

/* line 4, font-awesome.min.css */
.fa-address-book-o:before {
  content: "\f2ba"; }

/* line 4, font-awesome.min.css */
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

/* line 4, font-awesome.min.css */
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

/* line 4, font-awesome.min.css */
.fa-user-circle:before {
  content: "\f2bd"; }

/* line 4, font-awesome.min.css */
.fa-user-circle-o:before {
  content: "\f2be"; }

/* line 4, font-awesome.min.css */
.fa-user-o:before {
  content: "\f2c0"; }

/* line 4, font-awesome.min.css */
.fa-id-badge:before {
  content: "\f2c1"; }

/* line 4, font-awesome.min.css */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

/* line 4, font-awesome.min.css */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

/* line 4, font-awesome.min.css */
.fa-quora:before {
  content: "\f2c4"; }

/* line 4, font-awesome.min.css */
.fa-free-code-camp:before {
  content: "\f2c5"; }

/* line 4, font-awesome.min.css */
.fa-telegram:before {
  content: "\f2c6"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

/* line 4, font-awesome.min.css */
.fa-shower:before {
  content: "\f2cc"; }

/* line 4, font-awesome.min.css */
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

/* line 4, font-awesome.min.css */
.fa-podcast:before {
  content: "\f2ce"; }

/* line 4, font-awesome.min.css */
.fa-window-maximize:before {
  content: "\f2d0"; }

/* line 4, font-awesome.min.css */
.fa-window-minimize:before {
  content: "\f2d1"; }

/* line 4, font-awesome.min.css */
.fa-window-restore:before {
  content: "\f2d2"; }

/* line 4, font-awesome.min.css */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

/* line 4, font-awesome.min.css */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

/* line 4, font-awesome.min.css */
.fa-bandcamp:before {
  content: "\f2d5"; }

/* line 4, font-awesome.min.css */
.fa-grav:before {
  content: "\f2d6"; }

/* line 4, font-awesome.min.css */
.fa-etsy:before {
  content: "\f2d7"; }

/* line 4, font-awesome.min.css */
.fa-imdb:before {
  content: "\f2d8"; }

/* line 4, font-awesome.min.css */
.fa-ravelry:before {
  content: "\f2d9"; }

/* line 4, font-awesome.min.css */
.fa-eercast:before {
  content: "\f2da"; }

/* line 4, font-awesome.min.css */
.fa-microchip:before {
  content: "\f2db"; }

/* line 4, font-awesome.min.css */
.fa-snowflake-o:before {
  content: "\f2dc"; }

/* line 4, font-awesome.min.css */
.fa-superpowers:before {
  content: "\f2dd"; }

/* line 4, font-awesome.min.css */
.fa-wpexplorer:before {
  content: "\f2de"; }

/* line 4, font-awesome.min.css */
.fa-meetup:before {
  content: "\f2e0"; }

/* line 4, font-awesome.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 4, font-awesome.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-regular.eot?#iefix") format("embedded-opentype"), url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-regular.woff2") format("woff2"), url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-regular.woff") format("woff"), url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-regular.ttf") format("truetype"), url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-regular.svg#Roboto") format("svg");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-700.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-700.eot?#iefix") format("embedded-opentype"), url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-700.woff2") format("woff2"), url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-700.woff") format("woff"), url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-700.ttf") format("truetype"), url("roboto-v16-latin_cyrillic_latin-ext_cyrillic-ext-700.svg#Roboto") format("svg");
  font-display: swap; }
@font-face {
  font-family: "fontcustom";
  src: url("fontcustom.eot");
  src: url("fontcustom.eot?#iefix") format("embedded-opentype"), url("fontcustom.woff") format("woff"), url("fontcustom.ttf") format("truetype"), url("fontcustom.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontcustom";
    src: url("fontcustom.svg#fontcustom") format("svg");
    font-display: swap; } }
@font-face {
  font-family: "icon-font";
  src: url("icon-font.eot");
  src: url("icon-font.eot?#iefix") format("embedded-opentype"), url("icon-font.woff") format("woff"), url("icon-font.ttf") format("truetype"), url("icon-font.svg#icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* line 49, _fonts.scss */
[data-icon]:before {
  content: attr(data-icon); }

/* line 53, _fonts.scss */
[data-icon]:before,
.pdp i.icon-link-arrow-thin:before,
.icon-accordion-toggle-down:before,
.icon-accordion-toggle-down-small:before,
.icon-account:before,
.icon-arrow:before,
.icon-arrow-flipped:before,
.icon-availability:before,
.icon-cart:before,
.icon-close:before,
.icon-close-button:before,
.icon-datepicker:before,
.icon-done:before,
.icon-download:before,
.icon-earth205:before,
.icon-hof-logo:before,
.icon-info:before,
.icon-link-arrow:before,
.icon-link-arrow-left-thin:before,
.icon-link-arrow-thin:before,
.icon-locale:before,
.icon-locale-alt:before,
.icon-logout:before,
.icon-pencil:before,
.icon-plus:before,
.icon-remove-product:before,
.icon-search:before,
.icon-social_facebook:before,
.icon-social_gplus:before,
.icon-social_linkedin:before,
.icon-social_twitter:before,
.icon-social_youtube:before,
.icon-step-1:before,
.icon-step-2:before,
.icon-step-3:before,
.icon-step-4:before,
.icon-step-5:before,
.icon-step-error:before,
.icon-step-final:before,
.icon-warning:before,
.icon-wishlist:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

/* line 108, _fonts.scss */
.icon-accordion-toggle-down:before {
  content: ""; }

/* line 112, _fonts.scss */
.icon-accordion-toggle-down-small:before {
  content: ""; }

/* line 116, _fonts.scss */
.icon-account:before {
  content: ""; }

/* line 120, _fonts.scss */
.icon-arrow:before {
  content: ""; }

/* line 124, _fonts.scss */
.carousel-controls-flipped:before {
  content: ""; }

/* line 128, _fonts.scss */
.icon-availability:before {
  content: ""; }

/* line 132, _fonts.scss */
.icon-cart:before {
  content: ""; }

/* line 136, _fonts.scss */
.icon-close:before {
  content: ""; }

/* line 140, _fonts.scss */
.icon-close-button:before {
  content: ""; }

/* line 144, _fonts.scss */
.icon-datepicker:before {
  content: ""; }

/* line 148, _fonts.scss */
.icon-done:before {
  content: ""; }

/* line 152, _fonts.scss */
.icon-download:before {
  content: ""; }

/* line 156, _fonts.scss */
.icon-earth205:before {
  content: ""; }

/* line 160, _fonts.scss */
.icon-hof-logo:before {
  content: ""; }

/* line 164, _fonts.scss */
.icon-info:before {
  content: ""; }

/* line 168, _fonts.scss */
.icon-link-arrow:before {
  content: ""; }

/* line 172, _fonts.scss */
.icon-link-arrow-left-thin:before {
  content: ""; }

/* line 176, _fonts.scss */
.icon-link-arrow-thin:before {
  content: ""; }

/* line 180, _fonts.scss */
.icon-locale:before {
  content: ""; }

/* line 184, _fonts.scss */
.icon-locale-alt:before {
  content: ""; }

/* line 188, _fonts.scss */
.icon-logout:before {
  content: ""; }

/* line 192, _fonts.scss */
.icon-pencil:before {
  content: ""; }

/* line 196, _fonts.scss */
.icon-plus:before {
  content: ""; }

/* line 200, _fonts.scss */
.icon-remove-product:before {
  content: ""; }

/* line 204, _fonts.scss */
.icon-search:before {
  content: ""; }

/* line 208, _fonts.scss */
.icon-social_facebook:before {
  content: ""; }

/* line 212, _fonts.scss */
.icon-social_gplus:before {
  content: ""; }

/* line 216, _fonts.scss */
.icon-social_linkedin:before {
  content: ""; }

/* line 220, _fonts.scss */
.icon-social_twitter:before {
  content: ""; }

/* line 224, _fonts.scss */
.icon-social_youtube:before {
  content: ""; }

/* line 228, _fonts.scss */
.icon-step-1:before {
  content: ""; }

/* line 232, _fonts.scss */
.icon-step-2:before {
  content: ""; }

/* line 236, _fonts.scss */
.icon-step-3:before {
  content: ""; }

/* line 240, _fonts.scss */
.icon-step-4:before {
  content: ""; }

/* line 244, _fonts.scss */
.icon-step-5:before {
  content: ""; }

/* line 248, _fonts.scss */
.icon-step-error:before {
  content: ""; }

/* line 252, _fonts.scss */
.icon-step-final:before {
  content: ""; }

/* line 256, _fonts.scss */
.icon-warning:before {
  content: ""; }

/* line 260, _fonts.scss */
.icon-wishlist:before {
  content: ""; }

/* areas for images */
/* usage hint: <div.ratio><div.imgArea>img</div></div> */
/* 16:9 area */
/* line 4, _generic.scss */
.ratio_169 {
  padding-bottom: 56.25%;
  position: relative; }

/* 1:1 area */
/* line 10, _generic.scss */
.ratio_quadrat {
  padding-bottom: 100%;
  position: relative;
  display: block;
  overflow: hidden; }

/* align image on given space vertically and horizontally centered */
/* line 18, _generic.scss */
.imgArea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center; }
  /* line 28, _generic.scss */
  .imgArea:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
    margin-right: -5px; }
  /* line 36, _generic.scss */
  .imgArea img,
  .imgArea .verticallyCentered {
    padding: 0 1px 0 2px;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%); }

/* Potential global */
/* line 53, _generic.scss */
.rel {
  position: relative; }

/* line 57, _generic.scss */
.inline {
  display: inline; }

/* line 61, _generic.scss */
.size1of2 {
  width: 50%; }

/* line 67, _generic.scss */
.pan {
  padding: 0 !important; }

/* line 71, _generic.scss */
.mts {
  margin-top: 7px; }

/* line 75, _generic.scss */
.pbs {
  padding-bottom: 7px; }

/* line 79, _generic.scss */
.loggedInHeaderPadding {
  padding-top: 141px; }
  @media (max-width: 1200px) {
    /* line 79, _generic.scss */
    .loggedInHeaderPadding {
      padding-top: 201px; } }
  @media (max-width: 767px) {
    /* line 79, _generic.scss */
    .loggedInHeaderPadding {
      padding-top: 167px; } }
  @media screen and (max-width: 600px) {
    /* line 79, _generic.scss */
    .loggedInHeaderPadding {
      padding-top: 167px; } }
  @media screen and (max-width: 395px) {
    /* line 79, _generic.scss */
    .loggedInHeaderPadding {
      padding-top: 183px; } }

/* line 101, _generic.scss */
.loggedOutHeaderPadding {
  padding-top: 141px; }
  @media (max-width: 1200px) {
    /* line 101, _generic.scss */
    .loggedOutHeaderPadding {
      padding-top: 201px; } }
  @media (max-width: 767px) {
    /* line 101, _generic.scss */
    .loggedOutHeaderPadding {
      padding-top: 167px; } }
  @media screen and (max-width: 600px) {
    /* line 101, _generic.scss */
    .loggedOutHeaderPadding {
      padding-top: 167px; } }
  @media screen and (max-width: 395px) {
    /* line 101, _generic.scss */
    .loggedOutHeaderPadding {
      padding-top: 183px; } }

/* line 123, _generic.scss */
.loggedOutCSHeaderPadding {
  padding-top: 80px; }

/* line 127, _generic.scss */
.pdp {
  font-size: 14px;
  margin-bottom: 0; }
  /* line 131, _generic.scss */
  .pdp h1 {
    overflow: hidden; }
  /* line 141, _generic.scss */
  .pdp .tab {
    border-bottom: 1px solid #cdcdcd; }
    /* line 144, _generic.scss */
    .pdp .tab:before, .pdp .tab:after {
      content: " ";
      display: table; }
    /* line 150, _generic.scss */
    .pdp .tab:after {
      clear: both; }
  /* line 155, _generic.scss */
  .pdp .grey {
    color: #cdcdcd; }
  /* line 159, _generic.scss */
  .pdp .primary {
    color: #ff7000; }
  /* line 163, _generic.scss */
  .pdp .float_left {
    float: left; }
  /* line 167, _generic.scss */
  .pdp .float_right {
    float: right; }
  /* line 171, _generic.scss */
  .pdp .muted {
    color: #b3b3b3; }
  /* line 175, _generic.scss */
  .pdp .borderTop {
    border-top: 1px solid transparent; }
  /* line 179, _generic.scss */
  .pdp .borderRight {
    border-right: 1px solid transparent; }
  /* line 183, _generic.scss */
  .pdp .borderBottom {
    border-bottom: 1px solid transparent; }
  /* line 187, _generic.scss */
  .pdp .borderLeft {
    border-left: 1px solid transparent; }
  /* line 191, _generic.scss */
  .pdp .b_grey {
    border-color: #cdcdcd; }
  /* line 195, _generic.scss */
  .pdp .bg_grey {
    background-color: #cdcdcd; }
  /* line 199, _generic.scss */
  .pdp .bg_bright,
  .pdp .bg_bright_odd > :nth-child(odd) {
    background-color: #e7e7e7; }
  /* line 204, _generic.scss */
  .pdp .pal {
    padding: 30px; }
  /* line 208, _generic.scss */
  .pdp .plz {
    padding-left: 0px; }
  /* line 212, _generic.scss */
  .pdp .prz {
    padding-right: 0px; }
  /* line 216, _generic.scss */
  .pdp .ptl {
    padding-top: 1em; }
  /* line 220, _generic.scss */
  .pdp .pbl {
    padding-bottom: 1em; }
  /* line 224, _generic.scss */
  .pdp .pts,
  .pdp .pvs {
    padding-top: 14px; }
  /* line 229, _generic.scss */
  .pdp .ptx {
    padding-top: 5px; }
  /* line 233, _generic.scss */
  .pdp .pbx {
    padding-bottom: 5px; }
  /* line 237, _generic.scss */
  .pdp .plm,
  .pdp .phm {
    padding-left: 18px; }
  /* line 242, _generic.scss */
  .pdp .ptm,
  .pdp .pvm {
    padding-top: 18px; }
  /* line 247, _generic.scss */
  .pdp .pbs {
    padding-bottom: 14px; }
  /* line 251, _generic.scss */
  .pdp .prm,
  .pdp .phm {
    padding-right: 18px; }
  /* line 256, _generic.scss */
  .pdp .prl,
  .pdp .phl {
    padding-right: 30px; }
  /* line 261, _generic.scss */
  .pdp .pas {
    padding: 14px; }
  /* line 265, _generic.scss */
  .pdp .prs {
    padding-right: 14px; }
  /* line 269, _generic.scss */
  .pdp .pbs,
  .pdp .pvs {
    padding-bottom: 14px; }
  /* line 274, _generic.scss */
  .pdp .pbm,
  .pdp .pvm {
    padding-bottom: 18px; }
  /* line 279, _generic.scss */
  .pdp .mas {
    margin: 14px; }
  /* line 283, _generic.scss */
  .pdp .mtl,
  .pdp .mvl {
    margin-top: 30px; }
  /* line 288, _generic.scss */
  .pdp .mrm {
    margin-right: 18px; }
  /* line 292, _generic.scss */
  .pdp .mrn {
    margin-right: -9px; }
  /* line 296, _generic.scss */
  .pdp .mln {
    margin-left: -9px; }
  /* line 300, _generic.scss */
  .pdp .mls {
    margin-left: 14px; }
  /* line 304, _generic.scss */
  .pdp .mlm {
    margin-left: 18px; }
  /* line 308, _generic.scss */
  .pdp .mll {
    margin-left: 30px; }
  /* line 312, _generic.scss */
  .pdp .mtx {
    margin-top: 5px; }
  /* line 316, _generic.scss */
  .pdp .mbs {
    margin-bottom: 14px; }
  /* line 320, _generic.scss */
  .pdp .mbx {
    margin-bottom: 5px; }
  /* line 324, _generic.scss */
  .pdp .mtm,
  .pdp .mvm {
    margin-top: 18px; }
  /* line 329, _generic.scss */
  .pdp .mbm,
  .pdp .mvm {
    margin-bottom: 18px; }
  /* line 334, _generic.scss */
  .pdp .mbl,
  .pdp .mvl {
    margin-bottom: 20px; }
  /* line 339, _generic.scss */
  .pdp .bold {
    font-weight: 700;
    /* bold */ }
  /* line 344, _generic.scss */
  .pdp .abs {
    position: absolute; }
  /* line 348, _generic.scss */
  .pdp .rel {
    position: relative; }
  /* line 352, _generic.scss */
  .pdp .ctr {
    text-align: center; }
  /* line 356, _generic.scss */
  .pdp .dib {
    display: inline-block; }
  /* line 360, _generic.scss */
  .pdp .dt {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  /* line 367, _generic.scss */
  .pdp .dtc {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top; }
  /* line 374, _generic.scss */
  .pdp .note {
    font-size: 11px;
    line-height: 11px; }
  /* line 379, _generic.scss */
  .pdp .bold {
    font-weight: 700;
    /* bold */ }
  /* line 383, _generic.scss */
  .pdp .module_header {
    margin-bottom: 0; }
  /* line 387, _generic.scss */
  .pdp .margin22pxtop {
    margin-top: 22px; }
  /* line 391, _generic.scss */
  .pdp .removemargin {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px; }
  /* line 397, _generic.scss */
  .pdp .label-availability {
    color: #f5b400;
    font-size: 11px; }
    /* line 401, _generic.scss */
    .pdp .label-availability.available {
      color: #49ab1d; }
  /* line 406, _generic.scss */
  .pdp .spinnerContainer {
    background-color: transparent !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    position: absolute; }
    /* line 415, _generic.scss */
    .pdp .spinnerContainer:before {
      display: inline-block;
      content: '';
      height: 100%;
      vertical-align: middle;
      margin-right: -5px; }
    /* line 423, _generic.scss */
    .pdp .spinnerContainer img {
      display: inline-block; }

/* line 430, _generic.scss */
.quantity {
  width: 120px;
  display: flex; }
  /* line 434, _generic.scss */
  .quantity .counter-button {
    padding: 1px;
    box-sizing: border-box;
    height: 38px;
    border: 1px solid #CDCDCD;
    background-color: #FFF;
    color: #FF7000;
    margin: auto; }
  /* line 444, _generic.scss */
  .quantity .counter-button.is-count-down {
    border-radius: 2px 0 0 2px;
    border-right: none; }
  /* line 449, _generic.scss */
  .quantity .counter-button.is-count-up {
    border-radius: 0 2px 2px 0;
    border-left: none; }
  /* line 454, _generic.scss */
  .quantity input {
    padding: 0;
    color: #333;
    font-size: 14px;
    -moz-appearance: textfield;
    margin: auto 0;
    text-align: center;
    min-width: 20px; }
    /* line 462, _generic.scss */
    .quantity input[disabled] {
      background-color: transparent; }

/* line 468, _generic.scss */
.swiper-wrapper {
  align-items: flex-start; }

/* line 472, _generic.scss */
.swiper-slide img {
  margin: auto; }
  /* line 474, _generic.scss */
  .swiper-slide img.swiper-lazy {
    display: none; }
    /* line 476, _generic.scss */
    .swiper-slide img.swiper-lazy.swiper-lazy-loaded {
      display: block; }

/* line 484, _generic.scss */
#brand_list_top {
  margin: 20px 0;
  list-style: none;
  padding: 0; }
  /* line 486, _generic.scss */
  #brand_list_top li {
    display: inline-block;
    margin-right: 12px; }
  /* line 487, _generic.scss */
  #brand_list_top a {
    color: #ff7000; }
  /* line 488, _generic.scss */
  #brand_list_top .no_brand a {
    color: #999 !important;
    cursor: default; }

/* line 491, _generic.scss */
#listen_brands .letter {
  color: #ff7000;
  font-weight: 400; }
/* line 492, _generic.scss */
#listen_brands ul {
  margin: 0;
  list-style: none;
  padding: 0; }
/* line 493, _generic.scss */
#listen_brands li {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
/* line 494, _generic.scss */
#listen_brands ul:after {
  content: "";
  display: block;
  clear: both; }

@media (max-width: 680px) {
  /* line 498, _generic.scss */
  #listen_brands li {
    width: 50%; } }
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, _normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 19, _normalize.scss */
body {
  margin: 0; }

/* line 32, _normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/* line 52, _normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/* line 65, _normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 75, _normalize.scss */
[hidden],
template {
  display: none; }

/* line 87, _normalize.scss */
a {
  background: transparent; }

/* line 95, _normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* line 107, _normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 115, _normalize.scss */
b,
strong {
  font-weight: 400; }

/* line 124, _normalize.scss */
dfn {
  font-style: italic; }

/* line 133, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 142, _normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 151, _normalize.scss */
small {
  font-size: 80%; }

/* line 159, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 167, _normalize.scss */
sup {
  top: -0.5em; }

/* line 171, _normalize.scss */
sub {
  bottom: -0.25em; }

/* line 182, _normalize.scss */
img {
  border: 0; }

/* line 190, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 201, _normalize.scss */
figure {
  margin: 1em 40px; }

/* line 209, _normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* line 219, _normalize.scss */
pre {
  overflow: auto; }

/* line 227, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 250, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }
  /* line 258, _normalize.scss */
  button:focus,
  input:focus,
  optgroup:focus,
  select:focus,
  textarea:focus {
    outline-width: 0; }

/* line 267, _normalize.scss */
button {
  overflow: visible; }

/* line 278, _normalize.scss */
button,
select {
  text-transform: none; }

/* line 291, _normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 299, _normalize.scss */
input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

/* line 309, _normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 318, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 329, _normalize.scss */
input {
  line-height: normal; }

/* line 341, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 353, _normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 364, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 377, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 386, _normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 397, _normalize.scss */
legend {
  border: 0;
  padding: 0; }

/* line 406, _normalize.scss */
textarea {
  overflow: auto; }

/* line 415, _normalize.scss */
optgroup {
  font-weight: 400; }

/* line 426, _normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 431, _normalize.scss */
td,
th {
  padding: 0; }

/* line 8, _scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 15, _scaffolding.scss */
html {
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always; }

/* line 23, _scaffolding.scss */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: #fff; }
  @media (max-width: 767px) {
    /* line 23, _scaffolding.scss */
    body {
      font-size: 14px; } }

/* line 34, _scaffolding.scss */
iframe {
  max-width: 100%; }

/* line 39, _scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 52, _scaffolding.scss */
button,
input,
select[multiple],
textarea {
  background-image: none; }

/* line 59, _scaffolding.scss */
footer {
  padding-top: 3em; }

/* line 65, _scaffolding.scss */
a {
  color: #333333;
  text-decoration: none; }
  /* line 69, _scaffolding.scss */
  a:hover, a:focus, a:not([class]):hover, a:not([class]):focus {
    color: #ff7000; }

/* line 80, _scaffolding.scss */
img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto; }

/* line 87, _scaffolding.scss */
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #cdcdcd; }
  /* line 93, _scaffolding.scss */
  hr.hr-transparent {
    border-top-color: transparent; }

/* line 1, insales.ui.swiper.css */
.promo-slide-title, [data-slider-slide] + [data-slider-slide] {
  display: none; }

/* line 1, insales.ui.swiper.css */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

/* line 1, insales.ui.swiper.css */
.swiper-container .promo-slide-title, .swiper-container [data-slider-controls] {
  display: block; }

/* line 1, insales.ui.swiper.css */
.swiper-container-no-flexbox .swiper-slide {
  float: left; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

/* line 1, insales.ui.swiper.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

/* line 1, insales.ui.swiper.css */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0); }

/* line 1, insales.ui.swiper.css */
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

/* line 1, insales.ui.swiper.css */
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* line 1, insales.ui.swiper.css */
.swiper-slide {
  flex-shrink: 0;
  width: 0;
  height: 100%;
  position: relative; }

/* line 1, insales.ui.swiper.css */
.swiper-slide + .swiper-slide {
  display: block; }

/* line 1, insales.ui.swiper.css */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

/* line 1, insales.ui.swiper.css */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* line 1, insales.ui.swiper.css */
.swiper-wp8-horizontal {
  touch-action: pan-y; }

/* line 1, insales.ui.swiper.css */
.swiper-wp8-vertical {
  touch-action: pan-x; }

/* line 1, insales.ui.swiper.css */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none; }

/* line 1, insales.ui.swiper.css */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

/* line 1, insales.ui.swiper.css */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 0;
  right: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 0;
  left: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translateZ(0);
  z-index: 10; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

/* line 1, insales.ui.swiper.css */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

/* line 1, insales.ui.swiper.css */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top; }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d {
  perspective: 1200px; }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

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

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

/* line 1, insales.ui.swiper.css */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* line 1, insales.ui.swiper.css */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

/* line 1, insales.ui.swiper.css */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

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

/* line 1, insales.ui.swiper.css */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

/* line 1, insales.ui.swiper.css */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E"); }

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn); } }
/*# sourceMappingURL=insales.ui.swiper.css.map*/
/* line 1, jquery.fancybox.min.css */
.fancybox-enabled {
  overflow: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 1, jquery.fancybox.min.css */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

/* line 1, jquery.fancybox.min.css */
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

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

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

/* line 1, jquery.fancybox.min.css */
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box; }

/* line 1, jquery.fancybox.min.css */
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s; }

/* line 1, jquery.fancybox.min.css */
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

/* line 1, jquery.fancybox.min.css */
.fancybox-toolbar {
  top: 0;
  right: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--image {
  overflow: visible; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--image:before {
  display: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--next {
  z-index: 99995; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

/* line 1, jquery.fancybox.min.css */
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

/* line 1, jquery.fancybox.min.css */
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* line 1, jquery.fancybox.min.css */
.fancybox-image, .fancybox-spaceball {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-spaceball {
  z-index: 1; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

/* line 1, jquery.fancybox.min.css */
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

/* line 1, jquery.fancybox.min.css */
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

/* line 1, jquery.fancybox.min.css */
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

/* line 1, jquery.fancybox.min.css */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

/* line 1, jquery.fancybox.min.css */
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

/* line 1, jquery.fancybox.min.css */
.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

/* line 1, jquery.fancybox.min.css */
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--left {
  border-bottom-left-radius: 5px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--right {
  border-bottom-right-radius: 5px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 1, jquery.fancybox.min.css */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

/* line 1, jquery.fancybox.min.css */
.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-arrow--right {
  right: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

/* line 1, jquery.fancybox.min.css */
.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

/* line 1, jquery.fancybox.min.css */
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

/* line 1, jquery.fancybox.min.css */
.fancybox-loading {
  /*border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;*/
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
  height: 100px;
  width: 100px;
  background-image: url(https://static.insales-cdn.com/files/1/4334/21213422/original/spinner.svg);
  background-repeat: no-repeat;
  animation: none; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 1, jquery.fancybox.min.css */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

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

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

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

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

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

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

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

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  /* line 1, jquery.fancybox.min.css */
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* line 1, jquery.fancybox.min.css */
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--thumbs, .fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  /* line 1, jquery.fancybox.min.css */
  .fancybox-button--thumbs {
    display: inline-block; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-button--thumbs span {
    font-size: 23px; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }

  /* line 1, jquery.fancybox.min.css */
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 9, jquery-confirm.min.css */
body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important; }

/* line 9, jquery-confirm.min.css */
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-scrollpane {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box-container {
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform,-webkit-transform; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: 0;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }

@-webkit-keyframes type-blue {
  1%,100% {
    border-color: #3498db; }
  50% {
    border-color: #5faee3; } }
@keyframes type-blue {
  1%,100% {
    border-color: #3498db; }
  50% {
    border-color: #5faee3; } }
@-webkit-keyframes type-green {
  1%,100% {
    border-color: #2ecc71; }
  50% {
    border-color: #54d98c; } }
@keyframes type-green {
  1%,100% {
    border-color: #2ecc71; }
  50% {
    border-color: #54d98c; } }
@-webkit-keyframes type-red {
  1%,100% {
    border-color: #e74c3c; }
  50% {
    border-color: #ed7669; } }
@keyframes type-red {
  1%,100% {
    border-color: #e74c3c; }
  50% {
    border-color: #ed7669; } }
@-webkit-keyframes type-orange {
  1%,100% {
    border-color: #f1c40f; }
  50% {
    border-color: #f4d03f; } }
@keyframes type-orange {
  1%,100% {
    border-color: #f1c40f; }
  50% {
    border-color: #f4d03f; } }
@-webkit-keyframes type-purple {
  1%,100% {
    border-color: #9b59b6; }
  50% {
    border-color: #b07cc6; } }
@keyframes type-purple {
  1%,100% {
    border-color: #9b59b6; }
  50% {
    border-color: #b07cc6; } }
@-webkit-keyframes type-dark {
  1%,100% {
    border-color: #34495e; }
  50% {
    border-color: #46627f; } }
@keyframes type-dark {
  1%,100% {
    border-color: #34495e; }
  50% {
    border-color: #46627f; } }
/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  -webkit-animation-name: type-blue;
  animation-name: type-blue; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  -webkit-animation-name: type-green;
  animation-name: type-green; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
  animation-name: type-red; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  -webkit-animation-name: type-orange;
  animation-name: type-orange; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  -webkit-animation-name: type-purple;
  animation-name: type-purple; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  -webkit-animation-name: type-dark;
  animation-name: type-dark; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.loading {
  height: 120px; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.loading:before {
  content: '';
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.loading:after {
  opacity: .6;
  content: '';
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-animation: jconfirm-spin 1s infinite linear;
  animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height .4s ease-in;
  transition: height .4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 3px; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  background-image: none; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-clear {
  clear: both; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-rtl {
  direction: rtl; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: .2; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: .4; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: 0;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: white; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes shake {
  10%,90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  20%,80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); }
  30%,50%,70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0); }
  40%,60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0); } }
@keyframes shake {
  10%,90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  20%,80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); }
  30%,50%,70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0); }
  40%,60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0); } }
@-webkit-keyframes glow {
  0%,100% {
    -webkit-box-shadow: 0 0 0 red;
    box-shadow: 0 0 0 red; }
  50% {
    -webkit-box-shadow: 0 0 30px red;
    box-shadow: 0 0 30px red; } }
@keyframes glow {
  0%,100% {
    -webkit-box-shadow: 0 0 0 red;
    box-shadow: 0 0 0 red; }
  50% {
    -webkit-box-shadow: 0 0 30px red;
    box-shadow: 0 0 30px red; } }
/* line 9, jquery-confirm.min.css */
.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center;
  transform-origin: center; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: center;
  transform-origin: center; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  -webkit-transform: scaley(1.5);
  transform: scaley(1.5);
  -webkit-transform-origin: center;
  transform-origin: center; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  -webkit-transform: scalex(1.5);
  transform: scalex(1.5);
  -webkit-transform-origin: center;
  transform-origin: center; }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-top {
  -webkit-transform: translate(0px, -100px);
  transform: translate(0px, -100px); }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-left {
  -webkit-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px); }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-right {
  -webkit-transform: translate(100px, 0px);
  transform: translate(100px, 0px); }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px); }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-scale {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

/* line 9, jquery-confirm.min.css */
.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95); }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
  border: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
  border: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
  border: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
  border: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
  border: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: 0;
  color: white;
  padding: 10px;
  min-width: 100px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67); }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87); }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87); }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21); }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87); }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
  padding: 0 15px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 10px;
  margin: -5px 0 0;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: .6; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 25px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background .1s;
  transition: background .1s;
  padding: 10px 20px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
  margin-left: 4px; }

/* line 9, jquery-confirm.min.css */
.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  -webkit-transform: scale(1);
  transform: scale(1); }

/* line 3, _jquery-confirm-custom-theme.scss */
.jconfirm.jconfirm-hoffman .jconfirm-bg {
  background-color: rgba(255, 255, 255, 0.5); }
/* line 7, _jquery-confirm-custom-theme.scss */
.jconfirm.jconfirm-hoffman .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 19px 25px;
  -webkit-border-radius: 1px;
  border-radius: 1px; }
  /* line 15, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffman .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px; }
  /* line 20, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffman .jconfirm-box div.jconfirm-closeIcon {
    width: 20px;
    height: 20px;
    color: #333333; }
    /* line 24, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffman .jconfirm-box div.jconfirm-closeIcon i {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      /* line 29, _jquery-confirm-custom-theme.scss */
      .jconfirm.jconfirm-hoffman .jconfirm-box div.jconfirm-closeIcon i::before, .jconfirm.jconfirm-hoffman .jconfirm-box div.jconfirm-closeIcon i::after {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 0.5px);
        width: 20px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.5); }
      /* line 39, _jquery-confirm-custom-theme.scss */
      .jconfirm.jconfirm-hoffman .jconfirm-box div.jconfirm-closeIcon i::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 45, _jquery-confirm-custom-theme.scss */
      .jconfirm.jconfirm-hoffman .jconfirm-box div.jconfirm-closeIcon i::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  /* line 53, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffman .jconfirm-box div.jconfirm-title-c {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 25px; }
  /* line 60, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffman .jconfirm-box div.jconfirm-content {
    color: #333333; }
  /* line 70, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffman .jconfirm-box .jconfirm-buttons {
    text-align: right; }
    /* line 73, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffman .jconfirm-box .jconfirm-buttons button {
      font-weight: 500; }
      /* line 76, _jquery-confirm-custom-theme.scss */
      .jconfirm.jconfirm-hoffman .jconfirm-box .jconfirm-buttons button.in-center {
        display: block;
        margin: auto; }
  /* line 90, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-warning {
    border-top: solid 7px #af4442;
    -webkit-animation-name: type-warning;
    animation-name: type-warning; }
    /* line 95, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-warning .jconfirm-title-c .jconfirm-icon-c {
      color: #af4442 !important; }
    /* line 100, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-warning .jconfirm-buttons button {
      background-color: #c36361;
      border: 1px solid #af4442;
      color: #fff; }
      /* line 104, _jquery-confirm-custom-theme.scss */
      .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-warning .jconfirm-buttons button:hover {
        background-color: #af4442;
        color: #fff; }
      /* line 108, _jquery-confirm-custom-theme.scss */
      .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-warning .jconfirm-buttons button.btn-send {
        border: 1px solid #c36361;
        background: transparent;
        color: #c36361; }
        /* line 112, _jquery-confirm-custom-theme.scss */
        .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-warning .jconfirm-buttons button.btn-send:hover {
          background-color: #af4442;
          color: #fff; }
  /* line 121, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-primary {
    border-top: solid 7px #ff7000;
    -webkit-animation-name: type-primary;
    animation-name: type-primary; }
    /* line 126, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-primary .jconfirm-title-c .jconfirm-icon-c {
      color: #ff7000 !important; }
    /* line 131, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-primary .jconfirm-buttons button {
      background-color: #ff8d33;
      color: #fff; }
      /* line 134, _jquery-confirm-custom-theme.scss */
      .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-primary .jconfirm-buttons button.btn-white {
        background-color: #fff;
        border: 1px solid #b3b3b3;
        color: inherit; }
      /* line 139, _jquery-confirm-custom-theme.scss */
      .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-primary .jconfirm-buttons button:hover {
        background-color: #ff7000;
        color: #fff; }
    /* line 144, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-primary .jconfirm-buttons button + button {
      margin-left: 15px; }
  /* line 151, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-success {
    border-top: solid 7px #5cb85c;
    -webkit-animation-name: type-success;
    animation-name: type-success; }
    /* line 156, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-success .jconfirm-title-c .jconfirm-icon-c {
      color: #5cb85c !important; }
    /* line 161, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-success .jconfirm-buttons button {
      background-color: #80c780;
      color: #fff; }
      /* line 164, _jquery-confirm-custom-theme.scss */
      .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-success .jconfirm-buttons button:hover {
        background-color: #5cb85c;
        color: #fff; }
  /* line 172, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-info {
    border-top: solid 7px #5bc0de;
    -webkit-animation-name: type-info;
    animation-name: type-info; }
    /* line 177, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-info .jconfirm-title-c .jconfirm-icon-c {
      color: #5bc0de !important; }
    /* line 182, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-info .jconfirm-buttons button {
      background-color: #85d0e7;
      color: #fff; }
      /* line 185, _jquery-confirm-custom-theme.scss */
      .jconfirm.jconfirm-hoffman .jconfirm-box.jconfirm-type-info .jconfirm-buttons button:hover {
        background-color: #5bc0de;
        color: #fff; }
/* line 195, _jquery-confirm-custom-theme.scss */
.jconfirm.jconfirm-hoffman.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

/* line 202, _jquery-confirm-custom-theme.scss */
.jconfirm.jconfirm-hoffmann-cookie {
  pointer-events: none; }
  /* line 204, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffmann-cookie .jconfirm-bg {
    background-color: rgba(255, 255, 255, 0.5); }
  /* line 208, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffmann-cookie .jconfirm-cell {
    vertical-align: bottom; }
  /* line 212, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffmann-cookie .jconfirm-box {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 18px 25px 18px 25px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ff7000;
    pointer-events: all; }
    /* line 223, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffmann-cookie .jconfirm-box .jconfirm-content-pane {
      margin-bottom: 0; }
    /* line 227, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffmann-cookie .jconfirm-box .jconfirm-buttons {
      padding-bottom: 0;
      text-align: right; }
    /* line 232, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffmann-cookie .jconfirm-box button {
      color: white;
      font-weight: bold;
      background-color: #ff7000; }
  /* line 240, _jquery-confirm-custom-theme.scss */
  .jconfirm.jconfirm-hoffmann-cookie .jconfirm-content a {
    color: #ff7000;
    border-bottom: 1px solid transparent; }
    /* line 243, _jquery-confirm-custom-theme.scss */
    .jconfirm.jconfirm-hoffmann-cookie .jconfirm-content a:hover {
      border-bottom: 1px solid #ff7000; }

@-webkit-keyframes type-warning {
  1%,
    100% {
    border-color: #af4442; }
  50% {
    border-color: #c36361; } }
@keyframes type-warning {
  1%,
    100% {
    border-color: #af4442; }
  50% {
    border-color: #c36361; } }
@-webkit-keyframes type-primary {
  1%,
    100% {
    border-color: #ff7000; }
  50% {
    border-color: #ff8d33; } }
@keyframes type-primary {
  1%,
    100% {
    border-color: #ff7000; }
  50% {
    border-color: #ff8d33; } }
@-webkit-keyframes type-success {
  1%,
    100% {
    border-color: #5cb85c; }
  50% {
    border-color: #80c780; } }
@keyframes type-success {
  1%,
    100% {
    border-color: #5cb85c; }
  50% {
    border-color: #80c780; } }
@-webkit-keyframes type-info {
  1%,
    100% {
    border-color: #5bc0de; }
  50% {
    border-color: #85d0e7; } }
@keyframes type-info {
  1%,
    100% {
    border-color: #5bc0de; }
  50% {
    border-color: #85d0e7; } }
/* line 9, _core.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }
  /* line 26, _core.scss */
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small,
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small,
  .h1 small,
  .h1 .small,
  .h2 small,
  .h2 .small,
  .h3 small,
  .h3 .small,
  .h4 small,
  .h4 .small,
  .h5 small,
  .h5 .small,
  .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #b3b3b3; }

/* line 34, _core.scss */
h1,
h2,
h3,
h4 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 50, _core.scss */
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small,
h4 small,
h4 .small,
.h4 small,
.h4 .small {
  font-size: 65%; }
/* line 55, _core.scss */
h1 strong,
h1 .strong, h1.strong,
.h1 strong,
.h1 .strong,
.h1.strong,
h2 strong,
h2 .strong,
h2.strong,
.h2 strong,
.h2 .strong,
.h2.strong,
h3 strong,
h3 .strong,
h3.strong,
.h3 strong,
.h3 .strong,
.h3.strong,
h4 strong,
h4 .strong,
h4.strong,
.h4 strong,
.h4 .strong,
.h4.strong {
  font-family: "Roboto", sans-serif; }

/* line 62, _core.scss */
h5,
.h5,
h6,
.h6 {
  font-family: "Roboto", sans-serif; }
  /* line 68, _core.scss */
  h5 small,
  h5 .small,
  .h5 small,
  .h5 .small,
  h6 small,
  h6 .small,
  .h6 small,
  .h6 .small {
    font-size: 75%; }

/* line 74, _core.scss */
h1,
.h1 {
  font-size: 36px;
  line-height: 1.22222; }

/* line 80, _core.scss */
h2,
.h2 {
  font-size: 30px;
  line-height: 1.33333; }

/* line 86, _core.scss */
h3,
.h3 {
  font-size: 24px;
  line-height: 1.33333; }

/* line 92, _core.scss */
h4,
.h4 {
  font-size: 20px;
  line-height: 1.5; }

/* line 98, _core.scss */
h5,
.h5 {
  font-size: 16px;
  line-height: 1.5; }

/* line 104, _core.scss */
h6,
.h6 {
  font-size: 16px;
  line-height: 1.5; }

/* line 113, _core.scss */
p {
  margin: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

/* line 120, _core.scss */
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4; }
  @media (min-width: 540px) {
    /* line 120, _core.scss */
    .lead {
      font-size: 24px; } }

/* line 131, _core.scss */
.text-nudge {
  margin-top: .5em; }

/* line 135, _core.scss */
label p {
  font-size: 14px; }

/* line 143, _core.scss */
small,
.small {
  font-size: 14px; }
  /* line 147, _core.scss */
  small.small-block,
  .small.small-block {
    display: block; }

/* line 152, _core.scss */
small.text-result {
  line-height: 1.3;
  display: block; }
  /* line 156, _core.scss */
  small.text-result em {
    font-weight: 700; }

/* line 161, _core.scss */
strong,
.strong {
  font-weight: 700; }

/* line 167, _core.scss */
cite {
  font-style: normal; }

/* line 171, _core.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

/* line 178, _core.scss */
.text-left {
  text-align: left; }

/* line 182, _core.scss */
.text-right {
  text-align: right; }

/* line 186, _core.scss */
.text-center {
  text-align: center; }

/* line 190, _core.scss */
.text-justify {
  text-align: justify; }

/* line 195, _core.scss */
.text-muted {
  color: dimgray;
  font-weight: 400; }
  /* line 199, _core.scss */
  .text-muted strong {
    color: #333333; }
  /* line 203, _core.scss */
  .text-muted a {
    color: #333333;
    text-decoration: underline; }

/* line 209, _core.scss */
.text-bold {
  font-weight: 700; }

/* line 213, _core.scss */
.text-brand {
  color: #ff7000; }

/* line 217, _core.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 221, _core.scss */
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 230, _core.scss */
.text-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/* line 239, _core.scss */
.text-no-transform {
  text-transform: none; }

/* line 243, _core.scss */
.text-upcase {
  text-transform: uppercase; }

/* line 248, _core.scss */
.text-list span {
  display: block; }

/* line 253, _core.scss */
.valign-sub {
  vertical-align: sub; }

/* line 257, _core.scss */
.valign-middle {
  vertical-align: middle; }

/* line 262, _core.scss */
.text-readability {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

/* line 268, _core.scss */
.text-important {
  color: #ff7000; }

/* line 272, _core.scss */
.text-header,
.text-subheader {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

/* line 278, _core.scss */
.text-success {
  color: #3caa57; }

/* line 282, _core.scss */
.text-warning {
  color: #af4442; }
  /* line 285, _core.scss */
  .text-warning a {
    color: #af4442;
    text-decoration: underline; }

/* line 291, _core.scss */
.text-info {
  color: #ff7000; }

/* line 295, _core.scss */
.text-inverse {
  color: white; }

/* line 299, _core.scss */
.line-sm {
  line-height: 1.3; }

/* line 303, _core.scss */
.text-product-details-extra {
  float: right;
  display: block;
  width: 70%; }

@media (min-width: 540px) {
  /* line 309, _core.scss */
  .align-with-form {
    line-height: 3; }
    /* line 313, _core.scss */
    .align-with-form button,
    .align-with-form input {
      line-height: 1.4; } }

/* line 322, _core.scss */
.block-content h3 {
  text-transform: none; }
/* line 326, _core.scss */
.block-content li {
  border: none; }
/* line 330, _core.scss */
.block-content li > a {
  color: #ff7000;
  text-decoration: none; }
  /* line 334, _core.scss */
  .block-content li > a:hover {
    text-decoration: underline; }
/* line 341, _core.scss */
.block-content p > a, .block-content p > strong > a {
  color: #ff7000;
  text-decoration: none; }
  /* line 346, _core.scss */
  .block-content p > a:hover, .block-content p > strong > a:hover {
    text-decoration: underline; }

/* line 353, _core.scss */
em {
  color: #ff7000;
  font-weight: 400;
  font-style: normal; }

/* line 359, _core.scss */
.small-fineprint {
  display: inline-block;
  line-height: 1.2; }

/* line 373, _core.scss */
.container,
#globalMessages {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  max-width: 1440px; }
  /* line 632, _mixins.scss */
  .container:before, .container:after,
  #globalMessages:before,
  #globalMessages:after {
    content: " ";
    display: table; }
  /* line 637, _mixins.scss */
  .container:after,
  #globalMessages:after {
    clear: both; }
  @media (max-width: 540px) {
    /* line 373, _core.scss */
    .container,
    #globalMessages {
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 385, _core.scss */
  .near-sidebar-content .container, .near-sidebar-content
  #globalMessages {
    width: 100%; }

/* line 395, _core.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  /* line 632, _mixins.scss */
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  /* line 637, _mixins.scss */
  .container-fluid:after {
    clear: both; }

/* line 632, _mixins.scss */
.row:before, .row:after {
  content: " ";
  display: table; }
/* line 637, _mixins.scss */
.row:after {
  clear: both; }

/* line 749, _mixins.scss */
[class*="col-"] {
  position: relative;
  min-height: 1px; }

/* line 764, _mixins.scss */
[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

/* line 757, _mixins.scss */
[class*="col-"] {
  float: left; }

/* line 413, _core.scss */
.row {
  margin-left: -15px;
  margin-right: -15px; }

/* line 417, _core.scss */
.rowContainer {
  padding-left: 15px;
  padding-right: 15px; }

/* line 422, _core.scss */
.row-carousel {
  margin-left: -15px;
  margin-right: -15px; }

/* line 426, _core.scss */
.row.border-bottom {
  border-bottom: 1px solid #cdcdcd; }

/* line 774, _mixins.scss */
.col-1 {
  width: 8.33333%; }

/* line 774, _mixins.scss */
.col-2 {
  width: 16.66667%; }

/* line 774, _mixins.scss */
.col-3 {
  width: 25%; }

/* line 774, _mixins.scss */
.col-4 {
  width: 33.33333%; }

/* line 774, _mixins.scss */
.col-5 {
  width: 41.66667%; }

/* line 774, _mixins.scss */
.col-6 {
  width: 50%; }

/* line 774, _mixins.scss */
.col-7 {
  width: 58.33333%; }

/* line 774, _mixins.scss */
.col-8 {
  width: 66.66667%; }

/* line 774, _mixins.scss */
.col-9 {
  width: 75%; }

/* line 774, _mixins.scss */
.col-10 {
  width: 83.33333%; }

/* line 774, _mixins.scss */
.col-11 {
  width: 91.66667%; }

/* line 774, _mixins.scss */
.col-12 {
  width: 100%; }

/* line 794, _mixins.scss */
.col-pull-0 {
  right: auto; }

/* line 789, _mixins.scss */
.col-pull-1 {
  right: 8.33333%; }

/* line 789, _mixins.scss */
.col-pull-2 {
  right: 16.66667%; }

/* line 789, _mixins.scss */
.col-pull-3 {
  right: 25%; }

/* line 789, _mixins.scss */
.col-pull-4 {
  right: 33.33333%; }

/* line 789, _mixins.scss */
.col-pull-5 {
  right: 41.66667%; }

/* line 789, _mixins.scss */
.col-pull-6 {
  right: 50%; }

/* line 789, _mixins.scss */
.col-pull-7 {
  right: 58.33333%; }

/* line 789, _mixins.scss */
.col-pull-8 {
  right: 66.66667%; }

/* line 789, _mixins.scss */
.col-pull-9 {
  right: 75%; }

/* line 789, _mixins.scss */
.col-pull-10 {
  right: 83.33333%; }

/* line 789, _mixins.scss */
.col-pull-11 {
  right: 91.66667%; }

/* line 789, _mixins.scss */
.col-pull-12 {
  right: 100%; }

/* line 784, _mixins.scss */
.col-push-0 {
  left: auto; }

/* line 779, _mixins.scss */
.col-push-1 {
  left: 8.33333%; }

/* line 779, _mixins.scss */
.col-push-2 {
  left: 16.66667%; }

/* line 779, _mixins.scss */
.col-push-3 {
  left: 25%; }

/* line 779, _mixins.scss */
.col-push-4 {
  left: 33.33333%; }

/* line 779, _mixins.scss */
.col-push-5 {
  left: 41.66667%; }

/* line 779, _mixins.scss */
.col-push-6 {
  left: 50%; }

/* line 779, _mixins.scss */
.col-push-7 {
  left: 58.33333%; }

/* line 779, _mixins.scss */
.col-push-8 {
  left: 66.66667%; }

/* line 779, _mixins.scss */
.col-push-9 {
  left: 75%; }

/* line 779, _mixins.scss */
.col-push-10 {
  left: 83.33333%; }

/* line 779, _mixins.scss */
.col-push-11 {
  left: 91.66667%; }

/* line 779, _mixins.scss */
.col-push-12 {
  left: 100%; }

/* line 799, _mixins.scss */
.col-offset-0 {
  margin-left: 0%; }

/* line 799, _mixins.scss */
.col-offset-1 {
  margin-left: 8.33333%; }

/* line 799, _mixins.scss */
.col-offset-2 {
  margin-left: 16.66667%; }

/* line 799, _mixins.scss */
.col-offset-3 {
  margin-left: 25%; }

/* line 799, _mixins.scss */
.col-offset-4 {
  margin-left: 33.33333%; }

/* line 799, _mixins.scss */
.col-offset-5 {
  margin-left: 41.66667%; }

/* line 799, _mixins.scss */
.col-offset-6 {
  margin-left: 50%; }

/* line 799, _mixins.scss */
.col-offset-7 {
  margin-left: 58.33333%; }

/* line 799, _mixins.scss */
.col-offset-8 {
  margin-left: 66.66667%; }

/* line 799, _mixins.scss */
.col-offset-9 {
  margin-left: 75%; }

/* line 799, _mixins.scss */
.col-offset-10 {
  margin-left: 83.33333%; }

/* line 799, _mixins.scss */
.col-offset-11 {
  margin-left: 91.66667%; }

/* line 799, _mixins.scss */
.col-offset-12 {
  margin-left: 100%; }

@media (min-width: 0) {
  /* line 774, _mixins.scss */
  .col-xs-1 {
    width: 8.33333%; }

  /* line 774, _mixins.scss */
  .col-xs-2 {
    width: 16.66667%; }

  /* line 774, _mixins.scss */
  .col-xs-3 {
    width: 25%; }

  /* line 774, _mixins.scss */
  .col-xs-4 {
    width: 33.33333%; }

  /* line 774, _mixins.scss */
  .col-xs-5 {
    width: 41.66667%; }

  /* line 774, _mixins.scss */
  .col-xs-6 {
    width: 50%; }

  /* line 774, _mixins.scss */
  .col-xs-7 {
    width: 58.33333%; }

  /* line 774, _mixins.scss */
  .col-xs-8 {
    width: 66.66667%; }

  /* line 774, _mixins.scss */
  .col-xs-9 {
    width: 75%; }

  /* line 774, _mixins.scss */
  .col-xs-10 {
    width: 83.33333%; }

  /* line 774, _mixins.scss */
  .col-xs-11 {
    width: 91.66667%; }

  /* line 774, _mixins.scss */
  .col-xs-12 {
    width: 100%; }

  /* line 794, _mixins.scss */
  .col-xs-pull-0 {
    right: auto; }

  /* line 789, _mixins.scss */
  .col-xs-pull-1 {
    right: 8.33333%; }

  /* line 789, _mixins.scss */
  .col-xs-pull-2 {
    right: 16.66667%; }

  /* line 789, _mixins.scss */
  .col-xs-pull-3 {
    right: 25%; }

  /* line 789, _mixins.scss */
  .col-xs-pull-4 {
    right: 33.33333%; }

  /* line 789, _mixins.scss */
  .col-xs-pull-5 {
    right: 41.66667%; }

  /* line 789, _mixins.scss */
  .col-xs-pull-6 {
    right: 50%; }

  /* line 789, _mixins.scss */
  .col-xs-pull-7 {
    right: 58.33333%; }

  /* line 789, _mixins.scss */
  .col-xs-pull-8 {
    right: 66.66667%; }

  /* line 789, _mixins.scss */
  .col-xs-pull-9 {
    right: 75%; }

  /* line 789, _mixins.scss */
  .col-xs-pull-10 {
    right: 83.33333%; }

  /* line 789, _mixins.scss */
  .col-xs-pull-11 {
    right: 91.66667%; }

  /* line 789, _mixins.scss */
  .col-xs-pull-12 {
    right: 100%; }

  /* line 784, _mixins.scss */
  .col-xs-push-0 {
    left: auto; }

  /* line 779, _mixins.scss */
  .col-xs-push-1 {
    left: 8.33333%; }

  /* line 779, _mixins.scss */
  .col-xs-push-2 {
    left: 16.66667%; }

  /* line 779, _mixins.scss */
  .col-xs-push-3 {
    left: 25%; }

  /* line 779, _mixins.scss */
  .col-xs-push-4 {
    left: 33.33333%; }

  /* line 779, _mixins.scss */
  .col-xs-push-5 {
    left: 41.66667%; }

  /* line 779, _mixins.scss */
  .col-xs-push-6 {
    left: 50%; }

  /* line 779, _mixins.scss */
  .col-xs-push-7 {
    left: 58.33333%; }

  /* line 779, _mixins.scss */
  .col-xs-push-8 {
    left: 66.66667%; }

  /* line 779, _mixins.scss */
  .col-xs-push-9 {
    left: 75%; }

  /* line 779, _mixins.scss */
  .col-xs-push-10 {
    left: 83.33333%; }

  /* line 779, _mixins.scss */
  .col-xs-push-11 {
    left: 91.66667%; }

  /* line 779, _mixins.scss */
  .col-xs-push-12 {
    left: 100%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-0 {
    margin-left: 0%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-1 {
    margin-left: 8.33333%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-2 {
    margin-left: 16.66667%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-3 {
    margin-left: 25%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-4 {
    margin-left: 33.33333%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-5 {
    margin-left: 41.66667%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-6 {
    margin-left: 50%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-7 {
    margin-left: 58.33333%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-8 {
    margin-left: 66.66667%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-9 {
    margin-left: 75%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-10 {
    margin-left: 83.33333%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-11 {
    margin-left: 91.66667%; }

  /* line 799, _mixins.scss */
  .col-xs-offset-12 {
    margin-left: 100%; }

  /* line 764, _mixins.scss */
  [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 451, _core.scss */
  .row {
    margin-left: -10px;
    margin-right: -10px; }

  /* line 455, _core.scss */
  .rowContainer {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 460, _core.scss */
  .row-carousel {
    margin-left: -10px;
    margin-right: -10px; } }
@media (min-width: 540px) {
  /* line 774, _mixins.scss */
  .col-sm-1 {
    width: 8.33333%; }

  /* line 774, _mixins.scss */
  .col-sm-2 {
    width: 16.66667%; }

  /* line 774, _mixins.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 774, _mixins.scss */
  .col-sm-4 {
    width: 33.33333%; }

  /* line 774, _mixins.scss */
  .col-sm-5 {
    width: 41.66667%; }

  /* line 774, _mixins.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 774, _mixins.scss */
  .col-sm-7 {
    width: 58.33333%; }

  /* line 774, _mixins.scss */
  .col-sm-8 {
    width: 66.66667%; }

  /* line 774, _mixins.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 774, _mixins.scss */
  .col-sm-10 {
    width: 83.33333%; }

  /* line 774, _mixins.scss */
  .col-sm-11 {
    width: 91.66667%; }

  /* line 774, _mixins.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 794, _mixins.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 789, _mixins.scss */
  .col-sm-pull-1 {
    right: 8.33333%; }

  /* line 789, _mixins.scss */
  .col-sm-pull-2 {
    right: 16.66667%; }

  /* line 789, _mixins.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 789, _mixins.scss */
  .col-sm-pull-4 {
    right: 33.33333%; }

  /* line 789, _mixins.scss */
  .col-sm-pull-5 {
    right: 41.66667%; }

  /* line 789, _mixins.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 789, _mixins.scss */
  .col-sm-pull-7 {
    right: 58.33333%; }

  /* line 789, _mixins.scss */
  .col-sm-pull-8 {
    right: 66.66667%; }

  /* line 789, _mixins.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 789, _mixins.scss */
  .col-sm-pull-10 {
    right: 83.33333%; }

  /* line 789, _mixins.scss */
  .col-sm-pull-11 {
    right: 91.66667%; }

  /* line 789, _mixins.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 784, _mixins.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 779, _mixins.scss */
  .col-sm-push-1 {
    left: 8.33333%; }

  /* line 779, _mixins.scss */
  .col-sm-push-2 {
    left: 16.66667%; }

  /* line 779, _mixins.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 779, _mixins.scss */
  .col-sm-push-4 {
    left: 33.33333%; }

  /* line 779, _mixins.scss */
  .col-sm-push-5 {
    left: 41.66667%; }

  /* line 779, _mixins.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 779, _mixins.scss */
  .col-sm-push-7 {
    left: 58.33333%; }

  /* line 779, _mixins.scss */
  .col-sm-push-8 {
    left: 66.66667%; }

  /* line 779, _mixins.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 779, _mixins.scss */
  .col-sm-push-10 {
    left: 83.33333%; }

  /* line 779, _mixins.scss */
  .col-sm-push-11 {
    left: 91.66667%; }

  /* line 779, _mixins.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-0 {
    margin-left: 0%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  /* line 799, _mixins.scss */
  .col-sm-offset-12 {
    margin-left: 100%; }

  /* line 764, _mixins.scss */
  [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 477, _core.scss */
  .row {
    margin-left: -15px;
    margin-right: -15px; }

  /* line 481, _core.scss */
  .rowContainer {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 486, _core.scss */
  .row-carousel {
    margin-left: -15px;
    margin-right: -15px; } }
@media (min-width: 767px) {
  /* line 774, _mixins.scss */
  .col-md-1 {
    width: 8.33333%; }

  /* line 774, _mixins.scss */
  .col-md-2 {
    width: 16.66667%; }

  /* line 774, _mixins.scss */
  .col-md-3 {
    width: 25%; }

  /* line 774, _mixins.scss */
  .col-md-4 {
    width: 33.33333%; }

  /* line 774, _mixins.scss */
  .col-md-5 {
    width: 41.66667%; }

  /* line 774, _mixins.scss */
  .col-md-6 {
    width: 50%; }

  /* line 774, _mixins.scss */
  .col-md-7 {
    width: 58.33333%; }

  /* line 774, _mixins.scss */
  .col-md-8 {
    width: 66.66667%; }

  /* line 774, _mixins.scss */
  .col-md-9 {
    width: 75%; }

  /* line 774, _mixins.scss */
  .col-md-10 {
    width: 83.33333%; }

  /* line 774, _mixins.scss */
  .col-md-11 {
    width: 91.66667%; }

  /* line 774, _mixins.scss */
  .col-md-12 {
    width: 100%; }

  /* line 794, _mixins.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 789, _mixins.scss */
  .col-md-pull-1 {
    right: 8.33333%; }

  /* line 789, _mixins.scss */
  .col-md-pull-2 {
    right: 16.66667%; }

  /* line 789, _mixins.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 789, _mixins.scss */
  .col-md-pull-4 {
    right: 33.33333%; }

  /* line 789, _mixins.scss */
  .col-md-pull-5 {
    right: 41.66667%; }

  /* line 789, _mixins.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 789, _mixins.scss */
  .col-md-pull-7 {
    right: 58.33333%; }

  /* line 789, _mixins.scss */
  .col-md-pull-8 {
    right: 66.66667%; }

  /* line 789, _mixins.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 789, _mixins.scss */
  .col-md-pull-10 {
    right: 83.33333%; }

  /* line 789, _mixins.scss */
  .col-md-pull-11 {
    right: 91.66667%; }

  /* line 789, _mixins.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 784, _mixins.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 779, _mixins.scss */
  .col-md-push-1 {
    left: 8.33333%; }

  /* line 779, _mixins.scss */
  .col-md-push-2 {
    left: 16.66667%; }

  /* line 779, _mixins.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 779, _mixins.scss */
  .col-md-push-4 {
    left: 33.33333%; }

  /* line 779, _mixins.scss */
  .col-md-push-5 {
    left: 41.66667%; }

  /* line 779, _mixins.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 779, _mixins.scss */
  .col-md-push-7 {
    left: 58.33333%; }

  /* line 779, _mixins.scss */
  .col-md-push-8 {
    left: 66.66667%; }

  /* line 779, _mixins.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 779, _mixins.scss */
  .col-md-push-10 {
    left: 83.33333%; }

  /* line 779, _mixins.scss */
  .col-md-push-11 {
    left: 91.66667%; }

  /* line 779, _mixins.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 799, _mixins.scss */
  .col-md-offset-0 {
    margin-left: 0%; }

  /* line 799, _mixins.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%; }

  /* line 799, _mixins.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%; }

  /* line 799, _mixins.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 799, _mixins.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%; }

  /* line 799, _mixins.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%; }

  /* line 799, _mixins.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 799, _mixins.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%; }

  /* line 799, _mixins.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%; }

  /* line 799, _mixins.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 799, _mixins.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%; }

  /* line 799, _mixins.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%; }

  /* line 799, _mixins.scss */
  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  /* line 774, _mixins.scss */
  .col-lg-1 {
    width: 8.33333%; }

  /* line 774, _mixins.scss */
  .col-lg-2 {
    width: 16.66667%; }

  /* line 774, _mixins.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 774, _mixins.scss */
  .col-lg-4 {
    width: 33.33333%; }

  /* line 774, _mixins.scss */
  .col-lg-5 {
    width: 41.66667%; }

  /* line 774, _mixins.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 774, _mixins.scss */
  .col-lg-7 {
    width: 58.33333%; }

  /* line 774, _mixins.scss */
  .col-lg-8 {
    width: 66.66667%; }

  /* line 774, _mixins.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 774, _mixins.scss */
  .col-lg-10 {
    width: 83.33333%; }

  /* line 774, _mixins.scss */
  .col-lg-11 {
    width: 91.66667%; }

  /* line 774, _mixins.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 794, _mixins.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 789, _mixins.scss */
  .col-lg-pull-1 {
    right: 8.33333%; }

  /* line 789, _mixins.scss */
  .col-lg-pull-2 {
    right: 16.66667%; }

  /* line 789, _mixins.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 789, _mixins.scss */
  .col-lg-pull-4 {
    right: 33.33333%; }

  /* line 789, _mixins.scss */
  .col-lg-pull-5 {
    right: 41.66667%; }

  /* line 789, _mixins.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 789, _mixins.scss */
  .col-lg-pull-7 {
    right: 58.33333%; }

  /* line 789, _mixins.scss */
  .col-lg-pull-8 {
    right: 66.66667%; }

  /* line 789, _mixins.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 789, _mixins.scss */
  .col-lg-pull-10 {
    right: 83.33333%; }

  /* line 789, _mixins.scss */
  .col-lg-pull-11 {
    right: 91.66667%; }

  /* line 789, _mixins.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 784, _mixins.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 779, _mixins.scss */
  .col-lg-push-1 {
    left: 8.33333%; }

  /* line 779, _mixins.scss */
  .col-lg-push-2 {
    left: 16.66667%; }

  /* line 779, _mixins.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 779, _mixins.scss */
  .col-lg-push-4 {
    left: 33.33333%; }

  /* line 779, _mixins.scss */
  .col-lg-push-5 {
    left: 41.66667%; }

  /* line 779, _mixins.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 779, _mixins.scss */
  .col-lg-push-7 {
    left: 58.33333%; }

  /* line 779, _mixins.scss */
  .col-lg-push-8 {
    left: 66.66667%; }

  /* line 779, _mixins.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 779, _mixins.scss */
  .col-lg-push-10 {
    left: 83.33333%; }

  /* line 779, _mixins.scss */
  .col-lg-push-11 {
    left: 91.66667%; }

  /* line 779, _mixins.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-0 {
    margin-left: 0%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  /* line 799, _mixins.scss */
  .col-lg-offset-12 {
    margin-left: 100%; } }
/* line 518, _core.scss */
.row-padded {
  padding: 1em 0; }

/* line 522, _core.scss */
.row-border-bottom {
  border-bottom: 1px solid #cdcdcd; }

/* line 527, _core.scss */
.row-border-top {
  border-top: 1px solid #cdcdcd; }

/* line 531, _core.scss */
.row-inline-grid {
  letter-spacing: -6px; }
  /* line 534, _core.scss */
  .row-inline-grid .col-inline-grid {
    letter-spacing: 0;
    float: none;
    display: inline-block;
    vertical-align: top; }

/* line 542, _core.scss */
.col-padded {
  padding-top: 1em;
  padding-bottom: 1em; }

/* line 547, _core.scss */
.col-add-margin {
  margin-bottom: 2.5em; }

@media (max-width: 540px) {
  /* line 551, _core.scss */
  .col-padded-xs {
    padding-top: .5em;
    padding-bottom: .5em; } }

@media (max-width: 767px) {
  /* line 558, _core.scss */
  .col-padded-sm {
    padding-top: .5em;
    padding-bottom: .5em; } }

/* line 565, _core.scss */
.row-margin-top {
  margin-top: 1em; }

@media (min-width: 540px) {
  /* line 569, _core.scss */
  .padded-left-lt-xs {
    padding-left: 1em; } }

/* line 576, _core.scss */
.yCmsContentSlot {
  /*display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;*/ }

/* line 583, _core.scss */
.equalHeightChildren {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 590, _core.scss */
.page-psakonformitaetserklaerungen .equalHeightChildren {
  display: block; }

/*
// INDEX
*/
/* line 598, _core.scss */
.subscribe-banner {
  display: block;
  margin-top: 2.5em;
  -webkit-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
  height: 200px;
  width: 100%;
  background-color: #f5f5f5;
  position: relative; }
  /* line 608, _core.scss */
  .subscribe-banner__content {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
    position: relative;
    padding: 0 20px; }
  /* line 630, _core.scss */
  .subscribe-banner__title {
    font-size: 34px;
    line-height: 1.33333;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400; }
  /* line 636, _core.scss */
  .subscribe-banner__btn {
    color: #ff7000;
    border: 1px solid #ff7000;
    padding: 5px 20px;
    background: #fff;
    margin-top: 15px; }
    /* line 642, _core.scss */
    .subscribe-banner__btn:hover {
      background: #ff7000;
      color: #fff; }
  /* line 647, _core.scss */
  .subscribe-banner:before {
    content: '';
    background: url(subscribe-banner-left.png) center center no-repeat;
    display: block;
    height: 200px;
    width: 400px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  /* line 658, _core.scss */
  .subscribe-banner:after {
    content: '';
    background: url(subscribe-banner-right.png) center center no-repeat;
    display: block;
    height: 200px;
    width: 400px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  /* line 669, _core.scss */
  .subscribe-banner img {
    width: 100%; }
  @media (max-width: 1100px) {
    /* line 674, _core.scss */
    .subscribe-banner:before {
      opacity: 0.5;
      background-position: -40px; }
    /* line 678, _core.scss */
    .subscribe-banner:after {
      opacity: 0.5;
      background-position: 120px; } }
  @media (max-width: 768px) {
    /* line 685, _core.scss */
    .subscribe-banner__title {
      font-size: 25px;
      line-height: 1.33333; }
    /* line 689, _core.scss */
    .subscribe-banner:before {
      width: 100%;
      opacity: 0.3;
      background-position: -100px; }
    /* line 694, _core.scss */
    .subscribe-banner:after {
      opacity: 0.3;
      background-position: 220px; } }

/* stylelint-disable no-descending-specificity, no-duplicate-selectors */
/* line 710, _core.scss */
form {
  position: relative; }

/* line 714, _core.scss */
fieldset {
  padding: 0;
  margin: 0 auto;
  border: 0;
  min-width: 0; }
  /* line 723, _core.scss */
  fieldset.push-down {
    margin-bottom: 1.5em; }

/* line 728, _core.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

/* line 740, _core.scss */
label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 14px; }

/* line 748, _core.scss */
label.required:after,
label.always-required:after {
  content: "*";
  vertical-align: 20%;
  top: -0.5em;
  font-size: 14px;
  margin-left: 0.5em; }

/* line 764, _core.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 769, _core.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

/* line 777, _core.scss */
input[type="file"] {
  display: block; }

/* line 782, _core.scss */
input[type="range"] {
  display: block;
  width: 100%; }

/* line 788, _core.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 793, _core.scss */
.hack-select-fix {
  padding: 0 !important; }

/* line 798, _core.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 805, _core.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #5c5c5c; }

/* line 835, _core.scss */
.input-control {
  display: inline-block;
  height: 38px;
  padding: 6px 12px;
  line-height: 1.5;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none; }
  /* line 102, _mixins.scss */
  .input-control::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1; }
  /* line 104, _mixins.scss */
  .input-control:-ms-input-placeholder {
    color: #b3b3b3; }
  /* line 105, _mixins.scss */
  .input-control::-webkit-input-placeholder {
    color: #b3b3b3; }
  /* line 863, _core.scss */
  .input-control[disabled], .input-control[readonly], fieldset[disabled] .input-control {
    cursor: not-allowed;
    background-color: #e7e7e7;
    opacity: 1; }
  /* line 871, _core.scss */
  .input-control:focus {
    border: 1px solid #ff7000;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

/* line 880, _core.scss */
.input-block {
  width: 100%; }

/* line 885, _core.scss */
textarea.input-control {
  display: block;
  height: auto; }

/* line 897, _core.scss */
input[type="search"] {
  -webkit-appearance: none; }

/* line 907, _core.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 38px;
  line-height: 1.5 \0; }
  /* line 915, _core.scss */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 31px; }
  /* line 919, _core.scss */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 45px; }

/* line 929, _core.scss */
.input-group {
  margin-bottom: 20px; }

/* line 933, _core.scss */
.input-group-narrow {
  margin-bottom: 0.9em; }

/* line 941, _core.scss */
.radio,
.checkbox {
  display: block;
  min-height: 1em;
  margin-bottom: 1em; }
  /* line 948, _core.scss */
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0; }

/* line 954, _core.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

/* line 962, _core.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

/* line 968, _core.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer; }

/* line 978, _core.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

/* line 994, _core.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

/* line 1001, _core.scss */
.checkbox-google {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1014, _core.scss */
.checkbox-google .checkbox-google-switch {
  display: inline-block;
  width: 36px;
  height: 14px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  top: 6px;
  vertical-align: top;
  background: #9f9f9f;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

/* line 1028, _core.scss */
.checkbox-google .checkbox-google-switch:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  left: -1px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s; }

/* line 1045, _core.scss */
.checkbox-google input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0; }

/* line 1053, _core.scss */
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch {
  background: #ffa965; }

/* line 1056, _core.scss */
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch:before {
  background: #FF7000;
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px); }

/* Hover */
/* line 1064, _core.scss */
.checkbox-google input[type="checkbox"]:not(:disabled) + .checkbox-google-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.3); }

/* Active/Focus */
/* line 1070, _core.scss */
.checkbox-google input[type="checkbox"]:not(:disabled):active + .checkbox-google-switch:before,
.checkbox-google input[type="checkbox"]:not(:disabled):focus + .checkbox-google-switch:before {
  -webkit-animation: checkbox-active-on 0.5s forwards linear;
  animation: checkbox-active-on 0.5s forwards linear; }

@-webkit-keyframes checkbox-active-on {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(212, 212, 212, 0);
    box-shadow: 0 0 0 0 rgba(212, 212, 212, 0); }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5);
    box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5); } }
@keyframes checkbox-active-on {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(212, 212, 212, 0);
    box-shadow: 0 0 0 0 rgba(212, 212, 212, 0); }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5);
    box-shadow: 0 0 0 10px rgba(212, 212, 212, 0.5); } }
/* line 1096, _core.scss */
.checkbox-google input[type="checkbox"]:not(:disabled):checked:active + .checkbox-google-switch:before,
.checkbox-google input[type="checkbox"]:not(:disabled):checked:focus + .checkbox-google-switch:before {
  -webkit-animation: checkbox-active-off 0.5s forwards linear;
  animation: checkbox-active-off 0.5s forwards linear; }

@-webkit-keyframes checkbox-active-off {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(154, 190, 247, 0);
    box-shadow: 0 0 0 0 rgba(154, 190, 247, 0); }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(154, 190, 247, 0.5);
    box-shadow: 0 0 0 10px rgba(154, 190, 247, 0.5); } }
@keyframes checkbox-active-off {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(154, 190, 247, 0);
    box-shadow: 0 0 0 0 rgba(154, 190, 247, 0); }
  99% {
    -webkit-box-shadow: 0 0 0 10px rgba(154, 190, 247, 0.5);
    box-shadow: 0 0 0 10px rgba(154, 190, 247, 0.5); } }
/* Disabled */
/* line 1123, _core.scss */
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch {
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 1128, _core.scss */
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch:before {
  background: #eee; }

/* line 472, _mixins.scss */
.input-sm {
  height: 31px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 480, _mixins.scss */
select.input-sm {
  height: 31px;
  line-height: 31px; }

/* line 485, _mixins.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

/* line 472, _mixins.scss */
.input-lg {
  height: 45px;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

/* line 480, _mixins.scss */
select.input-lg {
  height: 45px;
  line-height: 45px; }

/* line 485, _mixins.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

/* line 1145, _core.scss */
.has-feedback {
  position: relative; }
  /* line 1150, _core.scss */
  .has-feedback .input-control {
    padding-right: 47.5px; }

/* line 1156, _core.scss */
.input-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center; }

/* line 1168, _core.scss */
.input-lg + .input-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px; }

/* line 1174, _core.scss */
.input-sm + .input-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px; }

/* line 413, _mixins.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3caa57; }
/* line 422, _mixins.scss */
.has-success .input-control {
  border-color: #3caa57;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 425, _mixins.scss */
  .has-success .input-control:focus {
    border-color: #2f8444;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7bd190;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7bd190; }
/* line 432, _mixins.scss */
.has-success .input-group-addon {
  color: #3caa57;
  border-color: #3caa57;
  background-color: #dff0d8; }
/* line 438, _mixins.scss */
.has-success .input-control-feedback {
  color: #3caa57; }

/* line 413, _mixins.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
/* line 422, _mixins.scss */
.has-warning .input-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 425, _mixins.scss */
  .has-warning .input-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
/* line 432, _mixins.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
/* line 438, _mixins.scss */
.has-warning .input-control-feedback {
  color: #8a6d3b; }

/* line 413, _mixins.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
/* line 422, _mixins.scss */
.has-error .input-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 425, _mixins.scss */
  .has-error .input-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
/* line 432, _mixins.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
/* line 438, _mixins.scss */
.has-error .input-control-feedback {
  color: #a94442; }

/* line 1198, _core.scss */
.input-control-static {
  display: inline-block;
  height: 38px;
  padding: 6px 0;
  vertical-align: middle;
  margin-bottom: 0; }

/* line 1211, _core.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

/* line 1220, _core.scss */
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }
  /* line 1224, _core.scss */
  .form-actions.form-actions-centered {
    text-align: center; }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 1229, _core.scss */
    .form-actions .col-sm-12 .text-right {
      text-align: left; }
      /* line 1232, _core.scss */
      .form-actions .col-sm-12 .text-right .btn-secondary + .btn-primary {
        float: right; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 1239, _core.scss */
    .form-actions .col-sm-12 .text-right {
      text-align: left; }
      /* line 1242, _core.scss */
      .form-actions .col-sm-12 .text-right .btn-secondary + .btn-primary {
        float: right; } }
  @media (max-width: 540px) {
    /* line 1259, _core.scss */
    .form-actions .col-xs-12 .text-right {
      text-align: left; }
      /* line 1262, _core.scss */
      .form-actions .col-xs-12 .text-right .btn-secondary + .btn-primary {
        float: right; } }

/* line 1271, _core.scss */
.input-info {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0; }

/* line 1280, _core.scss */
label.error {
  color: #af4442; }

/* line 1284, _core.scss */
.form-errors {
  color: #af4442;
  font-size: 12px;
  line-height: 1.33em; }

/* line 1292, _core.scss */
.input-error select {
  border: 1px solid #af4442;
  background-color: #f8eeed; }
/* line 1297, _core.scss */
.input-error .input-control {
  border-color: #af4442; }
/* line 1301, _core.scss */
.input-error .input-info {
  color: #af4442; }

/* line 1306, _core.scss */
input.error,
select.error {
  border-color: #af4442; }
  /* line 1311, _core.scss */
  input.error + p,
  input.error p.error,
  select.error + p,
  select.error p.error {
    color: #af4442; }

/* line 1317, _core.scss */
p.error,
p.input-error {
  color: #af4442; }

/* line 1333, _core.scss */
.form-inline {
  margin-bottom: 1em; }
  /* line 1339, _core.scss */
  .form-inline label {
    display: inline-block;
    margin-right: 1em; }
  /* line 1344, _core.scss */
  .form-inline .input-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 1351, _core.scss */
  .form-inline .input-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  /* line 1357, _core.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    /* line 1361, _core.scss */
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .input-control {
      width: auto; }
    /* line 1367, _core.scss */
    .form-inline .input-group + .input-group {
      margin-left: 1em; }
  /* line 1373, _core.scss */
  .form-inline .input-group > .input-control {
    width: 100%; }
  /* line 1377, _core.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 1385, _core.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  /* line 1394, _core.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  /* line 1404, _core.scss */
  .form-inline .has-feedback .input-control-feedback {
    top: 0; }

/* line 1421, _core.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
/* line 1432, _core.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px; }
/* line 1438, _core.scss */
.form-horizontal .input-group {
  margin-left: -15px;
  margin-right: -15px; }
/* line 1442, _core.scss */
.form-horizontal .input-control-static {
  padding-top: 7px;
  padding-bottom: 7px; }
@media (min-width: 540px) {
  /* line 1450, _core.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
/* line 1461, _core.scss */
.form-horizontal .has-feedback .input-control-feedback {
  top: 0;
  right: 15px; }

/* line 1469, _core.scss */
select {
  text-indent: 0.01px;
  position: relative;
  background-color: #e7e7e7;
  height: 38px;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  outline: 0 none;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  /* line 1485, _core.scss */
  select:focus {
    outline: 0 none; }
  /* line 1489, _core.scss */
  select option {
    border: none; }
  /* line 1493, _core.scss */
  select.select-block {
    width: 100%;
    display: block; }

/* line 1499, _core.scss */
.block-fill select, .block-cart select {
  background-color: white; }

/* line 1505, _core.scss */
.input-group-datepicker {
  position: relative; }
  /* line 1508, _core.scss */
  .input-group-datepicker i {
    margin-top: 2px;
    position: absolute;
    right: 0.66em;
    top: 50%;
    pointer-events: none; }

/* line 1521, _core.scss */
.input-group-radio label,
.input-group-checkbox label {
  display: inline-block;
  vertical-align: middle; }

/* line 1532, _core.scss */
.opacity.borderradius.boxshadow.checked .input-group-radio input[type=radio],
.opacity.borderradius.boxshadow.checked .input-group-radio input[type=checkbox],
.opacity.borderradius.boxshadow.checked .input-group-checkbox input[type=radio],
.opacity.borderradius.boxshadow.checked .input-group-checkbox input[type=checkbox] {
  display: none; }
  /* line 1536, _core.scss */
  .opacity.borderradius.boxshadow.checked .input-group-radio input[type=radio]:checked + label,
  .opacity.borderradius.boxshadow.checked .input-group-radio input[type=checkbox]:checked + label,
  .opacity.borderradius.boxshadow.checked .input-group-checkbox input[type=radio]:checked + label,
  .opacity.borderradius.boxshadow.checked .input-group-checkbox input[type=checkbox]:checked + label {
    color: #ff7000;
    color: black; }
    /* line 1540, _core.scss */
    .opacity.borderradius.boxshadow.checked .input-group-radio input[type=radio]:checked + label:before,
    .opacity.borderradius.boxshadow.checked .input-group-radio input[type=checkbox]:checked + label:before,
    .opacity.borderradius.boxshadow.checked .input-group-checkbox input[type=radio]:checked + label:before,
    .opacity.borderradius.boxshadow.checked .input-group-checkbox input[type=checkbox]:checked + label:before {
      border-color: #ff7000;
      border-color: black; }
    /* line 1545, _core.scss */
    .opacity.borderradius.boxshadow.checked .input-group-radio input[type=radio]:checked + label:after,
    .opacity.borderradius.boxshadow.checked .input-group-radio input[type=checkbox]:checked + label:after,
    .opacity.borderradius.boxshadow.checked .input-group-checkbox input[type=radio]:checked + label:after,
    .opacity.borderradius.boxshadow.checked .input-group-checkbox input[type=checkbox]:checked + label:after {
      opacity: 1; }
/* line 1551, _core.scss */
.opacity.borderradius.boxshadow.checked .input-group-radio label,
.opacity.borderradius.boxshadow.checked .input-group-checkbox label {
  position: relative;
  white-space: normal;
  margin-bottom: 0;
  font-size: 16px; }
  /* line 1557, _core.scss */
  .opacity.borderradius.boxshadow.checked .input-group-radio label::before, .opacity.borderradius.boxshadow.checked .input-group-radio label::after,
  .opacity.borderradius.boxshadow.checked .input-group-checkbox label::before,
  .opacity.borderradius.boxshadow.checked .input-group-checkbox label::after {
    content: '';
    cursor: pointer;
    position: absolute; }
  /* line 1564, _core.scss */
  .opacity.borderradius.boxshadow.checked .input-group-radio label::before,
  .opacity.borderradius.boxshadow.checked .input-group-checkbox label::before {
    top: 0;
    left: 0;
    border: 1px solid #333333; }
  /* line 1570, _core.scss */
  .opacity.borderradius.boxshadow.checked .input-group-radio label::after,
  .opacity.borderradius.boxshadow.checked .input-group-checkbox label::after {
    opacity: 0; }
/* line 1577, _core.scss */
.opacity.borderradius.boxshadow.checked .input-group-checkbox label {
  padding-left: 35px;
  line-height: 25px; }
  /* line 1581, _core.scss */
  .opacity.borderradius.boxshadow.checked .input-group-checkbox label::before {
    width: 21px;
    height: 21px;
    background: white; }
  /* line 1587, _core.scss */
  .opacity.borderradius.boxshadow.checked .input-group-checkbox label::after {
    width: 9px;
    height: 5px;
    top: 6px;
    left: 6px;
    border: 3px solid #ff7000;
    border: 3px solid black;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s; }
/* line 1604, _core.scss */
.opacity.borderradius.boxshadow.checked .input-group-radio label {
  padding-left: 31px;
  line-height: 25px; }
  /* line 1608, _core.scss */
  .opacity.borderradius.boxshadow.checked .input-group-radio label::before {
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  /* line 1617, _core.scss */
  .opacity.borderradius.boxshadow.checked .input-group-radio label::after {
    width: 9px;
    height: 9px;
    background-color: #ff7000;
    top: 5px;
    left: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s; }
/* line 1634, _core.scss */
.opacity.borderradius.boxshadow.checked .form-input-button input[type=radio],
.opacity.borderradius.boxshadow.checked .form-input-button input[type=checkbox] {
  display: none; }
  /* line 1638, _core.scss */
  .opacity.borderradius.boxshadow.checked .form-input-button input[type=radio]:checked + label,
  .opacity.borderradius.boxshadow.checked .form-input-button input[type=checkbox]:checked + label {
    background-color: #cdcdcd; }
/* line 1643, _core.scss */
.opacity.borderradius.boxshadow.checked .form-input-button label {
  padding: .5em 1em;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1656, _core.scss */
.block-product-list-direct-entry .text-inverse {
  color: white; }
  /* line 1659, _core.scss */
  .block-product-list-direct-entry .text-inverse a {
    color: #ff7000;
    font-weight: 400; }
/* line 1665, _core.scss */
.block-product-list-direct-entry .icon-success i {
  color: #beffbe;
  font-size: 40px; }
/* line 1670, _core.scss */
.block-product-list-direct-entry .icon-error i {
  color: #ff7000;
  font-size: 40px; }
/* line 1675, _core.scss */
.block-product-list-direct-entry .spinner {
  font-size: 8px;
  display: inline-block;
  position: relative;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(255, 255, 255, 0.2);
  border-right: 0.4em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.4em solid rgba(255, 255, 255, 0.2);
  border-left: .4em solid #ffffff;
  -webkit-animation: load8 .8s infinite linear;
  animation: load8 .8s infinite linear; }
/* line 1689, _core.scss */
.block-product-list-direct-entry .spinner,
.block-product-list-direct-entry .spinner:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 5em;
  height: 5em; }

/* line 1699, _core.scss */
.block-product-list-direct-entry._js_hoffmann_cartdirectadd_form {
  font-size: 14px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 27px !important;
  padding-right: 27px !important;
  margin-top: 0px !important;
  background-color: #f5f5f5; }
  /* line 1707, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form ._js_hoffmann_cartdirectadd_product_url {
    text-transform: capitalize; }
  /* line 1711, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .btn-block {
    width: 99%; }
  /* line 1715, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .resize_column_height {
    height: 1px; }
  /* line 1719, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .remove_padding_top {
    padding-top: 0px !important; }
  /* line 1723, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .margin_bottom_9px {
    margin-bottom: 9px; }
  /* line 1727, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .padding_right_9 {
    padding-right: 9px; }
  /* line 1731, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .remove_bottop_padding {
    padding-top: 0px;
    padding-bottom: 0px; }
  /* line 1736, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .remove_padding_left {
    padding-left: 0px; }
  /* line 1740, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .remove_padding_right {
    padding-right: 0px; }
  /* line 1744, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form ._js_hoffmann_cartdirectadd_detail_img {
    min-width: 28px;
    width: 28px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* line 1754, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .label-card-delivery-from-russia i {
    color: #36e85a; }
  /* line 1758, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .label-card-delivery-from-germany i {
    color: #ffe000; }
  /* line 1762, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .product_details_row {
    padding-bottom: 9px; }
  /* line 1766, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .description_text_padding_bottom {
    padding-bottom: 9px; }
  /* line 1770, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .row.border-bottom {
    margin-bottom: 18px; }
  /* line 1774, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .resize_column_width {
    width: 82px; }
  /* line 1778, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .text-inverse {
    color: black;
    font-size: 14px; }
  /* line 1783, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .selector_input_group {
    margin-top: 17px; }
  /* line 1787, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .image_container_size {
    height: 62px;
    width: 60px;
    background-color: white;
    border: 1px solid #cdcdcd; }
  /* line 1795, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .select_field_padding {
    padding-top: 9px;
    padding-bottom: 9px; }
  /* line 1800, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .input-group {
    margin-bottom: 0px; }
  /* line 1807, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form h4 {
    text-transform: none;
    color: black;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0; }
  /* line 1815, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .icon-step-final {
    color: #49ab1d; }
  /* line 1819, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .icon-directbuy {
    font-size: 70px;
    color: #cdcdcd; }
  /* line 1824, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .btn-primary {
    text-transform: none;
    font-size: 14px; }
  /* line 1829, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .cartdirectadd_product_detail {
    font-size: 16px; }
  /* line 1833, _core.scss */
  .block-product-list-direct-entry._js_hoffmann_cartdirectadd_form .select-block {
    font-size: 14px; }

/* line 1839, _core.scss */
input[type='radio']:checked + strong {
  color: #ff7000; }

/* line 1843, _core.scss */
input[type='radio'] + strong {
  margin-left: 5px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 1871, _core.scss */
.input-right-icon {
  position: absolute;
  right: .65em;
  top: 9%;
  font-size: 26px; }

/* line 1878, _core.scss */
.checkbox-hidden label::before,
.checkbox-hidden label::after {
  display: none; }

/* line 1883, _core.scss */
.show-checked {
  display: none; }

/* line 1887, _core.scss */
#nl-b2b:checked + label + .show-checked {
  display: block; }

/* line 1891, _core.scss */
.label-inline {
  display: inline-block; }

/* line 1895, _core.scss */
.dataTables_filter {
  margin-bottom: 1em; }
  /* line 1898, _core.scss */
  .dataTables_filter label input {
    margin-left: .5em; }

/* line 1907, _core.scss */
.block-product-list-direct-entry input:disabled,
.block-product-list-direct-entry select:disabled {
  display: none; }

/* line 1914, _core.scss */
._js_hoffmann_cartdirectadd_detail_price {
  font-weight: 700;
  float: right; }

/* line 1922, _core.scss */
.pw-validate.pw-validate-error .check-pw,
.pw-validate.pw-validate-error .pw {
  border-color: #af4442; }
/* line 1928, _core.scss */
.pw-validate .pw-validate-message {
  display: none; }
/* line 1932, _core.scss */
.pw-validate .pw-message-box {
  height: 2em; }

/* line 1938, _core.scss */
.cb-distance input[type="checkbox"] {
  margin-right: 5px; }

/* line 1943, _core.scss */
.fullWidth {
  width: 100%; }

/* line 1947, _core.scss */
.formHeadline {
  font-weight: 400 !important;
  font-size: 20px !important;
  text-align: center;
  padding-top: 18px;
  color: #ff7000; }

/* line 1955, _core.scss */
#inputForm .radioItem {
  height: 4em;
  cursor: default; }

/* line 1960, _core.scss */
#inputForm .radioItem i {
  position: absolute;
  top: 13px; }

/* line 1965, _core.scss */
#inputForm .radioItem span {
  position: absolute;
  top: 16px;
  left: 30px; }

/* line 1972, _core.scss */
label.checkboxActive .icon-checkbox:before {
  color: #ff7000 !important;
  content: "\e016" !important; }

/* line 1978, _core.scss */
.datenschutz-checkbox {
  margin-right: 10px !important; }

/* line 1983, _core.scss */
._js_hoffmann_mycompany_costcenters label {
  word-wrap: break-word; }

/* stylelint-disable no-descending-specificity, no-duplicate-selectors */
/* line 1998, _core.scss */
.btn {
  display: inline-block;
  padding: 0 1.5em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  height: 38px;
  line-height: 39px;
  position: relative;
  -webkit-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 2018, _core.scss */
  .btn:hover, .btn:focus {
    outline: 0;
    position: relative; }
  /* line 2024, _core.scss */
  .no-csstransforms .btn:active, .no-csstransforms .btn.active {
    outline: 0;
    background-image: none;
    position: relative;
    top: 1px;
    left: 1px; }
  /* line 2033, _core.scss */
  .csstransforms .btn:active {
    outline: 0;
    background-image: none;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  /* line 2041, _core.scss */
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.45; }
  /* line 2049, _core.scss */
  .btn + .btn {
    margin-left: .5em; }
  /* line 2053, _core.scss */
  .btn--no-margin {
    margin: 0; }
  /* line 2057, _core.scss */
  .btn + .btn--no-margin {
    margin: 0; }
  /* line 2061, _core.scss */
  .btn i {
    font-size: 14px; }
    /* line 2064, _core.scss */
    .btn i + span {
      margin-left: .5em; }
  /* line 2069, _core.scss */
  .btn span + i {
    margin-left: .5em; }
  /* line 2073, _core.scss */
  .btn .svgIcon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* line 2082, _core.scss */
.btn-small {
  padding: 0 1em; }

/* line 2086, _core.scss */
.btn-large {
  padding: 0 3em;
  height: 3.2em;
  line-height: 3.2em;
  font-size: 16px; }

/* line 2096, _core.scss */
.btn-default {
  color: #333333;
  background-color: #e7e7e7;
  border-color: #e7e7e7; }
  /* line 281, _mixins.scss */
  .btn-default:hover, .btn-default:focus, .open > .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #cdcdcd;
    border-color: #c8c8c8; }
  /* line 288, _mixins.scss */
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  /* line 294, _mixins.scss */
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #e7e7e7;
    border-color: #e7e7e7; }
  /* line 304, _mixins.scss */
  .btn-default .badge {
    color: #e7e7e7;
    background-color: #333333; }

/* line 2100, _core.scss */
.btn-primary {
  color: #fff;
  background-color: #ff7000;
  border-color: #ff7000; }
  /* line 281, _mixins.scss */
  .btn-primary:hover, .btn-primary:focus, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc5a00;
    border-color: #c25500; }
  /* line 288, _mixins.scss */
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  /* line 294, _mixins.scss */
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #ff7000;
    border-color: #ff7000; }
  /* line 304, _mixins.scss */
  .btn-primary .badge {
    color: #ff7000;
    background-color: #fff; }

/* line 2104, _core.scss */
.btn-secondary {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }
  /* line 281, _mixins.scss */
  .btn-secondary:hover, .btn-secondary:focus, .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414; }
  /* line 288, _mixins.scss */
  .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  /* line 294, _mixins.scss */
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
    background-color: #333333;
    border-color: #333333; }
  /* line 304, _mixins.scss */
  .btn-secondary .badge {
    color: #333333;
    background-color: #fff; }

/* line 2108, _core.scss */
.btn-tertiary {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3; }
  /* line 281, _mixins.scss */
  .btn-tertiary:hover, .btn-tertiary:focus, .open > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #999999;
    border-color: #949494; }
  /* line 288, _mixins.scss */
  .open > .btn-tertiary.dropdown-toggle {
    background-image: none; }
  /* line 294, _mixins.scss */
  .btn-tertiary.disabled, .btn-tertiary.disabled:hover, .btn-tertiary.disabled:focus, .btn-tertiary.disabled:active, .btn-tertiary.disabled.active, .btn-tertiary[disabled], .btn-tertiary[disabled]:hover, .btn-tertiary[disabled]:focus, .btn-tertiary[disabled]:active, .btn-tertiary[disabled].active, fieldset[disabled] .btn-tertiary, fieldset[disabled] .btn-tertiary:hover, fieldset[disabled] .btn-tertiary:focus, fieldset[disabled] .btn-tertiary:active, fieldset[disabled] .btn-tertiary.active {
    background-color: #b3b3b3;
    border-color: #b3b3b3; }
  /* line 304, _mixins.scss */
  .btn-tertiary .badge {
    color: #b3b3b3;
    background-color: #fff; }

/* line 2112, _core.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  /* line 281, _mixins.scss */
  .btn-danger:hover, .btn-danger:focus, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  /* line 288, _mixins.scss */
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  /* line 294, _mixins.scss */
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d9534f; }
  /* line 304, _mixins.scss */
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

/* line 2116, _core.scss */
.btn-bordered {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border: 1px solid #000; }
  /* line 281, _mixins.scss */
  .btn-bordered:hover, .btn-bordered:focus, .open > .btn-bordered.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: black; }
  /* line 288, _mixins.scss */
  .open > .btn-bordered.dropdown-toggle {
    background-image: none; }
  /* line 294, _mixins.scss */
  .btn-bordered.disabled, .btn-bordered.disabled:hover, .btn-bordered.disabled:focus, .btn-bordered.disabled:active, .btn-bordered.disabled.active, .btn-bordered[disabled], .btn-bordered[disabled]:hover, .btn-bordered[disabled]:focus, .btn-bordered[disabled]:active, .btn-bordered[disabled].active, fieldset[disabled] .btn-bordered, fieldset[disabled] .btn-bordered:hover, fieldset[disabled] .btn-bordered:focus, fieldset[disabled] .btn-bordered:active, fieldset[disabled] .btn-bordered.active {
    background-color: #fff;
    border-color: #000; }
  /* line 304, _mixins.scss */
  .btn-bordered .badge {
    color: #fff;
    background-color: #000; }

/* line 2121, _core.scss */
.btn-ghost {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border: 1px solid #000 !important;
  background: none; }
  /* line 281, _mixins.scss */
  .btn-ghost:hover, .btn-ghost:focus, .open > .btn-ghost.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: black; }
  /* line 288, _mixins.scss */
  .open > .btn-ghost.dropdown-toggle {
    background-image: none; }
  /* line 294, _mixins.scss */
  .btn-ghost.disabled, .btn-ghost.disabled:hover, .btn-ghost.disabled:focus, .btn-ghost.disabled:active, .btn-ghost.disabled.active, .btn-ghost[disabled], .btn-ghost[disabled]:hover, .btn-ghost[disabled]:focus, .btn-ghost[disabled]:active, .btn-ghost[disabled].active, fieldset[disabled] .btn-ghost, fieldset[disabled] .btn-ghost:hover, fieldset[disabled] .btn-ghost:focus, fieldset[disabled] .btn-ghost:active, fieldset[disabled] .btn-ghost.active {
    background-color: #fff;
    border-color: #000; }
  /* line 304, _mixins.scss */
  .btn-ghost .badge {
    color: #fff;
    background-color: #000; }

/* line 2131, _core.scss */
.btn-link {
  color: #333333;
  font-weight: 400;
  cursor: pointer;
  background-color: transparent; }
  /* line 2137, _core.scss */
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 2145, _core.scss */
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  /* line 2152, _core.scss */
  .btn-link:hover {
    color: #ff7000;
    background-color: transparent; }
  /* line 2157, _core.scss */
  .btn-link[disabled], fieldset[disabled] .btn-link {
    opacity: 0.5; }
    /* line 2161, _core.scss */
    .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
      color: #333333;
      text-decoration: none; }
  /* line 2168, _core.scss */
  .btn-link.btn-block {
    text-align: center; }

/* line 2176, _core.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative; }

/* line 2184, _core.scss */
.input-block-margin {
  margin: 10px 0; }

/* line 2189, _core.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 2197, _core.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 2205, _core.scss */
.btn-toggle, .btn-filter {
  text-align: left;
  padding: 0 1em;
  font-size: 14px;
  text-transform: none; }
  /* line 2211, _core.scss */
  .btn-toggle strong, .btn-filter strong {
    text-transform: uppercase; }

/* line 2216, _core.scss */
.btn-filter {
  background: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 0 1.5em 0 1.2em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  height: 38px;
  line-height: 39px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  /* line 2237, _core.scss */
  .btn-filter.btn-selected {
    border: 1px solid #ff7000; }

/* line 2243, _core.scss */
.btn-filter:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  top: 50%;
  margin-top: -8px;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition: 0.2s all; }

/* line 2257, _core.scss */
.btn-filter.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition: 0.2s all; }

/* line 2269, _core.scss */
.btn-empty, .btn-icon {
  padding: 0;
  border: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }

/* line 2281, _core.scss */
.btn-icon {
  line-height: 1; }
  /* line 2285, _core.scss */
  .btn-icon.btn-primary {
    color: #ff7000;
    background-color: transparent;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color; }
    /* line 2292, _core.scss */
    .btn-icon.btn-primary:hover {
      color: #cc5a00;
      -webkit-transition: .2s color;
      -o-transition: .2s color;
      transition: .2s color; }

/* line 2301, _core.scss */
.well-fill .btn-icon {
  color: #b3b3b3;
  -webkit-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color; }
  /* line 2307, _core.scss */
  .well-fill .btn-icon:hover {
    color: #999999;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color; }

/* line 2315, _core.scss */
.btn-icon-inline {
  font-size: 1.5em;
  line-height: 1; }
  /* line 2320, _core.scss */
  .firefox .btn-icon-inline, .gecko .btn-icon-inline, .safari .btn-icon-inline {
    line-height: 0; }
  @media (max-width: 540px) {
    /* line 2315, _core.scss */
    .btn-icon-inline {
      padding-left: 0;
      padding-right: 0; } }
  /* line 2331, _core.scss */
  .btn-icon-inline i {
    display: inline-block;
    margin-top: 3px;
    vertical-align: middle; }

/* line 2340, _core.scss */
.btn-file {
  position: relative;
  overflow: hidden;
  background: #e7e7e7;
  display: inline-block;
  padding: 10px; }

/* line 2348, _core.scss */
.btn-filter.active i {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 2355, _core.scss */
.btn-no-line-height {
  line-height: 0;
  vertical-align: middle; }

/* line 2360, _core.scss */
p .btn {
  text-decoration: none; }
  /* line 2363, _core.scss */
  p .btn:hover {
    text-decoration: none; }

/* line 2368, _core.scss */
p .btn.btn-primary {
  color: white; }
  /* line 2371, _core.scss */
  p .btn.btn-primary:hover {
    text-decoration: none; }

/* line 2377, _core.scss */
.btn .btn-success-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1ed014;
  -webkit-transition: .2s opacity;
  -o-transition: .2s opacity;
  transition: .2s opacity; }
  /* line 2388, _core.scss */
  .btn .btn-success-overlay i {
    font-size: 16px; }
  /* line 2392, _core.scss */
  .btn .btn-success-overlay.hide-me {
    opacity: 0; }

/* line 2397, _core.scss */
.btn-large .btn-success-overlay i {
  font-size: 1.8em; }

/* line 2401, _core.scss */
.btn-filter-pill {
  display: block;
  font-size: 14px;
  float: left;
  margin: 5px 1em 5px 0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #ff7000;
  padding: 5px 0 5px 10px;
  cursor: pointer; }
  /* line 2412, _core.scss */
  .btn-filter-pill:hover {
    background: #e7e7e7; }
  /* line 2416, _core.scss */
  .btn-filter-pill * {
    vertical-align: middle; }
  /* line 2420, _core.scss */
  .btn-filter-pill i {
    font-size: 1em;
    margin-left: 10px;
    margin-right: 8px; }

/* line 2427, _core.scss */
.btn.text-left {
  padding: 0;
  text-align: left; }

/* line 2432, _core.scss */
.btn-filter-reset {
  color: white;
  background: black;
  border: 1px solid transparent; }
  /* line 2438, _core.scss */
  .btn-filter-reset:hover {
    background: #222222; }

/* line 2444, _core.scss */
.btn-square {
  display: inline-block;
  width: 39px;
  height: 39px;
  background-color: #ff7000;
  position: relative;
  top: -9px; }
  /* line 2452, _core.scss */
  .btn-square:hover {
    background-color: #cc5a00; }
  /* line 2456, _core.scss */
  .btn-square i {
    color: #fff;
    position: relative;
    top: 12px;
    left: 11px; }

/* line 2464, _core.scss */
.btnHint {
  font-size: 11px;
  line-height: 1.45455;
  margin-top: 6px;
  margin-bottom: 0; }

/* line 2471, _core.scss */
.btn-white {
  background-color: #FFFFFF;
  border: 1px solid #333333;
  font-weight: 400; }
  /* line 2476, _core.scss */
  .btn-white:hover {
    background-color: #ff7000;
    border: 1px solid #ff7000;
    color: #FFFFFF;
    font-weight: 700; }

/* line 2485, _core.scss */
figure {
  margin: 0;
  padding: 0; }
  /* line 2489, _core.scss */
  figure figcaption {
    color: #5c5c5c;
    font-size: 14px; }

/* line 2495, _core.scss */
header {
  margin-bottom: 1em; }

/* line 2499, _core.scss */
.header-masthead {
  margin-top: 18px;
  margin-bottom: 2.5em;
  text-align: center; }
  /* line 2504, _core.scss */
  .header-masthead.header-masthead-boss {
    margin-bottom: 3em; }
  @media (max-width: 540px) {
    /* line 2499, _core.scss */
    .header-masthead {
      margin-top: 0;
      text-align: left; } }
  /* line 2514, _core.scss */
  .header-masthead h1 {
    font-size: 45px;
    line-height: 1.15556;
    color: #ff7000;
    margin-bottom: .25em;
    margin-top: 18px;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      /* line 2514, _core.scss */
      .header-masthead h1 {
        font-size: 30px;
        line-height: 1.33333; } }
    @media (max-width: 540px) {
      /* line 2514, _core.scss */
      .header-masthead h1 {
        font-size: 24px;
        line-height: 1.33333; } }
  /* line 2533, _core.scss */
  .header-masthead h2 {
    font-size: 16px;
    line-height: 1.5; }
  /* line 2538, _core.scss */
  .header-masthead p {
    padding: 1em;
    text-align: center; }
    @media (max-width: 540px) {
      /* line 2538, _core.scss */
      .header-masthead p {
        padding-left: 0;
        padding-right: 0;
        text-align: left; } }
    @media (min-width: 992px) {
      /* line 2538, _core.scss */
      .header-masthead p {
        padding-left: 4em;
        padding-right: 4em; } }
  /* line 2559, _core.scss */
  .near-sidebar-content .header-masthead {
    margin-top: 14px;
    margin-bottom: 20px;
    text-align: left; }
    /* line 2564, _core.scss */
    .near-sidebar-content .header-masthead h1 {
      font-size: 30px;
      line-height: 1.33333;
      text-transform: none; }
      @media (max-width: 540px) {
        /* line 2564, _core.scss */
        .near-sidebar-content .header-masthead h1 {
          font-size: 24px;
          line-height: 1.33333; } }

/* line 2578, _core.scss */
.theme-blue .header-masthead {
  margin-top: 0; }
  /* line 2582, _core.scss */
  .theme-blue .header-masthead h1 {
    text-align: left;
    text-transform: none;
    color: white;
    font-size: 20px;
    line-height: 1.5; }
  /* line 2590, _core.scss */
  .theme-blue .header-masthead em {
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700; }

/* line 2599, _core.scss */
.header-sectionhead {
  position: relative;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em; }
  /* line 2606, _core.scss */
  .header-sectionhead > * {
    display: inline-block;
    background-color: white;
    position: relative;
    z-index: 1;
    padding-left: .5em;
    padding-right: .5em;
    color: #b3b3b3;
    text-transform: uppercase; }
  /* line 2617, _core.scss */
  .header-sectionhead:after {
    height: 1px;
    background-color: #b3b3b3;
    display: block;
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0; }

/* line 2630, _core.scss */
.product-details-price {
  margin: .5em 0;
  overflow: hidden; }
  /* line 2634, _core.scss */
  .product-details-price small {
    font-weight: 400; }
  /* line 2638, _core.scss */
  .product-details-price .main-price {
    font-size: 30px;
    font-weight: 400;
    line-height: 1; }
  /* line 2644, _core.scss */
  .product-details-price .muted {
    color: #5c5c5c; }
  /* line 2648, _core.scss */
  .product-details-price #variant_store {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 5px; }
    /* line 2657, _core.scss */
    .product-details-price #variant_store .note {
      border-bottom: 1px dashed;
      line-height: 1; }

/* line 2664, _core.scss */
.primary {
  color: #ff7000; }

/* line 2668, _core.scss */
.capitalize {
  text-transform: capitalize; }

/* line 2672, _core.scss */
.header-well {
  margin: .5em 0 1em 0;
  font-weight: 700; }

/* line 2677, _core.scss */
.header-detail-section {
  text-align: center;
  padding-top: 1em; }

/* line 2684, _core.scss */
.block-content h1,
.block-content h2,
.block-content h3,
.block-content h4,
.block-content h5,
.block-content h6 {
  margin-bottom: 1em; }
@media (max-width: 540px) {
  /* line 2695, _core.scss */
  .block-content h2 {
    font-size: 24px;
    line-height: 1.33333; } }
/* line 2702, _core.scss */
.block-content h4 {
  font-size: 16px;
  font-weight: 700; }

/* line 2708, _core.scss */
.theme-holex-header {
  padding: 2em 0; }
  /* line 2712, _core.scss */
  .theme-holex-header h1,
  .theme-holex-header h2,
  .theme-holex-header h3,
  .theme-holex-header h4,
  .theme-holex-header h5 {
    color: white; }
  /* line 2720, _core.scss */
  .theme-holex-header h1 {
    text-transform: uppercase;
    margin-top: 10px; }
    @media (max-width: 767px) {
      /* line 2720, _core.scss */
      .theme-holex-header h1 {
        font-size: 30px;
        line-height: 1.33333; } }
  /* line 2730, _core.scss */
  .theme-holex-header h2 {
    font-size: 24px;
    line-height: 1.33333; }

/* line 2737, _core.scss */
.theme-garant-header {
  padding: 2em 0; }
  /* line 2740, _core.scss */
  .theme-garant-header h1,
  .theme-garant-header h2,
  .theme-garant-header h3,
  .theme-garant-header h4,
  .theme-garant-header h5 {
    color: white; }
  /* line 2748, _core.scss */
  .theme-garant-header h1 {
    text-transform: uppercase;
    margin-top: 10px; }
    @media (max-width: 767px) {
      /* line 2748, _core.scss */
      .theme-garant-header h1 {
        font-size: 30px;
        line-height: 1.33333; } }
  /* line 2758, _core.scss */
  .theme-garant-header h2 {
    font-size: 24px;
    line-height: 1.33333; }

/* line 2765, _core.scss */
.theme-holex-header,
.theme-holex-header-ps {
  background: #6E060F;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#6E060F), to(#F50002));
  background: -webkit-linear-gradient(top, #6E060F 0%, #F50002 100%);
  background: -o-linear-gradient(top, #6E060F 0%, #F50002 100%);
  background: linear-gradient(to bottom, #6E060F 0%, #F50002 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E060F', endColorstr='#F50002', GradientType=0);
  /* IE6-8 */ }

/* line 2785, _core.scss */
.theme-garant-header,
.theme-garant-header-ps {
  margin: 0;
  background: #084a80;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMGMyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODRhODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#000c2e), to(#084a80));
  background: -webkit-linear-gradient(top, #000c2e 0%, #084a80 100%);
  background: -o-linear-gradient(top, #000c2e 0%, #084a80 100%);
  background: linear-gradient(to bottom, #000c2e 0%, #084a80 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000c2e', endColorstr='#084a80', GradientType=0);
  /* IE6-8 */ }

/* line 2806, _core.scss */
.theme-neutral-header-ps {
  margin: 0; }

/*CMS-SPECIFIC (h3)*/
/*CMS-SPECIFIC (h3)*/
/* line 2812, _core.scss */
.header-collection {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: .25em;
  margin-bottom: 20px; }

/*END CMS*/
/* line 2824, _core.scss */
.footer-main {
  background-color: #e7e7e7;
  padding-top: 2em;
  padding-bottom: 1em;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4); }
  /* line 2830, _core.scss */
  .footer-main li {
    font-size: 14px;
    padding: .333em 0; }
  /* line 2835, _core.scss */
  .footer-main a {
    color: #5c5c5c; }
  /* line 2840, _core.scss */
  .footer-main .tuev-headline {
    text-transform: uppercase; }
  /* line 2844, _core.scss */
  .footer-main .tuevtext-container {
    padding: 15px 0 0 0;
    margin: 0 0 0 15px;
    width: 180px;
    float: left;
    line-height: 16px; }
  /* line 2852, _core.scss */
  .footer-main a.tuevtext {
    text-transform: none;
    font-size: 11px; }
  /* line 2857, _core.scss */
  .footer-main a.tuevtext:hover {
    color: #ff7000; }
  /* line 2861, _core.scss */
  .footer-main .imgtuevfooter {
    float: left;
    padding: 14px 0 0 0;
    width: 75px; }
  /* line 2867, _core.scss */
  .footer-main h5 {
    color: #5c5c5c; }
  /* line 2871, _core.scss */
  .footer-main hr {
    background-color: #b3b3b3; }
  /* line 2875, _core.scss */
  .footer-main .row {
    margin-bottom: 1em; }

/* line 2880, _core.scss */
.footer-main-legal {
  border-top: 1px solid #cdcdcd;
  padding-top: 2em;
  margin-top: 2em;
  text-align: center; }
  /* line 2886, _core.scss */
  .footer-main-legal a {
    color: #8f8f8f; }

@media (min-width: 992px) {
  /* line 2892, _core.scss */
  .tuevtext-container {
    padding: 5px 0 0 0 !important;
    width: 123px !important; } }
/* line 2898, _core.scss */
.block {
  padding: 1em;
  margin-bottom: 2em; }

@media (max-width: 540px) {
  /* line 2903, _core.scss */
  .block-form {
    padding-left: 0;
    padding-right: 0; } }
/* line 2909, _core.scss */
.block-form h3 {
  margin-bottom: 1em; }
/* line 2913, _core.scss */
.block-form h4 {
  margin-bottom: 1em; }
/* line 2917, _core.scss */
.block-form p {
  margin-bottom: 1em; }
/* line 2921, _core.scss */
.block-form form {
  margin-bottom: 1em;
  text-align: left; }

/* line 2927, _core.scss */
.block-fill, .block-cart {
  background-color: #e7e7e7; }
  @media (max-width: 540px) {
    /* line 2927, _core.scss */
    .block-fill, .block-cart {
      padding: 1em; } }
  /* line 2934, _core.scss */
  .block-fill input, .block-cart input,
  .block-fill select,
  .block-cart select {
    border: 1px solid #cdcdcd; }

/* line 2940, _core.scss */
.block-padding {
  padding: 2em; }

/* line 2944, _core.scss */
.block-hr {
  border-top: 1px solid #cdcdcd;
  padding-top: 2em; }

/* line 2949, _core.scss */
.block-of-hidden {
  overflow: hidden; }

/* line 2953, _core.scss */
.block-actions {
  overflow: none; }
  /* line 2956, _core.scss */
  .block-actions .btn-right {
    float: right; }
    /* line 2959, _core.scss */
    .block-actions .btn-right.pull-up {
      margin-top: -3.6em; }
      @media (max-width: 540px) {
        /* line 2959, _core.scss */
        .block-actions .btn-right.pull-up {
          margin-top: 0; } }

/* line 2969, _core.scss */
.block-cart {
  padding: 2em;
  position: relative;
  top: 0; }
  /* line 2975, _core.scss */
  .block-cart small {
    line-height: 1.25;
    display: inline-block; }
  /* line 2980, _core.scss */
  .block-cart .table-kv-full {
    margin: 1em 0;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3; }
    /* line 2985, _core.scss */
    .block-cart .table-kv-full tr:first-child > td {
      padding-top: .5em; }
    /* line 2989, _core.scss */
    .block-cart .table-kv-full tr:last-child > td {
      padding-bottom: .5em; }
  /* line 2994, _core.scss */
  .block-cart .block-cart-price {
    overflow: hidden;
    margin-bottom: 1em;
    font-size: 14px; }
    /* line 2999, _core.scss */
    .block-cart .block-cart-price .text-right {
      color: #ff7000;
      font-weight: 700; }
  /* line 3005, _core.scss */
  .block-cart .block-actions {
    margin-top: 1em; }

/* line 3010, _core.scss */
.block-product-list-totals {
  margin-top: 2em;
  overflow: hidden; }
  /* line 3014, _core.scss */
  .block-product-list-totals h3 {
    margin-bottom: .5em; }
  /* line 3018, _core.scss */
  .block-product-list-totals .row > *:last-child {
    text-align: right; }

/* line 3023, _core.scss */
.block-cart-under-header.affix-active {
  position: relative; }

/* line 3027, _core.scss */
.block-product-list-affordance {
  overflow: hidden;
  margin-top: 1em; }

/* line 3033, _core.scss */
.block-product-list-direct-entry {
  background-color: #f5f5f5;
  border: 1px solid #cdcdcd;
  padding: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative; }
  @media (max-width: 992px) {
    /* line 3033, _core.scss */
    .block-product-list-direct-entry {
      padding: 11px !important; } }
  /* line 3046, _core.scss */
  .block-product-list-direct-entry label {
    color: white; }
  /* line 3050, _core.scss */
  .block-product-list-direct-entry h4 {
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #fff; }

/* line 3057, _core.scss */
.csscolumns .product-support .block-multi-column {
  margin: 2em 0;
  font-size: 14px; }
  /* line 3061, _core.scss */
  .csscolumns .product-support .block-multi-column p {
    max-width: 30em; }

/* line 3069, _core.scss */
.csscolumns .block-multi-column p {
  max-width: 30em; }

/* line 3074, _core.scss */
.block-readable {
  max-width: 40em; }

/* line 3081, _core.scss */
.block-full-height {
  height: 100%; }

/* line 3085, _core.scss */
.clickable {
  cursor: pointer; }

/* line 3089, _core.scss */
code {
  display: block;
  width: 100%;
  overflow: scroll;
  border: 1px solid #cdcdcd;
  background: #eee;
  padding: 1em; }

/* line 3101, _core.scss */
table {
  max-width: 100%; }

/* line 3105, _core.scss */
.table-kv,
.table-kv-full {
  margin-bottom: 1em; }
  /* line 3109, _core.scss */
  .table-kv thead,
  .table-kv-full thead {
    font-weight: 400; }
  /* line 3117, _core.scss */
  .table-kv td,
  .table-kv-full td {
    vertical-align: top;
    padding-left: 2em; }
  /* line 3122, _core.scss */
  .table-kv td:first-child,
  .table-kv-full td:first-child {
    padding-left: 0;
    color: #5c5c5c; }
  /* line 3127, _core.scss */
  .table-kv tfoot,
  .table-kv-full tfoot {
    font-weight: 400; }
  /* line 3131, _core.scss */
  .table-kv:last-child,
  .table-kv-full:last-child {
    margin-bottom: 0; }

/* line 3136, _core.scss */
.table-kv-full {
  width: 100%;
  font-size: 14px; }
  /* line 3140, _core.scss */
  .table-kv-full td + td {
    text-align: right;
    font-weight: 700; }

/* line 3146, _core.scss */
.table-total {
  width: 100%;
  margin-bottom: 1em;
  color: #ff7000; }
  /* line 3151, _core.scss */
  .table-total th,
  .table-total td {
    font-weight: 400;
    font-size: 20px; }
  /* line 3157, _core.scss */
  .table-total td {
    text-align: right;
    font-weight: 700; }

/* line 3164, _core.scss */
table {
  background-color: transparent; }

/* line 3168, _core.scss */
th {
  text-align: left; }

/* line 3172, _core.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

/* line 3178, _core.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

/* line 3190, _core.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

/* line 3195, _core.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

/* line 3204, _core.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd; }

/* line 3208, _core.scss */
.table .table {
  background-color: #fff; }

/* line 3212, _core.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

/* line 3221, _core.scss */
.table-bordered {
  border: 1px solid #ddd; }

/* line 3225, _core.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

/* line 3234, _core.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

/* line 3239, _core.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

/* line 3244, _core.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

/* line 3249, _core.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

/* line 3255, _core.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

/* line 3263, _core.scss */
.table-files-container {
  margin-top: 1.5em;
  padding: 1em; }
  /* line 3269, _core.scss */
  .table-files-container header img {
    display: inline-block;
    width: 80px;
    height: auto; }
  /* line 3275, _core.scss */
  .table-files-container header h4 {
    display: inline-block;
    vertical-align: middle; }
  /* line 3282, _core.scss */
  .table-files-container a {
    color: #ff7000;
    display: block;
    padding: 0 3px 3px 3px; }
    /* line 3287, _core.scss */
    .table-files-container a:hover {
      background: #e7e7e7; }

@media screen and (max-width: 767px) {
  /* line 3295, _core.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  /* line 3305, _core.scss */
  .table-responsive > .table {
    margin-bottom: 0; }

  /* line 3309, _core.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  /* line 3318, _core.scss */
  .table-responsive > .table-bordered {
    border: 0; }

  /* line 3322, _core.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  /* line 3331, _core.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  /* line 3340, _core.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
/* line 3348, _core.scss */
.table-blank > tbody > tr > td,
.table-blank > tbody > tr > th {
  border: none; }

/* line 3353, _core.scss */
.joboffer-table thead tr th {
  vertical-align: top; }

/* line 3357, _core.scss */
.price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  /* line 3364, _core.scss */
  .price_block.is_discount {
    color: #ff7000;
    font-size: 20px;
    line-height: 20px; }
    /* line 3368, _core.scss */
    .price_block.is_discount .price_block__from {
      font-size: 20px;
      line-height: 20px; }
  /* line 3373, _core.scss */
  .price_block__old {
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
    line-height: 14px;
    padding-right: 10px; }
    /* line 3379, _core.scss */
    .price_block__old .price_block__from {
      font-size: 14px;
      line-height: 14px; }
  /* line 3384, _core.scss */
  .price_block__current {
    color: #000000; }
  /* line 3387, _core.scss */
  .price_block__from {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    font-weight: 400;
    font-size: 14px;
    text-align: left; }
  /* line 3401, _core.scss */
  .price_block__pblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 3405, _core.scss */
    .price_block__pblock .price_block__from {
      line-height: 17px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    /* line 3411, _core.scss */
    .price_block__pblock__price {
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      display: block; }
    /* line 3422, _core.scss */
    .price_block__pblock__currency:before {
      content: '\00a0 '; }

/* line 3429, _core.scss */
.table-listing-price {
  float: right;
  line-height: 1.15;
  width: 51%;
  margin-bottom: 1.5em; }
  /* line 3434, _core.scss */
  .table-listing-price__item {
    padding-left: .5em;
    padding-right: 5px; }
    /* line 3440, _core.scss */
    .table-listing-price__item__price {
      width: 100%; }
    /* line 3443, _core.scss */
    .table-listing-price__item__prices {
      max-width: 100%; }
      @media (max-width: 1000px) {
        /* line 3443, _core.scss */
        .table-listing-price__item__prices {
          margin-bottom: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative; } }
    /* line 3453, _core.scss */
    .table-listing-price__item-note {
      max-width: 100%;
      font-size: 14px;
      line-height: 1.42857; }
      /* line 3457, _core.scss */
      .table-listing-price__item-note .shippingInfo {
        text-decoration: underline; }
    /* line 3462, _core.scss */
    .table-listing-price__item-pdpPrice2 .pdp {
      font-size: 14px;
      line-height: 1.42857;
      text-align: left; }
    @media (max-width: 1000px) {
      /* line 3461, _core.scss */
      .table-listing-price__item-pdpPrice2 {
        padding-left: 10px !important;
        padding-right: 0 !important;
        margin-left: 0;
        color: #848484; }
        /* line 3472, _core.scss */
        .table-listing-price__item-pdpPrice2:before {
          content: '';
          width: 1px;
          height: 100%;
          background: #cdcdcd;
          position: absolute;
          top: 0;
          margin-left: -10px; } }
    @media (min-width: 1001px) {
      /* line 3483, _core.scss */
      .table-listing-price__item-pdpPrice2 .pdp {
        text-align: right; } }
    @media (max-width: 480px) {
      /* line 3488, _core.scss */
      .table-listing-price__item-pdpPrice2 .pdp {
        font-size: 12px !important; }
      /* line 3491, _core.scss */
      .table-listing-price__item-pdpPrice2 .main-price {
        font-size: 17px !important; } }
    @media (max-width: 1000px) {
      /* line 3434, _core.scss */
      .table-listing-price__item {
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%; }
        /* line 3503, _core.scss */
        .table-listing-price__item .progress_wrapper {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        /* line 3508, _core.scss */
        .table-listing-price__item .note {
          text-align: left;
          font-size: 12px;
          line-height: 1.42857;
          text-align: left; }
          /* line 3513, _core.scss */
          .table-listing-price__item .note.light {
            font-size: 11px; }
        /* line 3517, _core.scss */
        .table-listing-price__item .main-price {
          text-align: left !important;
          -webkit-box-pack: inherit !important;
          -ms-flex-pack: inherit !important;
          justify-content: inherit !important; }
        /* line 3523, _core.scss */
        .table-listing-price__item .price_block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          line-height: 25px;
          -webkit-box-align: inherit;
          -ms-flex-align: inherit;
          align-items: inherit; }
          /* line 3535, _core.scss */
          .table-listing-price__item .price_block__pblock {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(100% - 20px);
            flex: 1 1 calc(100% - 20px); } }
    @media (max-width: 480px) {
      /* line 3546, _core.scss */
      .table-listing-price__item .note {
        font-size: 12px !important; }
      /* line 3549, _core.scss */
      .table-listing-price__item .main-price {
        font-size: 17px !important; }
      /* line 3552, _core.scss */
      .table-listing-price__item .price_block__from {
        font-size: 17px !important; } }
  @media (max-width: 1000px) {
    /* line 3429, _core.scss */
    .table-listing-price {
      margin: 0 !important; } }
  /* line 3561, _core.scss */
  .table-listing-price .muted {
    color: #b3b3b3; }
  /* line 3566, _core.scss */
  .table-listing-price .pdp .main-price {
    font-size: 20px;
    font-weight: 400;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: grid;
    padding: 5px 0; }
  /* line 3577, _core.scss */
  .table-listing-price .pdp .price_block__old {
    padding-right: 0; }
  /* line 3582, _core.scss */
  .table-listing-price tr.ecoTax .main-price {
    font-size: 16px;
    font-weight: 400; }

/* line 3589, _core.scss */
.table-detail-price {
  float: right;
  line-height: 1.15;
  width: 51%;
  margin: 1em 0; }
  /* line 3595, _core.scss */
  .table-detail-price .main-price {
    font-size: 30px;
    font-weight: 400;
    line-height: 1; }
  @media (max-width: 992px) {
    /* line 3589, _core.scss */
    .table-detail-price {
      width: 100%; } }
  /* line 3606, _core.scss */
  .table-detail-price .muted {
    color: #b3b3b3; }
  /* line 3610, _core.scss */
  .table-detail-price td {
    padding-left: .5em;
    padding-bottom: .2em; }
  /* line 3615, _core.scss */
  .table-detail-price td + td {
    text-align: right; }

/* line 3622, _core.scss */
.collection-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 3629, _core.scss */
  .collection-order .collection-listing-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px; }
    /* line 3637, _core.scss */
    .collection-order .collection-listing-type_title {
      margin-right: 5px !important; }
    /* line 3640, _core.scss */
    .collection-order .collection-listing-type_item {
      background-color: #e7e7e7;
      border-color: #e7e7e7;
      height: 35px;
      width: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 22px;
      cursor: pointer;
      margin-left: 10px; }
      /* line 3657, _core.scss */
      .collection-order .collection-listing-type_item i {
        color: #b3b3b3; }
      /* line 3660, _core.scss */
      .collection-order .collection-listing-type_item:hover {
        background-color: #cc5a00;
        border-color: #c25500; }
        /* line 3663, _core.scss */
        .collection-order .collection-listing-type_item:hover i {
          color: #fff; }
      /* line 3667, _core.scss */
      .collection-order .collection-listing-type_item.active {
        background-color: #ff7000;
        border-color: #ff7000; }
        /* line 3670, _core.scss */
        .collection-order .collection-listing-type_item.active i {
          color: #fff; }

/* line 3679, _core.scss */
.sortListIconASC::after {
  border-top: 8px solid #333; }
/* line 3687, _core.scss */
.sortListIconASC:hover::after, .sortListIconASC:active::after, .sortListIconASC:focus::after, .sortListIconASC.sortActive::after {
  border-bottom: 8px solid #333;
  border-top: 0px;
  display: inline-block; }
/* line 3694, _core.scss */
.sortListIconASC:hover::after {
  border-bottom-color: #ff7001; }

/* line 3700, _core.scss */
.sortListIconDESC::after {
  border-bottom: 8px solid #333; }
/* line 3708, _core.scss */
.sortListIconDESC:hover::after, .sortListIconDESC:active::after, .sortListIconDESC:focus::after, .sortListIconDESC.sortActive::after {
  border-top: 8px solid #333;
  border-bottom: 0px;
  display: inline-block; }
/* line 3715, _core.scss */
.sortListIconDESC:hover::after {
  border-top-color: #ff7001; }

/* line 3721, _core.scss */
.sortListIcon::after {
  content: "";
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  display: inline-block;
  margin-left: 3px;
  display: none; }

/* line 3732, _core.scss */
.sortListIconVisible::after {
  display: inline-block; }

/* line 3738, _core.scss */
.ul-default, .ul-discs, .ul-numbers {
  margin-left: 2em;
  padding-left: 0;
  margin-bottom: 1em; }
  /* line 3743, _core.scss */
  .ul-default > li, .ul-discs > li, .ul-numbers > li {
    margin-bottom: .33em; }

/* line 3748, _core.scss */
.ul-discs {
  padding-top: 0;
  padding-bottom: 0; }
  /* line 3753, _core.scss */
  .ul-discs > li {
    list-style-type: disc; }

/* line 3761, _core.scss */
.ul-numbers > li {
  list-style-type: decimal; }

/* line 3766, _core.scss */
.list-header {
  margin-bottom: 16px;
  text-transform: uppercase; }

/* line 3772, _core.scss */
.list-unstyled, .list-inline, .list-lined, .list-blocks-newsletter, .list-blocks, .product-view .list-products, .list-payment-methods, .list-nav, .list-news, .list-news-condensed, .list-jobs, .list-items, .pdp .list-products {
  margin-top: 0;
  padding-left: 0;
  list-style: none; }

/* line 3779, _core.scss */
.list-inline {
  margin-left: -5px; }
  /* line 3783, _core.scss */
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0; }

/* line 3794, _core.scss */
.list-lined > * {
  overflow: hidden;
  border-bottom: 1px solid #cdcdcd;
  padding: 1em 1px;
  margin-bottom: 0; }
  /* line 3800, _core.scss */
  .list-lined > *:first-child {
    border-top: 1px solid #cdcdcd; }

/* line 3814, _core.scss */
.list-blocks-newsletter.list-blocks-no-top-border > *:first-child {
  border-top: none; }
/* line 3819, _core.scss */
.list-blocks-newsletter > * {
  border-bottom: 1px solid #cdcdcd;
  padding: 1.5em 1px;
  margin-bottom: 0; }
  /* line 3825, _core.scss */
  .list-blocks-newsletter > *:first-child {
    border-top: 1px solid #cdcdcd; }
  /* line 3829, _core.scss */
  .list-blocks-newsletter > *:last-of-type:not(:only-of-type) {
    border: none; }
/* line 3835, _core.scss */
.list-blocks-newsletter .list-products > * {
  border-bottom-color: #e7e7e7; }
  /* line 3838, _core.scss */
  .list-blocks-newsletter .list-products > *:first-child {
    border-top-color: #e7e7e7; }

/* line 3845, _core.scss */
.list-blocks {
  margin-bottom: 2em;
  width: 100%; }
  /* line 3852, _core.scss */
  .list-blocks.list-blocks-no-top-border > *:first-child {
    border-top: none; }
  /* line 3857, _core.scss */
  .list-blocks .cart-item {
    position: relative; }
  /* line 3861, _core.scss */
  .list-blocks > * {
    border-bottom: 1px solid #cdcdcd;
    padding: 1.5em 1px;
    margin-bottom: 0; }
    /* line 3867, _core.scss */
    .list-blocks > *:first-child {
      border-top: 1px solid #cdcdcd; }
    /* line 3871, _core.scss */
    .list-blocks > *:last-of-type:not(:only-of-type) {
      border: none; }
  /* line 3877, _core.scss */
  .list-blocks .list-products > * {
    border-bottom-color: #e7e7e7; }
    /* line 3880, _core.scss */
    .list-blocks .list-products > *:first-child {
      border-top-color: #e7e7e7; }
  /* line 3885, _core.scss */
  .list-blocks .list-products-image {
    float: left;
    width: 120px;
    margin-right: 1em; }
    /* line 3890, _core.scss */
    .list-blocks .list-products-image + .row {
      margin-left: 146px; }
      @media (max-width: 540px) {
        /* line 3890, _core.scss */
        .list-blocks .list-products-image + .row {
          overflow: visible;
          margin-left: 0;
          margin-right: 0; } }

/* line 3902, _core.scss */
.list-products .removeProductButtonForm {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0; }

/* line 3909, _core.scss */
.list-products .updateQuantityForm {
  margin-top: 0; }

/* line 3913, _core.scss */
.product-support .list-blocks > li {
  border-bottom: none;
  border-top: 1px solid #cdcdcd; }

/* line 3918, _core.scss */
.product-support .list-blocks > *:last-of-type:not(:only-of-type) {
  border-top: 1px solid #cdcdcd; }

/* line 3922, _core.scss */
.discount_labels {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9; }
  /* line 3927, _core.scss */
  .discount_labels .discount_label {
    background: #ff7000;
    display: block;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    line-height: 22px;
    height: 22px; }

/* line 3940, _core.scss */
.product-view.list .ratio_quadrat {
  overflow: inherit; }
/* line 3943, _core.scss */
.product-view.list .discount_labels .discount_label {
  padding: 0 5px;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
  margin-top: -5px;
  margin-right: -15px; }
/* line 3953, _core.scss */
.product-view.grid .alertContainer {
  overflow: hidden; }
/* line 3957, _core.scss */
.product-view .list-products {
  margin-top: 1em;
  width: 100%; }
  /* line 3960, _core.scss */
  .product-view .list-products.search-results-product:first-child {
    border-top: 1px solid #cdcdcd;
    margin-bottom: 0; }
    /* line 3963, _core.scss */
    .product-view .list-products.search-results-product:first-child li:first-child {
      border-top: none; }
  /* line 3967, _core.scss */
  .product-view .list-products.search-results-product:not(:first-child) {
    border-top: none;
    margin-top: 0; }
    /* line 3970, _core.scss */
    .product-view .list-products.search-results-product:not(:first-child) li:first-child {
      border-top: none; }
  /* line 3979, _core.scss */
  .product-view .list-products .alertContainer {
    margin-bottom: 0;
    padding: 1em 0 1em 0; }
  /* line 3984, _core.scss */
  .product-view .list-products.list-removable-items > li {
    position: relative; }
  /* line 3988, _core.scss */
  .product-view .list-products.list-removable-items > * {
    padding: 3em 0 0 0; }
    @media (max-width: 991.98px) and (min-width: 767px) {
      /* line 3988, _core.scss */
      .product-view .list-products.list-removable-items > * {
        padding-top: 1em; } }
    @media (max-width: 766.98px) and (min-width: 540px) {
      /* line 3988, _core.scss */
      .product-view .list-products.list-removable-items > * {
        padding-top: 1em; } }
    @media (max-width: 540px) {
      /* line 3988, _core.scss */
      .product-view .list-products.list-removable-items > * {
        padding-top: 1em; } }
  /* line 4009, _core.scss */
  .product-view .list-products > * {
    overflow: hidden;
    padding: 1em 0 1em 0;
    border-bottom: 1px solid #cdcdcd; }
    /* line 4015, _core.scss */
    .product-view .list-products > *:first-child {
      border-top: 1px solid #cdcdcd; }
    /* line 4019, _core.scss */
    .product-view .list-products > * > .row {
      margin-bottom: 0; }
  /* line 4025, _core.scss */
  .product-view .list-products .list-products-image {
    float: left;
    width: 140px;
    margin-right: 0;
    padding: 15px; }
    @media (max-width: 1000px) {
      /* line 4025, _core.scss */
      .product-view .list-products .list-products-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px; } }
    /* line 4037, _core.scss */
    .product-view .list-products .list-products-image + .row {
      margin-left: 146px; }
      @media (max-width: 540px) {
        /* line 4037, _core.scss */
        .product-view .list-products .list-products-image + .row {
          overflow: visible;
          margin-left: 0;
          margin-right: 0; } }
  /* line 4050, _core.scss */
  .product-view .list-products.article-list-page .list-products-image + .row {
    margin-left: 162px; }
    @media (max-width: 540px) {
      /* line 4050, _core.scss */
      .product-view .list-products.article-list-page .list-products-image + .row {
        margin-left: 0; } }
  /* line 4060, _core.scss */
  .product-view .list-products .list-products-image.list-products-image-checkable {
    width: 100px; }
  /* line 4064, _core.scss */
  .product-view .list-products .list-products-checkbox {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 45px; }
  /* line 4071, _core.scss */
  .product-view .list-products .list-products-info {
    margin-bottom: 1em; }
    /* line 4074, _core.scss */
    .product-view .list-products .list-products-info .list-products-specs {
      line-height: 1.3;
      margin: .5em 0; }
      /* line 4079, _core.scss */
      .product-view .list-products .list-products-info .list-products-specs > * {
        display: block; }
    /* line 4085, _core.scss */
    .product-view .list-products .list-products-info a {
      display: block;
      line-height: 1.1em;
      margin-bottom: .5em;
      font-weight: 700;
      text-decoration: none;
      white-space: normal; }
      /* line 4093, _core.scss */
      .product-view .list-products .list-products-info a:hover {
        color: #ff7000; }
      @media (max-width: 991.98px) and (min-width: 767px) {
        /* line 4085, _core.scss */
        .product-view .list-products .list-products-info a {
          padding-right: 42px; } }
      @media (max-width: 766.98px) and (min-width: 540px) {
        /* line 4085, _core.scss */
        .product-view .list-products .list-products-info a {
          padding-right: 42px; } }
      @media (max-width: 540px) {
        /* line 4085, _core.scss */
        .product-view .list-products .list-products-info a {
          padding-right: 42px; } }
    /* line 4114, _core.scss */
    .product-view .list-products .list-products-info .text-upcase {
      display: block; }
    /* line 4118, _core.scss */
    .product-view .list-products .list-products-info small {
      color: #5c5c5c; }
  /* line 4123, _core.scss */
  .product-view .list-products .list-products-availability {
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    margin-bottom: 1em; }
    /* line 4129, _core.scss */
    .product-view .list-products .list-products-availability .product-card-labels {
      float: left;
      display: block; }
      /* line 4133, _core.scss */
      .product-view .list-products .list-products-availability .product-card-labels .product-labels {
        text-align: left; }
    /* line 4138, _core.scss */
    .product-view .list-products .list-products-availability .label-card-delivery-from-russia i {
      color: #36e85a; }
    /* line 4142, _core.scss */
    .product-view .list-products .list-products-availability .label-card-delivery-from-germany i {
      color: #ffe000; }
    /* line 4146, _core.scss */
    .product-view .list-products .list-products-availability .label-availability {
      display: block;
      text-align: left; }
    /* line 4151, _core.scss */
    .product-view .list-products .list-products-availability strong {
      font-size: 20px; }
    @media (max-width: 540px) {
      /* line 4123, _core.scss */
      .product-view .list-products .list-products-availability {
        font-size: 16px; } }
  /* line 4161, _core.scss */
  .product-view .list-products .list-products-details .list-products-btn-remove {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3em;
    z-index: 1; }
    /* line 4168, _core.scss */
    .product-view .list-products .list-products-details .list-products-btn-remove:hover {
      color: #db6000;
      -webkit-transition: .2s color;
      -o-transition: .2s color;
      transition: .2s color; }
  /* line 4177, _core.scss */
  .product-view .list-products .list-products-price {
    text-align: right; }
    @media (max-width: 540px) {
      /* line 4177, _core.scss */
      .product-view .list-products .list-products-price {
        text-align: left; } }
  /* line 4186, _core.scss */
  .product-view .list-products .list-product__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (max-width: 1000px) {
      /* line 4186, _core.scss */
      .product-view .list-products .list-product__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px; } }
    @media (max-width: 768px) {
      /* line 4186, _core.scss */
      .product-view .list-products .list-product__box {
        margin: -10px; } }
    /* line 4207, _core.scss */
    .product-view .list-products .list-product__box-info {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 290px);
      flex: 1 1 calc(100% - 290px); }
      @media (max-width: 1250px) {
        /* line 4207, _core.scss */
        .product-view .list-products .list-product__box-info {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(100% - 240px);
          flex: 1 1 calc(100% - 240px); } }
      @media (max-width: 1000px) {
        /* line 4207, _core.scss */
        .product-view .list-products .list-product__box-info {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(75% - 140px);
          flex: 1 0 calc(75% - 140px); } }
      /* line 4232, _core.scss */
      .product-view .list-products .list-product__box-info .list-products-image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 15px;
        margin: 0; }
      /* line 4239, _core.scss */
      .product-view .list-products .list-product__box-info .list-products-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 10px 20px 10px 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
        @media (max-width: 1000px) {
          /* line 4239, _core.scss */
          .product-view .list-products .list-product__box-info .list-products-info {
            padding: 10px 20px 10px 20px; } }
        @media (max-width: 768px) {
          /* line 4239, _core.scss */
          .product-view .list-products .list-product__box-info .list-products-info {
            padding: 10px 10px 10px 10px; } }
        /* line 4258, _core.scss */
        .product-view .list-products .list-product__box-info .list-products-info a {
          padding-right: 0; }
    /* line 4264, _core.scss */
    .product-view .list-products .list-product__box-func {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-left: 1px solid #cdcdcd;
      -ms-flex: 1 0 290px;
      flex: 1 0 290px; }
      @media (max-width: 1250px) {
        /* line 4264, _core.scss */
        .product-view .list-products .list-product__box-func {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 240px;
          flex: 1 0 240px; } }
      @media (max-width: 1000px) {
        /* line 4264, _core.scss */
        .product-view .list-products .list-product__box-func {
          border-left: none;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          padding: 0; } }
      @media (max-width: 768px) {
        /* line 4264, _core.scss */
        .product-view .list-products .list-product__box-func {
          padding: 0 10px 0 10px; } }
    /* line 4299, _core.scss */
    .product-view .list-products .list-product__box-price {
      margin-left: 0;
      padding: 0 20px;
      border-left: 1px solid #cdcdcd;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
      flex: 0 0 42%; }
      /* line 4312, _core.scss */
      .product-view .list-products .list-product__box-price .price_block__pblock {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      /* line 4317, _core.scss */
      .product-view .list-products .list-product__box-price .main-price_block {
        text-align: right; }
      @media (max-width: 1000px) {
        /* line 4299, _core.scss */
        .product-view .list-products .list-product__box-price {
          border-left: none;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          /* line 4326, _core.scss */
          .product-view .list-products .list-product__box-price .price_block__pblock {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
          /* line 4331, _core.scss */
          .product-view .list-products .list-product__box-price .main-price_block {
            text-align: left; } }
      @media (max-width: 768px) {
        /* line 4299, _core.scss */
        .product-view .list-products .list-product__box-price {
          padding: 0px 10px 10px 10px;
          display: block; } }
      /* line 4341, _core.scss */
      .product-view .list-products .list-product__box-price .table-listing-price {
        margin: 10px 0;
        width: 100%; }
    /* line 4347, _core.scss */
    .product-view .list-products .list-product__box-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 16px 0 20px; }
      @media (max-width: 1000px) {
        /* line 4347, _core.scss */
        .product-view .list-products .list-product__box-actions {
          margin-left: 140px;
          padding-top: 10px; } }
      @media (max-width: 871px) {
        /* line 4347, _core.scss */
        .product-view .list-products .list-product__box-actions {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
      @media (max-width: 768px) {
        /* line 4347, _core.scss */
        .product-view .list-products .list-product__box-actions {
          padding: 0; } }
      @media (max-width: 480px) {
        /* line 4347, _core.scss */
        .product-view .list-products .list-product__box-actions {
          width: 100%;
          margin-left: 0; } }
      /* line 4374, _core.scss */
      .product-view .list-products .list-product__box-actions .btn-primary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        /* line 4384, _core.scss */
        .product-view .list-products .list-product__box-actions .btn-primary .title {
          font-size: 14px; }
        /* line 4387, _core.scss */
        .product-view .list-products .list-product__box-actions .btn-primary .icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 19px;
          margin-right: 10px; }
      /* line 4401, _core.scss */
      .product-view .list-products .list-product__box-actions .product-buy-not-allowed {
        font-size: 11px;
        line-height: 1.45455;
        margin-top: 6px; }
    /* line 4408, _core.scss */
    .product-view .list-products .list-product__box-variant {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      min-width: 170px; }
      @media screen and (max-width: 870px) {
        /* line 4408, _core.scss */
        .product-view .list-products .list-product__box-variant {
          -webkit-box-flex: initial;
          -ms-flex: initial;
          flex: initial;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          min-width: 90px;
          width: calc(100% - 120px); } }
      @media screen and (max-width: 540px) {
        /* line 4408, _core.scss */
        .product-view .list-products .list-product__box-variant {
          width: 40%; } }
      @media screen and (max-width: 415px) {
        /* line 4408, _core.scss */
        .product-view .list-products .list-product__box-variant {
          width: calc(100% - 120px); } }
      /* line 4440, _core.scss */
      .product-view .list-products .list-product__box-variant .product-option-selectors {
        margin: 10px;
        width: 100%; }
    /* line 4446, _core.scss */
    .product-view .list-products .list-product__box-counter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media screen and (max-width: 870px) {
        /* line 4446, _core.scss */
        .product-view .list-products .list-product__box-counter {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      /* line 4468, _core.scss */
      .product-view .list-products .list-product__box-counter .quantity {
        margin: 10px 0; }
    /* line 4473, _core.scss */
    .product-view .list-products .list-product__box-buy {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      /* line 4484, _core.scss */
      .product-view .list-products .list-product__box-buy > div {
        margin: 10px; }
      /* line 4488, _core.scss */
      .product-view .list-products .list-product__box-buy .btn {
        padding: 0 20px;
        min-width: 44px;
        width: 100%; }
        /* line 4492, _core.scss */
        .product-view .list-products .list-product__box-buy .btn i {
          margin-right: 10px; }
      @media (min-width: 1000px) {
        /* line 4498, _core.scss */
        .product-view .list-products .list-product__box-buy [data-item-add-cart] .title {
          display: none; }
        /* line 4501, _core.scss */
        .product-view .list-products .list-product__box-buy [data-item-add-cart] i {
          margin-right: 0; } }
      @media (max-width: 393px) {
        /* line 4508, _core.scss */
        .product-view .list-products .list-product__box-buy [data-item-add-cart] .title {
          display: none; }
        /* line 4511, _core.scss */
        .product-view .list-products .list-product__box-buy [data-item-add-cart] i {
          margin-right: 0; } }
    /* line 4518, _core.scss */
    .product-view .list-products .list-product__box .list-products-availability {
      margin-top: auto;
      margin-bottom: 0; }
    /* line 4523, _core.scss */
    .product-view .list-products .list-product__box .product-card-labels {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: none;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: -5px; }
      /* line 4532, _core.scss */
      .product-view .list-products .list-product__box .product-card-labels .label-availability {
        display: block;
        text-align: left;
        margin: 5px; }
/* line 4542, _core.scss */
.product-view .list-products-details-read-only label {
  margin: 0; }
/* line 4546, _core.scss */
.product-view .list-products-details-read-only .input-control-static {
  padding: 0; }
@media (max-width: 1000px) {
  /* line 4551, _core.scss */
  .product-view .configure-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 4561, _core.scss */
    .product-view .configure-container .btnHint {
      margin-top: 6px;
      margin-bottom: 0; } }
/* line 4883, _core.scss */
.product-view.grid.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cdcdcd;
  padding-top: 10px;
  margin-top: 18px;
  padding-bottom: 10px; }
  /* line 4577, _core.scss */
  .product-view.grid.carousel .list-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
    /* line 4584, _core.scss */
    .product-view.grid.carousel .list-products.swiper-container {
      margin: 0 0; }
    /* line 4587, _core.scss */
    .product-view.grid.carousel .list-products > *:first-child {
      border-top: none; }
    /* line 4590, _core.scss */
    .product-view.grid.carousel .list-products > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%;
      flex: 0 1 25%;
      max-width: 25%;
      padding: 10px;
      border-bottom: none; }
      @media (max-width: 1450px) {
        /* line 4590, _core.scss */
        .product-view.grid.carousel .list-products > li {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
          max-width: 33.3%; } }
      @media (max-width: 1024px) {
        /* line 4590, _core.scss */
        .product-view.grid.carousel .list-products > li {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
          flex: 0 1 50%;
          max-width: 55%; } }
    /* line 4611, _core.scss */
    .product-view.grid.carousel .list-products.search-results-product:first-child {
      border-top: none;
      margin-bottom: 0; }
      /* line 4614, _core.scss */
      .product-view.grid.carousel .list-products.search-results-product:first-child li:first-child {
        border-top: none; }
    /* line 4618, _core.scss */
    .product-view.grid.carousel .list-products.search-results-product:not(:first-child) {
      border-top: none;
      margin-top: 0; }
      /* line 4621, _core.scss */
      .product-view.grid.carousel .list-products.search-results-product:not(:first-child) li:first-child {
        border-top: none; }
    /* line 4625, _core.scss */
    .product-view.grid.carousel .list-products-image {
      width: 100%;
      padding: 0; }
    /* line 4629, _core.scss */
    .product-view.grid.carousel .list-products .alertContainer {
      border: 1px solid #cdcdcd;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      padding: 15px; }
    /* line 4635, _core.scss */
    .product-view.grid.carousel .list-products-info {
      padding: 10px 0 10px 0; }
      /* line 4637, _core.scss */
      .product-view.grid.carousel .list-products-info__inf {
        height: 50px;
        overflow: hidden; }
        /* line 4640, _core.scss */
        .product-view.grid.carousel .list-products-info__inf .text-upcase {
          height: 18px; }
    /* line 4645, _core.scss */
    .product-view.grid.carousel .list-products .table-listing-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      min-height: 100px; }
      /* line 4656, _core.scss */
      .product-view.grid.carousel .list-products .table-listing-price .price_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 85px; }
      /* line 4665, _core.scss */
      .product-view.grid.carousel .list-products .table-listing-price__item {
        padding-left: 0;
        padding-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; }
        /* line 4671, _core.scss */
        .product-view.grid.carousel .list-products .table-listing-price__item:first-child {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          padding-right: 5px; }
        /* line 4677, _core.scss */
        .product-view.grid.carousel .list-products .table-listing-price__item__prices {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          /*-webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;*/
          position: relative; }
        /* line 4687, _core.scss */
        .product-view.grid.carousel .list-products .table-listing-price__item__title {
          text-align: left; }
        /* line 4690, _core.scss */
        .product-view.grid.carousel .list-products .table-listing-price__item__price {
          text-align: left; }
          /* line 4692, _core.scss */
          .product-view.grid.carousel .list-products .table-listing-price__item__price .pdp {
            font-size: 11px;
            line-height: 1.62857;
            text-align: left; }
        /* line 4698, _core.scss */
        .product-view.grid.carousel .list-products .table-listing-price__item-pdpPrice2 {
          padding-left: 10px;
          margin-left: 0;
          color: #000000; }
          /* line 4702, _core.scss */
          .product-view.grid.carousel .list-products .table-listing-price__item-pdpPrice2:before {
            content: '';
            width: 1px;
            height: 100%;
            background: #cdcdcd;
            position: absolute;
            top: 0;
            margin-left: -10px; }
        /* line 4712, _core.scss */
        .product-view.grid.carousel .list-products .table-listing-price__item-note {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
          flex: 1 0 100%;
          padding-bottom: .2em; }
        /* line 4718, _core.scss */
        .product-view.grid.carousel .list-products .table-listing-price__item .progress_wrapper {
          width: 100%;
          margin: 0px auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
          justify-content: inherit; }
        /* line 4728, _core.scss */
        .product-view.grid.carousel .list-products .table-listing-price__item .main-price {
          font-size: 18px;
          line-height: 25px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        /* line 4740, _core.scss */
        .product-view.grid.carousel .list-products .table-listing-price__item .table-listing-price__item__price .note {
          font-size: 12px;
          line-height: 1.42857;
          text-align: left;
          height: 34px; }
          /* line 4745, _core.scss */
          .product-view.grid.carousel .list-products .table-listing-price__item .table-listing-price__item__price .note.light {
            font-size: 11px; }
        /* line 4750, _core.scss */
        .product-view.grid.carousel .list-products .table-listing-price__item .note {
          font-size: 12px;
          line-height: 1.42857;
          text-align: left; }
          /* line 4754, _core.scss */
          .product-view.grid.carousel .list-products .table-listing-price__item .note.light {
            font-size: 11px; }
          /* line 4757, _core.scss */
          .product-view.grid.carousel .list-products .table-listing-price__item .note .shippingInfo {
            text-decoration: underline; }
    /* line 4764, _core.scss */
    .product-view.grid.carousel .list-products .list-product__box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0; }
      /* line 4770, _core.scss */
      .product-view.grid.carousel .list-products .list-product__box-info {
        padding-top: 10px;
        display: block; }
        /* line 4773, _core.scss */
        .product-view.grid.carousel .list-products .list-product__box-info .list-products-info {
          padding: 0; }
          /* line 4775, _core.scss */
          .product-view.grid.carousel .list-products .list-product__box-info .list-products-info a {
            height: 50px;
            overflow: hidden; }
      /* line 4781, _core.scss */
      .product-view.grid.carousel .list-products .list-product__box-price {
        border-left: none;
        padding: 0; }
        /* line 4784, _core.scss */
        .product-view.grid.carousel .list-products .list-product__box-price .main-price_block {
          text-align: left; }
        /* line 4787, _core.scss */
        .product-view.grid.carousel .list-products .list-product__box-price .price_block__pblock {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        /* line 4792, _core.scss */
        .product-view.grid.carousel .list-products .list-product__box-price .price_block__from {
          font-size: 12px;
          margin-top: 2px; }
      /* line 4797, _core.scss */
      .product-view.grid.carousel .list-products .list-product__box-func {
        border-left: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 80px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0; }
        /* line 4808, _core.scss */
        .product-view.grid.carousel .list-products .list-product__box-func.box-search {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
      /* line 4814, _core.scss */
      .product-view.grid.carousel .list-products .list-product__box-actions {
        border-left: none;
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-left: 0; }
        /* line 4821, _core.scss */
        .product-view.grid.carousel .list-products .list-product__box-actions .configure-container {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          /* line 4832, _core.scss */
          .product-view.grid.carousel .list-products .list-product__box-actions .configure-container .btnHint {
            margin-top: 6px;
            margin-bottom: 0; }
      /* line 4839, _core.scss */
      .product-view.grid.carousel .list-products .list-product__box-counter .quantity {
        margin: 0; }
      /* line 4844, _core.scss */
      .product-view.grid.carousel .list-products .list-product__box-buy > div {
        margin: 0 0 0 5px; }
      /* line 4847, _core.scss */
      .product-view.grid.carousel .list-products .list-product__box-buy [data-item-add] .title {
        display: none; }
      /* line 4850, _core.scss */
      .product-view.grid.carousel .list-products .list-product__box-buy .btn i {
        margin-right: 0; }
  /* line 4859, _core.scss */
  .product-view.grid.carousel.first-collection .list-products > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
    padding: 10px;
    border-bottom: none; }
    @media (max-width: 1450px) {
      /* line 4859, _core.scss */
      .product-view.grid.carousel.first-collection .list-products > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%; } }
    @media (max-width: 1024px) {
      /* line 4859, _core.scss */
      .product-view.grid.carousel.first-collection .list-products > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
        flex: 0 1 33.3%;
        max-width: 33.3%; } }
@media (min-width: 769px) {
  /* line 4568, _core.scss */
  .product-view.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
    margin-top: 18px;
    padding-bottom: 10px; }
    /* line 4577, _core.scss */
    .product-view.grid .list-products {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; }
      /* line 4584, _core.scss */
      .product-view.grid .list-products.swiper-container {
        margin: 0 0; }
      /* line 4587, _core.scss */
      .product-view.grid .list-products > *:first-child {
        border-top: none; }
      /* line 4590, _core.scss */
      .product-view.grid .list-products > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%;
        padding: 10px;
        border-bottom: none; } }
      @media (min-width: 769px) and (max-width: 1450px) {
        /* line 4590, _core.scss */
        .product-view.grid .list-products > li {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
          max-width: 33.3%; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        /* line 4590, _core.scss */
        .product-view.grid .list-products > li {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
          flex: 0 1 50%;
          max-width: 55%; } }
@media (min-width: 769px) {
      /* line 4611, _core.scss */
      .product-view.grid .list-products.search-results-product:first-child {
        border-top: none;
        margin-bottom: 0; }
        /* line 4614, _core.scss */
        .product-view.grid .list-products.search-results-product:first-child li:first-child {
          border-top: none; }
      /* line 4618, _core.scss */
      .product-view.grid .list-products.search-results-product:not(:first-child) {
        border-top: none;
        margin-top: 0; }
        /* line 4621, _core.scss */
        .product-view.grid .list-products.search-results-product:not(:first-child) li:first-child {
          border-top: none; }
      /* line 4625, _core.scss */
      .product-view.grid .list-products-image {
        width: 100%;
        padding: 0; }
      /* line 4629, _core.scss */
      .product-view.grid .list-products .alertContainer {
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 15px; }
      /* line 4635, _core.scss */
      .product-view.grid .list-products-info {
        padding: 10px 0 10px 0; }
        /* line 4637, _core.scss */
        .product-view.grid .list-products-info__inf {
          height: 50px;
          overflow: hidden; }
          /* line 4640, _core.scss */
          .product-view.grid .list-products-info__inf .text-upcase {
            height: 18px; }
      /* line 4645, _core.scss */
      .product-view.grid .list-products .table-listing-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        min-height: 100px; }
        /* line 4656, _core.scss */
        .product-view.grid .list-products .table-listing-price .price_block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          max-width: 85px; }
        /* line 4665, _core.scss */
        .product-view.grid .list-products .table-listing-price__item {
          padding-left: 0;
          padding-bottom: 0;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
          flex: 1 1 50%; }
          /* line 4671, _core.scss */
          .product-view.grid .list-products .table-listing-price__item:first-child {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
            flex: 1 0 50%;
            padding-right: 5px; }
          /* line 4677, _core.scss */
          .product-view.grid .list-products .table-listing-price__item__prices {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            /*-webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;*/
            position: relative; }
          /* line 4687, _core.scss */
          .product-view.grid .list-products .table-listing-price__item__title {
            text-align: left; }
          /* line 4690, _core.scss */
          .product-view.grid .list-products .table-listing-price__item__price {
            text-align: left; }
            /* line 4692, _core.scss */
            .product-view.grid .list-products .table-listing-price__item__price .pdp {
              font-size: 11px;
              line-height: 1.62857;
              text-align: left; }
          /* line 4698, _core.scss */
          .product-view.grid .list-products .table-listing-price__item-pdpPrice2 {
            padding-left: 10px;
            margin-left: 0;
            color: #000000; }
            /* line 4702, _core.scss */
            .product-view.grid .list-products .table-listing-price__item-pdpPrice2:before {
              content: '';
              width: 1px;
              height: 100%;
              background: #cdcdcd;
              position: absolute;
              top: 0;
              margin-left: -10px; }
          /* line 4712, _core.scss */
          .product-view.grid .list-products .table-listing-price__item-note {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            padding-bottom: .2em; }
          /* line 4718, _core.scss */
          .product-view.grid .list-products .table-listing-price__item .progress_wrapper {
            width: 100%;
            margin: 0px auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: inherit;
            -ms-flex-pack: inherit;
            justify-content: inherit; }
          /* line 4728, _core.scss */
          .product-view.grid .list-products .table-listing-price__item .main-price {
            font-size: 18px;
            line-height: 25px;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
          /* line 4740, _core.scss */
          .product-view.grid .list-products .table-listing-price__item .table-listing-price__item__price .note {
            font-size: 12px;
            line-height: 1.42857;
            text-align: left;
            height: 34px; }
            /* line 4745, _core.scss */
            .product-view.grid .list-products .table-listing-price__item .table-listing-price__item__price .note.light {
              font-size: 11px; }
          /* line 4750, _core.scss */
          .product-view.grid .list-products .table-listing-price__item .note {
            font-size: 12px;
            line-height: 1.42857;
            text-align: left; }
            /* line 4754, _core.scss */
            .product-view.grid .list-products .table-listing-price__item .note.light {
              font-size: 11px; }
            /* line 4757, _core.scss */
            .product-view.grid .list-products .table-listing-price__item .note .shippingInfo {
              text-decoration: underline; }
      /* line 4764, _core.scss */
      .product-view.grid .list-products .list-product__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0; }
        /* line 4770, _core.scss */
        .product-view.grid .list-products .list-product__box-info {
          padding-top: 10px;
          display: block; }
          /* line 4773, _core.scss */
          .product-view.grid .list-products .list-product__box-info .list-products-info {
            padding: 0; }
            /* line 4775, _core.scss */
            .product-view.grid .list-products .list-product__box-info .list-products-info a {
              height: 50px;
              overflow: hidden; }
        /* line 4781, _core.scss */
        .product-view.grid .list-products .list-product__box-price {
          border-left: none;
          padding: 0; }
          /* line 4784, _core.scss */
          .product-view.grid .list-products .list-product__box-price .main-price_block {
            text-align: left; }
          /* line 4787, _core.scss */
          .product-view.grid .list-products .list-product__box-price .price_block__pblock {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
          /* line 4792, _core.scss */
          .product-view.grid .list-products .list-product__box-price .price_block__from {
            font-size: 12px;
            margin-top: 2px; }
        /* line 4797, _core.scss */
        .product-view.grid .list-products .list-product__box-func {
          border-left: none;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          height: 80px;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding: 0; }
          /* line 4808, _core.scss */
          .product-view.grid .list-products .list-product__box-func.box-search {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
        /* line 4814, _core.scss */
        .product-view.grid .list-products .list-product__box-actions {
          border-left: none;
          padding: 0;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          margin-left: 0; }
          /* line 4821, _core.scss */
          .product-view.grid .list-products .list-product__box-actions .configure-container {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            /* line 4832, _core.scss */
            .product-view.grid .list-products .list-product__box-actions .configure-container .btnHint {
              margin-top: 6px;
              margin-bottom: 0; }
        /* line 4839, _core.scss */
        .product-view.grid .list-products .list-product__box-counter .quantity {
          margin: 0; }
        /* line 4844, _core.scss */
        .product-view.grid .list-products .list-product__box-buy > div {
          margin: 0 0 0 5px; }
        /* line 4847, _core.scss */
        .product-view.grid .list-products .list-product__box-buy [data-item-add] .title {
          display: none; }
        /* line 4850, _core.scss */
        .product-view.grid .list-products .list-product__box-buy .btn i {
          margin-right: 0; }
    /* line 4859, _core.scss */
    .product-view.grid.first-collection .list-products > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
      flex: 0 1 20%;
      max-width: 20%;
      padding: 10px;
      border-bottom: none; } }
    @media (min-width: 769px) and (max-width: 1450px) {
      /* line 4859, _core.scss */
      .product-view.grid.first-collection .list-products > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      /* line 4859, _core.scss */
      .product-view.grid.first-collection .list-products > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
        flex: 0 1 33.3%;
        max-width: 33.3%; } }

/* line 4893, _core.scss */
.list-payment-methods {
  line-height: 1.5em; }
  /* line 4898, _core.scss */
  .list-payment-methods > * {
    overflow: hidden;
    padding: 1.5em 0 0;
    border-bottom: 1px solid #e7e7e7; }
    /* line 4903, _core.scss */
    .list-payment-methods > *:first-child {
      border-top: 1px solid #e7e7e7; }
    /* line 4907, _core.scss */
    .list-payment-methods > * > .row {
      overflow: hidden;
      margin-bottom: 0; }
  /* line 4913, _core.scss */
  .list-payment-methods .toggle-content {
    padding: 0 1em 1em; }

/* line 4918, _core.scss */
.list-creditcards {
  margin-bottom: 1em; }
  /* line 4921, _core.scss */
  .list-creditcards img {
    display: inline-block;
    max-width: 50px;
    margin-right: 3px; }

/* line 4928, _core.scss */
.product-support .list-blocks {
  margin-bottom: 0; }

/* line 4932, _core.scss */
.list-select {
  margin: 0;
  padding: 1em 0 0 0; }

/* line 4941, _core.scss */
.list-nav li {
  margin: 1em 0; }
  /* line 4944, _core.scss */
  .list-nav li a {
    display: block;
    padding-right: 2em;
    position: relative; }
    /* line 4949, _core.scss */
    .list-nav li a:after {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -.3em;
      font-family: "fontcustom";
      content: "\f110"; }

/* line 4967, _core.scss */
.list-news > li {
  border-bottom: 1px solid #cdcdcd;
  padding: 20px 0;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
  /* line 4974, _core.scss */
  .list-news > li ul {
    margin: 1em 0; }
  /* line 4978, _core.scss */
  .list-news > li:first-child {
    border-top: 1px solid #cdcdcd; }

/* line 4989, _core.scss */
.list-news-condensed > li {
  border-bottom: 1px solid #cdcdcd;
  padding: 15px 0;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
  /* line 4996, _core.scss */
  .list-news-condensed > li ul {
    margin: 1em 0; }
  /* line 5000, _core.scss */
  .list-news-condensed > li h2 {
    font-size: 20px;
    line-height: 1.5; }
  /* line 5005, _core.scss */
  .list-news-condensed > li:first-child {
    border-top: 1px solid #cdcdcd; }

/* line 5017, _core.scss */
.list-jobs > li {
  border-bottom: 1px solid #cdcdcd;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
  /* line 5023, _core.scss */
  .list-jobs > li > a {
    display: block;
    padding: 20px 0 20px 5px; }
    /* line 5027, _core.scss */
    .list-jobs > li > a:hover {
      color: black;
      background: #e7e7e7; }
  /* line 5033, _core.scss */
  .list-jobs > li ul {
    margin: 1em 0; }
  /* line 5037, _core.scss */
  .list-jobs > li:first-child {
    border-top: 1px solid #cdcdcd; }

/* line 5047, _core.scss */
.list-items > li {
  border-bottom: 1px solid #cdcdcd;
  padding: .5em 0; }

/* line 5067, _core.scss */
.list-items-header {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  padding: 1em 0;
  overflow: hidden; }

@media (max-width: 540px) {
  /* line 5074, _core.scss */
  .list-social {
    text-align: center; } }
/* line 5079, _core.scss */
.list-social a {
  color: #b3b3b3; }
  /* line 5082, _core.scss */
  .list-social a:hover {
    color: #8c8c8c; }
/* line 5087, _core.scss */
.list-social i {
  font-size: 2.6em; }

/* line 5093, _core.scss */
.list-separated {
  width: 100%;
  text-align: center;
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  /* line 5100, _core.scss */
  .list-separated li {
    border-right: 1px solid #b3b3b3;
    display: inline;
    padding: 0 1em; }
    /* line 5105, _core.scss */
    .list-separated li:last-child {
      border: none; }
    @media (max-width: 540px) {
      /* line 5100, _core.scss */
      .list-separated li {
        display: block;
        border: none;
        border-bottom: 1px solid #b3b3b3;
        font-size: 16px;
        padding: .5em 0;
        margin: .25em 0; } }

/* line 5122, _core.scss */
.list-steps li {
  margin: 1em 0; }

/* line 5128, _core.scss */
.filter-list {
  list-style: none outside none;
  margin: 0 0 10px 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #e7e7e7; }
  /* line 5136, _core.scss */
  .filter-list li {
    padding: 3px 0 3px 5px;
    border-bottom: 1px solid #e7e7e7; }

/* line 5145, _core.scss */
.link-primary {
  text-transform: uppercase; }

/* line 5150, _core.scss */
a i.icon-link-arrow + span {
  margin-left: .5em; }

/* line 5155, _core.scss */
p > a {
  color: #ff7000; }
  /* line 5158, _core.scss */
  p > a:hover {
    text-decoration: underline; }

/* line 5163, _core.scss */
.link-colored {
  color: #ff7000;
  font-weight: 700; }

/* line 5168, _core.scss */
.link-privacy {
  color: #ff7000; }
  /* line 5171, _core.scss */
  .link-privacy:hover {
    text-decoration: underline; }

/* line 5176, _core.scss */
.main-nav .dropdown-content .link-additional, .main-nav .dropdown-menu .link-additional {
  color: #ff7000;
  font-weight: 700;
  text-transform: uppercase; }

/* line 5182, _core.scss */
.content-result {
  overflow: hidden;
  display: block; }
  /* line 5187, _core.scss */
  .content-result .content-result-header {
    color: #b3b3b3;
    text-transform: uppercase;
    margin: .8em 0; }
    /* line 5192, _core.scss */
    .content-result .content-result-header em {
      font-weight: 700;
      color: #5c5c5c; }
  /* line 5198, _core.scss */
  .content-result .content-result-sub-header {
    margin: .8em 0;
    color: #ff7000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.33333; }
  /* line 5207, _core.scss */
  .content-result .content-result-excerpt {
    margin-bottom: .8em; }
  /* line 5211, _core.scss */
  .content-result:hover .content-result-excerpt {
    color: #333333; }

/* line 5219, _core.scss */
.label-availability {
  font-size: 14px; }
  /* line 5222, _core.scss */
  .label-availability i {
    font-size: 14px;
    margin-right: .25em; }
    /* line 5226, _core.scss */
    .label-availability i:before {
      font-family: "fontcustom" !important; }
  /* line 5231, _core.scss */
  .label-availability span {
    line-height: 1.5;
    color: #333333;
    font-size: 14px; }

/* line 5238, _core.scss */
.filter-pill-label {
  margin-top: .6em;
  margin-right: 1em; }

/* line 5243, _core.scss */
.well, .well-links {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 1em 0; }

/* line 5249, _core.scss */
.well-speech-bubble,
.well-speech-bubble-small {
  border: 1px solid #cdcdcd;
  margin: 2em 0;
  padding: 1em;
  position: relative; }
  /* line 5256, _core.scss */
  .well-speech-bubble .icon-close,
  .well-speech-bubble-small .icon-close {
    font-size: 2em;
    color: #ff7000; }
  /* line 5261, _core.scss */
  .well-speech-bubble input[type=radio]:checked + span,
  .well-speech-bubble-small input[type=radio]:checked + span {
    color: #ff7000; }

/* line 5269, _core.scss */
.well-speech-bubble-info {
  position: absolute;
  bottom: 100%;
  margin-bottom: .3em;
  background: #e7e7e7;
  border: 1px solid #b3b3b3;
  padding: 10px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); }

/* line 5280, _core.scss */
.well-speech-bubble-info:after,
.well-speech-bubble-info:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 5292, _core.scss */
.well-speech-bubble-info:after {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #e7e7e7;
  border-width: 10px;
  margin-left: -10px; }

/* line 5299, _core.scss */
.well-speech-bubble-info:before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #b3b3b3;
  border-width: 11px;
  margin-left: -11px; }

/* line 5309, _core.scss */
.well-speech-bubble-arrow-center:after,
.well-speech-bubble-arrow-center:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 5322, _core.scss */
.well-speech-bubble-arrow-left:after,
.well-speech-bubble-arrow-left:before {
  bottom: 100%;
  left: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 5337, _core.scss */
.well-speech-bubble-arrow-right:after,
.well-speech-bubble-arrow-right:before {
  bottom: 100%;
  right: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  background: white; }

/* line 5351, _core.scss */
.well-speech-bubble:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 30px;
  margin-left: -30px; }

/* line 5358, _core.scss */
.well-speech-bubble:before {
  border-color: transparent;
  border-bottom-color: #cdcdcd;
  border-width: 31px;
  margin-left: -31px; }

/* line 5365, _core.scss */
.well-speech-bubble-small {
  margin-top: .5em; }

/* line 5370, _core.scss */
.well-speech-bubble-small:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px; }

/* line 5377, _core.scss */
.well-speech-bubble-small:before {
  border-color: transparent;
  border-bottom-color: #cdcdcd;
  border-width: 16px;
  margin-left: -16px; }

/* line 5384, _core.scss */
.well-fill {
  padding: 1em;
  margin: 1em 0; }
  @media (max-width: 992px) {
    /* line 5384, _core.scss */
    .well-fill {
      padding: 6px !important; }
      /* line 5391, _core.scss */
      .well-fill .list-blocks-no-top-border {
        margin-bottom: 0px !important; }
        /* line 5394, _core.scss */
        .well-fill .list-blocks-no-top-border li {
          padding: 5px 0; } }

/* line 5403, _core.scss */
.well-links {
  padding: .5em 0;
  margin-top: 0; }
  /* line 5409, _core.scss */
  .well-links .btn-link {
    padding: .5em 1em; }

/* line 5414, _core.scss */
.well-nudge {
  padding: 1.5em 2em 0 2em; }

/* line 5419, _core.scss */
.well-arrow::before {
  content: ' ';
  top: 0;
  left: 50%;
  margin-left: -.5em;
  border-width: 0 1em 1em;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #e7e7e7;
  position: absolute;
  width: 0;
  height: 0; }

/* line 5434, _core.scss */
.well-overlay {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: white;
  width: 300px; }
  @media (max-width: 540px) {
    /* line 5434, _core.scss */
    .well-overlay {
      width: 100%; } }

/* line 5445, _core.scss */
.well-closable {
  padding-right: 50px !important; }

/* line 5449, _core.scss */
.well-close-icon {
  position: absolute;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
  right: 8px;
  top: 50%;
  margin-top: -0.7em; }
  /* line 5459, _core.scss */
  .well-close-icon span {
    display: block;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -o-transform: rotate(45deg);
    -o-transform-origin: 50% 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

/* line 5476, _core.scss */
.well-bordered {
  background: #e7e7e7;
  padding: 1em;
  margin-bottom: 2em;
  z-index: 100; }

/* line 5483, _core.scss */
.well-filters {
  margin-bottom: 1em;
  padding: 0;
  border: none; }

/* line 5489, _core.scss */
.img-product-details-info {
  display: block;
  float: left;
  margin-right: .5em;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  /* line 5496, _core.scss */
  .img-product-details-info:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

/* line 5505, _core.scss */
.img-product-details-extra {
  display: inline;
  vertical-align: middle;
  margin-right: .5em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 25%;
  height: auto;
  float: left; }

/* line 5518, _core.scss */
.img-stretch {
  width: 100%;
  height: auto; }

/* line 5523, _core.scss */
.img-nudge {
  margin: 1em 0; }

/* line 5527, _core.scss */
.mandatory img {
  display: inline-block; }

/* line 5531, _core.scss */
.main-teaser {
  margin: 0 auto;
  text-align: center; }
  /* line 5535, _core.scss */
  .main-teaser img {
    display: inline-block; }
    @media (min-width: 992px) {
      /* line 5535, _core.scss */
      .main-teaser img {
        max-width: 1410px;
        max-height: 625px; } }

/* line 5545, _core.scss */
.main-teaser-constrained {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center 40%;
  -webkit-background-size: cover;
  background-size: cover; }
  @media (min-width: 992px) {
    /* line 5545, _core.scss */
    .main-teaser-constrained {
      height: 330px; } }
  @media (max-width: 992px) {
    /* line 5545, _core.scss */
    .main-teaser-constrained {
      height: 200px;
      width: 100%;
      display: inline-block;
      position: relative; }
      /* line 5562, _core.scss */
      .main-teaser-constrained:after {
        padding-top: 50%;
        display: block;
        content: ''; } }

/* line 5570, _core.scss */
.content-image {
  margin-bottom: 1em; }
  @media (max-width: 540px) {
    /* line 5570, _core.scss */
    .content-image {
      width: 100%;
      height: auto; } }

/* line 5579, _core.scss */
.content-image-left {
  float: left;
  margin-right: 1em; }

/* line 5584, _core.scss */
.content-image-right {
  float: right;
  margin-left: 1em; }

/* line 5589, _core.scss */
.content-image-left,
.content-image-right {
  max-width: 400px; }
  @media (max-width: 539.98px) and (min-width: 0px) {
    /* line 5589, _core.scss */
    .content-image-left,
    .content-image-right {
      max-width: 100%; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 5589, _core.scss */
    .content-image-left,
    .content-image-right {
      max-width: 300px; } }

/* line 5602, _core.scss */
.content-image-small {
  max-width: 200px; }

/* line 5606, _core.scss */
.side-image {
  margin-bottom: 1em;
  width: 100%;
  height: auto; }

/* line 5613, _core.scss */
.img-inline {
  display: inline-block; }

@media (max-width: 991.98px) and (min-width: 767px) {
  /* line 5618, _core.scss */
  #logo .logo-full {
    display: none; } }
@media (max-width: 766.98px) and (min-width: 540px) {
  /* line 5618, _core.scss */
  #logo .logo-full {
    display: none; } }
@media (max-width: 540px) {
  /* line 5618, _core.scss */
  #logo .logo-full {
    height: 40px;
    display: inline-block; } }
/* line 5637, _core.scss */
#logo .logo-icon {
  display: none; }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 5637, _core.scss */
    #logo .logo-icon {
      display: inline-block; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 5637, _core.scss */
    #logo .logo-icon {
      display: inline-block; } }

/* line 5654, _core.scss */
.footer-logo {
  margin: 1em 0;
  text-align: center; }
  /* line 5658, _core.scss */
  .footer-logo img {
    display: inline-block;
    height: 42px; }

/* line 5663, _core.scss */
.footer-logo-mark {
  text-align: right; }
  /* line 5666, _core.scss */
  .footer-logo-mark img {
    display: inline-block; }

/* line 5671, _core.scss */
.footer-logo-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff7000; }

/* line 5677, _core.scss */
.footer-copyrights-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 15px;
  bottom: 15px; }

@media all and (max-width: 1023px) {
  /* line 5690, _core.scss */
  .footer-copyrights-container {
    position: initial; } }
/* line 5695, _core.scss */
.img-load-later-teaser {
  position: relative;
  width: 95%;
  margin-left: 2.5%;
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

/* line 5706, _core.scss */
.img-load-later-teaser:before {
  content: "";
  display: block;
  padding-top: 50%; }

/* line 5712, _core.scss */
.dropdown .img-load-later-teaser {
  display: block; }

/* line 5716, _core.scss */
.cartdirectadd_product_detail img {
  display: inline-block;
  width: 60px;
  height: auto; }

/* line 5723, _core.scss */
.no-js .js-lazyMedia {
  display: none; }

/* line 5730, _core.scss */
#loading_page {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 20020;
  text-align: center; }

/* line 5743, _core.scss */
#loading_page img {
  margin-top: 500px;
  left: 50%;
  margin-left: 50%;
  z-index: 20021; }

/* line 5756, _core.scss */
.badge {
  min-width: 10px;
  padding: 2px 9px;
  font-size: 14px;
  color: #FFF !important;
  white-space: nowrap;
  text-align: center;
  background-color: #333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  margin: 0 0 0 5px;
  line-height: 12px;
  font-style: normal;
  font-weight: 400;
  top: -10px; }
  @media (max-width: 539.98px) and (min-width: 0px) {
    /* line 5756, _core.scss */
    .badge {
      top: -5px; } }
  /* line 5779, _core.scss */
  .badge:empty {
    visibility: hidden; }
  /* line 5784, _core.scss */
  .btn .badge {
    position: relative;
    top: -1px; }
  /* line 5789, _core.scss */
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  /* line 5800, _core.scss */
  .list-group-item > .badge {
    float: right; }
  /* line 5804, _core.scss */
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  /* line 5808, _core.scss */
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

/* line 5816, _core.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
  cursor: pointer;
  background-color: #CCCCCC; }

/* line 5825, _core.scss */
.navbar-btn .badge {
  display: inline-block;
  float: right;
  top: -5px;
  left: -3px;
  padding: 4px 9px 3px; }
  @media (min-width: 992px) {
    /* line 5825, _core.scss */
    .navbar-btn .badge {
      margin-right: 6px;
      left: -1px; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 5825, _core.scss */
    .navbar-btn .badge {
      margin-right: 4px;
      left: -10px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 5825, _core.scss */
    .navbar-btn .badge {
      margin-right: 4px;
      left: -10px; } }
  @media (max-width: 540px) {
    /* line 5825, _core.scss */
    .navbar-btn .badge {
      left: -5px;
      top: -7px !important; } }

/* line 5861, _core.scss */
.mt-0 {
  margin-top: 0 !important; }

/* line 5865, _core.scss */
.mb-0 {
  margin-bottom: 0 !important; }

/* line 5869, _core.scss */
.m-0 {
  margin: 0 !important; }

/* line 5873, _core.scss */
.pt-0 {
  padding-top: 0 !important; }

/* line 5877, _core.scss */
.pb-0 {
  padding-bottom: 0 !important; }

/* line 5881, _core.scss */
.p-0 {
  padding: 0 !important; }

/* stylelint-disable no-descending-specificity, no-duplicate-selectors */
/* line 2, _components.scss */
.nav-row {
  margin-left: -15px;
  margin-right: -15px; }
  /* line 632, _mixins.scss */
  .nav-row:before, .nav-row:after {
    content: " ";
    display: table; }
  /* line 637, _mixins.scss */
  .nav-row:after {
    clear: both; }
  @media (max-width: 540px) {
    /* line 2, _components.scss */
    .nav-row {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 540px) {
    /* line 2, _components.scss */
    .nav-row {
      margin-left: -15px;
      margin-right: -15px; } }

/* line 15, _components.scss */
.myaccount-top {
  margin-top: 18px; }

/* .nav-col default padding in cases where nav-col / picturewithdownloads is embedded in page directly, e.g. Unternehmen -> Nachhaltigkeit */
/* line 20, _components.scss */
.nav-col {
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 540px) {
    /* line 20, _components.scss */
    .nav-col {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 540px) {
    /* line 20, _components.scss */
    .nav-col {
      padding-left: 15px;
      padding-right: 15px; } }

/* line 35, _components.scss */
.nav-tools {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 540px) {
    /* line 35, _components.scss */
    .nav-tools {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 992px) {
    /* line 43, _components.scss */
    .nav-tools .nav-col {
      position: relative;
      float: left;
      width: 33.33333%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 43, _components.scss */
    .nav-tools .nav-col {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 43, _components.scss */
    .nav-tools .nav-col {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 540px) {
    /* line 43, _components.scss */
    .nav-tools .nav-col {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    /* line 69, _components.scss */
    .nav-tools .nav-col.myaccount-col {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 69, _components.scss */
    .nav-tools .nav-col.myaccount-col {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 69, _components.scss */
    .nav-tools .nav-col.myaccount-col {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 540px) {
    /* line 69, _components.scss */
    .nav-tools .nav-col.myaccount-col {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  /* line 95, _components.scss */
  .nav-tools a {
    text-align: center;
    padding-bottom: 2em;
    overflow: hidden;
    display: block;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all; }
    @media (max-width: 540px) {
      /* line 95, _components.scss */
      .nav-tools a {
        min-height: 1em;
        height: auto;
        border-bottom: 1px solid #b3b3b3;
        text-align: left;
        display: block;
        margin-bottom: 0;
        padding: .5em 0; } }
    /* line 114, _components.scss */
    .nav-tools a:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: .05s all;
      -o-transition: .05s all;
      transition: .05s all;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    /* line 125, _components.scss */
    .nav-tools a:active img {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transition: .05s all;
      -o-transition: .05s all;
      transition: .05s all;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    /* line 136, _components.scss */
    .nav-tools a img {
      margin: 0 auto 1em;
      width: 66px;
      height: auto; }
      @media (max-width: 540px) {
        /* line 136, _components.scss */
        .nav-tools a img {
          display: inline-block;
          height: 3em;
          width: auto;
          margin: 0 .5em; } }

/* line 151, _components.scss */
.categoryHeader {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 18px 0px; }
  @media (max-width: 540px) {
    /* line 151, _components.scss */
    .categoryHeader {
      color: #b3b3b3; } }

/* line 164, _components.scss */
.page-productList .categoryHeader,
.page-assortmentpage .categoryHeader {
  margin-top: 20px; }

@media (max-width: 540px) {
  /* line 169, _components.scss */
  .hideMeOnXS {
    display: none; } }

@media (min-width: 540px) {
  /* line 176, _components.scss */
  .hideFormOnOtherThanXS {
    display: none; } }

/* line 182, _components.scss */
.nav-downloads {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 540px) {
    /* line 182, _components.scss */
    .nav-downloads {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 992px) {
    /* line 190, _components.scss */
    .nav-downloads .nav-col {
      position: relative;
      float: left;
      width: 33.33333%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 190, _components.scss */
    .nav-downloads .nav-col {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 190, _components.scss */
    .nav-downloads .nav-col {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 540px) {
    /* line 190, _components.scss */
    .nav-downloads .nav-col {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  /* line 216, _components.scss */
  .nav-downloads a {
    text-align: left;
    margin-bottom: 2em;
    overflow: hidden;
    display: block;
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all; }
    @media (max-width: 540px) {
      /* line 216, _components.scss */
      .nav-downloads a {
        min-height: 1em;
        height: auto;
        border-bottom: 1px solid #b3b3b3;
        text-align: left;
        display: block;
        margin-bottom: 0;
        padding: .5em 0; } }
    /* line 235, _components.scss */
    .nav-downloads a sup {
      position: absolute;
      top: .5em;
      left: .5em;
      font-size: 20px;
      color: #b3b3b3; }
      @media (max-width: 540px) {
        /* line 235, _components.scss */
        .nav-downloads a sup {
          top: 1em; } }
    /* line 247, _components.scss */
    .nav-downloads a:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: .05s all;
      -o-transition: .05s all;
      transition: .05s all;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    /* line 258, _components.scss */
    .nav-downloads a:active img {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transition: .05s all;
      -o-transition: .05s all;
      transition: .05s all;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    /* line 269, _components.scss */
    .nav-downloads a img {
      margin: 0 auto 1em; }
      @media (max-width: 540px) {
        /* line 269, _components.scss */
        .nav-downloads a img {
          display: inline-block;
          height: 3em;
          margin: 0 .5em 2em 0;
          float: left; } }
    /* line 280, _components.scss */
    .nav-downloads a span {
      font-size: 14px;
      color: #333333;
      overflow: hidden;
      display: block; }
  /* line 289, _components.scss */
  .nav-downloads .icon-download, .nav-downloads .icon-onlinebrochure {
    position: relative;
    display: block;
    float: left;
    width: 50px;
    font-size: 1.4em;
    padding-left: 20px;
    margin-top: 3px;
    color: #CDCDCD; }
  /* line 301, _components.scss */
  .nav-downloads .icon-onlinebrochure {
    margin-top: 0px; }
  /* line 305, _components.scss */
  .nav-downloads .broschure-additionalTest {
    color: #B3B3B3; }

/* line 311, _components.scss */
.theme-blue .nav-thumbs a span {
  color: white;
  font-weight: 700; }

/* line 316, _components.scss */
.nav-bordererd {
  border-top: 1px solid #cdcdcd;
  margin-top: 1em;
  padding-top: 1em; }

/* line 322, _components.scss */
.product-details-nav {
  font-size: 14px; }

/* line 326, _components.scss */
.nav-shop-back {
  padding-top: 1em; }

/* line 330, _components.scss */
.nav-row.nav-inline-block {
  font-size: 0; }

/* line 334, _components.scss */
.nav-row.nav-inline-block .nav-col {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  /* @TODO: no em due to font size set earlier to 0 */
  float: none; }

/* line 341, _components.scss */
.main-nav .dropdown-content, .main-nav .dropdown-menu, .main-nav .dropdown-menu {
  left: 0 !important;
  right: 0 !important; }

/* line 346, _components.scss */
.dropdown-content, .dropdown-menu {
  overflow: hidden !important; }

/* line 350, _components.scss */
.dropdown-col {
  padding-bottom: 100% !important;
  margin-bottom: -100% !important; }

/* line 355, _components.scss */
.navigation-divider {
  z-index: 1; }

@media (max-width: 992px) {
  /* line 359, _components.scss */
  .navigationTeaser .navigationteaserContent {
    height: initial !important;
    margin-bottom: 20px; }

  /* line 363, _components.scss */
  .dropdown-col {
    padding-bottom: 0 !important;
    margin-bottom: 20px !important; }

  /* line 367, _components.scss */
  .navigation-teaser-list {
    padding: 20px 0 0 0 !important; }

  /* line 370, _components.scss */
  .navigation-allProducts__teaser {
    float: inherit;
    padding-left: 5px; }
    /* line 373, _components.scss */
    .navigation-allProducts__teaser .navigation-teaser-list {
      padding: 20px 0 0 0 !important; }

  /* line 377, _components.scss */
  .navigation-catalogs__teaser {
    padding-left: 5px; }
    /* line 379, _components.scss */
    .navigation-catalogs__teaser .navigation-teaser-list {
      padding: 20px 0 0 0 !important; }

  /* line 383, _components.scss */
  .navigation-services__teaser {
    padding-left: 5px; }
    /* line 385, _components.scss */
    .navigation-services__teaser .navigation-teaser-list {
      padding: 20px 0 0 0 !important; }

  /* line 389, _components.scss */
  .navigation-company__teaser {
    padding-left: 5px; }
    /* line 391, _components.scss */
    .navigation-company__teaser .navigation-teaser-list {
      padding: 20px 0 0 0 !important; } }
@media (max-width: 600px) {
  /* line 399, _components.scss */
  .jrs-primary-nav .navigationTeaser .navigationTeaserImage {
    width: 100px !important; } }
@media (max-width: 400px) {
  /* line 406, _components.scss */
  .jrs-primary-nav .navigationTeaser .navigationTeaserImage {
    width: 100% !important; }

  /* line 409, _components.scss */
  .navigationTeaser .navigationteaserContent {
    padding-left: 0 !important;
    padding-top: 10px; } }
/* line 415, _components.scss */
.category-container {
  min-height: 1px;
  padding: 10px 20px; }

/* line 420, _components.scss */
.main-categories {
  margin: 0 !important; }

/* line 424, _components.scss */
.main-categories li {
  position: relative; }

/* line 428, _components.scss */
.mainCategory-item {
  background-color: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

/* line 434, _components.scss */
.category-arrow {
  height: 100%;
  position: absolute;
  right: 4px; }
  /* line 439, _components.scss */
  .category-arrow i {
    padding-top: 10px;
    display: inline-block; }

/* line 445, _components.scss */
.categorySidebarIcon {
  color: #CDCDCD; }

/* line 449, _components.scss */
.category-active {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  margin-right: -21px; }
  /* line 453, _components.scss */
  .category-active .link-hover {
    font-weight: 400 !important;
    cursor: pointer;
    color: #ff7000; }
    /* line 458, _components.scss */
    .category-active .link-hover .cat-link {
      color: #ff7000; }
  /* line 463, _components.scss */
  .category-active .category-arrow {
    right: 10px; }

/* line 468, _components.scss */
.category-passive {
  margin-right: -20px; }

/* line 472, _components.scss */
.category-active--empty {
  margin-right: -10px !important;
  font-weight: 700; }

/* line 477, _components.scss */
.cat-name {
  padding: 10px;
  line-height: 17px !important; }

/* line 482, _components.scss */
.superCatName {
  font-size: 14px;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 6px; }

/* line 489, _components.scss */
.cat-link {
  font-size: 14px !important;
  display: block !important;
  text-decoration: none !important;
  word-break: break-word; }

/* line 496, _components.scss */
.cat-link:hover {
  font-weight: 400 !important;
  cursor: pointer;
  color: #ff7000 !important; }

/* line 502, _components.scss */
.subCategory-item {
  line-height: 17px !important; }

/* line 506, _components.scss */
.img-cont {
  float: left;
  height: 24px; }
  /* line 510, _components.scss */
  .img-cont .cat-thumb {
    padding: 4px 0 0 0;
    display: inline-block;
    width: 25px !important; }

/* line 519, _components.scss */
.navbar-main .navigation-mobile.active {
  display: none; }
/* line 523, _components.scss */
.navbar-main .container {
  width: 100%;
  max-width: 100%; }
  /* line 527, _components.scss */
  .navbar-main .container .inner-container {
    width: 1146px;
    margin: 0 auto; }
    /* line 531, _components.scss */
    .navbar-main .container .inner-container #logo {
      position: relative;
      float: left;
      left: 0; }
    /* line 538, _components.scss */
    .navbar-main .container .inner-container .language-nav .dropdown-content-language {
      width: 1146px;
      margin: 0 auto;
      position: relative; }
      /* line 543, _components.scss */
      .navbar-main .container .inner-container .language-nav .dropdown-content-language .dropdown-content.active, .navbar-main .container .inner-container .language-nav .dropdown-content-language .active.dropdown-menu {
        top: 100px;
        right: 0; }
      /* line 548, _components.scss */
      .navbar-main .container .inner-container .language-nav .dropdown-content-language select {
        padding-right: 0; }
    /* line 559, _components.scss */
    .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-menu {
      padding: 0 !important; }
      /* line 562, _components.scss */
      .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-content .container, .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-menu .container {
        width: 1146px;
        padding: 0; }
        /* line 566, _components.scss */
        .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-content .container .all-products-nav, .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-menu .container .all-products-nav {
          padding: 20px 0; }
    /* line 574, _components.scss */
    .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-menu {
      padding: 18px !important; }
      /* line 577, _components.scss */
      .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-content .container, .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-menu .container {
        width: 1146px;
        padding: 0 !important; }
    /* line 585, _components.scss */
    .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-menu {
      padding: 18px !important; }
      /* line 588, _components.scss */
      .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-content .container, .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-menu .container {
        width: 1146px;
        padding: 0px !important; }
@media (max-width: 1200px) {
  /* line 603, _components.scss */
  .navbar-main .navigation-mobile.active {
    display: none; }
  /* line 606, _components.scss */
  .navbar-main .container {
    max-width: 100%; }
    /* line 609, _components.scss */
    .navbar-main .container .inner-container {
      width: 938px;
      margin: 0 auto; }
      /* line 613, _components.scss */
      .navbar-main .container .inner-container #logo {
        position: relative;
        float: left;
        left: 0; }
      /* line 620, _components.scss */
      .navbar-main .container .inner-container .language-nav .dropdown-content-language {
        width: 938px;
        margin: 0 auto;
        position: relative; }
        /* line 625, _components.scss */
        .navbar-main .container .inner-container .language-nav .dropdown-content-language .dropdown-content.active, .navbar-main .container .inner-container .language-nav .dropdown-content-language .active.dropdown-menu {
          top: 80px;
          right: 0; }
      /* line 637, _components.scss */
      .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-menu {
        padding: 0 !important; }
        /* line 640, _components.scss */
        .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-content .container, .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-menu .container {
          width: 958px;
          padding: 0 !important; }
          /* line 644, _components.scss */
          .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-content .container .all-products-nav, .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-menu .container .all-products-nav {
            padding: 20px 0; }
      /* line 652, _components.scss */
      .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-menu {
        padding: 18px !important; }
        /* line 655, _components.scss */
        .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-content .container, .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-menu .container {
          width: 958px;
          padding: 0 !important; }
      /* line 663, _components.scss */
      .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-menu {
        padding: 18px !important; }
        /* line 666, _components.scss */
        .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-content .container, .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-menu .container {
          width: 958px;
          padding: 0px !important; } }
@media (max-width: 992px) {
  /* line 678, _components.scss */
  .navbar-main .navigation-mobile.active {
    display: none; }
  /* line 681, _components.scss */
  .navbar-main .container {
    max-width: 100%; }
    /* line 684, _components.scss */
    .navbar-main .container .inner-container {
      width: 100%;
      margin: 0 auto; }
      /* line 688, _components.scss */
      .navbar-main .container .inner-container #logo {
        position: relative;
        float: left;
        left: 16px; }
      /* line 695, _components.scss */
      .navbar-main .container .inner-container .language-nav .dropdown-content-language {
        width: 100%;
        margin: 0 auto;
        position: relative; }
        /* line 700, _components.scss */
        .navbar-main .container .inner-container .language-nav .dropdown-content-language .dropdown-content.active, .navbar-main .container .inner-container .language-nav .dropdown-content-language .active.dropdown-menu {
          top: 80px;
          right: 0; }
      /* line 712, _components.scss */
      .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-menu {
        padding: 0 !important; }
        /* line 715, _components.scss */
        .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-content .container, .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-menu .container {
          width: 958px;
          padding: 0 !important; }
          /* line 719, _components.scss */
          .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-content .container .all-products-nav, .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-menu .container .all-products-nav {
            padding: 20px 0; }
      /* line 727, _components.scss */
      .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-menu {
        padding: 18px !important; }
        /* line 730, _components.scss */
        .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-content .container, .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-menu .container {
          width: 958px;
          padding: 0 !important; }
      /* line 738, _components.scss */
      .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-menu {
        padding: 18px !important; }
        /* line 741, _components.scss */
        .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-content .container, .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-menu .container {
          width: 958px;
          padding: 0px !important; } }
@media (max-width: 540px) {
  /* line 753, _components.scss */
  .navbar-main .navigation-mobile.active {
    display: block; }
  /* line 756, _components.scss */
  .navbar-main .container {
    width: 100%;
    max-width: 100%; }
    /* line 760, _components.scss */
    .navbar-main .container .inner-container {
      width: 100%;
      margin: 0 auto; }
      /* line 764, _components.scss */
      .navbar-main .container .inner-container .language-nav {
        float: right;
        width: 80px; }
      /* line 769, _components.scss */
      .navbar-main .container .inner-container #logo {
        position: relative;
        float: left;
        left: 0; }
      /* line 776, _components.scss */
      .navbar-main .container .inner-container .language-nav .dropdown-content-language {
        width: 100%;
        margin: 0 auto;
        position: relative; }
        /* line 781, _components.scss */
        .navbar-main .container .inner-container .language-nav .dropdown-content-language .dropdown-content.active, .navbar-main .container .inner-container .language-nav .dropdown-content-language .active.dropdown-menu {
          top: 61px;
          right: 0; }
      /* line 788, _components.scss */
      .navbar-main .container .inner-container .main-nav {
        width: 100%; }
        /* line 791, _components.scss */
        .navbar-main .container .inner-container .main-nav .dropdown-section {
          width: auto;
          display: inline-block; }
          /* line 796, _components.scss */
          .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-menu {
            display: none;
            padding: 0px !important; }
            /* line 800, _components.scss */
            .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-content .all-products-nav, .navbar-main .container .inner-container .main-nav .dropdown-section .category-dropdown .dropdown-menu .all-products-nav {
              padding: 20px 0; }
          /* line 807, _components.scss */
          .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .company-dropdown .dropdown-menu {
            padding: 0px !important;
            left: 0 !important;
            right: 0 !important; }
          /* line 815, _components.scss */
          .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-content, .navbar-main .container .inner-container .main-nav .dropdown-section .service-dropdown .dropdown-menu {
            padding: 0px !important;
            left: 0 !important;
            right: 0 !important; } }

@media (max-width: 540px) {
  /* line 830, _components.scss */
  .category-active {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    /* line 834, _components.scss */
    .category-active .link-hover {
      font-weight: 400 !important;
      cursor: pointer;
      color: #ff7000; }
      /* line 839, _components.scss */
      .category-active .link-hover .cat-link {
        color: #ff7000; }
    /* line 844, _components.scss */
    .category-active .icon-pfeiltop {
      color: #ff7000; }
    /* line 848, _components.scss */
    .category-active .category-arrow {
      right: 6px; } }
@media (max-width: 992px) {
  /* line 854, _components.scss */
  .active-with-shadow-top {
    -webkit-box-shadow: none;
    box-shadow: none; } }
@media (max-width: 540px) {
  /* line 854, _components.scss */
  .active-with-shadow-top {
    padding-top: 5px;
    /*-webkit-box-shadow: inset 0px 6px 5px -5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset 0px 6px 5px -5px rgba(50, 50, 50, 0.5);
    box-shadow: inset 0px 6px 5px -5px rgba(50, 50, 50, 0.5);*/
    -webkit-box-shadow: inset 0px 4px 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 4px 5px -5px rgba(0, 0, 0, 0.5); } }

@media (max-width: 540px) {
  /* line 870, _components.scss */
  .active-with-shadow-bottom {
    margin-bottom: -1px;
    padding-bottom: 5px;
    -webkit-box-shadow: inset 0px -4px 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -4px 5px -5px rgba(0, 0, 0, 0.5); } }

/* line 880, _components.scss */
#mobileCategoryNavigation .mainCategory-item:last-child {
  border-bottom: 1px solid #cdcdcd; }
/* line 884, _components.scss */
#mobileCategoryNavigation .mainCategory-item {
  border-top: 1px solid #cdcdcd; }

/* line 890, _components.scss */
.facet_category .cat-name {
  padding: 10px; }

/* line 895, _components.scss */
.navigation-mobile.active {
  display: block; }
  /* line 898, _components.scss */
  .navigation-mobile.active .all-products-nav {
    margin-top: 6px;
    text-align: right; }

/* line 904, _components.scss */
.navigation-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #e7e7e7;
  z-index: 10001;
  width: 80%;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(119, 119, 119, 0.5);
  box-shadow: 0px 0px 6px 1px rgba(119, 119, 119, 0.5); }
  /* line 915, _components.scss */
  .navigation-mobile .cat-name {
    width: 78%; }
  /* line 922, _components.scss */
  .navigation-mobile .facetInputGroup.mainNavigation .main-categories .mainCategory-item .icon-pfeilbottom {
    position: absolute;
    right: 10px !important; }
  /* line 927, _components.scss */
  .navigation-mobile .facetInputGroup.mainNavigation .main-categories .mainCategory-item .icon-pfeiltop {
    top: 4px;
    font-size: 23px;
    position: absolute;
    right: 10px !important; }
  /* line 936, _components.scss */
  .navigation-mobile .facetInputGroup.mainNavigation ul {
    height: auto;
    overflow: hidden; }
    /* line 940, _components.scss */
    .navigation-mobile .facetInputGroup.mainNavigation ul li {
      padding-left: 7px !important;
      margin-bottom: 0 !important; }
  /* line 947, _components.scss */
  .navigation-mobile .cat-link {
    overflow: auto;
    color: #000 !important; }
  /* line 952, _components.scss */
  .navigation-mobile .cat-name:hover {
    color: #ff7000; }
  /* line 956, _components.scss */
  .navigation-mobile .initialFilterLabel {
    border-bottom: 1px solid #CDCDCD; }

/* line 962, _components.scss */
.navigation_dropdown.facetInputGroup {
  height: auto !important; }

/* line 967, _components.scss */
.navigation-mobile-CloseBtn {
  background: #fff;
  height: 62px;
  position: relative;
  border-bottom: 1px solid #c7c7c7 !important; }
  /* line 973, _components.scss */
  .navigation-mobile-CloseBtn .navigation-close {
    color: #e8e8e8;
    right: 17px; }

/* line 979, _components.scss */
.navbar-main a {
  color: #fff; }

/* line 984, _components.scss */
.all-products-nav a {
  font-size: 14px;
  font-weight: 400;
  color: #000 !important;
  padding-right: 15px; }

/* line 993, _components.scss */
.dropdown.active .dropdown-content, .dropdown.active .dropdown-menu {
  display: block; }

/* line 998, _components.scss */
.cat-link .icon-pfeilbottom {
  display: none !important; }

/* line 1002, _components.scss */
.service-arrow .icon-pfeilbottom {
  display: none; }

@media (max-width: 540px) {
  /* line 1008, _components.scss */
  .category-arrow .icon-pfeilrechts {
    display: none !important; }

  /* line 1012, _components.scss */
  .category-arrow .icon-pfeilbottom {
    display: block !important; }

  /* line 1016, _components.scss */
  .service-arrow .icon-pfeilrechts {
    display: none !important; }

  /* line 1020, _components.scss */
  .service-arrow .icon-pfeilbottom {
    display: block !important; }

  /* line 1024, _components.scss */
  .subCategoryName {
    margin-left: 26px; }

  /* line 1028, _components.scss */
  .superCatName {
    margin-top: 6px;
    margin-left: 35px; } }
/* line 1034, _components.scss */
.navigation-teaser-list {
  margin: 0 !important;
  padding: 20px 0 0 18px !important; }
  /* line 1038, _components.scss */
  .navigation-teaser-list .navigation-teaser-item {
    margin-bottom: 10px; }
    /* line 1041, _components.scss */
    .navigation-teaser-list .navigation-teaser-item header {
      margin: 0; }
      /* line 1044, _components.scss */
      .navigation-teaser-list .navigation-teaser-item header h2 {
        line-height: 14px;
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 5px; }
    /* line 1052, _components.scss */
    .navigation-teaser-list .navigation-teaser-item h3 {
      font-size: 14px !important; }
    /* line 1056, _components.scss */
    .navigation-teaser-list .navigation-teaser-item a {
      color: #ff7000 !important;
      text-decoration: none; }
      /* line 1059, _components.scss */
      .navigation-teaser-list .navigation-teaser-item a.navigationTeaserTitle {
        display: block;
        font-weight: 700;
        margin-bottom: 5px;
        color: #000 !important; }
    /* line 1068, _components.scss */
    .navigation-teaser-list .navigation-teaser-item .block-content.block-readable h2 {
      margin-top: 0;
      margin-bottom: 0px;
      line-height: 14px;
      font-size: 14px;
      font-weight: 400;
      padding-bottom: 5px; }
    /* line 1077, _components.scss */
    .navigation-teaser-list .navigation-teaser-item .block-content.block-readable p {
      margin-left: 0; }
    /* line 1083, _components.scss */
    .navigation-teaser-list .navigation-teaser-item .block-content.block-full h2 {
      line-height: 14px;
      font-size: 14px;
      font-weight: 400;
      padding-bottom: 5px; }
    /* line 1090, _components.scss */
    .navigation-teaser-list .navigation-teaser-item .block-content.block-full img {
      max-width: 140px;
      height: auto;
      margin: 0 !important;
      padding: 0 15px 0 0;
      float: left; }
    /* line 1099, _components.scss */
    .navigation-teaser-list .navigation-teaser-item .block-content.block-full .content-teaser-caption p {
      font-size: 16px; }
      /* line 1102, _components.scss */
      .navigation-teaser-list .navigation-teaser-item .block-content.block-full .content-teaser-caption p a {
        font-size: 14px; }
    /* line 1109, _components.scss */
    .navigation-teaser-list .navigation-teaser-item .icon-link-arrow-thin {
      display: none; }
    /* line 1113, _components.scss */
    .navigation-teaser-list .navigation-teaser-item .nav-third {
      width: 100%;
      padding-left: 0px; }
      /* line 1117, _components.scss */
      .navigation-teaser-list .navigation-teaser-item .nav-third a {
        text-decoration: none; }
      /* line 1122, _components.scss */
      .navigation-teaser-list .navigation-teaser-item .nav-third .content-teaser-caption p {
        position: relative; }
      /* line 1126, _components.scss */
      .navigation-teaser-list .navigation-teaser-item .nav-third .content-teaser-caption h3 {
        position: relative; }

/* line 1136, _components.scss */
.broschure-link:hover .icon-download, .broschure-link:hover .icon-onlinebrochure {
  color: #ff7000 !important; }

/* line 1142, _components.scss */
.numArticles {
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3; }

/* line 1148, _components.scss */
.categoryItemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0; }

/* line 1163, _components.scss */
.categoryItem {
  font-size: 16px;
  display: block;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  padding: 5px 0;
  text-align: left;
  white-space: normal; }
  /* line 1179, _components.scss */
  .categoryItem:focus {
    color: #333333; }
  @media (max-width: 767px) {
    /* line 1163, _components.scss */
    .categoryItem {
      padding-left: 15px;
      padding-right: 15px; } }
  /* line 1188, _components.scss */
  .categoryItem > .img-inline {
    width: 30px;
    height: 30px;
    margin-right: 10px; }
  /* line 1194, _components.scss */
  .categoryItem > .categoryName {
    font-size: 14px;
    line-height: 1.42857;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 10px; }
    /* line 1202, _components.scss */
    .categoryItem > .categoryName > .categoryCount {
      font-weight: 400;
      color: #B3B3B3;
      display: inline-block;
      margin-bottom: 0; }

/* line 1211, _components.scss */
.categoryBackButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  /* line 1222, _components.scss */
  .categoryBackButton > .categoryName {
    font-size: 14px;
    line-height: 1.42857;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  /* line 1230, _components.scss */
  .categoryBackButton ~ strong {
    font-size: 14px; }

/* line 1236, _components.scss */
.categoryTiles .categoryItem {
  height: 4.1em;
  padding: 0 14px;
  border: 1px solid #cdcdcd; }
  /* line 1241, _components.scss */
  .categoryTiles .categoryItem:hover {
    border-color: #ff7000;
    z-index: 1; }
  /* line 1247, _components.scss */
  .categoryTiles .categoryItem > .img-inline {
    width: 40px;
    height: 40px; }
  /* line 1252, _components.scss */
  .categoryTiles .categoryItem__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px; }
  @media (min-width: 0) {
    /* line 1236, _components.scss */
    .categoryTiles .categoryItem {
      border-right: none;
      border-left: none;
      margin-top: -1px; } }
  @media (min-width: 540px) {
    /* line 1236, _components.scss */
    .categoryTiles .categoryItem {
      border: 1px solid #cdcdcd; } }
  @media (min-width: 540px) {
    /* line 1236, _components.scss */
    .categoryTiles .categoryItem {
      border: 1px solid #cdcdcd; } }
  @media (min-width: 768px) {
    /* line 1236, _components.scss */
    .categoryTiles .categoryItem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
/* line 1285, _components.scss */
.categoryTiles .categoryHeaderBar {
  display: none; }

/* line 1291, _components.scss */
.categorySidebar > strong {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 9px;
  display: block; }
/* line 1298, _components.scss */
.categorySidebar li:not(:last-child) .categoryItemContainer {
  border-bottom: 1px solid #cdcdcd; }
/* line 1304, _components.scss */
.categorySidebar li:first-child .categoryItemContainer {
  border-top: 1px solid #cdcdcd; }
@media (max-width: 767px) {
  /* line 1312, _components.scss */
  .categorySidebar li:not(.noHover) .categoryItemContainer:hover, .categorySidebar li:not(.noHover) .categoryItemContainer:active {
    background-color: #F5F5F5; } }
/* line 1319, _components.scss */
.categorySidebar .btn-link[disabled] {
  opacity: 1.0; }

@media (max-width: 767px) {
  /* line 1325, _components.scss */
  .categorySidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 10000; }
    /* line 1337, _components.scss */
    .categorySidebar::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      will-change: opacity; }
    /* line 1350, _components.scss */
    .categorySidebar .categoryContainer {
      padding-left: 0;
      padding-right: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      max-width: 540px;
      background: #FFF;
      height: 100%;
      -webkit-box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
      box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
      -webkit-transform: translateY(102%);
      -ms-transform: translateY(102%);
      transform: translateY(102%);
      will-change: transform; } }
    @media (max-width: 767px) and (max-width: 766.98px) and (min-width: 540px) {
      /* line 1350, _components.scss */
      .categorySidebar .categoryContainer {
        -webkit-transform: translateX(102%);
        -ms-transform: translateX(102%);
        transform: translateX(102%); } }
@media (max-width: 767px) {
    /* line 1374, _components.scss */
    .categorySidebar .categoryHeaderBar {
      font-weight: 700;
      position: relative;
      height: 60px;
      padding: 0 15px;
      margin: 0;
      background-color: #F5F5F5; }
      /* line 1382, _components.scss */
      .categorySidebar .categoryHeaderBar-close {
        position: absolute;
        top: 15px;
        right: 15px; }
    /* line 1389, _components.scss */
    .categorySidebar .categoryBody {
      height: calc(100% - 60px);
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }

  /* line 1398, _components.scss */
  .categorySidebar--animatable::before {
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1); }
  /* line 1405, _components.scss */
  .categorySidebar--animatable .categoryContainer {
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.3, 1);
    transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: transform 0.15s cubic-bezier(0, 0, 0.3, 1);
    transition: transform 0.15s cubic-bezier(0, 0, 0.3, 1);
    transition: transform 0.15s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.15s cubic-bezier(0, 0, 0.3, 1); }

  /* line 1415, _components.scss */
  .categorySidebar--visible {
    pointer-events: auto; }
    /* line 1418, _components.scss */
    .categorySidebar--visible::before {
      opacity: 1; }
    /* line 1422, _components.scss */
    .categorySidebar--visible .categoryContainer {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    /* line 1428, _components.scss */
    .categorySidebar--visible.categorySidebar--animatable .categoryContainer {
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.3, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.3, 1);
      -o-transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
      transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
      transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.3, 1); }

  /* line 1438, _components.scss */
  .categorySidebar--open {
    overflow: hidden; } }
/* line 1459, _components.scss */
.navbar {
  border-bottom: 1px solid white;
  position: relative;
  z-index: 10000;
  background: #ffffff; }
  @media (max-width: 992px) {
    /* line 1466, _components.scss */
    .navbar .container {
      margin-left: 0;
      padding-left: 0;
      margin-right: 0;
      padding-right: 0; } }

/* line 1475, _components.scss */
.header-flyout-links--default {
  /* line-height: 1;*/
  /*  text-transform: none;
    font-size: $font-size-sm;
    display: inline-block;
    background: transparent;
    text-decoration: none;
    box-sizing: border-box;*/ }

/* line 1485, _components.scss */
.header-flyout-links--big {
  font-size: 30px;
  margin: .7em 5% .5em 5%;
  font-weight: 400;
  display: block;
  color: #ff7000; }

/* line 1493, _components.scss */
.header-flyout-links--small {
  margin-bottom: 4px;
  display: block;
  /*color: #000000;*/
  font-size: 16px;
  font-weight: 400; }

/* line 1501, _components.scss */
.normalized-list {
  padding: 0;
  list-style: none;
  margin: 0; }

/* line 1507, _components.scss */
.header-flyout-list--margin {
  margin-left: 15px;
  margin-right: 15px; }

/*.header-flyout-list--padding-top {
  padding-top: 10px;
}*/
/* line 1516, _components.scss */
.header-flyout-list--content {
  font-weight: 400; }

/* line 1521, _components.scss */
.header-flyout-links-big--hover:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: initial;
  text-decoration-style: initial;
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
  cursor: auto;
  color: #ff7000; }

/* line 1533, _components.scss */
.header-flyout-links-small--hover:hover {
  text-decoration: underline;
  cursor: auto;
  color: inherit; }

/* line 1540, _components.scss */
.header-flyout-margin-bottom {
  margin-bottom: 12px; }

/* line 1544, _components.scss */
.header-flyout-links-big--second {
  margin-top: 0;
  margin-bottom: 0; }

/* line 1549, _components.scss */
.header-flyout {
  width: 100%;
  max-width: 100%;
  padding: 18px !important;
  padding: 0px !important; }

/* line 1556, _components.scss */
.header-flyout-catalogue {
  padding: 0 !important;
  width: 1146px;
  padding: 0;
  padding: 20px 0; }

/* line 1563, _components.scss */
.header-flyout-image {
  margin-left: 2.5%;
  margin-top: 5%; }

/* line 1568, _components.scss */
.header-flyout-margin-top {
  margin-top: 14px; }

  /* .container{
     width: 100%;
     max-width:100%;

     .inner-container {
       width: 1146px;
       margin: 0 auto;
     }*/
/* line 1581, _components.scss */
#logo {
  position: absolute;
  left: 1.6em; }
  @media (min-width: 992px) {
    /* line 1581, _components.scss */
    #logo {
      top: 7px; }
      /* line 1596, _components.scss */
      #logo img {
        height: 65px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 1581, _components.scss */
    #logo {
      top: 17px; }
      /* line 1604, _components.scss */
      #logo img {
        height: 45px; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 1581, _components.scss */
    #logo {
      top: 17px; }
      /* line 1612, _components.scss */
      #logo img {
        height: 45px; } }
  @media (max-width: 540px) {
    /* line 1581, _components.scss */
    #logo {
      padding: 10px;
      left: 0;
      position: relative;
      display: block;
      width: 100%;
      text-align: center;
      overflow: hidden;
      border-bottom: 1px solid white; }
      /* line 1634, _components.scss */
      #logo img {
        height: 32px; } }

/* line 1640, _components.scss */
.navbar-main {
  background-color: #ff7000;
  text-align: right;
  margin-bottom: 4px !important; }
  @media (min-width: 992px) {
    /* line 1640, _components.scss */
    .navbar-main {
      height: 80px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 1640, _components.scss */
    .navbar-main {
      height: 80px; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 1640, _components.scss */
    .navbar-main {
      height: 80px; } }
  @media (max-width: 540px) {
    /* line 1640, _components.scss */
    .navbar-main {
      text-align: left; } }
  /* line 1669, _components.scss */
  .navbar-main a {
    color: white; }
  /* line 1674, _components.scss */
  .navbar-main nav a {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 14px; }
    /* line 1680, _components.scss */
    .navbar-main nav a.active {
      color: black; }
    @media (min-width: 992px) {
      /* line 1674, _components.scss */
      .navbar-main nav a {
        line-height: 100px; } }
    @media (max-width: 991.98px) and (min-width: 767px) {
      /* line 1674, _components.scss */
      .navbar-main nav a {
        line-height: 80px; } }
    @media (max-width: 766.98px) and (min-width: 540px) {
      /* line 1674, _components.scss */
      .navbar-main nav a {
        line-height: 80px; } }
    @media (max-width: 540px) {
      /* line 1674, _components.scss */
      .navbar-main nav a {
        line-height: 60px; } }
    @media (max-width: 540px) {
      /* line 1674, _components.scss */
      .navbar-main nav a {
        padding-left: .4em;
        padding-right: .4em; } }
  /* line 1711, _components.scss */
  .navbar-main .navbar-btn {
    border-right: 1px solid white; }
    @media (max-width: 992px) {
      /* line 1711, _components.scss */
      .navbar-main .navbar-btn {
        border-right: none; } }

/* line 1720, _components.scss */
.navbar-inner-wrapper {
  display: inline-block;
  max-width: 100%; }

/* line 1725, _components.scss */
.navbar-inner-wrapper-80 {
  max-width: 80%; }

/* line 1729, _components.scss */
.navbar-tools {
  background-color: #e7e7e7;
  margin-top: 1px; }
  /* line 1732, _components.scss */
  .navbar-tools .js-affix-content {
    background-color: #e7e7e7; }
  /* line 1735, _components.scss */
  .navbar-tools .js-affix-content.active {
    background-color: #e7e7e7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #b3b3b3; }
  /* line 1746, _components.scss */
  .navbar-tools .form-search {
    position: relative;
    padding-left: 1em;
    border-left: 1px solid white; }
    @media (max-width: 991.98px) and (min-width: 767px) {
      /* line 1746, _components.scss */
      .navbar-tools .form-search {
        float: left;
        width: calc(100% - 480px - 18px);
        padding-top: 13.33333px;
        padding-bottom: 13.33333px; } }
    @media (max-width: 991.98px) and (min-width: 767px) {
      /* line 1767, _components.scss */
      .navbar-tools .form-search.form-width-md-added {
        float: left;
        width: calc(100% - 480px - 18px); } }
    @media (max-width: 991.98px) and (min-width: 767px) {
      /* line 1746, _components.scss */
      .navbar-tools .form-search {
        float: left;
        width: calc(100% - 240px - 18px);
        padding-top: 13.33333px;
        padding-bottom: 13.33333px; } }
    @media (max-width: 766.98px) and (min-width: 540px) {
      /* line 1746, _components.scss */
      .navbar-tools .form-search {
        float: left;
        width: calc(100% - 240px - 18px);
        padding-top: 13.33333px;
        padding-bottom: 13.33333px; } }
    @media (max-width: 540px) {
      /* line 1746, _components.scss */
      .navbar-tools .form-search {
        float: left;
        width: calc(100% - 180px - 18px);
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media (min-width: 992px) {
      /* line 1808, _components.scss */
      .navbar-tools .form-search.company-page {
        width: calc(100% - 320px - 18px); } }
    @media (max-width: 991.98px) and (min-width: 767px) {
      /* line 1808, _components.scss */
      .navbar-tools .form-search.company-page {
        width: calc(100% - 160px - 18px); } }
    @media (max-width: 766.98px) and (min-width: 540px) {
      /* line 1808, _components.scss */
      .navbar-tools .form-search.company-page {
        width: calc(100% - 160px - 18px); } }
    @media (max-width: 540px) {
      /* line 1808, _components.scss */
      .navbar-tools .form-search.company-page {
        width: calc(100% - 120px - 18px); } }
    /* line 1835, _components.scss */
    .navbar-tools .form-search .btn-search {
      position: absolute;
      background: none;
      right: .6em;
      top: 50%;
      margin: -20px 0 0 0;
      padding: 0;
      font-size: 30px;
      color: #b3b3b3; }
      /* line 1844, _components.scss */
      .navbar-tools .form-search .btn-search:hover {
        color: #5c5c5c; }
    /* line 1848, _components.scss */
    .navbar-tools .form-search input.text {
      display: block;
      width: 100%;
      line-height: 1.5em;
      font-weight: 400;
      padding: 10px 10px 10px 10px;
      border: 1px solid transparent;
      background-color: white; }
      /* line 1857, _components.scss */
      .navbar-tools .form-search input.text:focus {
        background-color: white;
        width: 100%;
        border: 1px solid #ff7000; }
        /* line 1862, _components.scss */
        .navbar-tools .form-search input.text:focus + i {
          color: #ff7000; }
      @media (min-width: 992px) {
        /* line 1848, _components.scss */
        .navbar-tools .form-search input.text {
          height: 53.33333px;
          font-size: 20px; } }
      @media (max-width: 991.98px) and (min-width: 767px) {
        /* line 1848, _components.scss */
        .navbar-tools .form-search input.text {
          height: 53.33333px;
          font-size: 20px; } }
      @media (max-width: 766.98px) and (min-width: 540px) {
        /* line 1848, _components.scss */
        .navbar-tools .form-search input.text {
          height: 53.33333px;
          font-size: 20px; } }
      @media (max-width: 540px) {
        /* line 1848, _components.scss */
        .navbar-tools .form-search input.text {
          height: 40px;
          font-size: 16px; } }
  /* line 1900, _components.scss */
  .navbar-tools .navbar-btn.no-right-border {
    border: none;
    border-left: 1px solid white; }
  /* line 1905, _components.scss */
  .navbar-tools .dropdown {
    float: right; }
    @media (min-width: 540px) {
      /* line 1911, _components.scss */
      .navbar-tools .dropdown:hover .navbar-btn {
        background-color: #f6f6f6; }
        /* line 1913, _components.scss */
        .navbar-tools .dropdown:hover .navbar-btn.disabled {
          background: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          cursor: default; }
      /* line 1923, _components.scss */
      .navbar-tools .dropdown.open .navbar-btn {
        background-color: white; }
        /* line 1925, _components.scss */
        .navbar-tools .dropdown.open .navbar-btn.disabled {
          background: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          cursor: default; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 1938, _components.scss */
    .navbar-tools .dropdown-toggle span.pdp {
      display: inline-block; } }
  /* line 1943, _components.scss */
  .navbar-tools .dropdown-toggle span.pdp i.icon-arrowup, .navbar-tools .dropdown-toggle span.pdp i.icon-jrs-inline-list-item--arrow__up {
    display: none; }
  /* line 1949, _components.scss */
  .navbar-tools .dropdown-toggle.active .pdp i.icon-arrowup, .navbar-tools .dropdown-toggle.active .pdp i.icon-jrs-inline-list-item--arrow__up {
    display: inline-block; }
  /* line 1952, _components.scss */
  .navbar-tools .dropdown-toggle.active .pdp i.icon-arrowdown, .navbar-tools .dropdown-toggle.active .pdp i.icon-jrs-inline-list-item--arrow__down {
    display: none; }
  /* line 1960, _components.scss */
  .navbar-tools .catalog-navigation {
    float: left;
    border-left: 1px solid white; }
    /* line 1963, _components.scss */
    .navbar-tools .catalog-navigation button {
      width: 100%;
      position: relative;
      background-color: #e7e7e7;
      font-size: 14px;
      text-align: left; }
      /* line 1969, _components.scss */
      .navbar-tools .catalog-navigation button i {
        margin-top: -4px;
        float: right;
        font-size: 26px; }
    @media (min-width: 992px) {
      /* line 1960, _components.scss */
      .navbar-tools .catalog-navigation {
        width: 160px;
        height: 80px; }
        /* line 1987, _components.scss */
        .navbar-tools .catalog-navigation button {
          top: 25px;
          padding: 0 10px 0 18px; } }
    @media (max-width: 991.98px) and (min-width: 767px) {
      /* line 1960, _components.scss */
      .navbar-tools .catalog-navigation {
        width: 80px;
        height: 80px; }
        /* line 1995, _components.scss */
        .navbar-tools .catalog-navigation button {
          top: 18px;
          padding-left: 15px; }
          /* line 1998, _components.scss */
          .navbar-tools .catalog-navigation button i {
            margin-bottom: -20px;
            padding-left: 9px; } }
    @media (max-width: 766.98px) and (min-width: 540px) {
      /* line 1960, _components.scss */
      .navbar-tools .catalog-navigation {
        width: 80px;
        height: 80px; }
        /* line 2007, _components.scss */
        .navbar-tools .catalog-navigation button {
          top: 18px;
          padding-left: 15px; }
          /* line 2010, _components.scss */
          .navbar-tools .catalog-navigation button i {
            margin-bottom: -20px;
            padding-left: 9px; } }
    @media (max-width: 540px) {
      /* line 1960, _components.scss */
      .navbar-tools .catalog-navigation {
        width: 60px;
        height: 60px; }
        /* line 2019, _components.scss */
        .navbar-tools .catalog-navigation button {
          top: 11px;
          padding-left: 5px; }
          /* line 2022, _components.scss */
          .navbar-tools .catalog-navigation button i {
            margin-bottom: -20px;
            padding-right: 12px; } }
  /* line 2029, _components.scss */
  .navbar-tools ul.toggle-content {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 0px;
    border: none;
    list-style: none;
    position: absolute;
    background-color: #e7e7e7;
    margin-top: 100px; }
    @media (max-width: 540px) {
      /* line 2029, _components.scss */
      .navbar-tools ul.toggle-content {
        top: -40px; } }
    @media (min-width: 540px) {
      /* line 2029, _components.scss */
      .navbar-tools ul.toggle-content {
        top: -20px; } }
    /* line 2049, _components.scss */
    .navbar-tools ul.toggle-content li {
      max-width: 100%; }
      /* line 2051, _components.scss */
      .navbar-tools ul.toggle-content li img {
        float: left;
        width: 35px;
        margin-left: 24px;
        margin-top: 4px;
        margin-right: 8px; }
      /* line 2058, _components.scss */
      .navbar-tools ul.toggle-content li span {
        font-size: 14px;
        margin-left: 72px;
        display: block;
        margin-top: 1em; }
  /* line 2067, _components.scss */
  .navbar-tools .navbar-btn {
    color: black;
    border-right: 1px solid white; }
    /* line 2070, _components.scss */
    .navbar-tools .navbar-btn.disabled {
      color: rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      /* line 2067, _components.scss */
      .navbar-tools .navbar-btn {
        border-right: none; } }
  /* line 2078, _components.scss */
  .navbar-tools .dropdown-content, .navbar-tools .dropdown-menu {
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15); }
    /* line 2082, _components.scss */
    .no-boxshadow .navbar-tools .dropdown-content, .no-boxshadow .navbar-tools .dropdown-menu {
      border: 1px solid #cdcdcd;
      border-top: none; }
    @media (min-width: 992px) {
      /* line 2078, _components.scss */
      .navbar-tools .dropdown-content, .navbar-tools .dropdown-menu {
        width: 320px; } }
    @media (max-width: 991.98px) and (min-width: 767px) {
      /* line 2078, _components.scss */
      .navbar-tools .dropdown-content, .navbar-tools .dropdown-menu {
        width: 320px;
        right: 0;
        left: auto; } }
    @media (max-width: 766.98px) and (min-width: 540px) {
      /* line 2078, _components.scss */
      .navbar-tools .dropdown-content, .navbar-tools .dropdown-menu {
        width: 320px;
        right: 0;
        left: auto; } }
    /* line 2113, _components.scss */
    .navbar-tools .dropdown-content form, .navbar-tools .dropdown-menu form {
      padding: 1.5em; }
    /* line 2117, _components.scss */
    .navbar-tools .dropdown-content .form-actions, .navbar-tools .dropdown-menu .form-actions {
      margin-top: 0;
      margin-bottom: 0; }
    /* line 2122, _components.scss */
    .navbar-tools .dropdown-content .btn-secondary, .navbar-tools .dropdown-menu .btn-secondary {
      padding: 1.5em;
      text-align: center;
      font-size: 14px; }

/* line 2131, _components.scss */
.hogtv-nav-item .form-search {
  position: relative;
  padding-left: 1em;
  border-left: 1px solid white;
  width: 100%;
  loat: none; }
  /* line 2138, _components.scss */
  .hogtv-nav-item .form-search.form-width-md-added {
    width: 100%;
    float: none; }

/* line 2145, _components.scss */
.js-affix-content {
  position: relative; }

/* line 2149, _components.scss */
.js-affix-content.active .form-search input[type='search'] {
  background: white;
  font-size: 16px;
  height: 40px;
  margin-top: 10px;
  border: 1px solid transparent; }
  /* line 2156, _components.scss */
  .js-affix-content.active .form-search input[type='search']:focus {
    border: 1px solid #ff7000; }

/* line 2163, _components.scss */
.js-affix-content.active .form-search {
  padding-bottom: 10px;
  padding-top: 1px; }
  /* line 2167, _components.scss */
  .js-affix-content.active .form-search .btn-search {
    right: .7em;
    font-size: 26px; }
/* line 2173, _components.scss */
.js-affix-content.active .navbar-btn {
  min-height: 60px;
  font-size: 14px;
  padding-top: 15px; }
/* line 2179, _components.scss */
.js-affix-content.active .catalog-navigation {
  float: left;
  border-left: 1px solid white;
  height: 61px; }
  /* line 2183, _components.scss */
  .js-affix-content.active .catalog-navigation button {
    width: 100%;
    position: relative;
    background-color: #e7e7e7;
    font-size: 14px;
    text-align: left; }
  @media (min-width: 992px) {
    /* line 2179, _components.scss */
    .js-affix-content.active .catalog-navigation {
      width: 160px; }
      /* line 2202, _components.scss */
      .js-affix-content.active .catalog-navigation button {
        top: 20px; }
        /* line 2204, _components.scss */
        .js-affix-content.active .catalog-navigation button i {
          margin-top: -4px;
          margin-bottom: -5px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 2179, _components.scss */
    .js-affix-content.active .catalog-navigation {
      width: 80px; }
      /* line 2212, _components.scss */
      .js-affix-content.active .catalog-navigation button {
        top: 10px; }
        /* line 2214, _components.scss */
        .js-affix-content.active .catalog-navigation button i {
          margin-bottom: -20px;
          padding-left: 10px; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 2179, _components.scss */
    .js-affix-content.active .catalog-navigation {
      width: 80px; }
      /* line 2222, _components.scss */
      .js-affix-content.active .catalog-navigation button {
        top: 10px; }
        /* line 2224, _components.scss */
        .js-affix-content.active .catalog-navigation button i {
          margin-bottom: -20px;
          padding-left: 10px; } }
  @media (max-width: 540px) {
    /* line 2179, _components.scss */
    .js-affix-content.active .catalog-navigation {
      width: 60px; }
      /* line 2232, _components.scss */
      .js-affix-content.active .catalog-navigation button {
        top: 11px;
        padding-left: 5px; }
        /* line 2235, _components.scss */
        .js-affix-content.active .catalog-navigation button i {
          margin-bottom: -20px;
          padding-right: 12px; } }
/* line 2242, _components.scss */
.js-affix-content.active ul.toggle-content {
  padding-top: 2em;
  padding-bottom: 2em;
  border: none;
  list-style: none;
  position: absolute;
  background-color: #e7e7e7;
  margin-top: 61px;
  top: 0; }
  @media (min-width: 992px) {
    /* line 2242, _components.scss */
    .js-affix-content.active ul.toggle-content {
      width: 938px; } }
  /* line 2257, _components.scss */
  .js-affix-content.active ul.toggle-content li:first-child {
    display: none; }
  /* line 2260, _components.scss */
  .js-affix-content.active ul.toggle-content li {
    max-width: 100%; }
    /* line 2262, _components.scss */
    .js-affix-content.active ul.toggle-content li img {
      float: left;
      width: 35px;
      margin-left: 24px;
      margin-top: 4px;
      margin-right: 8px; }
    /* line 2269, _components.scss */
    .js-affix-content.active ul.toggle-content li span {
      font-size: 14px;
      margin-left: 72px;
      display: block;
      margin-top: 1em; }

/* line 2279, _components.scss */
.navbar-btn {
  float: right;
  text-align: left;
  display: block;
  line-height: 1em;
  padding: 0 1em;
  font-weight: 700;
  border-left: 1px solid white; }
  @media (min-width: 992px) {
    /* line 2279, _components.scss */
    .navbar-btn {
      font-size: 14px; } }
  /* line 2292, _components.scss */
  .navbar-btn i {
    float: right;
    font-size: 1.5em;
    position: relative;
    top: 5px;
    left: 0; }
  /* line 2300, _components.scss */
  .navbar-btn small {
    display: block;
    margin-bottom: .25em;
    text-transform: none;
    font-weight: 400; }
  /* line 2307, _components.scss */
  .navbar-btn span {
    font-size: 14px;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  @media (min-width: 992px) {
    /* line 2279, _components.scss */
    .navbar-btn {
      min-height: 80px;
      width: 160px;
      padding-top: 26.66667px; } }
  @media (min-width: 992px) {
    /* line 2328, _components.scss */
    .navbar-btn.navbar-md-96 {
      width: 96px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 2279, _components.scss */
    .navbar-btn {
      min-height: 80px;
      width: 80px;
      padding-top: 26.66667px; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 2279, _components.scss */
    .navbar-btn {
      min-height: 80px;
      width: 80px;
      padding-top: 26.66667px; } }
  @media (max-width: 540px) {
    /* line 2279, _components.scss */
    .navbar-btn {
      min-height: 60px;
      width: 60px;
      padding-top: 16.66667px; } }
  @media (max-width: 992px) {
    /* line 2279, _components.scss */
    .navbar-btn {
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
      /* line 2363, _components.scss */
      .navbar-btn i {
        float: none; } }

/* line 2370, _components.scss */
.language-nav .navbar-btn span {
  font-size: 16px;
  font-weight: 400; }

/* line 2376, _components.scss */
.navbar-split-btn {
  float: right;
  text-align: left;
  display: block;
  line-height: 1em;
  font-weight: 700;
  border-left: 1px solid white; }
  @media (min-width: 992px) {
    /* line 2376, _components.scss */
    .navbar-split-btn {
      font-size: 14px; } }
  /* line 2388, _components.scss */
  .navbar-split-btn i {
    float: right;
    font-size: 1.5em; }
  /* line 2393, _components.scss */
  .navbar-split-btn small {
    display: block;
    text-transform: none;
    font-weight: 400; }
  /* line 2399, _components.scss */
  .navbar-split-btn span {
    font-size: 14px;
    max-width: 80%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden; }
  /* line 2409, _components.scss */
  .navbar-split-btn .navbar-split-btn-top,
  .navbar-split-btn .navbar-split-btn-bottom {
    display: block;
    width: 100%;
    overflow: hidden; }
    /* line 2415, _components.scss */
    .navbar-split-btn .navbar-split-btn-top:hover,
    .navbar-split-btn .navbar-split-btn-bottom:hover {
      background: #f6f6f6;
      color: #333333; }
    @media (min-width: 992px) {
      /* line 2409, _components.scss */
      .navbar-split-btn .navbar-split-btn-top,
      .navbar-split-btn .navbar-split-btn-bottom {
        height: 40px;
        padding: 7px 5px 0 5px; }
        /* line 2431, _components.scss */
        .navbar-split-btn .navbar-split-btn-top i,
        .navbar-split-btn .navbar-split-btn-bottom i {
          line-height: 1.2;
          padding-right: 10px; } }
    @media (max-width: 991.98px) and (min-width: 767px) {
      /* line 2409, _components.scss */
      .navbar-split-btn .navbar-split-btn-top,
      .navbar-split-btn .navbar-split-btn-bottom {
        height: 40px; }
        /* line 2438, _components.scss */
        .navbar-split-btn .navbar-split-btn-top i,
        .navbar-split-btn .navbar-split-btn-bottom i {
          line-height: 1.5;
          padding-right: 5px; } }
    @media (max-width: 766.98px) and (min-width: 540px) {
      /* line 2409, _components.scss */
      .navbar-split-btn .navbar-split-btn-top,
      .navbar-split-btn .navbar-split-btn-bottom {
        height: 40px; }
        /* line 2445, _components.scss */
        .navbar-split-btn .navbar-split-btn-top i,
        .navbar-split-btn .navbar-split-btn-bottom i {
          line-height: 1.5;
          padding-right: 5px; } }
    @media (max-width: 540px) {
      /* line 2409, _components.scss */
      .navbar-split-btn .navbar-split-btn-top,
      .navbar-split-btn .navbar-split-btn-bottom {
        height: 30px; }
        /* line 2459, _components.scss */
        .navbar-split-btn .navbar-split-btn-top i,
        .navbar-split-btn .navbar-split-btn-bottom i {
          line-height: 1.3; } }
  /* line 2466, _components.scss */
  .navbar-split-btn .navbar-split-btn-bottom {
    border-top: 1px solid white; }
    /* line 2468, _components.scss */
    .navbar-split-btn .navbar-split-btn-bottom span {
      line-height: 2.2;
      font-weight: 400;
      text-transform: none; }
  /* line 2475, _components.scss */
  .js-affix-content.active .navbar-split-btn {
    height: 60px; }
    /* line 2477, _components.scss */
    .js-affix-content.active .navbar-split-btn .navbar-split-btn-top {
      height: 60px;
      padding-top: 15px; }
    /* line 2482, _components.scss */
    .js-affix-content.active .navbar-split-btn .navbar-split-btn-bottom {
      display: none; }
  @media (min-width: 992px) {
    /* line 2376, _components.scss */
    .navbar-split-btn {
      height: 80px;
      width: 160px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 2376, _components.scss */
    .navbar-split-btn {
      height: 80px;
      width: 80px; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 2376, _components.scss */
    .navbar-split-btn {
      height: 80px;
      width: 80px; } }
  @media (max-width: 540px) {
    /* line 2376, _components.scss */
    .navbar-split-btn {
      min-height: 60px;
      width: 60px; } }
  @media (max-width: 992px) {
    /* line 2376, _components.scss */
    .navbar-split-btn {
      text-align: center;
      padding: 0; }
      /* line 2525, _components.scss */
      .navbar-split-btn i {
        float: none; }
      /* line 2529, _components.scss */
      .navbar-split-btn small,
      .navbar-split-btn span {
        display: none; } }

/* line 2536, _components.scss */
.navbar-btn-center {
  text-align: center;
  width: auto !important;
  padding: 0 1em !important; }
  @media (min-width: 992px) {
    /* line 2536, _components.scss */
    .navbar-btn-center {
      line-height: 80px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 2536, _components.scss */
    .navbar-btn-center {
      line-height: 80px; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 2536, _components.scss */
    .navbar-btn-center {
      line-height: 80px; } }
  @media (max-width: 540px) {
    /* line 2536, _components.scss */
    .navbar-btn-center {
      line-height: 60px; } }

@media (max-width: 540px) {
  /* line 2566, _components.scss */
  .main-nav {
    margin-left: 1em; } }
/* line 2571, _components.scss */
.main-nav > a.active {
  background: white; }
/* line 2575, _components.scss */
.main-nav a.current-page {
  color: black; }
/* line 2579, _components.scss */
.main-nav .dropdown {
  position: static;
  display: inline-block; }
  /* line 2584, _components.scss */
  .main-nav .dropdown .col-md-2.col-md-2_4 {
    width: 20%; }
    @media (max-width: 991.98px) and (min-width: 767px) {
      /* line 2584, _components.scss */
      .main-nav .dropdown .col-md-2.col-md-2_4 {
        width: 50%; } }
    @media (max-width: 766.98px) and (min-width: 540px) {
      /* line 2584, _components.scss */
      .main-nav .dropdown .col-md-2.col-md-2_4 {
        width: 50%; } }
    @media (max-width: 540px) {
      /* line 2584, _components.scss */
      .main-nav .dropdown .col-md-2.col-md-2_4 {
        width: 50%; } }
  /* line 2602, _components.scss */
  .main-nav .dropdown > a {
    background-color: #ff7000;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-transform: uppercase; }
  /* line 2612, _components.scss */
  .main-nav .dropdown.active > a {
    background-color: white;
    background-position: center 90%;
    color: black;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all; }
  /* line 2624, _components.scss */
  .main-nav .dropdown:hover .navbar-btn, .main-nav .dropdown.open .navbar-btn {
    background-color: white;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15); }
/* line 2631, _components.scss */
.main-nav .dropdown-content, .main-nav .dropdown-menu {
  text-transform: none;
  background-color: white;
  padding: 2em 25em 2em 25em;
  border: none;
  position: absolute;
  top: 100%;
  left: 9px;
  right: 9px;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15); }
  /* line 2644, _components.scss */
  .main-nav .dropdown-content a.nav-header-link, .main-nav .dropdown-menu a.nav-header-link, .main-nav .dropdown-content a.nav-header-link-small, .main-nav .dropdown-menu a.nav-header-link-small {
    font-size: 20px;
    margin: .7em 5% .5em 5%;
    font-weight: 400;
    display: block;
    color: #ff7000; }
  /* line 2652, _components.scss */
  .main-nav .dropdown-content a.nav-header-link-small, .main-nav .dropdown-menu a.nav-header-link-small {
    margin-bottom: -3px; }
  /* line 2659, _components.scss */
  .main-nav .dropdown-content .vip-link, .main-nav .dropdown-menu .vip-link {
    font-size: 20px;
    color: #ff7000;
    margin: .5em 5% 0 5%;
    display: block; }
  /* line 2666, _components.scss */
  .main-nav .dropdown-content p, .main-nav .dropdown-menu p {
    margin: 0 5%; }
  /* line 2670, _components.scss */
  .main-nav .dropdown-content a, .main-nav .dropdown-menu a {
    color: black;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: none; }
    /* line 2677, _components.scss */
    .no-mediaqueries .main-nav .dropdown-content a, .no-mediaqueries .main-nav .dropdown-menu a {
      line-height: 1 !important; }
  /* line 2682, _components.scss */
  .main-nav .dropdown-content a:hover, .main-nav .dropdown-menu a:hover {
    text-decoration: underline; }
  /* line 2686, _components.scss */
  .main-nav .dropdown-content a:hover h1, .main-nav .dropdown-menu a:hover h1 {
    text-decoration: underline; }
  /* line 2690, _components.scss */
  .main-nav .dropdown-content img, .main-nav .dropdown-menu img {
    width: 90%;
    margin-left: 5%; }
  /* line 2695, _components.scss */
  .main-nav .dropdown-content ul, .main-nav .dropdown-menu ul {
    list-style: none;
    margin: 0 5%;
    padding: 0; }
  @media (max-width: 540px) {
    /* line 2707, _components.scss */
    .main-nav .dropdown-content > li, .main-nav .dropdown-menu > li {
      border-bottom: 1px solid #b3b3b3; } }

/* line 2714, _components.scss */
.main-nav-margin {
  margin-left: -18px;
  padding-left: 18px; }

/* line 2721, _components.scss */
.language-nav .navbar-btn {
  display: inline-block;
  right: 200px; }
/* line 2727, _components.scss */
.language-nav .navbar-btn.active {
  background: white;
  color: black; }
/* line 2732, _components.scss */
.language-nav .dropdown {
  float: right;
  position: static; }
  /* line 2738, _components.scss */
  .language-nav .dropdown:hover .navbar-btn, .language-nav .dropdown.open .navbar-btn {
    background-color: white;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15); }
/* line 2745, _components.scss */
.language-nav .dropdown-content, .language-nav .dropdown-menu {
  background-color: white;
  padding: 2em 1em 1em 1em;
  border: none;
  margin-top: 0;
  position: absolute;
  top: 100%;
  width: 300px;
  right: 9px;
  left: auto;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15); }
  /* line 2747, _components.scss */
  .language-nav .dropdown-content.active, .language-nav .active.dropdown-menu {
    display: block; }

/* line 2769, _components.scss */
.search-suggestions {
  background: white;
  color: #333333;
  position: absolute;
  z-index: 100;
  left: 1em;
  right: 0;
  margin-top: -1px; }

/* line 2779, _components.scss */
.search-suggestions .ui-autocomplete {
  overflow: auto;
  -webkit-box-shadow: 3px 3px 6px 1px rgba(119, 119, 119, 0.5);
  box-shadow: 0px 0px 6px 1px rgba(119, 119, 119, 0.5);
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #ff7001;
  border-left: 1px solid #ff7001;
  border-right: 1px solid #ff7001; }

/* line 2794, _components.scss */
.search-suggestions .ui-menu-item {
  padding: 0 8px; }

/* line 2798, _components.scss */
.search-suggestions .autocomplete-headline {
  padding-left: 10px;
  font-weight: 400;
  padding-top: 8px;
  line-height: 40px; }

/* line 2805, _components.scss */
.search-suggestions .autocomplete-headline-not-top {
  margin-top: 10px; }

/* line 2809, _components.scss */
.search-suggestions .autocomplete-pill {
  display: inline-block;
  width: auto;
  margin-left: 10px; }

/* line 2815, _components.scss */
.search-suggestions .autocomplete-pill a {
  border: 1px solid transparent;
  background: #f5f5f5; }

/* line 2820, _components.scss */
.search-suggestions a {
  display: block; }
  /* line 2822, _components.scss */
  .search-suggestions a ::first-letter, .search-suggestions a :first-letter {
    text-transform: capitalize; }

/* line 2827, _components.scss */
.noTextTransform {
  text-transform: none !important; }

/* line 2831, _components.scss */
.search-suggestions a:hover {
  background: #e7e7e7;
  color: #333333; }
  /* line 2834, _components.scss */
  .search-suggestions a:hover .imgContainer {
    background-color: #fff; }

/* line 2840, _components.scss */
a.ui-corner-all.ui-state-focus {
  background: #e7e7e7;
  color: #333333; }

/* line 2845, _components.scss */
.search-suggestions ul {
  list-style: none outside none; }

/* line 2849, _components.scss */
.search-suggestions .imgContainer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 2px; }

/* line 2858, _components.scss */
.search-suggestions img {
  display: inline-block;
  max-width: 30px;
  max-height: 30px; }

/* line 2864, _components.scss */
.search-suggestions li {
  padding: .2em 0; }

/* line 2868, _components.scss */
.search-suggestions li span {
  display: inline-block;
  margin-left: 8px; }

/* line 2873, _components.scss */
.search-suggestions .suggestionText {
  padding-left: 18px;
  display: table-cell;
  vertical-align: middle; }

/* line 2879, _components.scss */
.search-suggestions .primary {
  margin-left: 0; }

@-webkit-keyframes circle {
  0% {
    width: 0;
    height: 0;
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    padding-top: 150%;
    width: 150%;
    opacity: 0; } }
@keyframes circle {
  0% {
    width: 0;
    height: 0;
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    padding-top: 150%;
    width: 150%;
    opacity: 0; } }
/* line 2919, _components.scss */
.user-bar {
  width: 100%;
  background: #ff7001;
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 14px;
  padding: 3px;
  border-bottom: 1px solid white;
  position: relative;
  z-index: 7000; }
  /* line 2931, _components.scss */
  .user-bar > a {
    display: inline-block; }
  /* line 2935, _components.scss */
  .user-bar > span {
    margin-left: 2em;
    display: inline-block; }
    /* line 2938, _components.scss */
    .user-bar > span b {
      color: black;
      font-weight: 400; }

/* line 2945, _components.scss */
.input-font-size {
  font-size: 14px; }

/* line 2950, _components.scss */
.nr-c-breadcrumb {
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 400;
  pointer-events: auto; }

/* line 2960, _components.scss */
.nr-c-breadcrumb__em {
  vertical-align: sub;
  color: #cdcdcd;
  margin-right: 3px; }

/* line 2966, _components.scss */
.nr-c-breadcrumb--left {
  float: left; }

/* line 2969, _components.scss */
.nr-c-breadcrumb--bold {
  font-weight: 700;
  pointer-events: none; }

/* line 2974, _components.scss */
.pSlider .nav-content-breadcrumb {
  margin-top: 18px; }

/* line 2978, _components.scss */
.nav-content-breadcrumb {
  color: #5c5c5c;
  margin: 18px 0 0 0 !important;
  vertical-align: middle;
  text-align: left;
  font-size: 14px; }
  /* line 2985, _components.scss */
  .nav-content-breadcrumb a {
    color: #b3b3b3;
    vertical-align: middle;
    display: inline-block; }
    /* line 2989, _components.scss */
    .nav-content-breadcrumb a i {
      font-size: 1.6em;
      vertical-align: middle; }
  /* line 2994, _components.scss */
  .nav-content-breadcrumb span {
    margin: 0 .2em;
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle; }
    /* line 2999, _components.scss */
    .nav-content-breadcrumb span i {
      font-size: 14px;
      color: #b3b3b3; }
  /* line 3005, _components.scss */
  .nav-content-breadcrumb em span i {
    color: #ff7000; }
  /* line 3009, _components.scss */
  .nav-content-breadcrumb strong {
    color: #757575;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block; }
  /* line 3016, _components.scss */
  .nav-content-breadcrumb a:hover {
    color: #ff7000; }

/* line 3022, _components.scss */
.theme-garant-header + .container .nav-content-breadcrumb,
.theme-holex-header + .container .nav-content-breadcrumb {
  margin: 0; }

/* line 3027, _components.scss */
.theme-garant-header-ps + .container .nav-content-breadcrumb,
.theme-holex-header-ps + .container .nav-content-breadcrumb {
  margin: 0; }

/* line 3032, _components.scss */
.hogTvBreadcrumb {
  margin-top: 0px;
  padding-top: 20px;
  color: white; }
  /* line 3037, _components.scss */
  .hogTvBreadcrumb a {
    color: white; }

/* line 3051, _components.scss */
.alert {
  padding: 10px;
  border: 1px solid transparent; }
  /* line 3056, _components.scss */
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  /* line 3063, _components.scss */
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  /* line 3067, _components.scss */
  .alert > p + p {
    margin-top: 5px; }
  /* line 3070, _components.scss */
  .alert a {
    color: inherit; }
  /* line 3075, _components.scss */
  .alert .alert-link {
    font-weight: 700;
    text-decoration: underline; }
  /* line 3080, _components.scss */
  .alert .svgIcon {
    vertical-align: bottom;
    margin-right: 10px; }

/* line 3086, _components.scss */
.alertContainer {
  margin-bottom: 24px; }
  /* line 3089, _components.scss */
  .alertContainer .alert {
    background: none;
    padding: 0;
    border: none; }
  /* line 3095, _components.scss */
  .alertContainer .alert + .alert {
    margin-top: 6px; }

/* line 3104, _components.scss */
.alert-dismissable {
  padding-right: 30px; }
  /* line 3108, _components.scss */
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

/* line 3120, _components.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: transparent;
  color: #3caa57; }
  /* line 266, _mixins.scss */
  .alert-success hr {
    border-top-color: #c9e2b3; }

/* line 3123, _components.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: transparent;
  color: #31708f; }
  /* line 266, _mixins.scss */
  .alert-info hr {
    border-top-color: #a6e1ec; }

/* line 3126, _components.scss */
.alert-infobox {
  background-color: #e7e7e7;
  border-color: transparent;
  color: #333; }
  /* line 266, _mixins.scss */
  .alert-infobox hr {
    border-top-color: #c8c8c8; }

/* line 3129, _components.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: transparent;
  color: #8a6d3b; }
  /* line 266, _mixins.scss */
  .alert-warning hr {
    border-top-color: #f7e1b5; }

/* line 3132, _components.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: transparent;
  color: #a94442; }
  /* line 266, _mixins.scss */
  .alert-danger hr {
    border-top-color: #e4b9c0; }

/* line 3136, _components.scss */
.alert-general {
  background-color: transparent;
  border-color: transparent;
  color: #af4442; }
  /* line 266, _mixins.scss */
  .alert-general hr {
    border-top-color: transparent; }

/* line 3139, _components.scss */
.alert-inline {
  margin-bottom: 0;
  margin-top: 16px; }

/* line 3144, _components.scss */
.alert-toggle {
  display: none; }

/* line 3148, _components.scss */
.alert-toggle.active {
  display: block; }

/* line 3152, _components.scss */
.alert-inline-block {
  display: inline-block; }

/* line 3156, _components.scss */
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 3163, _components.scss */
.animated-longer {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 3170, _components.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* line 3175, _components.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/* line 3215, _components.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 50%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  30%, 70% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
/* line 3239, _components.scss */
.fadeInDownOut {
  -webkit-animation-name: fadeInDownOut;
  animation-name: fadeInDownOut; }

@-webkit-keyframes fadeInDownOut {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeInDownOut {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 50%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  30%, 70% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
/* line 3336, _components.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes pulse-twice {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: white; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: rgba(255, 255, 255, 0); } }
@keyframes pulse-twice {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: white; }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: rgba(255, 255, 255, 0); } }
/* line 3386, _components.scss */
.pulse-twice {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse-twice;
  animation-name: pulse-twice; }
  /* line 3394, _components.scss */
  .no-csstransforms3d.no-cssanimations .pulse-twice {
    background: white; }

/* line 3401, _components.scss */
.csstransforms3d.cssanimations .perspective-container {
  -webkit-perspective: 250px;
  -ms-perspective: 250px;
  perspective: 250px; }

/* line 3408, _components.scss */
.animated-swing {
  -ms-transform-origin: 0 top 0;
  transform-origin: 0 top 0;
  -webkit-transform-origin: 0 top 0;
  -webkit-animation-name: swing;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
  animation-name: swing;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-duration: 1.2s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  /* line 3428, _components.scss */
  .no-csstransforms3d.no-cssanimations .animated-swing {
    background: white; }

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateX(0deg);
    -webkit-box-shadow: none;
    box-shadow: none; }
  25% {
    -webkit-transform: rotateX(-30deg);
    background: rgba(210, 210, 210, 0.95);
    -webkit-box-shadow: none;
    box-shadow: none; }
  50% {
    -webkit-transform: rotateX(15deg);
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 8px 75px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 75px rgba(0, 0, 0, 0.3); }
  75% {
    -webkit-transform: rotateX(-5deg);
    background: rgba(205, 205, 205, 0.95);
    -webkit-box-shadow: none;
    box-shadow: none; }
  100% {
    -webkit-transform: rotateX(0deg);
    background: rgba(255, 255, 255, 0); } }
@keyframes swing {
  0% {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-box-shadow: none;
    box-shadow: none; }
  25% {
    -ms-transform: rotateX(-30deg);
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
    background: rgba(210, 210, 210, 0.95);
    -webkit-box-shadow: none;
    box-shadow: none; }
  50% {
    -ms-transform: rotateX(15deg);
    -webkit-transform: rotateX(15deg);
    transform: rotateX(15deg);
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 8px 75px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 75px rgba(0, 0, 0, 0.3); }
  75% {
    -ms-transform: rotateX(-5deg);
    -webkit-transform: rotateX(-5deg);
    transform: rotateX(-5deg);
    background: rgba(205, 205, 205, 0.95);
    -webkit-box-shadow: none;
    box-shadow: none; }
  100% {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    background: rgba(255, 255, 255, 0); } }
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/* line 3538, _components.scss */
.dropdown-content, .dropdown-menu, .toggle-content, .readdpromo, .scrollingHeader {
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); } }
/* line 3583, _components.scss */
.zoom-in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

/* line 3590, _components.scss */
a.content-teaser:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97); }

/* line 3596, _components.scss */
.content-teaser {
  -webkit-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
  display: block; }
  /* line 3606, _components.scss */
  .content-teaser .content-teaser-caption {
    margin: 26px 0 30px 10px;
    position: relative; }
    @media (max-width: 540px) {
      /* line 3606, _components.scss */
      .content-teaser .content-teaser-caption {
        margin-bottom: 0; } }
  /* line 3615, _components.scss */
  .content-teaser h1, .content-teaser h2, .content-teaser h3 {
    font-size: 24px;
    line-height: 1.33333;
    padding-right: 30px;
    font-weight: 400;
    margin-bottom: .3em; }
    @media (max-width: 992px) {
      /* line 3615, _components.scss */
      .content-teaser h1, .content-teaser h2, .content-teaser h3 {
        font-size: 20px;
        line-height: 1.5; } }
  /* line 3628, _components.scss */
  .content-teaser .icon-link-arrow-thin {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 0;
    color: #ff7000; }
  /* line 3637, _components.scss */
  .content-teaser.content-teaser-large .icon-link-arrow-thin {
    font-size: 28px;
    position: absolute;
    right: 5px;
    top: -2px; }

/* line 3654, _components.scss */
.min-2em {
  height: 3em; }

/* Added to _slider.scss / 15/08/07 */
/* Video elements / step for hogtv */
/* line 3661, _components.scss */
.videoSlider .imgContainer {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px; }

/* line 3668, _components.scss */
.videoSlider .imgContainer img, .play {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

/* line 3676, _components.scss */
.play {
  height: 100%; }

/* line 3680, _components.scss */
.videoSlider .imgContainer .play span, .ratio_inner .play span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  background: transparent url(../images/layout/play.png) no-repeat 0 0;
  width: 60px;
  height: 60px; }

/* line 3689, _components.scss */
.videoSlider .col:hover, .ratio_inner:hover {
  cursor: pointer; }

/* line 3692, _components.scss */
.videoSlider .col:hover .imgContainer .play span, .ratio_inner:hover .play span {
  background-position: 0 -60px; }

/* line 3696, _components.scss */
.videoSlide .vs_header {
  margin-bottom: 10px; }

/* line 3699, _components.scss */
.videoSlide .vs_footer {
  font-size: 80%; }

/* line 3703, _components.scss */
.videoSlider .carousel-controls {
  padding: 5px 20px;
  margin: 0 10px; }

/* line 3708, _components.scss */
.videoSlider .vs_right, .videoSlider .vs_left {
  background-color: #ff7001;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin-top: -11px; }

/* line 3716, _components.scss */
.videoSlider .vs_right:hover, .videoSlider .vs_left:hover {
  background-color: #dc6000;
  -webkit-transition: .2s background-color;
  -o-transition: .2s background-color;
  transition: .2s background-color; }

/* line 3723, _components.scss */
.videoSlider .vs_right {
  padding: 10px 12px 10px 16px; }

/* line 3727, _components.scss */
.videoSlider .vs_left {
  padding: 10px 16px 10px 12px; }

/* line 3731, _components.scss */
.youtube-container {
  margin: 120px auto 120px;
  padding: 0 120px; }

/* line 3736, _components.scss */
.overlay-close-layer {
  position: absolute;
  right: 100px;
  top: 45px; }

/* line 3742, _components.scss */
.videoSlider, .youtube-layer iframe {
  opacity: 0;
  -webkit-transition: .35s opacity;
  -o-transition: .35s opacity;
  transition: .35s opacity; }

/* line 3749, _components.scss */
.touch .videoSlider .carousel-controls {
  display: block; }

/* Video Fix:
 * - Tracking was not possible \w iframe
 * - Improvement of performance to not load iframes
 * - synchronous iframe loading prevents jquery.ready event
 */
/* line 3759, _components.scss */
.ratio_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* line 3772, _components.scss */
.ratio_inner img {
  width: 100%; }

/* / Added to _slider.scss / 15/08/07 */
/* line 3780, _components.scss */
.carousel.slider:hover .control {
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  /* line 3785, _components.scss */
  .carousel.slider:hover .control.is-disabled {
    opacity: 0; }
/* line 3790, _components.scss */
.carousel.slider .control {
  position: absolute;
  top: calc(50% - 70px);
  height: 2em;
  width: 1em;
  margin-top: -1em;
  display: inline-block;
  z-index: 2;
  outline: 0 none;
  background: white;
  font-size: 40px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  color: #ff7000; }
  /* line 3806, _components.scss */
  .carousel.slider .control.control-left {
    left: 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    margin-left: 0; }
  /* line 3814, _components.scss */
  .carousel.slider .control.control-right {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    right: 0em;
    margin-right: 0; }
  /* line 3822, _components.scss */
  .carousel.slider .control:hover {
    opacity: 1; }
  /* line 3827, _components.scss */
  .carousel.slider .control.disabled {
    display: block; }
  /* line 3832, _components.scss */
  .carousel.slider .control.control-left.is-disabled, .carousel.slider .control.control-right.is-disabled {
    opacity: 0; }
  /* line 3838, _components.scss */
  .carousel.slider .control * {
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    left: 0; }
/* line 3847, _components.scss */
.carousel.slider .slider-bar {
  position: relative;
  height: 1em; }
  /* line 3851, _components.scss */
  .carousel.slider .slider-bar .slider-handle-bar {
    position: absolute;
    background: #333333;
    display: block;
    height: 0.5em;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 20%;
    top: 50%;
    left: 0;
    margin-top: -0.25em;
    z-index: 10; }
  /* line 3865, _components.scss */
  .carousel.slider .slider-bar .slider-trail-bar {
    background: #b3b3b3;
    display: block;
    position: absolute;
    width: 100%;
    height: 0.3em;
    top: 50%;
    margin-top: -0.15em;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
/* line 3877, _components.scss */
.carousel.slider h4 {
  padding-bottom: 30px;
  margin-top: 30px; }

/* lightbox overlay */
/* line 3885, _components.scss */
.lb_layer {
  opacity: 0;
  opacity: 1;
  -webkit-transition: .35s opacity;
  -o-transition: .35s opacity;
  transition: .35s opacity; }

/* line 3894, _components.scss */
#lbforeground {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: none;
  display: block; }

/* line 3907, _components.scss */
#lbforeground.visible, .lbf_content.visible {
  opacity: 1; }

/* line 3911, _components.scss */
#lbbackground {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15000;
  display: none;
  display: block; }

/* line 3925, _components.scss */
.lbf_area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 320px;
  min-height: 180px;
  background-color: #5c5c5c;
  max-width: 80%;
  max-height: 80%; }

/* line 3939, _components.scss */
.lbf_loader {
  padding-bottom: 56.25%;
  background: transparent url("https://static.insales-cdn.com/files/1/6268/22067324/original/spinner_circle.png") no-repeat center center; }

/* line 3944, _components.scss */
.lbf_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 3956, _components.scss */
.lbf_closer .list-products-btn-remove {
  -webkit-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color; }

/* line 3962, _components.scss */
.lbf_closer .list-products-btn-remove:hover {
  color: #dc6000; }

/* line 3966, _components.scss */
.lbf_closer .list-products-btn-remove {
  background-color: #fff; }

/* line 3970, _components.scss */
.lbf_closer {
  position: absolute;
  top: -50px;
  right: 0;
  display: none;
  display: block; }

/* line 3980, _components.scss */
.lbf_area iframe {
  width: 100%;
  height: 100%; }

/* / lightbox overlay */
/* _rrp.scss 22.07.2015	*/
/* line 3988, _components.scss */
.input-right-icon {
  position: absolute;
  right: .65em;
  top: 9%;
  font-size: 26px; }

/* line 3995, _components.scss */
.column-fill {
  background-color: #e7e7e7;
  padding-left: 2em; }

/* line 4000, _components.scss */
.column-bottom-margin {
  border-bottom: 1px solid #cdcdcd; }

/* line 4004, _components.scss */
.column-padding-top {
  padding-top: 2em; }

/*brand shop teaser*/
/* line 4009, _components.scss */
#teaser-container {
  position: relative; }
  /* line 4012, _components.scss */
  #teaser-container.imagelink {
    cursor: pointer; }
  /* line 4016, _components.scss */
  #teaser-container img {
    width: 100%;
    height: auto; }
  /* line 4021, _components.scss */
  #teaser-container div {
    position: absolute;
    bottom: 20px;
    right: 50px; }
    @media (max-width: 540px) {
      /* line 4021, _components.scss */
      #teaser-container div {
        display: none; } }
  /* line 4029, _components.scss */
  #teaser-container .btn.active {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414; }

/* line 4036, _components.scss */
.jobtitle a {
  color: #ff7000; }

/* line 4040, _components.scss */
.jobOfferInfo {
  display: inline-block;
  margin: 0 0 5px 0; }

@-webkit-keyframes mightyslider_modern_spin {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0); }
  100% {
    -webkit-transform: rotate(720deg) translateZ(0); } }
@keyframes mightyslider_modern_spin {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0); }
  100% {
    -webkit-transform: rotate(720deg) translateZ(0);
    transform: rotate(720deg) translateZ(0); } }
/* line 4054, _components.scss */
.panoramaSlider {
  position: relative;
  background: #000; }

/* line 4059, _components.scss */
.panoramaSlider .mSFrame {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%; }

/* line 4066, _components.scss */
.panoramaSlider .mSFrame .mSSlideElement {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 4071, _components.scss */
.panoramaSlider .mSFrame .mSSlideElement .mSSlide {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 4077, _components.scss */
.panoramaSlider.horizontal .mSFrame .mSSlideElement .mSSlide {
  float: left; }

/* Navigation Buttons */
/* line 4082, _components.scss */
.panoramaSlider .mSButtons {
  position: absolute;
  margin: auto;
  cursor: pointer;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* line 4094, _components.scss */
.panoramaSlider:hover .mSButtons {
  opacity: 0.3; }

/* line 4098, _components.scss */
.panoramaSlider.mSMedia .mSButtons {
  display: none; }

/* line 4102, _components.scss */
.panoramaSlider.black .mSButtons {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAACOCAYAAAAfFF6TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADnZJREFUeNrsnXmMVeUZxr/p6BAm6khkCMooUadEo2jRUKKpMaLWEFkEAWW11FC1REHFgAVFK67QghbJsLixVJaKa+cPY5FEa8SgMeIWnWAkQ5CMogQdwuBk+n75nuvcsSrM5S5n+f2SJ3P/9fF9eM4995zvLWtra3PQkeuuuy4N/5lVpo2m75csWTKA/+twiNnYbH+OMA007Un6f69lg//pv8CvsCCVlJtWmc5hBiCHfzPO0fyUYwfDAOnjXtNgU5NpJHZAJxipuRmsOQIKBFLEONMMU4vpStPnWAKd4HPNTYvmaByWUCCQDvxvHcv0eYrpNSyBHHhN8+M0T/yGRoFAwqkxPWPqavqHaTmWwGGwXHPUVXNVgyUUCCSTSoW8l+k/ppuxBPLAzZqnXpqvSiyhQCBZlJmWmn5rajCNMrViC+SBVs1Tg+ZrqeYNKBBICJkfOv0z+0NNX2MJ5JGvNVd7XPsDGkCBQALwwZ6rK8Wxpo+wBArAR5qvVs3bUCyhQCDe9DWtcOFlr9tN9VgCBaRec1auueuLJRQIxJPupg0uHFey0jQPS6AIzNO8VWn+umMJBQLx4kjTWlOtyZ9bNBlLoIhM1tzVag6PxBIKBOLDQhcOums0DTftxxIoIvs1d42aw4VYQoFAPLje9GdTs0K8E0ugBOzU/DVrHq/HEgoEos1FpodN/nz+a01bsARKyBbNYZvm8iIsoUAgmpziwv3mCtP9pjVYAhFgjeaxQvN5CpZQIBAtjjY9Z6o2vWCajSUQIWZrLqs1p0djCQUC0cAfG+EX+/hn7reaxuuWAUBUaNNcbtWcrnIcd0KBQCTIvPXrF/xcYdqLJRBB9mo+m1z76QhAgUAJGePCm79+sc9o0zYsgQizTXPaorkdgyUUCJSG/i7sY/C3AqaaNmEJxIBNmtcyzW9/LKFAoLgc78IxEX73wmJTHZZAjKjT3FZqjo/HEgoEikMX07MubH/baJqGJRBDpml+azTPXbCEAoHCk9k/7Rf4XGU6gCUQQw5ofhs0z8uwhAKBwnKbaYILi3v8MRFfYgnEmC81x3s017dhCQUCheFyF97o9Qt7JprexxJIAO9rnls135djCQUC+eV002oXFvVk3uoFSAqZ0xPKNeenYwkFAvmhmwJWpXA9iCWQQB7UfFdp3rthCQUCh4e/Ilvv2hdD/clxTAkkkzbNd2YR1XrNP1AgkCMLTBebdphGurBbASCpNGvOd2juF2AJBQK54deC3mjaZ7rShe1uAEmnUfO+T/PPOmYKBDrJBaZFWUWyGUsgRWzOKo5FygNQIHAI9DY948ICnswPiwBpI/PASIXy0BtLKBD4ZfzZQC+6sHjH/52FJZBiZv0oD5VYQoHAT5O9GMq/XOXfzG3FFkgxrcrB+45FVBQI/CJ3u3Csw1eu/XgHgLSz50e5uBtLKBDoyCgX3sT93oWFOw1YAvADDcrF98rJKCyhQCDQz/SkvppnjrgGgI5kVheUKS/9sIQCSTs9XDi2wf84uMT0KJYA/CyPKieVyk0PLKFA0op/PPE5FxbqbDLdhCUAB+Um5aVG+anAEgokjfgrqfNMn7lwf7cFSwAOSovy8pnyswRLKJC0cYvpD6ZvTcNMTVgCcMg0KTffKke3YAkFkhYuMz3kwumj401bsQSg02xVftqUp8uwhAJJOn1Ma104pvoO0/NYApAzzytH5cpVHyyhQJKKX5Tzkv6uMd2HJQCHzX3KU3a+gAJJFP4KaZ3p16a3Tdc6FkMB5IM25elt5WudYxEVBZIw5pt+b/rCdIVjMRRAPmlWrr5QzuZjCQWSFCa58AZti4acxVAA+adR+WpR3iZhCQUSd8431ekzi6EACkv2Iqo65Q8okFiS/aas/0q9AksACs4K5S37pAegQGJF9mKoetNMLAEoGjOVOxZRUSCxw58W+pTpN6aPTWMdi6EAikmrcvexcviUYxEVBRIT/ItNI03fmIY4FkMBlII9yt83yuMdWEKBRJ0Rprt0BeSX3rAYCqB0NCiHrcrlCCyhQKLKWaaV+qrsD3d7BUsASs4rymOZ8nkWllAgUSP7x7rlpkewBCAyPKJcZj/cAhRIJPCPC24wnWR63TQFSwAixxTl8yTllUVUFEgkWGz6nWm7C/dYWQwFED1alM/tyutiLKFASo1fr+kPcvNn8fgnPlgMBRBdmpTTZuWWNdIUSMm4xPR3F04DnWB6D0sAIs97ymub8nsJllAgxabWtN6FY6PvcuGeKgDEgw3KbblyXIslFEix8Atr/JMcx5r+ZboHSwBixz3K77HKM4uoKJCC469YnjadZnrXdI1jMRRAHGlTft9Vnp92LKKiQArMA6ZBruOPcQAQT7IffhmkfAMFUhAmmqY7FkMBJInsRVTTlXOgQPLKANMyfb7e9AaWACSGN5Rrp5wPwBIKJF9kL4ZaaHoCSwASxxPKN4uoKJC8Ualh6ml6WV9xASCZTFfOeyr3LKKiQHLGn975mOlc06em0Y7FUABJplU5/1S5f8yxiIoCyZH7TFe7sJhmsGMxFEAayM771fp3ACiQTnOU/n7reFwXIE00K/fZ/w4ABdIpppk2mnq58MYq90MBkk+l8t5L+Z+GJRRILmSvpfWP9S113A8FSDJlyvkA13EdLlAgObHbNMyF+6HjTDOwBCCxzFDO9yj3u7GEAjlcPjSN1ZXIXNNQLAFIHEOV71bl/UMsoUDyRb1ppguHra009cUSgMTQV7kuV87rsYQCyTfzTStMx5ieNVVjCUDsqVaej1G+52MJBVIoJps2m041rXXh2AMAiCcVyvGpyvVkLKFACok/sdP/uOZP8LzI9DCWAMSWh5XjRuW6BUsokEKzS8PmXzbyJ3hOwRKA2DFF+W1WnndhCQVSLN4xTXJhq5k/wXMglgDEhoHKbZty/A6WUCDFZp0Lj/0doc+1WAIQeWqV1yOU33VYQoGUijmmDabjXDj+uQpLACJLlXJ6nHI7B0sokFLivwJPML1nOsO02oVnyQEgWpQrn2corxOUX6BASor/EW6Iqcl0uel+LAGIHPcrn03KKydsUyCRYbtphAuPAd6mqxsAiAYTlMsW5XQ7llAgUeN10w36vMyFEz0BoLQMUB6d8vk6llAgUeVxFx4P7OLCj3U1WAJQMmqUwy7K5eNYQoFEnemml009NbwsogIoPpXKX0/lcTqWUCBxwB8HPdr0qelcXfWwiAqgeJQpd+cqh6Mdi6EokBjhF9IM1t+rTLOwBKBozFLusnMIFEis+CTryuevpuFYAlBwhitvmTsBn2AJBRJXMvde/VfqVY5FVACFpK9yVubaf4sECiTWZJ7+8D/qvehYRAVQCKqVr0rX/jQkUCCJwD9//l9Tb9MzjkVUAPmkQrnqrZzdgCUUSJLwb8D6e7P+DdgLTIuxBCBvLFautitnLIaiQBJH9hk815qmYgnAYTNVeco+kw4okESSfQro30yXYglAzlyqHGWfig0USKLxewjucuF46fWORVQAuVCr/JQrTxuwhAJJC/e4sAnNL7j5t2MRFUBnyM7NOuUJKJDUkL2LuY9prWMRFcChUK689FF+JjkWQ1EgKcT/6DfMtMt0mWkelgAclHnKyy7lh8VQFEhqaTRd4cJjhzfragoAfppJykmLctOIJRRI2nnTNFmf60znYwnA/3G+8uGUlzexhAKBwArTfBfeqPU7DE7EEoAfOFG5qFBOVmAJBQIdmWmqdx3P9AFIO9lnyNUrJ0CBwI/wx0+PNX1kOltXWSyigjRTphycrVyMdSyGokDgZ/GLb4aadpuuNM3BEkgxc5SD3coFi6EoEDgIDaZRutK6U58B0sYozX+rPjdgCQUCh8ZG0zR9hX/S1A9LIEX009yXKQcbsYQCgc6xyLTUhR8RXzD1wBJIAT0075Wa/0VYQoFAbtxo2mSqce2PMQIklcxj7DWa+xuxhAKB3PFv3I42bTOdpysygKSyVHO+TXPPYigKBA4TvyDHH9uw13SN6VYsgQRyq+Z7r+adxVAUCOSJrabxLpw6+qBpEJZAghikuW7TnG/FEgoE8ov/YXGWC8dZP206DUsgAZymeS7XfL+AJRQIFIYHTP90YZGOP96hG5ZAjOmmOa7SXD+AJRQIFA7/Fd+fRPqW67jSEyBuZK90fktzzWIoCgQKjF+g44932GG62LQASyCGLND87tA8sxiKAoEi0ajQ7XPhWfnJWAIxYrLmdp/mmMVQFAgUmc1ZX/v927oXYgnEgAs1r5nbsZuxhAKB0rDahccf/Ru8/n7yyVgCEeZkzWmF5nY1llAgUFpmu/Doo1+487zpKCyBCHKU5rNa8zobSygQKD3+uOuJLrx81de0yrGICqJFmeayr+Z0omMxFAUCkcEv2hnhwvEPw0xzsQQixFzNZZPmlMVQFAhEDL9w5yoXDqC73TQGSyACjNE8tmg+WQxFgUBEedU0VbcMlpv6YwmUkP6awzLN5atYQoFAtKkzLXZhIc8G0wlYAiXgBM1fpeaxDksoEIgHmTWgNQpxVyyBItJVc1fj2tczAwUCMeGACwt5/P3mAaZlWAJFZJnmrkFzeABLKBCIF1+5sJjHP/EyzjQDS6AIzNC87dH8fYUlFAjEkw9cWNDjn7m/1zQES6CADNGctWruPsASCgTizUumv7hwfPZK05lYAgXgTM1XuebtJSyhQCAZPKRw+8U9z7pwnARAvqjWXFVpzh7CEgoEkkXm5FO/wGeNCwfaARwuFZqnWtd+QjRQIJAw9puGu7B7YaBpIZZAHlioeWrUfO3HEgoEkslOhdxvf7tBAsiVzAw1a652YgkFAslmi+mPLiz0yVw9AnSWzLfYNs3TFiyhQCAdrHXhccsKfa7FEugEtZqbCs3RWiyhQCBd3Gl6ztSdfwAghwuQ7pqfO7GDAoH04W89+Je9/JMz32EHdILvNDfjNUeQYv4nwAB1cdQXkkovkwAAAABJRU5ErkJggg=="); }

/* line 4106, _components.scss */
.panoramaSlider .mSButtons:hover {
  opacity: 1; }

/* line 4110, _components.scss */
.panoramaSlider.vertical .mSButtons {
  width: 200px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI4AAAGQCAYAAAB4VlhXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAEB9JREFUeNrsnQuQneMZx98UMRalyGBkKA3jFmMQifu1LnGnhAnqlo4Og3GNatOWUsqIS4m6XyLu97uSBCHWnTAxBIO4VBhNqU7V2D7/fv/trmOT7Gb3nPNdfr+ZZ8a22d2z7/c77/u8z/N+3+nX1taWAHrKDxgCQBxAHEAcQBwAxAHEAcQBxAHEAUAcQBxAHEAcQBwAxAHEAcQBxAHEAUAcQBxAHEAcQBwAxAHEAcQBxAHEAUAcQBxAHEAcQBwAxAHEAcQBxAFAHEAcQBxAHEAcAMQBxAHEAcQBxAFAHEAcQBxAHEAcAMQBxAHEAcQBxAFAHEAcQBxAHEAcAMQBxAHEAcQBxIHvsEDEhRF/jOjHcHyfBRmC77FUxC0RW/vrH0ccGvEVQ9NBv7a2NkahgzUj7ooYFPFBxGIRS0Q8H7F7xEyGiKWqluERT1ma1ohhERtGvBmxfsSzEUMZJsTpzPERd3t2ud7LlGaXNyKGRDwcsVzE4xEHMlyI0z/imoiz/fXJEQfU5DOzPRudV/PvFyDHqSbLOp/R8vMPC3P3PL7n4IhLLNADEftZLMSpCOtZmoERb0XsETGtm9+7ccSdEQMiXo/YJWIGS1X52SfiCUszKWKjHkiTnEBLvJciVnfSvC3ilHh2jTg14saIFi85O0TMmo+fpcR5k4hbI5aMeDDiqEqZo6WqAtEScVtbxn8ijuijn6ulfkzEt/7Zl0f0r8KYViHHWTHinoh1Ij7zUjWxj3/HnhHXeSab4q9nlXr6Lrk4m0bc7kT2tZRVf+uVyK5jQSXqe06aXyHHKR6HRDxqae5zTlLP3Y8k2cAzjuSZ6pkHcQqCCnNjI65wvUXFut0aVG/R8rRNxOVetpQ8j0kl7LCXbalSy+DmiO0i/h0xyrlHM9Au61yLLIF+nkrUYS+TOKtF3BuxasTHzmdam/yaVN+5xVv2l5z3lKLDXpalSjPMM5ZGRyCG5EAa8YhfiyrM60a8kLLKM+LkgGMi7vcydVPE5jl7VyshH+bXqERd1eqDEad59HcCPNZ/x29S1nTMYx6hxHzXiHP8uq/06y5sh72oOY7euXd4iy1R9vfXRUDneS6zQDrns08qYIe9iOJ0LrS964RzWsH+Bh3lUIddh8N0wnDnlB0aY6mqEyqoTbU0TzjxLJo0yYn7ECfyqzqx3x5x6jAzpqyQpnpIi3MbbXWL3A+a6UT+Rif2qm4fW5hXX5DO9k3uPn8TcXTJOs1KF07p1GG/qggd9rznODpspZN66zmB3Dvir6mcqC0yPmW35Gg5VgHzE5LjnjPMCeSyThx3SuU/ojnYb5SVvZRpC/8iOU7PtqyPWZqHUnZ/UxXO9U7zjmuyZ9spnmURZx6oIKZu9jWuc4z1TFOlOwlmeYf1F28EVA0/NeWsw56npUo7iwkpu4fp64jDI65K1eaIlN3PpXv8VeBUofMrxOlAt93qnqY1/I5TYvhUAqG7SnVUZGkvZSp4vstSlQ1Mq6V5OWX3aSNNBxO9UXjVybNux9ms6uIcmbJ+jR4tclvKjhy8jyvfQxsDnZ9Wq0V9Oh3XGFVFcfo7+bvQr+H33j3wDJo5ow2C7jg9y+N3acQFqUkd9mbkOAO8Zm9pUQ5K2Sk56D4jU9ZhXyRlB/L1pvu8zOJojVZRb5WU8wJXARjq5X0FL2Uay+llXKr0hz1paaY6CUaa+af94U+t3pVqTHcqkzgqXJ3smWbxlBX3tEx9wrXvNTO9K9XDoFQHU7vihIb85gZ0tq/v1Nk+riL3qjejwz7aYyyujVi4qN3xgV6DN/SOQOeBH2CSqHs6cK1nn1bvwj4qUnJcm7ip2vk617UhrJ2y9sQgL2U6NflsEXIcbRUnWZpHPeMgTeNQhVkPi5roWX+yZ/vciqNClJ5Efp3rCyrubd/o+gL8j09T9tCoi1PWYVfyfHrqww57Xy1VS3ht1RqrzvaRLlBB89Epg/NTVm1WI1kd9i/yII7WUj2DRsU9dbZVxXyM65UrVP5QtV5Ve3XYdfrg7WYuVVulrJM9OHWcXkOa/KE8Z5ivka7V0752TRFHU+CDtliFJ3W23+Ea5RbNMJt4uRrga3d4I8VZKOKiiHH+7zNcL/iSa5N7vvAydYav3Thfy4XqneMs7bVSZW51tg+LuIHrUUj2TdmNjS3euo/wbqzPxVkrZf2muhaWoKHomYUqFqreM8PXtFu3VHd3qdJN8U+mjo/kGYo0peC5lBVo2zvsuh9/174S50TPNO0fyaNs/EPGvDSol7VFygq3usYqrYxO8yoWzqUDurC7rO2d7ZPoQpc+TujUYR/v0w096o4v77VPS5I62/pInnt4c1YC3dc2wbOPHr+yV+ri0XhdiVObMGmr/SrjWSnWcL2n/bNJ90o1D+OszXG0JXvM0miLtjHSVJLpTpp1ukGnHHTaYWRX4igROs01mRYXhnZMJf8gC5grOtWg0w065aDTDnoEy5nJt+NoqVrU/6MqiupsH2NxANpRoVcVZnXY9RDy/SXO006CP/VSNZFxgi7Qbcc61ak+1wsSRx+JvKilmcH4wFxYKWXPYfy2yp8CDL2AD6wHxAHEAcQBxAFAHEAcQBxAHEAcAMQBxAHEAcQBxAFAHEAcQBxAHEAcAMQBxAHEAcQBxAFAHEAcQBxAHEAcAMQBxAHEAcQBxAFAHEAcQBxAHADEAcQBxAHEAcQBQBxAHEAcQBxAHADEAcQBxAHEAcQBQBxAHEAcQBxAHADEAcQBxAHEAcQBQBxAHEAcQBxAHADEAcQBxAHEAcRhCABxAHEAcQBxABAHEAcQBxAHEAcAcQBxAHEAcQBxABAHEAcQBxAHEAcAcQBxAHEAcQBxABAHEAcQBxAHEAcAcQBxAHEAcQBxABAHEAcQBxAHAHEAcQBxAHEAcQAQBxAHEAcQBxAHAHEAcQBxAHEAcQAQBxAHEAcQBxAHAHEAcQBxAHEAcQAQB+orzuMRz0cMYjhgHqwU8WxEq8TpH7FexNSIrRkbmAObWZoNIhaUONtE3BmxTMQDEb9kjKCGwyIeiRgQca8mGInzz4g9I/4QsVDExY7+jFflWSDigojL7MNZEbtHzO7X1tbW+R+OiLgyoiViYsS+EbMYv0ryo4hbvCL9K2JUxPXt/2etOMlr2B0RAyNmROwR8SrjWCnWiLjbG6YPIvZSQjyv7fhzERv6H+obp0TswlhWhuHeKOnaPxMxrFaaOYkjPorYIuK6iCU8A53EmJaeEzzTLOFlaauImV3+Sy1V84gTI75pyxgfsUg3vocoViwcca2vsa716Ih+c/uernKcrtg5YrxNbPUu7EPeoKVgea8oQ7VbijjQs85c6a44Yi3XewZ5+trTBSEoLrUbIV3Tad35xp70ql5zojTRv2hyxH6MfWFRqeUxX0td0426K01PxRGfReyQsgJhixOo0zVzcR0KQz9fswm+hhf7mn7aox/Sg6WqlsMjzk9ZRfGuiP0jvuS65JrFnavuGvF1xNERl8yXfb0QJ3m7dlPKehia5naLeIfrk0tWcY46OGXdAHUJJs3vD+vteRz94o0tzWDvuLbgGuWOLSOe9jWa5lx1Um9+YF8c5FI2vpm3cJp5Hk5ZXwPygVKKh3xtdI02iXi7tz+0r04AzvZW7syUddgvTVlXdQGuW9PQdbgoYpz/+4yUdba/6JMMu5c5TleMTFkbfpGIRyP2jvic69hQlnHuqYN5X6XsPM0Nfbo1q4M4QlXI2yJW8FKmJunrXM+GsHbKinp1LdTW67B6qxOwZ/wHKDHbkWtad7TNnuIx1zXYMNWpul/PuxxmeruuQpN6XPdEHMe1rQsq6o2OuN1jfZ13tx/V7Tc2oPOq5fDkiG/dfb06oj8d6T6LFp9aaO9sn9CI31uvHGdO06iqlqpeTnWG/wmTRa9Qn+nW1NHZ1sbkvoZMcQ0UJ7kAperlKl7KJNOLXP8+2YBoLKc36pc3+k7O9qrlZL9bpni7Dj0veUyyNI86CZ7eyBfQjFuA1SfZPmVFwhbXG36X6LB3BxVUz/SSrzrZhR7LhtfJGr1U1XJkxHkeEE27B7pgBd+nfbekmtjXHrvLmraNa7I4QtVN3b+zVMTLHpj38eQ7qC6jot7anrF1u8oTTd3/50Cc9oFRA24ND4x2XE/hy//fWDdHLO0cUW+sd5v9ovLymBPtCnR08f6UdXGV+B2MM+mIlHW2l/aMMywP0uRJnOQ6hLaU56TsVKFuRT43VbPDrr9fJ/P+7L//NC9Pucn/8rJU1XJg6rjRXe+4ERarCgzw0rSlRTnIOWCuyKs4ydOyioXLRrwRsZOXtDKjAqnOb6+ccl4gzfOj3NRR130/L0SslrJ72n9aYml284ZA0qgls37KcVU9788A1LtuM0/dqmPowU9Hl0wYFT5PcfK7WMTVXqby3ccrSAdYS+qYTh32y0vSYVdn+4ZOne1ji/La85zjdIVOs6l62uIC2F6puA9+Gugcbn0n/iO8ESjGNFkwccQ6KTsUtqJrGrukHty6mhOGWprlIt5M2UMd3ijSH1DE5xy/4qT5yZQ9PlVJ9B4Fev0qNTxuaXQr0ZCiSVNUcZKXJ5Xi259XqAbpr1O+O+wq5J0dcY3rU2ruDi9qfaqIS1Utx6Ss2qwLoyMah6T8ddi1I5xgUdTZ1k1yVxV6K1gCccR2nbbsekr87mlOjyBrPIOck62eStTALYs4QkVCPbx51YiPfYFam/yatk1Zu2DJiJecyM8sw2CX6UNA3nCi+bATTz006IAmvp6jIh60NDpQvklZpCmbOMmJ5nAnngtHXBvxp9TYDrsSXzVoz/f4/jZin1Syk41lWqpqUZI8zhdSt4yMbMAORp1t3RS3qUU5wF+XjjKLk3wBb/cFfc15T7067J0Lk+85n3mlrANb9g860+03G/gC6qmpKhbW46OV1AqZamk6/86EOMVF7/6NPPPoCKb6QUf01YwdMcbJrwqRV6TsQzPK/8EpFbrHWsvyqZ067ON62WFXZ/uWTp3to6p0z3rZc5yu0A7nKs8QOhQ/Yj5miIHOZ9aN+HvK7kZ9pEqDWEVxhD5K8i4L8FbKmqTd7bDrYZl3OuF+3UnwjKoNYFU/BfgFJ7CqLP/ECe2u3fi+gz1LSRqdRhxWRWmqLI74W8TmKSsS/tDJ8+jUdYddBcSxKevGqy50jmea2VUdvKouVbUcn7Kb+SWIPmbgF6mj0qvGqRqoaqSqsz3KslUaxOlArYr2x85pCfuZE+i8NU4RJ4es6aS5/bMoF0v5PKqBODlET83QUYj2CvONEYcmHr+CON1AuY467Po0nF9FMEiIA2zHAXEAcQBxABAHEAcQBxAHEAcAcQBxAHEAcQBxABAHEAcQBxAHEAcAcQBxAHEAcQBxABAHEAcQBxAHAHEAcQBxAHEAcQAQBxAHEAcQBxAHAHEAcQBxAHEAcQAQBxAHEAcQBxAHAHEAcQBxAHEAcQAQBxAHEAcQBxAHAHEAcQBxAHEAEAcQBxAHEAcQBwBxAHEAcQBxoMT8V4ABAJyKpI91yQcHAAAAAElFTkSuQmCC");
  -webkit-background-size: 71px 200px;
  background-size: 71px 200px; }

/* line 4118, _components.scss */
.panoramaSlider.vertical.black .mSButtons {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI4AAAGQCAYAAAB4VlhXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAEKRJREFUeNrsnQmQHVXZhk86EMsoshlciOISLRVBEMgAsoOCQRAQCBAWCSRsIqCAEBAERFZlM4CIKGBkXwTZFIewBUIAlaCiRi1wEDSgxCUWwTB+r/02czMJJDNz752+fZ+n6v1N6g9ze04/0/2d75zuGdLd3Z0A+soQxAHEAcQBxAHEAUAcQBxAHEAcQBwAxAHEAcQBxAHEAUAcQBxAHEAcQBwAxAHEAcQBxAHEAUAcQBxAHEAcQBwAxAHEAcQBxAHEAUAcQBxAHEAcAMQBxAHEAcQBxAFAHEAcQBxAHEAcAMQBxAHEAcQBxAFAHEAcQBxAHEAcAMQBxAHEAcQBxAFAHEAcQBxAHGhfcSZOnMgoLMzQyNmRf0UmRfjp6sVSDMFCrBC5JrKZ//6uyD6RuQxNDxlDsAAfiky3NE9H5kR2idwTGcnwIM6iGBOZFhlledaNjI78LrJWZEakg2FCnFoOj9wUWTYyxVecrshvI+tEfhx5q688ezJciDMscmnkDP/96MgeveqZOb4and3r3w9FnPbkLTVXkH9Edoic+iozqPmRwyLjI/N8hbrZVyjEaSM+GnnYNcvvIxv4VrU4vhvZNDI78snIg66JEKcN2Dlyr2dJd0XWi8zsw38/zeL9PPIBF81bIE51GRI5MXJlZHjkwshWvnr0FRXOH4tcG1kucnvk84hTPYb7JH/Z9crnIge4Xukvc331Ot7jeE7kYhfQiFMB3hl5wMXv85EtI5Pr9LW7fRXb0SKpw/zTyAjEaW02cBG8euSXKW/qdTbgc653rfRUr89EnBZkfM1P/y2uSWY18PMei6wdua/XVQ5xWgQ15s6KfMf1hpp1n055I6/RqNDe3LVOUVcd58IccUqMGnK3Rg6NvJjy5t6RLoibhQruCZFDIi9HTohcbZEQp4S8P+U9lU9Eno1sHLl8EI/nXE/3X3DxfH+q0Ap7VcSRLA9F3hd5JOULk9NLcFx3+lieiKwReTSyPuKUg0N9e9Jt6qrIRilv0JWFWZ7N3epCXd3qvRFn8BjmAvgsfx9q7u2ayrlTT4X5tpEzfdyX+LiHIk5z0U9up6fcEuUzka+mcu8NVoF+RGQvF9C1V0rEaQJqrKnBpr7Mk74N3NBCx3+Zb6fPujab4cIecRqIGmpqrKnBdq8Lz5ktKP90H/sjLuhV2G+JOPVHDTQ10q51P0S1jbYyzE6tS5evPFf6dqXu9hcQp34M9+Cqkfaya4N908BWtsuC6rPdIsf6XHw95ZvFhiHOwBjpW9LOnplo1905qVqooD85sn3KHwD8bGRqZCXE6R/rugjWbjs9baAFxJ+k6vLDlDcH/5jylXbVP2siTt/QGtPdKd9QfkfKn2+alaqPCv0OX3F0tdVK+06Is3jUENNq9qW+z6tJtnVqzsp2WZjtGda3XN+pG35iKtkKe5nE0cxCTxoc7sJ3vGcZ81P7oe9//5RvcdX3r674dalEK+xlEUePmKg/M8Y/cZt6dtHuTPbV53kXz3ocZxXEydHjtmqIfTDyi5Q/pz0NZ16h0xOFxyOrpbzTvGG7i6NLsZ7LXsGXYs0q/oQrC6GJgfYy6+lRrdNpu8aEdhRnmIu/83wMJ3j2wDtoXp05vl2d5vG7KOWbxYa2izgjPMWeaFHGRr6SeOvVkqBC+ajI7pH/RA72WC5fdXFWc4G3ScrXanT5vQYf+swUTyD08idtjn/INWIlxdFGJu27fY9nUCqCf4YD/aZ4+dP0mlnp1lUSR40rvXfmxsgyKW/u6YrzV879gOnyrFRXIPXBtGxxRBXEUcPq+5GvpXxlW829z6ZqrGyXBdWJe/iHU5ye8s1ir2tVcYrXiOzmGcE2Kd82APVHEwu9FGoHj7VE0lrf21pNnA4XwcXipO7Ft3F+G85NnnDM8jlQ0bxOq4gzzlealVP+7LbkeYJz2jTUYda2jE5f9aem/OmP0oqjRtQpKX968vUpb+5pneXvnMum81zKnyI933WmiueTUx1X2Osljip6vepDzamXUt7c0xuq5nMOBw2dh4NS/gIp/XlSzcy2FOKoh6DtnerTaGVbj3x8m/NWGi70lX92WrCXNqjiqHuplWx1hIvda3dzrkrHVE9QZqae7v2mgyWONhrppYlae6rdLwvl5A8pf4jxJp+z230OmybO0infYHSB/6zmXrFDH8rNPyPb+Zwt7XM42X9uqDgr2tQDU96x1NT7mMTKdivR7XO2m8/hgT6nb26UOKv63lj8goxNIldwHloWPeS4cepZ73rA9U9dxfmUq/HiV/KoCJ7B2Lc8em5tdOpZYS9mx3UR50jP/4tfyaNq/M+MeWV4JvW89q62Hzekv+JodVWrrKf577U7z6Ba1L5oUxQrAMP7Ko5WVdWP0Spr7V5XqDZn+FY1J/WsOY5cUnH0jPZDrmNqd9dDe6C3hK3ncz/aE6KOxYkz1lcaWabVVTX1Hmcs245fWxrtbljZV55xixJHhdBJnl7rvqbGkF4pMpsxbFu0q0FrXNrloN0O2smpzWJDC3He4EpaL/fRKuqBDts7QbsbtMthgn34UjHDXsqXI93DnvOtqpPxgl7od1P8JuVP26qn15nZpEdTz64xgEVRvKxTTcP/DunuZpkJ+g7iAOIA4gDiAOIAIA4gDiAOIA4gDgDiAOIA4gDiAOIAIA4gDiAOIA4gDgDiAOIA4gDiAOIAIA4gDiAOIA4gDgDiAOIA4gDiAOIwCoA4gDiAOIA4AIgDiAOIA4gDiAOAOIA4gDiAOIA4AIgDiAOIA4gDiAOAOIA4gDiAOIA4AIgDiAOIA4gDiAOAOIA4gDiAOIA4AIgDiAOIA4gDiIM4gDiAOIA4gDgAiAOIA4gDiAOIA4A4gDiAOIA4gDgAiAOIA4gDiAOIA4A4gDiAOIA4gDgAiAOIA4gDiAOIA4A4gDiAOIA4gDgAiAOIA4gDiAOAOIA4gDiAOIA4AIgDiAOIA4gDiAOAOIA4gDiAOIA4AIgDiAOIA4gDiAOAOIA4gDiAOIA4AIgDDRRn4sSJ98T/viEyNjKLIYHXYJXItZGXs/g/wyIfjTwQ2YyxgVdhw8iMyNqRpSTO5pEbI2+O3BY5gDGCXuwbuTMyIvIjXWAkzr8jO0S+Glk6cr4zjPFqe4ZGzo182z6cFtkuMifzP1CF/OXIrpG5vurcZsOgPVk+ckfk4Mh/IrtHjorM1/8z6/WPr4psHOlyvTMt8mHGsO34YOQhlzFPRzaNTKn9B9ki/qOHI6Mj0yOjIvdFtmEs24YxniiNsjzr2oW0OHHEM77yXB5ZNnJD5EuMaeU5InKTz/kUX2m6FvUPs9f4Ii9G9qwR5tTI9yOvZ3wrx+sil0VO99+Pjuzhejf1VZyC04tKOjIuclfk7Yx1ZXhb5G6LMscz7FM9YUoDESd57v6xlHeWO3zPW4cxb3nWdh3T4XO7oW9ViyXrw4f80oVSZ2RkZKqn79Ca7OIrzUif0/UiM5f0P876+GHPR7ZKeYNwuAuokyNDOA8twxCfsx/4HJ7vc/pcX75I1o8PfilyUMqbhPrzJM+63sg5KT3LpHx5aZLP3QE+ly/19QtlAziIC23q7MinU94sfDfnprS8J3J/ZFufs618DvtFNsCD0Qxrfd8bV3PRvDHnqHRsEnnQ52ima9W7BvIFszocVG01rrWtH0cmcK5Kw/4pX3Ma4XOk2fEfBvpFszodXO38XyvsF6V8VXUo523Q0HmYHLnAf/5ayvtx/6zHF8/qeKBaNS06jlpNPdimL885bDraW3V75MCUd3/VuD0mLaapN1jiFBRrHFpV1eqqGkwf4Fw2De1mKHZzdrm+uaLeH5I16OCnuwCTNKNcmH2Sc9pwNGO6z2Ouc6BdDjMa8UFZA7+JLl951GjSauvNkS9ybhuCmnraZHW9x/pyz26fadQHZg3+hnR/1c6xSf6sMyPfS2xLrSfDLcop/vuRKd/V8GIjPzRrwjfW7W+qqOj3Svk610qc8wFTrDON88xWjdgzmvHBWRO/ydoeghbUHomsybnvNx2uHYuVbY3pLc368KzJ32zRtZzqnxYVcjvhQJ8p9kWtHPmpi+BfN/MAskH4prVOsmXKm4S6P2uD/FcSK+xLghqqtTsxz/NY/r3ZB5IN0gDMi+yX8ibhy5HjI9dYJFg0tXu/NX4TI59PflylXcQp+GbkE5G/RT6T8hX2d+DIQtQ+baIr9hYpf0hu0MhKMCidLvB0j/6Ii+b1ceUVNnMR/GHXiNqye+9gH1RWksEpZgW3pnwVV4Xf3jjz/01WWu9b0bcpTSyeLMOBZSUaJPUh1DJXk1ANwksi30jtucKu7/9C38r1/Z/kW/ncshxgVrIBU6Gnh8L2cgF4mHsTy7aRNCN8ldnPoui9RcelOq5sV1GcAj0cprWWv3i6WSyWVp1iF+UmKV/r28CzzdKRlXgQVRDquZ9HI+9P+TPtH6+wNLX7trUtYq3Iz8p6sFnJB1M/ddqWerVvV3r1yiEVE0aNz2NSz5Mi3/MV569lPuisBQZW93k9PHa8j/fsyMWpGivsanhq24leaqVG6Bc9m5xX9gPPWmSAVRieGNnRIu2Tel4t1qpore4e/1BoRrm1Z5EtQdZig62NSur3PJV6Xma4WgtK0+FjVx3zu5QvUt7RSt9A1oKD/piLZj1ctoqL6O1b6Pj39JXmrSl/lEid4N+22kloRXGE1mvUir/EdcJ1kWNTuVfY1cjTJqtLXZ+pVhvj21RCnOYxz7XOYS4s1V29IpVzhV0zQm1kO9zHPd7HPb9VB7+VxSmo/ckd69vAyBIdX/GUxxhfKbWB/7utPuhVECe5VhjtQnMtF54dJTiuLXwseq7s5yl/g/20Kgx4VcRJLjDXsUQqPIvXkw0W2mSlpymXS/nvP9B+666qDHaVxEm+XY3x7av2hYjNXGFX4atNVud4fNW43DmVaGUbcRbNfBee+7gQ1Wr7D1NzVtjVkNTm8X0tihqWalxW7nc7VVGcAk3VN3dBqq7s/amxK+yrp3whVivaalCqUXl9VQe3yuII7dNVs1BNw1U9u2nEr1bSK160ov3OXp+ZEKd1qf3p1xZMtfYPqtPXVsPxOBe/6h99p+YqlxCn9SnqjZNcKGtL5gVpYCvsEkXbPU5IeQPyENc289phQNtFnOQCVVeHXSzS/p4u92eFfaRrJsn4QspfxHhuG41lW4lToKuEVtaL17CoNunLCrse3dGuxDUiT6S8d3Rnuw1iO4qTfOJVwGp/73td0G67BP+dNlnd5auUdiPqcZW2/AW47SqO0Eb4jVLeJHyTi+ej0qJX2FUXneUpvuoiPcKjpyrntOvgtbM4yYWsHsU5wn/Xe3wuTwuusKtxqAcFD+317+e388C1uzgFZ/pWVfxqpeIXnejpCi1S6vn2Z2uuUG3PUgzBK9zqwlfLE8VLi97oK46eZ98uVWiRkitOffmVpdEVZ2VLc6WvNEjDFec1+ZtvTVph/1fKX3zZzbAsyJDubsYEEAcQBxAHEAcAcQBxAHEAcQBxABAHEAcQBxAHEAcAcQBxAHEAcQBxABAHEAcQBxAHEAcAcQBxAHEAcQBxABAHEAcQBxAHEAcAcQBxAHEAcQAQBxAHEAcQBxAHAHEAcQBxAHEAcQAQBxAHEAcQBxAHAHEAcQBxAHEAcQAQBxAHEAcQBxAHAHEAcQBxAHEAcQAQBxAHEAcqw/8EGAC9qy2hjAR0WAAAAABJRU5ErkJggg=="); }

/* line 4122, _components.scss */
.panoramaSlider.horizontal .mSNext {
  top: 0;
  right: 0;
  height: 100%; }

/* line 4128, _components.scss */
.panoramaSlider.horizontal .mSNext:after {
  content: "\E048";
  font-family: icon-font;
  display: inline-block;
  font-size: 5em;
  color: #fff;
  position: absolute;
  top: 35%;
  right: 0; }

/* line 4139, _components.scss */
.panoramaSlider.horizontal .mSPrev {
  top: 0;
  left: 0;
  height: 100%; }

/* line 4145, _components.scss */
.panoramaSlider.horizontal .mSPrev:after {
  content: "\E006";
  font-family: icon-font;
  display: block;
  font-size: 5em;
  color: #fff;
  position: absolute;
  top: 35%;
  left: 0; }

/* line 4156, _components.scss */
.panoramaSlider.vertical .mSNext {
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% -100px; }

/* line 4163, _components.scss */
.panoramaSlider.vertical .mSPrev {
  left: 0;
  right: 0;
  top: 0;
  background-position: 50% 0; }

/* line 4170, _components.scss */
.panoramaSlider .mSButtons.disabled {
  display: none; }

/* line 4174, _components.scss */
.panoramaSlider .mSLoader {
  width: 64px;
  height: 64px;
  background: url("/_ui/desktop/theme-hoffmann/images/spinner_dark.gif"); }

/* line 4180, _components.scss */
.panoramaSlider .mSVideo,
.panoramaSlider .mSFlash,
.panoramaSlider .mSIframe {
  width: 77px;
  height: 77px;
  background: no-repeat center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABDlJREFUeNrsnUtIVGEcxWc+7x2vOYiIpEhERPSgNKgokqCIaBEtIlqEi4hqkalYGQQVQa9VRQuNFlEQpAU9oQdFb4rC0EJLsoiIEFERjXHGueNjpnN1WkVElPd/H+fA3bjx4/y+/+P4LQymUqkAJSdFCwiAACgCIACKAAiAIgACoAiAACgCIACKAAiAskHWe4BdXzQaLRodHa0fGhoqpIfjn60VEAwGA0qpMk3TPgDEjkgkotiCBAQQuQBxOhwON46MjCwiACEBxCKAaEQ11CYSiVwCkIEABqpS1/UPqIYyApADUZiRkVGPaniEIT2bAKQOpNRKDOkWgDgyODhoEIBMNYQA4oBhGG1oS2sIQA7EdIC4g2q4hrY0hQBkIFhtab2VHVANu5EdNAKQARHGkD6J7NA8PDxcSgByIEoA4jna0lnTNPMIQC47bAuFQh/RlrZ0dnYqApABkY9qOFdQUPAMQ3oeAchlh2UY0m9RDcdjsViYAGSqQUM17MnKymrDkF5HAHIgpgLEDQzpW4lEYhoByGWHtbquW0l6H7JDiABkQExCNRxDdmhBW1pBAHIgZgPEE7SlC8gOkwlAri1tsrIDqmF7d3e3IgAZELlYWc/k5+e/QnZYQABy2WExQFhv0rXIDjkEIJcdKpEdrLa0kQDkQBSiGi5hSD9AdphJAHJtaRWyQwva0qGBgQGDAGSqwUBbOpidnf0OQ3o1AciBmIG2dB9t6QqyQxEByGWHDel3h539/f0aAciAsJ5DT+Xk5DSjLZUSgNyQLkFbGnsOjcfjeQQgUw1jz6GZmZlWdtjc0dGhCEB4TvyLNFr4d0qlUkl85zEL9iJB96V/RgB2KJlMtqL/l2MreskhbO+tj8L4mkgksvB/ms8K+LPx1ncVw7baMIzOifgdBPB78z8jfFXhxt/jnyLsNd5Euzkci8WKJ9p8VsCvQ/Yhbn0FdvxPdv1OAhi/9V249bt0Xb9se7r2+04P4+tM05wlYb6vKwDt5nV6p38jeQ7lw1v/3TK+t7d3qbT5vqqA9E5/ETt9DXb6HqecS/OJ+e3WrUeff+q0symPGz8I4/dHo9H5TjTfsxWQbje3rSSLnf6rk8+qedD8b7j11bjxN91wXuUh40dg/Il4PD7XLeZ7pgKw079I7/Tv3XZ25fJb3wvjt/b09Cx3o/murYCfz4LY6fdip+9z8yXSXGh+a3qnfxnwgJSLjB97FsROv9Ar5ruiAtI7/XVrtUSf7/Da2qw53Pwv2HCqNE2769W0rhxq/BCMP2qaZrGXzXdkBcD4x2g3FWg37QEfSHPQre+C+TW48Q0BH0k5wHj4nqzDTj/Hb+aLVwDMb4L55TC+KeBTKSHjv8P4Cuz0S/xsvu0VYO30ML7BClQYsl0BKhDk/xNmDiAAigAIgCIAAqAIgAAoAiAAigAIgCIAAqAIwPP6IcAAqcSOpFu4qF4AAAAASUVORK5CYII=");
  -webkit-background-size: 48px 48px;
  background-size: 48px 48px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 4194, _components.scss */
.panoramaSlider .mSIframe {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAEL0lEQVR42u1aQUhUURQdBpEIaREiLSJEJEQkRFqJRLSIiAgX0SJEpEW4cNEiIkLatAiRFiEiEtIiwkVERESEhLhoIRIRIRKBETHMjDGOM38GZxzHOkfegA3/z/x/3//zod6BRy3+u/ee++697747RiIGBgYGBgYGBgYGBgYGBr4jkUg0FYvFnt3d3avlcvku1gzWC6yFvb29JS78/z3WS6zHWPfw7dDOzs7pdDp9KGz7PWN9fT1K40FkHGsRBPO/hcDeImQsY02WSqVzm5ubzWHzcwROuQuGTsDoH1LCLhySgo45OHggbL77iMViUZzMZXXSQfG2BXSuIlVuWJYVTpqA+CCM+NxQ1vZREYMjxrLZbGPSA+HXB+IfNI1OYrEIPoGsWfw7j7XCnNeQ+Y3RGBjxfD7fAk9PQVFZaKAFso/oQCcduVzuMHRc4a0gSSnuwd7XhULhuN+nPgDh34XEadRTFMljXnSy6mPvV6HONPZf0ya+sbERxYmMQ2BJaEgR+0ek+re3t1vYH2g4fg5RJSuSUH4EAt5IlCsDSn7k5NbWVhPsmJfagb0fEX3eUgIb2kFgVaqUwMnf1CVfAepPM4isaBxGDGnc60oZPjzFDTrk2Re40QUnfWJRBWJYz6C7v4ZdXZq3RAYReaamQfigj92WDnnmXq1KfxAg/a56L5wym8lkmh2+n9K0Lc/i6kS+V5e8Ov0lt6Ht1Egx5+2+R2p2SK/hKif83UrjxDrZnOiSV8aPuiEPMr217noYOWy3D3uWdW1U12TPvkA0DUel960d4MzueuRxw7TCUV/qOHLNIWom/bCTfQ0OoZUC3/pFnldfMplssjntHpDuwOrkA8btixHfn7RxwIhf9rIG+eZR5YBfDqf2XCIPYXqxWhYceMlHB8xE8Ipio7H0vzmAac9OsxKibdJev0qobQrA6AcSeUGlAOzc5q1XfRN0szrqCrcrgnBwv1c5QRVB1WsM2VZn3o86MzwCwkcdDF/0Iieoa5DRGKkFKD7PEJEqcGqE1PvCVa8RVCPEZ3k8Ho9G6gFOuCB1Qq1WWA1O12rtDaoV5rOaL8u65A84gQMJS6jM8TFEckwTRgqW1YjHEGS/sizL+8yQJwmlcYlSP5/DuVxO/BymY+F09ydfDYTtCcn0N+yBiEqniUQiUT/n64EDUaERoYzE1D0/LNXrCOau12uy0UNR7nE9/ZFAVXLPd3HQY/HKDcJoDYx8BalUitPiMWnn6PcPI5xfImLOBk68GoVCoQ0EpnVmdTqgI3kQWlXeD7BDUycp7iA9Ev8J4rcaEu5egKrdBsPuwBm+TZgOkC5xeMMa4amjCwvqR9T7LJgavywlOUsA6et0bticxMhmsy18aaoW+CF7Co6j2A6rP5FZUH82M41vbmMNgnB72HYbGBgYGBgYGBgYGBgY/Kv4A3aOsHnxebzMAAAAAElFTkSuQmCC");
  -webkit-background-size: 32px 32px;
  background-size: 32px 32px; }

/* line 4200, _components.scss */
.panoramaSlider .mSVideo:after,
.panoramaSlider .mSFlash:after,
.panoramaSlider .mSIframe:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: mightyslider_modern_spin 2s linear infinite;
  animation: mightyslider_modern_spin 2s linear infinite; }

/* line 4220, _components.scss */
.panoramaSlider .mSVideo:hover:after,
.panoramaSlider .mSFlash:hover:after,
.panoramaSlider .mSIframe:hover:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

/* Thumbnails */
/* line 4228, _components.scss */
.panoramaSlider .mSThumbnails {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
  z-index: 1002;
  overflow: hidden;
  -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1); }

/* line 4240, _components.scss */
.panoramaSlider.black .mSThumbnails {
  background: rgba(255, 255, 255, 0.7); }

/* line 4244, _components.scss */
.panoramaSlider.horizontal .mSThumbnails {
  padding-top: 50px;
  bottom: 0;
  -webkit-transform: translateY(62px) translateZ(0);
  transform: translateY(62px) translateZ(0);
  left: 0;
  right: 0;
  height: 110px; }

/* line 4254, _components.scss */
.panoramaSlider.horizontal .mSThumbnails:hover {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  padding: 5px; }

/* line 4260, _components.scss */
.panoramaSlider.vertical .mSThumbnails {
  right: 0;
  -webkit-transform: translateY(135px) translateZ(0px);
  transform: translateY(135px) translateZ(0px);
  top: 0;
  bottom: 0;
  width: 120px; }

/* line 4269, _components.scss */
.panoramaSlider.vertical .mSThumbnails:hover {
  -webkit-transform: translateY(0) translateZ(0px);
  transform: translateY(0) translateZ(0px);
  padding: 5px; }

/* line 4275, _components.scss */
.panoramaSlider.horizontal.mSMedia .mSThumbnails {
  display: none; }

/* line 4279, _components.scss */
.panoramaSlider.vertical.mSMedia .mSThumbnails {
  display: none; }

/* line 4283, _components.scss */
.panoramaSlider .mSThumbnails ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0px; }

/* line 4291, _components.scss */
.panoramaSlider.horizontal .mSThumbnails ul {
  height: 100px;
  white-space: nowrap; }

/* line 4296, _components.scss */
.panoramaSlider.vertical .mSThumbnails ul {
  width: 120px; }

/* line 4300, _components.scss */
.panoramaSlider .mSThumbnails ul li {
  padding: 0;
  border: 1px solid transparent;
  opacity: 0;
  -webkit-transition: opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 700ms cubic-bezier(0.19, 1, 0.22, 1); }

/* line 4310, _components.scss */
.panoramaSlider .mSThumbnails:hover ul li {
  opacity: 1; }

/* line 4314, _components.scss */
.panoramaSlider .mSThumbnails ul li.active {
  border-color: #5cc3f6; }

/* line 4318, _components.scss */
.panoramaSlider.horizontal .mSThumbnails ul li {
  display: inline-block;
  max-height: 100px;
  cursor: pointer;
  margin-right: 5px; }

/* line 4325, _components.scss */
.panoramaSlider.vertical .mSThumbnails ul li {
  display: block;
  max-width: 134px; }

/* line 4330, _components.scss */
.panoramaSlider .mSThumbnails ul li img {
  padding: 0;
  margin: 0; }

/* line 4335, _components.scss */
.panoramaSlider.horizontal .mSThumbnails ul li img {
  height: 98px; }

/* line 4339, _components.scss */
.panoramaSlider.vertical .mSThumbnails ul li img {
  width: 120px; }

/* Pages */
/* line 4344, _components.scss */
.panoramaSlider .mSPages {
  position: absolute;
  padding: 10px 0;
  margin: auto;
  height: 30px;
  list-style: none;
  bottom: 10px;
  right: 0;
  left: 0;
  z-index: 1003;
  overflow: hidden;
  text-align: center;
  line-height: 0px;
  pointer-events: none;
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1); }

/* line 4364, _components.scss */
.panoramaSlider.horizontal .mSThumbnails:hover + .mSPages {
  bottom: 0;
  -webkit-transform: translateY(-60px) translateZ(0);
  transform: translateY(-60px) translateZ(0);
  opacity: 0;
  z-index: 1001; }

/* line 4372, _components.scss */
.panoramaSlider.mSMedia .mSPages {
  display: none; }

/* line 4376, _components.scss */
.panoramaSlider .mSPages li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent;
  margin: 0 5px;
  text-indent: -9999px;
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
  vertical-align: top;
  pointer-events: all;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  /* line 4390, _components.scss */
  .panoramaSlider .mSPages li:hover {
    opacity: 1; }

/* line 4395, _components.scss */
.panoramaSlider .mSPages li.active {
  background: #FFF;
  opacity: 1; }

/* line 4400, _components.scss */
.panoramaSlider.black .mSPages li {
  border-color: #000; }

/* line 4404, _components.scss */
.panoramaSlider.black .mSPages li.active {
  background: #000; }

/* line 4408, _components.scss */
.panoramaSlider.isTouch .mSPages {
  padding: 0;
  height: 18px;
  bottom: 15px; }

/* line 4413, _components.scss */
.panoramaSlider.isTouch .mSPages li {
  width: 18px;
  height: 18px; }

/* line 4418, _components.scss */
.panoramaSlider.horizontal .mSThumbnails + .mSPages li {
  pointer-events: none; }

/* Optimize for Touch Devices */
/* line 4423, _components.scss */
.panoramaSlider.isTouch .mSClose {
  opacity: 1; }

/* line 4427, _components.scss */
.panoramaSlider.isTouch .mSButtons {
  opacity: 1; }

/* line 4431, _components.scss */
.panoramaSlider.horizontal.isTouch .mSThumbnails {
  bottom: -80px;
  opacity: 0.6; }

/* line 4436, _components.scss */
.panoramaSlider.vertical.isTouch .mSThumbnails {
  right: -120px;
  opacity: 0.6; }

/* line 4441, _components.scss */
.panoramaSlider.horizontal.isTouch .mSThumbnails + .mSPages {
  bottom: 20px; }

/* line 4448, _components.scss */
.navigationTeaser img {
  margin-left: 0 !important;
  max-width: 140px !important;
  width: 100% !important; }
/* line 4454, _components.scss */
.navigationTeaser .navigationTeaserImage {
  padding: 0 !important;
  width: 140px !important; }
  /* line 4458, _components.scss */
  .navigationTeaser .navigationTeaserImage a {
    width: 100% !important; }
/* line 4463, _components.scss */
.navigationTeaser .navigationteaserContent {
  font-size: 14px;
  line-height: 1.42857;
  display: table;
  height: 140px;
  padding-left: 18px; }
  /* line 4469, _components.scss */
  .navigationTeaser .navigationteaserContent .navigationTeaserText {
    display: table-cell;
    vertical-align: middle; }

/* line 4481, _components.scss */
.promotionTeaserContainer .promotionTeaser {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }
/* line 4490, _components.scss */
.promotionTeaserContainer .promotionTeaser-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px; }
  /* line 4497, _components.scss */
  .promotionTeaserContainer .promotionTeaser-body h2,
  .promotionTeaserContainer .promotionTeaser-body h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700; }
@media (max-width: 766.98px) and (min-width: 540px) {
  /* line 4505, _components.scss */
  .promotionTeaserContainer .promotionTeaser-image {
    max-width: 240px; } }
@media (max-width: 991.98px) and (min-width: 767px) {
  /* line 4505, _components.scss */
  .promotionTeaserContainer .promotionTeaser-image {
    max-width: 130px; } }
@media (min-width: 992px) {
  /* line 4505, _components.scss */
  .promotionTeaserContainer .promotionTeaser-image {
    max-width: 160px; } }

/* line 4524, _components.scss */
.serviceComponentContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -5px;
  margin-bottom: 10px; }

/* line 4534, _components.scss */
.serviceComponentContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  width: 100%; }

/* line 4545, _components.scss */
.serviceComponent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 10px);
  border: 1px solid #CDCDCD;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  min-height: 120px;
  margin: 5px; }
  /* line 632, _mixins.scss */
  .serviceComponent:before, .serviceComponent:after {
    content: " ";
    display: table; }
  /* line 637, _mixins.scss */
  .serviceComponent:after {
    clear: both; }
  /* line 4564, _components.scss */
  .serviceComponent img {
    height: 80px;
    width: 80px;
    margin-right: 20px; }

/* line 4571, _components.scss */
.serviceComponentLink {
  color: #ff7000;
  display: block; }

/* line 4576, _components.scss */
.serviceComponentLink:hover {
  color: #E75915; }

/* line 4580, _components.scss */
.serviceComponentText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px; }

/* line 4587, _components.scss */
.serviceComponent:hover {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }

@media (min-width: 992px) {
  /* line 4592, _components.scss */
  .yvfullscreen {
    height: 537px; } }
@media (max-width: 991.98px) and (min-width: 767px) {
  /* line 4592, _components.scss */
  .yvfullscreen {
    height: 537px; } }
@media (max-width: 766.98px) and (min-width: 540px) {
  /* line 4592, _components.scss */
  .yvfullscreen {
    height: 537px; } }
@media (max-width: 540px) {
  /* line 4592, _components.scss */
  .yvfullscreen {
    height: 300px; } }

/* line 4612, _components.scss */
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

/* line 4621, _components.scss */
.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

/**
 * Block Link
 *
 * A Faux block-level link. Used for when you need a block-level link with
 * clickable areas within it as directly nesting a tags breaks things.
 *
 * HTML Example:
 *  <div class="blockLink">
 *      <img src="" alt="This image is magically clickable" />
 *      <h3><a href="#">This headline is clickable as a normal link</a></h3>
 *      Lorem ipsum dolor sit amet.
 *      <a href="#">another link</a>
 *      <abbr title="Hoverable!">An hoverable abbreviation</abbr>
 *      <video class="blockLink-interaction">I can interact with that video</video>
 *      <div class="blockLink-interaction">I can select this text</div>
 *      <a href="#" class="blockLink-overlay" tabindex="-1" aria-hidden="true">headline</a>
 *  </div>
 */
/* line 4647, _components.scss */
.blockLink {
  position: relative; }

/* line 4652, _components.scss */
.blockLink a,
.blockLink abbr[title],
.blockLink-interaction {
  position: relative;
  z-index: 1; }

/* line 4659, _components.scss */
.blockLink-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: transparent; }

/* line 4672, _components.scss */
a.blockLink-overlay {
  position: absolute;
  z-index: 0;
  opacity: 0; }

 /*
* 	Owl Carousel - Auto Height Plugin
*/
/* line 4683, _components.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
/* line 4691, _components.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

/* line 4699, _components.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

/* line 4703, _components.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 4711, _components.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

/* line 4717, _components.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  z-index: 1; }

/* line 4726, _components.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

/* line 4731, _components.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

/* line 4735, _components.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 4745, _components.scss */
.owl-carousel.owl-loaded {
  display: block; }

/* line 4748, _components.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

/* line 4752, _components.scss */
.owl-carousel.owl-hidden {
  opacity: 0; }

/* line 4755, _components.scss */
.owl-carousel.owl-refresh .owl-item {
  display: none; }

/* line 4758, _components.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 4764, _components.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

/* line 4771, _components.scss */
.owl-carousel.owl-rtl {
  direction: rtl; }

/* line 4774, _components.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
/* line 4778, _components.scss */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 4784, _components.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

/* line 4790, _components.scss */
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 4797, _components.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

/* line 4802, _components.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

/* line 4818, _components.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

/* line 4823, _components.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

/* line 4827, _components.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

/* line 4838, _components.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* line 4844, _components.scss */
textarea {
  max-width: 100%; }

/* line 4846, _components.scss */
span.red {
  color: red; }

/* line 4849, _components.scss */
.brochure-block-title h2 {
  font-size: clamp(1.3rem, calc(1.1800rem + 0.6000vw), 1.9rem); }
/* line 4852, _components.scss */
.brochure-block-wrapper {
  width: 100%;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  max-width: initial;
  justify-items: stretch;
  grid-template-columns: repeat(auto-fill, minmax(246px, 1fr));
  row-gap: 20px; }
/* line 4863, _components.scss */
.brochure-block-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 15px; }
/* line 4879, _components.scss */
.brochure-block-image {
  border: 1px solid #cdcdcd;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
/* line 4887, _components.scss */
.brochure-block-link:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/* line 1, _jsComponents.scss */
.control {
  position: absolute;
  top: 25%;
  display: inline-block;
  z-index: 2;
  outline: 0 none; }
  /* line 8, _jsComponents.scss */
  .control.disabled {
    display: none; }

/* line 13, _jsComponents.scss */
.control-left {
  left: 0; }

/* line 17, _jsComponents.scss */
.control-right {
  right: 0; }

/* line 22, _jsComponents.scss */
.pager-indicators {
  text-align: center; }
  /* line 25, _jsComponents.scss */
  .pager-indicators > * {
    display: inline-block;
    margin: 0 .5ex;
    text-indent: -999px;
    overflow: hidden;
    background-color: #b3b3b3;
    border-radius: 100%;
    width: 10px;
    height: 10px; }
    /* line 35, _jsComponents.scss */
    .pager-indicators > *.active {
      background-color: #ff7000; }
    /* line 39, _jsComponents.scss */
    .pager-indicators > *:only-child {
      display: none; }
  /* line 44, _jsComponents.scss */
  .pager-indicators .pager-numbers > * {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    margin: 0 .25ex;
    height: 39px;
    letter-spacing: 1px; }
  /* line 53, _jsComponents.scss */
  .pager-indicators a {
    background-color: #e7e7e7;
    color: #333333; }
    /* line 57, _jsComponents.scss */
    .pager-indicators a.active {
      color: #ff7000; }
    /* line 61, _jsComponents.scss */
    .pager-indicators a:only-child {
      display: none; }

/* line 69, _jsComponents.scss */
.pager-pagination {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid black;
  text-align: center; }
  /* line 75, _jsComponents.scss */
  .pager-pagination a {
    margin: 0 .5ex;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 1.9em;
    font-weight: 400;
    border-radius: 100%; }
    /* line 85, _jsComponents.scss */
    .pager-pagination a.active {
      color: white;
      background-color: black; }
    /* line 90, _jsComponents.scss */
    .pager-pagination a:only-child {
      display: none; }

/* line 96, _jsComponents.scss */
.btn-pagination {
  border: none;
  width: 39px;
  height: 39px;
  padding-bottom: 0px;
  background-color: #ff7000; }
  /* line 103, _jsComponents.scss */
  .btn-pagination:hover {
    background-color: #cc5a00; }
  /* line 106, _jsComponents.scss */
  .btn-pagination i {
    color: #fff;
    position: relative;
    top: 3px; }

/* line 113, _jsComponents.scss */
.pager-thumbnails {
  overflow: hidden;
  text-align: center; }
  /* line 117, _jsComponents.scss */
  .pager-thumbnails > * {
    display: inline-block;
    margin-bottom: .5em;
    margin-right: .5em;
    width: 60px;
    height: 60px;
    border: 1px solid #5c5c5c;
    background-color: #fff;
    opacity: 0.4; }
    /* line 127, _jsComponents.scss */
    .pager-thumbnails > *.active {
      opacity: 1;
      -webkit-transition: 0.3s ease-out all;
      -o-transition: 0.3s ease-out all;
      transition: 0.3s ease-out all;
      border: 1px solid #ff7000; }
    @media (max-width: 540px) {
      /* line 117, _jsComponents.scss */
      .pager-thumbnails > * {
        width: 40px;
        height: 40px; } }

/* line 140, _jsComponents.scss */
.paging_simple_numbers {
  text-align: center; }

/* line 144, _jsComponents.scss */
.paginate_button {
  display: inline-block;
  width: 39px;
  height: 39px;
  background: #e7e7e7;
  text-align: center;
  line-height: 39px;
  margin: 0 .25ex;
  font-weight: 700;
  cursor: pointer; }

/* line 156, _jsComponents.scss */
.paginate_button.current {
  color: #ff7000;
  cursor: unset; }

/* line 165, _jsComponents.scss */
.carousel {
  position: relative;
  width: 100%;
  margin-bottom: 1em; }

/* line 171, _jsComponents.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1em; }

/* line 177, _jsComponents.scss */
.listAssortment .carousel-inner span {
  text-align: center;
  display: block; }

@media (max-width: 540px) {
  /* line 182, _jsComponents.scss */
  .carousel
  .tab {
    border-top: none !important;
    border-bottom: none !important; } }

/* line 189, _jsComponents.scss */
.sliderToggle {
  float: left;
  line-height: 23px; }
  /* line 192, _jsComponents.scss */
  .sliderToggle:hover {
    color: #ff7000;
    cursor: pointer; }
  /* line 196, _jsComponents.scss */
  .sliderToggle:last-child {
    border-right: transparent !important; }
    /* line 198, _jsComponents.scss */
    .sliderToggle:last-child.active {
      border-right: 1px solid #cdcdcd !important; }
  /* line 207, _jsComponents.scss */
  .sliderToggle.active {
    border-top: 4px solid #ff7000 !important;
    background-color: #fff;
    line-height: 21px;
    margin: -1px 0;
    color: #ff7000;
    cursor: default; }
  @media (max-width: 540px) {
    /* line 189, _jsComponents.scss */
    .sliderToggle {
      display: block;
      width: 100%;
      border: 1px solid #cdcdcd !important; }
      /* line 220, _jsComponents.scss */
      .sliderToggle:last-child {
        border-right: 1px solid #cdcdcd !important; } }

/* line 229, _jsComponents.scss */
.assortments .link-thumb figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden; }
  /* line 235, _jsComponents.scss */
  .assortments .link-thumb figure img {
    margin: 0 auto; }
    /* line 238, _jsComponents.scss */
    .assortments .link-thumb figure img:hover {
      filter: brightness(60%); }
/* line 244, _jsComponents.scss */
.assortments #slider-assortment .date {
  display: none; }
/* line 247, _jsComponents.scss */
.assortments a {
  display: block; }

/* line 252, _jsComponents.scss */
.carousel .row {
  position: relative;
  width: 99999px;
  margin-bottom: 0; }
  /* line 256, _jsComponents.scss */
  .carousel .row > .col {
    float: left;
    position: relative;
    top: 0;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 540px) {
      /* line 256, _jsComponents.scss */
      .carousel .row > .col {
        padding-left: 10px;
        padding-right: 10px; } }

/* line 271, _jsComponents.scss */
.carousel-controls .control {
  font-size: 40px; }
  /* line 274, _jsComponents.scss */
  .carousel-controls .control.disabled {
    display: none; }
/* line 279, _jsComponents.scss */
.carousel-controls .control-left {
  margin-left: -10px; }
/* line 283, _jsComponents.scss */
.carousel-controls .control-right {
  margin-right: -10px; }
@media only screen and (max-width: 580px), only screen and (min-width: 780px) and (max-width: 820px), only screen and (min-width: 960px) and (max-width: 1000px) {
  /* line 291, _jsComponents.scss */
  .carousel-controls .control-left,
  .carousel-controls .control-right {
    margin-left: 0;
    margin-right: 0; } }

/* line 305, _jsComponents.scss */
.img-icon-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 100px;
  height: auto; }

/* line 313, _jsComponents.scss */
.img-icon-360 {
  position: absolute;
  top: 70px;
  right: 10px; }

/* line 319, _jsComponents.scss */
.overlay-360 {
  z-index: 10000;
  background: white;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  display: none; }
  /* line 329, _jsComponents.scss */
  .overlay-360 .overlay-360-toggle-container {
    position: absolute;
    right: 10px;
    top: 10px; }
  /* line 335, _jsComponents.scss */
  .overlay-360 .overlay-360-container {
    max-width: 800px;
    margin: 0 auto; }

/* line 341, _jsComponents.scss */
.overlay-360-toggle {
  display: inline-block;
  cursor: pointer; }
  /* line 344, _jsComponents.scss */
  .overlay-360-toggle img {
    width: 50px; }

/* line 349, _jsComponents.scss */
.loupe {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: white; }
  /* line 352, _jsComponents.scss */
  .loupe img {
    width: auto;
    height: auto;
    max-width: none; }

/* stylelint-disable no-descending-specificity, no-duplicate-selectors */
/* line 367, _jsComponents.scss */
.tabbar {
  position: relative;
  margin-bottom: 1em; }

/* line 372, _jsComponents.scss */
.tabbar-inner {
  overflow: hidden;
  margin-bottom: 1em; }

/* line 377, _jsComponents.scss */
.tabbar-inner span {
  text-align: center;
  display: block; }

@media (max-width: 540px) {
  /* line 383, _jsComponents.scss */
  .tabbar .tab {
    border-top: none !important;
    border-bottom: none !important; } }
/* line 389, _jsComponents.scss */
.tabbar .tabbarTab {
  float: left;
  line-height: 23px; }
  /* line 392, _jsComponents.scss */
  .tabbar .tabbarTab:hover {
    color: #ff7000;
    cursor: pointer; }
  /* line 396, _jsComponents.scss */
  .tabbar .tabbarTab:last-child {
    border-right: transparent !important; }
    /* line 398, _jsComponents.scss */
    .tabbar .tabbarTab:last-child.active {
      border-right: 1px solid #cdcdcd !important; }
  /* line 407, _jsComponents.scss */
  .tabbar .tabbarTab.active {
    border-top: 4px solid #ff7000 !important;
    background-color: #fff;
    line-height: 21px;
    margin: -1px 0;
    color: #ff7000;
    cursor: default; }
  @media (max-width: 540px) {
    /* line 389, _jsComponents.scss */
    .tabbar .tabbarTab {
      display: block;
      width: 100%;
      border: 1px solid #cdcdcd !important; }
      /* line 420, _jsComponents.scss */
      .tabbar .tabbarTab:last-child {
        border-right: 1px solid #cdcdcd !important; } }

/* line 427, _jsComponents.scss */
.tabbar .row {
  position: relative;
  width: 99999px;
  margin-bottom: 0; }
  /* line 431, _jsComponents.scss */
  .tabbar .row > .col {
    float: left;
    position: relative;
    top: 0;
    padding-left: 15px;
    padding-right: 15px; }

/* line 442, _jsComponents.scss */
.tabbar .row .col.brandshop_productslide {
  padding-right: 0;
  padding-left: 0; }

/* line 447, _jsComponents.scss */
.img-icon-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 100px;
  height: auto; }

/* line 455, _jsComponents.scss */
.img-icon-360 {
  position: absolute;
  top: 70px;
  right: 10px; }

/* line 461, _jsComponents.scss */
.overlay-360 {
  z-index: 10000;
  background: white;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  display: none; }
  /* line 471, _jsComponents.scss */
  .overlay-360 .overlay-360-toggle-container {
    position: absolute;
    right: 10px;
    top: 10px; }
  /* line 477, _jsComponents.scss */
  .overlay-360 .overlay-360-container {
    max-width: 800px;
    margin: 0 auto; }

/* line 483, _jsComponents.scss */
.overlay-360-toggle {
  display: inline-block;
  cursor: pointer; }
  /* line 486, _jsComponents.scss */
  .overlay-360-toggle img {
    width: 50px; }

/* line 491, _jsComponents.scss */
.loupe {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: white; }
  /* line 494, _jsComponents.scss */
  .loupe img {
    width: auto;
    height: auto;
    max-width: none; }

/* line 507, _jsComponents.scss */
.caret {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transition: 0.1s ease-out all;
  -o-transition: 0.1s ease-out all;
  transition: 0.1s ease-out all; }
  /* line 518, _jsComponents.scss */
  .caret:before {
    position: absolute;
    top: -10px;
    left: -8px;
    z-index: 1;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent; }
  /* line 535, _jsComponents.scss */
  .active .caret {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1); }

/* line 541, _jsComponents.scss */
.dropdown {
  position: relative; }
  /* line 543, _jsComponents.scss */
  .dropdown.dropdown-full {
    position: static; }

/* line 548, _jsComponents.scss */
.dropdown-toggle {
  border: none; }

/* line 562, _jsComponents.scss */
.dropdown-toggle-inverse {
  border: none; }

/* line 578, _jsComponents.scss */
.dropdown-toggle:focus {
  outline: 0; }

/* line 582, _jsComponents.scss */
.dropdown-content, .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  text-align: left;
  background-clip: padding-box;
  background-color: white;
  display: none; }
  /* line 594, _jsComponents.scss */
  .dropdown-content.pull-right, .pull-right.dropdown-menu {
    right: 0;
    left: auto; }

/* line 601, _jsComponents.scss */
.dropdown-menu {
  padding: 1em;
  list-style: none; }
  /* line 608, _jsComponents.scss */
  .dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 613, _jsComponents.scss */
  .dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    color: #333333; }

/* line 624, _jsComponents.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333; }

/* line 633, _jsComponents.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ff7000; }

/* line 648, _jsComponents.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #b3b3b3; }

/* line 656, _jsComponents.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

/* line 669, _jsComponents.scss */
.open > .dropdown-menu {
  display: block; }
/* line 674, _jsComponents.scss */
.open > a {
  outline: 0; }

/* line 683, _jsComponents.scss */
.dropdown-menu-right {
  left: auto;
  right: 0; }

/* line 693, _jsComponents.scss */
.dropdown-menu-left {
  left: 0;
  right: auto; }

/* line 699, _jsComponents.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #b3b3b3; }

/* line 708, _jsComponents.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

/* line 718, _jsComponents.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 731, _jsComponents.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 8px solid;
  content: ""; }
/* line 737, _jsComponents.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 780px) {
  /* line 751, _jsComponents.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  /* line 756, _jsComponents.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
/* line 762, _jsComponents.scss */
.dropdown-close-button {
  position: absolute;
  top: 0;
  right: 1em;
  z-index: 1200; }

/* line 770, _jsComponents.scss */
.dropdown-content.dropdown-content-full, .dropdown-content-full.dropdown-menu {
  width: 100%;
  padding: 1em; }

/* line 775, _jsComponents.scss */
._js_hoffmann_cartdirectadd_row .ui-autocomplete {
  position: absolute;
  z-index: 1000;
  background: white; }

/* line 797, _jsComponents.scss */
.tooltip-container {
  position: fixed;
  max-width: 200px;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);
  line-height: 1;
  color: #fff;
  padding: 4px 9px 4px;
  z-index: 10000;
  display: none;
  text-align: left;
  font-weight: 400;
  border-radius: 6px;
  font-size: 14px !important;
  white-space: normal; }

@-webkit-keyframes tooltip {
  0% {
    margin-left: -20px;
    margin-top: -20px; }
  100% {
    margin-left: 0px;
    margin-top: 0px; } }
@keyframes tooltip {
  0% {
    margin-left: -20px;
    margin-top: -20px; }
  100% {
    margin-left: 0px;
    margin-top: 0px; } }
/* line 842, _jsComponents.scss */
.price-info {
  display: inline; }
  /* line 844, _jsComponents.scss */
  .price-info i {
    font-size: 28px;
    vertical-align: middle; }

/* line 855, _jsComponents.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  line-height: 1.4;
  cursor: pointer;
  opacity: 0; }
  /* line 865, _jsComponents.scss */
  .tooltip.in {
    opacity: 1; }
  /* line 866, _jsComponents.scss */
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  /* line 867, _jsComponents.scss */
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  /* line 868, _jsComponents.scss */
  .tooltip.bottom {
    margin-top: -4px;
    padding: 5px 0; }
  /* line 869, _jsComponents.scss */
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

/* line 873, _jsComponents.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #ff7000;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32); }

/* line 884, _jsComponents.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 892, _jsComponents.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ff7000; }
/* line 899, _jsComponents.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ff7000; }
/* line 905, _jsComponents.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ff7000; }
/* line 911, _jsComponents.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ff7000; }
/* line 918, _jsComponents.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ff7000; }
/* line 925, _jsComponents.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ff7000; }
/* line 932, _jsComponents.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ff7000; }
/* line 938, _jsComponents.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ff7000; }

/* line 946, _jsComponents.scss */
.datepicker {
  padding: 4px;
  direction: ltr;
  line-height: 1.33;
  border: 1px solid #cdcdcd; }

/* line 952, _jsComponents.scss */
.datepicker-inline {
  width: 220px; }

/* line 955, _jsComponents.scss */
.datepicker.datepicker-rtl {
  direction: rtl; }

/* line 958, _jsComponents.scss */
.datepicker.datepicker-rtl table tr td span {
  float: right; }

/* line 961, _jsComponents.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
  z-index: 10000 !important; }

/* line 966, _jsComponents.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: #cdcdcd;
  position: absolute; }

/* line 976, _jsComponents.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

/* line 985, _jsComponents.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

/* line 988, _jsComponents.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

/* line 991, _jsComponents.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

/* line 994, _jsComponents.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

/* line 997, _jsComponents.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px; }

/* line 1000, _jsComponents.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px; }

/* line 1003, _jsComponents.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #cdcdcd; }

/* line 1008, _jsComponents.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

/* line 1013, _jsComponents.scss */
.datepicker > div {
  display: none; }

/* line 1016, _jsComponents.scss */
.datepicker.days div.datepicker-days {
  display: block; }

/* line 1019, _jsComponents.scss */
.datepicker.months div.datepicker-months {
  display: block; }

/* line 1022, _jsComponents.scss */
.datepicker.years div.datepicker-years {
  display: block; }

/* line 1025, _jsComponents.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1034, _jsComponents.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 6px 9px; }

/* line 1045, _jsComponents.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

/* line 1049, _jsComponents.scss */
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

/* line 1053, _jsComponents.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #5c5c5c; }

/* line 1057, _jsComponents.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #b3b3b3;
  cursor: default; }

/* line 1063, _jsComponents.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

/* line 1081, _jsComponents.scss */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

/* line 1103, _jsComponents.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

/* line 1113, _jsComponents.scss */
.datepicker table tr td.today:hover:hover {
  color: #000; }

/* line 1116, _jsComponents.scss */
.datepicker table tr td.today.active:hover {
  color: #fff; }

/* line 1119, _jsComponents.scss */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 1128, _jsComponents.scss */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 1148, _jsComponents.scss */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

/* line 1170, _jsComponents.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

/* line 1180, _jsComponents.scss */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 1199, _jsComponents.scss */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

/* line 1221, _jsComponents.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

/* line 1231, _jsComponents.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #ff7000;
  color: white; }

/* line 1238, _jsComponents.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #ff7000; }

/* line 1260, _jsComponents.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

/* line 1270, _jsComponents.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 1282, _jsComponents.scss */
.datepicker table tr td span:hover {
  background: #eeeeee; }

/* line 1285, _jsComponents.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 1291, _jsComponents.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 1310, _jsComponents.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

/* line 1332, _jsComponents.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

/* line 1342, _jsComponents.scss */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

/* line 1346, _jsComponents.scss */
.datepicker th.datepicker-switch {
  width: 145px; }

/* line 1349, _jsComponents.scss */
.datepicker thead tr:first-child th {
  cursor: pointer; }
  /* line 1352, _jsComponents.scss */
  .datepicker thead tr:first-child th:hover {
    background-color: #e7e7e7; }

/* line 1360, _jsComponents.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

/* line 1366, _jsComponents.scss */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

/* line 1370, _jsComponents.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

/* line 1377, _jsComponents.scss */
.input-daterange input {
  text-align: center; }

/* line 1380, _jsComponents.scss */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

/* line 1385, _jsComponents.scss */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

/* line 1390, _jsComponents.scss */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/* line 1407, _jsComponents.scss */
.toggle-content {
  display: none; }
  /* line 1410, _jsComponents.scss */
  .toggle-content.active {
    display: block;
    z-index: 100; }

/* line 1418, _jsComponents.scss */
.hiderContainer .hiderToggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .5s; }
  /* line 1423, _jsComponents.scss */
  .hiderContainer .hiderToggle .iconToggle {
    line-height: 0;
    margin-left: .3rem;
    transform: rotate(0deg);
    transition: .5s; }
  /* line 1429, _jsComponents.scss */
  .hiderContainer .hiderToggle:hover {
    color: #ff7000; }

/* line 1435, _jsComponents.scss */
.infobox {
  display: none; }
  /* line 1438, _jsComponents.scss */
  .infobox.active {
    display: block;
    z-index: 90; }

/* line 1444, _jsComponents.scss */
.well-filters.active {
  position: relative; }

/* line 1448, _jsComponents.scss */
.toggle-content-nudge {
  margin-top: 2em; }

/* line 1452, _jsComponents.scss */
.js-hider-trigger {
  cursor: pointer; }

/* line 1456, _jsComponents.scss */
.js-hider-trigger:hover {
  color: #ff7000; }
  /* line 1458, _jsComponents.scss */
  .js-hider-trigger:hover.trigger-rotator {
    border: 2px solid #ff7000; }

/* line 1463, _jsComponents.scss */
.trigger-rotator {
  width: 40px;
  height: 40px;
  border: 2px solid #5c5c5c;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  cursor: pointer;
  font-size: 16px;
  transition: .2s all;
  margin-top: -8px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: sub; }
  /* line 1478, _jsComponents.scss */
  .trigger-rotator.active {
    color: #ff7000;
    border: 2px solid #ff7000;
    transition: .1s all;
    -webkit-transition: .2s all;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -o-transform: rotate(45deg);
    -o-transform-origin: 50% 50%;
    transform: rotate(45deg);
    transform-origin: 50% 50%; }

/* line 1496, _jsComponents.scss */
.toggle-content.toggle-content-arrowed {
  padding-top: .2em;
  border: none;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000; }

/* line 1506, _jsComponents.scss */
.toggle-content.toggle-content-arrowed-right {
  padding-top: .2em;
  border: none;
  margin-top: 0;
  position: absolute;
  right: 0;
  z-index: 1000; }

/* line 1516, _jsComponents.scss */
.list-news .toggle-content {
  margin-top: 2em; }

/* line 1520, _jsComponents.scss */
.list-news-condensed .toggle-content {
  margin-top: 0; }

/* line 1524, _jsComponents.scss */
.accordion-toggle {
  text-align: center;
  margin-top: 1em;
  transition: .2s all; }

/* line 1531, _jsComponents.scss */
.list-news-condensed .accordion-toggle {
  margin: 0 1em 0 .5em; }

/* line 1538, _jsComponents.scss */
.list-news .clickable:hover .accordion-toggle,
.list-news-condensed .clickable:hover .accordion-toggle {
  color: #ff7000; }

/* line 1544, _jsComponents.scss */
.list-news .active .accordion-toggle {
  transition: .2s all;
  -webkit-transition: .2s all;
  -webkit-transform: translateY(10px) rotateX(180deg);
  -o-transform: translateY(10px) rotateX(180deg);
  transform: translateY(10px) rotateX(180deg);
  color: #ff7000; }

/* line 1553, _jsComponents.scss */
.list-news-condensed .active .accordion-toggle {
  transition: .2s all;
  -webkit-transition: .2s all;
  -webkit-transform: translateY(0px) rotateZ(90deg);
  -o-transform: translateY(0px) rotateZ(90deg);
  transform: translateY(0px) rotateZ(90deg); }

/* line 1561, _jsComponents.scss */
.list-news-condensed .accordion-content {
  margin: 1em 0 1em 2em; }

/* line 1566, _jsComponents.scss */
#map {
  height: 400px;
  margin-bottom: 1em; }
  /* line 1570, _jsComponents.scss */
  #map img {
    max-width: none; }

/* line 1575, _jsComponents.scss */
.map-infowindow {
  line-height: 1.33;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-weight: 400; }

/* line 1589, _jsComponents.scss */
.modal {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  -webkit-transition: 0.4s ease-in-out all;
  -o-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all; }

/* line 1602, _jsComponents.scss */
.modal-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 1611, _jsComponents.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

/* line 1625, _jsComponents.scss */
.no-opacity .modal-backdrop {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

/* line 1629, _jsComponents.scss */
.opacity .modal {
  opacity: 0; }
  /* line 1632, _jsComponents.scss */
  .opacity .modal.open {
    opacity: 1; }

/* line 1637, _jsComponents.scss */
.modal-container {
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.0001);
  position: relative;
  top: 1em;
  left: 50%;
  z-index: 3;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  width: 700px;
  margin-left: -350px; }

/* line 1653, _jsComponents.scss */
.modal-close {
  position: absolute;
  top: .5em;
  right: .5em;
  z-index: 2;
  font-size: 2em;
  color: #5c5c5c; }
  /* line 1661, _jsComponents.scss */
  .modal-close:hover {
    color: #333333; }

/* line 1667, _jsComponents.scss */
.modal-body {
  position: relative;
  overflow-y: visible;
  padding: 1em;
  min-height: 55px;
  min-height: 57px; }
  /* line 1674, _jsComponents.scss */
  .modal-body p {
    color: black; }
  /* line 1678, _jsComponents.scss */
  .modal-body header {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  /* line 1684, _jsComponents.scss */
  .modal-body .form-actions {
    margin-bottom: 0; }

/* line 1689, _jsComponents.scss */
.modal-body-actions {
  display: none; }

@media (max-width: 992px) {
  /* line 1694, _jsComponents.scss */
  .modal {
    left: 0;
    right: 0;
    width: auto;
    margin: 0; }

  /* line 1701, _jsComponents.scss */
  .modal-container {
    left: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    right: 0 !important;
    width: auto !important;
    top: 60px !important; }

  /* line 1710, _jsComponents.scss */
  .modal-body {
    overflow: visible;
    max-height: none; } }
/* line 1721, _jsComponents.scss */
.modal-zoom .modal-backdrop {
  background-color: white; }
/* line 1725, _jsComponents.scss */
.modal-zoom .modal-container {
  border: none;
  left: 0;
  margin-left: 0;
  position: relative;
  top: 0;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }
/* line 1736, _jsComponents.scss */
.modal-zoom .modal-body {
  padding: 1em 0; }
/* line 1740, _jsComponents.scss */
.modal-zoom .modal-close {
  position: fixed; }

/* line 1746, _jsComponents.scss */
[data-zoom='true'] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* @group Base */
/* line 1758, _jsComponents.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 1766, _jsComponents.scss */
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cdcdcd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    border-top: 0;
    background: #fff; }
  /* line 1778, _jsComponents.scss */
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  /* line 1781, _jsComponents.scss */
  .chosen-container a {
    cursor: pointer; }

/* @end */
/* @group Single Chosen */
/* line 1789, _jsComponents.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }
/* line 1804, _jsComponents.scss */
.chosen-container-single .chosen-default {
  color: #999; }
/* line 1807, _jsComponents.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }
/* line 1814, _jsComponents.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }
/* line 1817, _jsComponents.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }
  /* line 1826, _jsComponents.scss */
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }
/* line 1830, _jsComponents.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }
/* line 1833, _jsComponents.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  /* line 1840, _jsComponents.scss */
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.png") no-repeat 0px 2px; }
/* line 1847, _jsComponents.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  /* line 1853, _jsComponents.scss */
  .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 16px;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }
/* line 1868, _jsComponents.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }
/* line 1873, _jsComponents.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
/* line 1881, _jsComponents.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  /* line 1890, _jsComponents.scss */
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    /* line 1898, _jsComponents.scss */
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    /* line 1902, _jsComponents.scss */
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    /* line 1907, _jsComponents.scss */
    .chosen-container .chosen-results li.highlighted {
      background-color: #ff7000;
      color: #fff;
      font-weight: 700; }
    /* line 1912, _jsComponents.scss */
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    /* line 1917, _jsComponents.scss */
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: 700;
      cursor: default; }
    /* line 1922, _jsComponents.scss */
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    /* line 1925, _jsComponents.scss */
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
/* line 1936, _jsComponents.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  min-height: 39px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  cursor: text; }
/* line 1949, _jsComponents.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  /* line 1952, _jsComponents.scss */
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    /* line 1956, _jsComponents.scss */
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 5px 0;
      height: 15px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      box-sizing: content-box;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0; }
  /* line 1972, _jsComponents.scss */
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 6px 20px 6px 6px;
    border: 1px solid #b3b3b3;
    max-width: 100%;
    background-color: #e7e7e7;
    border-radius: 2px;
    color: #333;
    line-height: 13px;
    cursor: default; }
    /* line 1983, _jsComponents.scss */
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    /* line 1986, _jsComponents.scss */
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 6px;
      right: 4px;
      display: block;
      width: 12px;
      height: 12px;
      background: url("chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px; }
      /* line 1995, _jsComponents.scss */
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  /* line 2000, _jsComponents.scss */
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666; }
  /* line 2007, _jsComponents.scss */
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    /* line 2009, _jsComponents.scss */
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }
/* line 2014, _jsComponents.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }
/* line 2018, _jsComponents.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
/* line 2028, _jsComponents.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #ff7000; }
/* line 2032, _jsComponents.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%); }
/* line 2040, _jsComponents.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  /* line 2043, _jsComponents.scss */
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }
/* line 2048, _jsComponents.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #ff7000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  /* line 2051, _jsComponents.scss */
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
/* line 2059, _jsComponents.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  /* line 2062, _jsComponents.scss */
  .chosen-disabled .chosen-single {
    cursor: default; }
  /* line 2065, _jsComponents.scss */
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
/* line 2072, _jsComponents.scss */
.chosen-rtl {
  text-align: right; }
  /* line 2074, _jsComponents.scss */
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  /* line 2078, _jsComponents.scss */
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  /* line 2083, _jsComponents.scss */
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  /* line 2086, _jsComponents.scss */
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  /* line 2090, _jsComponents.scss */
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  /* line 2094, _jsComponents.scss */
  .chosen-rtl .chosen-choices li {
    float: right; }
    /* line 2096, _jsComponents.scss */
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    /* line 2099, _jsComponents.scss */
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      /* line 2102, _jsComponents.scss */
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  /* line 2108, _jsComponents.scss */
  .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  .chosen-rtl .chosen-drop {
    left: 9999px; }
  /* line 2112, _jsComponents.scss */
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  /* line 2116, _jsComponents.scss */
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  /* line 2120, _jsComponents.scss */
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  /* line 2123, _jsComponents.scss */
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl; }
  /* line 2129, _jsComponents.scss */
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  /* line 2133, _jsComponents.scss */
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* line 2143, _jsComponents.scss */
.multiselect {
  width: 100%; }

/* line 2149, _jsComponents.scss */
.articleListContainer .search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 6px 33px 6px 6px;
  border: 1px solid #b3b3b3;
  max-width: 100%;
  background-color: #e7e7e7;
  border-radius: 4px;
  color: #333;
  line-height: 13px;
  cursor: default;
  display: inline-block; }
  /* line 2162, _jsComponents.scss */
  .articleListContainer .search-choice span {
    word-wrap: break-word; }
  /* line 2166, _jsComponents.scss */
  .articleListContainer .search-choice .search-choice-close {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 25px;
    height: 25px;
    border-left: 1px solid #b3b3b3;
    font-size: 1px;
    cursor: pointer; }
    /* line 2177, _jsComponents.scss */
    .articleListContainer .search-choice .search-choice-close div {
      background: url("chosen-sprite.png") -42px 1px no-repeat;
      margin: 5px;
      margin: 7px;
      width: 14px;
      height: 11px; }
    /* line 2185, _jsComponents.scss */
    .articleListContainer .search-choice .search-choice-close:hover div {
      background-position: -42px -10px; }
/* line 2191, _jsComponents.scss */
.articleListContainer .ui-helper-hidden-accessible {
  display: none; }
/* line 2194, _jsComponents.scss */
.articleListContainer .autocomplete_wrapper {
  clear: both; }
/* line 2197, _jsComponents.scss */
.articleListContainer .autocompleteArticleList {
  display: block;
  width: 100%; }

/* line 2202, _jsComponents.scss */
.ui-autocomplete {
  list-style: none;
  display: block;
  width: 175px;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  background-color: white;
  margin: 0;
  padding: 0; }
  /* line 2216, _jsComponents.scss */
  .ui-autocomplete .ui-menu-item {
    display: block;
    padding: 0;
    margin: 0; }
  /* line 2221, _jsComponents.scss */
  .ui-autocomplete .ui-menu-item a {
    display: block;
    padding: 6px 8px;
    margin: 0;
    border-bottom: 1px solid #b3b3b3;
    cursor: pointer; }

/* line 2230, _jsComponents.scss */
.searchBarSuggestions > .ui-autocomplete {
  max-height: 60vh;
  -webkit-overflow-scrolling: touch; }

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
/* line 2239, _jsComponents.scss */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

/* line 2245, _jsComponents.scss */
.ms-choice {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  cursor: pointer;
  color: #444;
  text-decoration: none;
  background-color: #fff;
  font-size: 14px; }

/* line 2263, _jsComponents.scss */
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

/* line 2270, _jsComponents.scss */
.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px; }

/* line 2282, _jsComponents.scss */
.ms-choice > span.placeholder {
  color: #999;
  font-size: 14px; }

/* line 2287, _jsComponents.scss */
.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url("/assets/images/layout/chosen-sprite.png") left 4px no-repeat; }

/* line 2296, _jsComponents.scss */
.ms-choice > div.open {
  background: url("/assets/images/layout/chosen-sprite.png") -18px 4px no-repeat; }

/* line 2300, _jsComponents.scss */
.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 100000;
  background: #fff;
  color: #000;
  border: 1px solid #cdcdcd; }

/* line 2313, _jsComponents.scss */
.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

/* line 2320, _jsComponents.scss */
.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

/* line 2327, _jsComponents.scss */
.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000; }

/* line 2338, _jsComponents.scss */
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff url("/assets/images/layout/chosen-select.png") no-repeat 100% -22px;
  background: url("/assets/images/layout/chosen-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("/assets/images/layout/chosen-select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("/assets/images/layout/chosen-select.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("/assets/images/layout/chosen-select.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("/assets/images/layout/chosen-select.png") no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("/assets/images/layout/chosen-select.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%); }

/* line 2361, _jsComponents.scss */
.ms-search, .ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* line 2369, _jsComponents.scss */
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0; }

/* line 2375, _jsComponents.scss */
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding: 6px 2px 0 5px;
  border-bottom: 1px solid #eee; }
  /* line 2383, _jsComponents.scss */
  .ms-drop ul > li:hover {
    background: #e7e7e7; }

/* line 2388, _jsComponents.scss */
.ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); }

/* line 2393, _jsComponents.scss */
.ms-drop ul > li.multiple {
  display: block;
  float: left; }

/* line 2398, _jsComponents.scss */
.ms-drop ul > li.group {
  clear: both; }

/* line 2402, _jsComponents.scss */
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 2410, _jsComponents.scss */
.ms-drop ul > li label {
  font-weight: 400;
  display: block;
  white-space: nowrap;
  cursor: pointer; }

/* line 2417, _jsComponents.scss */
.ms-drop ul > li label.optgroup {
  font-weight: 400; }

/* line 2421, _jsComponents.scss */
.ms-drop input[type="checkbox"] {
  margin-right: 5px; }

/* line 2425, _jsComponents.scss */
.ms-drop .ms-no-results {
  display: none; }

/* line 2429, _jsComponents.scss */
.ms-drop .selected label {
  color: #000;
  font-weight: 400; }

/*


   Magic 360 JS v4.5.16 
   Copyright 2014 Magic Toolbox
   Buy a license: www.magictoolbox.com/magic360/
   License agreement: http://www.magictoolbox.com/license/


*/
/* line 2447, _jsComponents.scss */
.Magic360 {
  padding: 0 !important;
  outline: 0 !important;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0 !important;
  line-height: 100% !important;
  max-width: 100%;
  background-size: cover !important;
  background-position: top center; }

/* line 2460, _jsComponents.scss */
.Magic360.desktop.zoom-in {
  cursor: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/zoomin.cur), pointer; }

/* line 2464, _jsComponents.scss */
.Magic360 img {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto; }

/* line 2471, _jsComponents.scss */
.Magic360 > img {
  width: 100%; }

/* line 2475, _jsComponents.scss */
.Magic360.magic-for-ie8 > img {
  max-width: none !important; }

/* line 2478, _jsComponents.scss */
.Magic360.magic-for-ie7 > img, .MagicZoom.magic-for-ie5 img {
  width: auto !important; }

/* line 2482, _jsComponents.scss */
.Magic360-loading-box {
  color: #000;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  line-height: 10pt;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  padding: 10px;
  margin: 0;
  width: 220px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default; }

/* line 2513, _jsComponents.scss */
.lt-ie9-magic .Magic360-loading-box {
  right: 0;
  left: 0;
  margin: -30px auto auto;
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5cffffff', EndColorStr='#5cffffff'); }

/* line 2520, _jsComponents.scss */
.lt-ie7-magic .Magic360-loading-box {
  margin: -30px 0 0 -110px;
  left: 50%;
  right: auto; }

/* line 2528, _jsComponents.scss */
.Magic360-progress-text {
  max-width: 100%;
  margin-bottom: 10px; }

/* line 2533, _jsComponents.scss */
.Magic360-progress-bar {
  overflow: hidden;
  padding: 0;
  background: #fff;
  background-image: none;
  background: rgba(197, 197, 197, 0.6);
  border: 1px solid #ffffff;
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 6px;
  max-width: 100%; }

/* line 2547, _jsComponents.scss */
.lt-ie9-magic .Magic360-progress-bar {
  background: #c5c5c5 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=true,opacity=60); }

/* line 2552, _jsComponents.scss */
.Magic360-progress-bar-state {
  width: 20%;
  height: 10px;
  padding: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#ffffff));
  background-image: -moz-linear-gradient(top, #c5c5c5, #ffffff);
  background-image: -o-linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  background-image: linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 2573, _jsComponents.scss */
.ie9-magic .Magic360-progress-bar-state,
.lt-ie9-magic .Magic360-progress-bar-state {
  border-radius: 0;
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#c5c5c5', endColorstr='#ffffff'); }

/* line 2580, _jsComponents.scss */
.Magic360-loading-box-fs {
  left: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

/* line 2588, _jsComponents.scss */
.Magic360-fullscreen .Magic360-loading-box {
  background: transparent;
  border: 0;
  font-size: 7pt;
  line-height: 8pt;
  width: 100%;
  bottom: 10px;
  padding: 0;
  margin: 0; }

/* line 2599, _jsComponents.scss */
.Magic360-fullscreen .Magic360-progress-text {
  line-height: 9pt;
  text-indent: 6px;
  position: absolute;
  top: 0;
  margin: 0 !important; }

/* line 2607, _jsComponents.scss */
.Magic360-fullscreen .Magic360-progress-bar {
  width: 70%;
  margin: 0 auto; }

/* line 2612, _jsComponents.scss */
.Magic360-fullscreen .Magic360-progress-bar-state {
  height: 11px;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#ffffff));
  background-image: -moz-linear-gradient(top, #c5c5c5, #ffffff);
  background-image: -o-linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  background-image: linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%); }

@-webkit-keyframes m360-progress-state {
  from {
    margin-left: -10%; }
  to {
    margin-left: 90%; } }
@-moz-keyframes m360-progress-state {
  from {
    margin-left: -10%; }
  to {
    margin-left: 90%; } }
@-o-keyframes m360-progress-state {
  from {
    margin-left: -10%; }
  to {
    margin-left: 90%; } }
@keyframes m360-progress-state {
  from {
    margin-left: -10%; }
  to {
    margin-left: 90%; } }
/* line 2635, _jsComponents.scss */
.Magic360-progress-bar-state.bar-state-unknown {
  margin-left: -10%;
  -webkit-animation: m360-progress-state 3s linear 0s infinite alternate;
  -moz-animation: m360-progress-state 3s linear 0s infinite alternate;
  -ms-animation: m360-progress-state 3s linear 0s infinite alternate;
  -o-animation: m360-progress-state 3s linear 0s infinite alternate;
  animation: m360-progress-state 3s linear 0s infinite alternate; }

/* line 2644, _jsComponents.scss */
.lt-ie9-magic .Magic360-fullscreen .Magic360-progress-bar-state {
  border: 1px solid #000;
  background: #c5c5c5 !important;
  filter: alpha(opacity=60); }

/* line 2650, _jsComponents.scss */
.lt-ie9-magic .Magic360-fullscreen .Magic360-progress-bar-state {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#c5c5c5', endColorstr='#ffffff'); }

/* line 2654, _jsComponents.scss */
.Magic360 .magnifier {
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  border-collapse: separate;
  background-color: #fff; }

/* line 2661, _jsComponents.scss */
.lt-ie9-magic .magnifier {
  border: 3px ridge #e7e7e7; }

/* line 2665, _jsComponents.scss */
.Magic360.desktop .magnifier.inner {
  cursor: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/zoomout.cur), pointer; }

/* line 2668, _jsComponents.scss */
.Magic360 .magnifier.circle,
.Magic360 .magnifier.square {
  cursor: none; }

/* line 2673, _jsComponents.scss */
.Magic360-button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  font-size: 0;
  height: 60px;
  line-height: 0;
  padding: 0;
  position: absolute;
  width: 60px; }

/* line 2686, _jsComponents.scss */
.desktop .Magic360-button {
  height: 40px;
  width: 40px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

/* line 2696, _jsComponents.scss */
.desktop .Magic360-button:hover {
  opacity: 1.0 !important; }

/* line 2700, _jsComponents.scss */
.lt-ie9-magic .Magic360-button {
  filter: alpha(opacity=70); }

/* line 2703, _jsComponents.scss */
.lt-ie9-magic .Magic360-button:hover {
  filter: alpha(opacity=100) !important; }

/* line 2707, _jsComponents.scss */
.Magic360-button.fullscreen {
  background-image: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/buttons01.png);
  background-position: 0 0;
  top: 15px;
  right: 15px;
  z-index: 10; }

/* line 2714, _jsComponents.scss */
.Magic360-fullscreen .Magic360-button.fullscreen {
  display: none; }

/* line 2718, _jsComponents.scss */
.Magic360-button.fullscreen-exit {
  background-image: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/buttons01.png);
  background-position: -60px 0;
  right: 15px;
  top: 15px;
  z-index: 20; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 2727, _jsComponents.scss */
  .Magic360-button {
    height: 40px;
    width: 40px; }

  /* line 2732, _jsComponents.scss */
  .Magic360-button.fullscreen {
    background-position: -120px 0; }

  /* line 2736, _jsComponents.scss */
  .Magic360-button.fullscreen-exit {
    background-position: -160px 0; } }
/* line 2741, _jsComponents.scss */
.Magic360-box {
  text-align: center !important;
  max-width: 100%; }

/* line 2746, _jsComponents.scss */
.Magic360-box .Magic360 {
  display: inline-block !important;
  vertical-align: middle; }

/* line 2750, _jsComponents.scss */
.lt-ie7-magic .Magic360-box .Magic360 {
  width: auto !important; }

/* line 2754, _jsComponents.scss */
.Magic360-box.desktop .Magic360-button.fullscreen {
  background-position: -120px 0; }

/* line 2757, _jsComponents.scss */
.Magic360-fullscreen.desktop .Magic360-button.fullscreen-exit {
  background-position: -160px 0; }

/* line 2761, _jsComponents.scss */
.Magic360-fullscreen {
  background: #fff; }

/* line 2764, _jsComponents.scss */
.Magic360-fullscreen:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-backface-visibility: hidden !important; }

/* line 2771, _jsComponents.scss */
.Magic360-fullscreen:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important; }

/* line 2778, _jsComponents.scss */
.Magic360-fullscreen:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* line 2785, _jsComponents.scss */
.Magic360-fullscreen .Magic360 {
  display: inline-block !important;
  vertical-align: middle; }

/* line 2790, _jsComponents.scss */
.Magic360-wait {
  background-image: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/loader.gif);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.6; }

/* line 2804, _jsComponents.scss */
.ie9-magic .Magic360-wait,
.lt-ie9-magic .Magic360-wait {
  filter: alpha(opacity=60); }

/* line 2809, _jsComponents.scss */
.Magic360-message {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #AAAAAA;
  display: block;
  font-size: 10px;
  color: #000;
  overflow: hidden;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 33%;
  left: 33%;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  border-collapse: separate;
  border-radius: 15px; }

/* line 2833, _jsComponents.scss */
.Magic360-fullscreen .Magic360-message {
  font-size: 18px;
  background-color: #000;
  border-color: #ccc;
  color: #fff;
  top: 15px; }

/* line 2841, _jsComponents.scss */
.Magic360 .Magic360-hint {
  color: #333;
  opacity: 0.6;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13pt;
  line-height: 13pt;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
  width: 174px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c5c5c5), to(#ffffff));
  background-image: -moz-linear-gradient(bottom, #c5c5c5, #ffffff);
  background-image: -o-linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  background-image: linear-gradient(90deg, #c5c5c5 0%, #ffffff 100%);
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  -moz-box-shadow: 0 0 4px #222;
  -webkit-box-shadow: 0 0 4px #222;
  box-shadow: 0 0 4px #222; }

/* line 2882, _jsComponents.scss */
.ie9-magic .Magic360-hint,
.lt-ie9-magic .Magic360-hint {
  background: #ffffff !important;
  filter: alpha(opacity=60);
  box-shadow: inset 0 -18px 10px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3); }

/* line 2888, _jsComponents.scss */
.lt-ie9-magic .Magic360-hint {
  right: 0;
  left: 0;
  margin: -20px auto auto; }

/* line 2893, _jsComponents.scss */
.lt-ie7-magic .Magic360-hint {
  margin: -20 0 0 -87;
  left: 50%;
  right: auto; }

/* line 2900, _jsComponents.scss */
.Magic360 .Magic360-hint .hint-side, .Magic360-hint-side {
  background-image: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/hint-01.png);
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  padding: 0;
  max-width: 60px; }

/* line 2913, _jsComponents.scss */
.Magic360 .Magic360-hint .hint-side.left {
  background-position: 0 50%;
  left: 5px; }

/* line 2918, _jsComponents.scss */
.Magic360 .Magic360-hint .hint-side.right {
  background-position: -60px 50%;
  right: 5px; }

/* line 2923, _jsComponents.scss */
.Magic360 .Magic360-hint .hint-text {
  width: 40%; }

/* line 2927, _jsComponents.scss */
.magic-temporary-img img {
  max-height: none !important;
  max-width: none !important; }

/**** Hotspots ***/
/* line 2933, _jsComponents.scss */
.hotspot-pointer {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-repeat: no-repeat; }

/* line 2942, _jsComponents.scss */
.hotspot-pointer.d1 {
  background-image: url(hotspot1.png); }

/* line 2945, _jsComponents.scss */
.hotspot-pointer.d2 {
  background-image: url(hotspot2.png); }

/* line 2948, _jsComponents.scss */
.hotspot-pointer.d2 {
  background-image: url(hotspot3.png); }

/* line 2954, _jsComponents.scss */
.hotspot-box {
  position: absolute;
  z-index: 10000;
  padding: 20px;
  background: #fff;
  -moz-box-shadow: 0px 0px 2px 2px #888888;
  -webkit-box-shadow: 0px 0px 2px 2px #888888;
  box-shadow: 0px 0px 2px 2px #888888;
  border-collapse: separate;
  border-radius: 4px; }

/* line 2967, _jsComponents.scss */
.lt-ie8-magic .hotspot-box {
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Glow(Strength=2, Color='#888888') !important; }

/* line 2971, _jsComponents.scss */
.ie8-magic .hotspot-box {
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=2, Color='#888888')" !important; }

/* line 2976, _jsComponents.scss */
.hotspot-box .b-close {
  width: 24px;
  height: 24px;
  background: url(hotspot-close.png) no-repeat;
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer; }

/*****************/
/* pcb.scss 18.08.2015  */
/* line 2989, _jsComponents.scss */
.pcb_container {
  padding-left: 0; }

/* line 2993, _jsComponents.scss */
.pcb_container li {
  list-style: outside none none;
  padding-bottom: 16px; }

@media (max-width: 540px) {
  /* line 2999, _jsComponents.scss */
  .pcb_container li {
    padding-bottom: 14px; } }
/* line 3004, _jsComponents.scss */
.pcb_container a.styled {
  border: 1px solid #cdcdcd;
  display: block;
  font-size: 14px;
  padding: 9px;
  text-align: center; }

/* line 3012, _jsComponents.scss */
.pcb_image {
  padding-bottom: 36%;
  position: relative; }

/* line 3017, _jsComponents.scss */
.pcb_image_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/* line 3027, _jsComponents.scss */
.pcb_image_inner:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
  margin-right: -5px; }

/* line 3035, _jsComponents.scss */
.pcb_image_inner img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

/* line 3044, _jsComponents.scss */
.pcb_caption {
  padding: 9px 9px 0;
  overflow: hidden;
  text-overflow: ellipsis; }

/*/ pcb.scss 18.08.2015  */
@media (max-width: 767px) {
  /* line 3055, _jsComponents.scss */
  .brandShopHeader > .container {
    padding-left: 0;
    padding-right: 0; } }
/* line 3062, _jsComponents.scss */
.brandShopHeader.brandShopHeader_home {
  margin: 0 0 1em; }

/* line 3067, _jsComponents.scss */
.brandShopProductSlider {
  margin-top: 18px; }
  @media (min-width: 992px) {
    /* line 3067, _jsComponents.scss */
    .brandShopProductSlider {
      border-left: 1px solid transparent;
      border-right: 1px solid transparent; } }
  /* line 3081, _jsComponents.scss */
  .brandShopProductSlider .slider-control .slider-left {
    left: 0; }
  /* line 3084, _jsComponents.scss */
  .brandShopProductSlider .slider-control .slider-right {
    right: 0; }
  /* line 3088, _jsComponents.scss */
  .brandShopProductSlider .slider-control .slider-left, .brandShopProductSlider .slider-control .slider-right {
    position: absolute;
    top: 18px;
    height: 100%;
    padding: 0 15px;
    font-size: 40px;
    opacity: .25;
    background: none;
    width: 60px;
    color: #000; }
    /* line 3098, _jsComponents.scss */
    .brandShopProductSlider .slider-control .slider-left:hover, .brandShopProductSlider .slider-control .slider-right:hover {
      opacity: 1; }
    /* line 3101, _jsComponents.scss */
    .brandShopProductSlider .slider-control .slider-left.swiper-button-disabled, .brandShopProductSlider .slider-control .slider-right.swiper-button-disabled {
      opacity: 0; }
  /* line 3107, _jsComponents.scss */
  .brandShopProductSlider .carousel-controls {
    display: block !important; }
  /* line 3110, _jsComponents.scss */
  .brandShopProductSlider.carousel {
    margin-bottom: 0; }
    @media (max-width: 540px) {
      /* line 3114, _jsComponents.scss */
      .brandShopProductSlider.carousel .row > .col {
        padding-left: 8px;
        padding-right: 8px; } }
    @media (min-width: 992px) {
      /* line 3110, _jsComponents.scss */
      .brandShopProductSlider.carousel {
        position: relative;
        padding-bottom: 28.79433%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #e7e7e7 url(hoffmann-group-icon.svg) no-repeat center center; }
        /* line 236, _mixins.scss */
        .brandShopProductSlider.carousel > img,
        .brandShopProductSlider.carousel > video {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: auto; }
        /* line 247, _mixins.scss */
        .brandShopProductSlider.carousel > iframe,
        .brandShopProductSlider.carousel > object,
        .brandShopProductSlider.carousel > embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
  /* line 3124, _jsComponents.scss */
  .brandShopProductSlider .carousel-inner {
    margin-bottom: 0; }
  /* line 3128, _jsComponents.scss */
  .brandShopProductSlider .control {
    top: 50%;
    margin-top: -20px; }
    @media (min-width: 992px) {
      /* line 3128, _jsComponents.scss */
      .brandShopProductSlider .control {
        margin-top: -18px;
        font-size: 30px; } }
  /* line 3137, _jsComponents.scss */
  .brandShopProductSlider .carousel-controls .control-left {
    margin-left: 0;
    padding: 0 15px; }
    @media (min-width: 992px) {
      /* line 3137, _jsComponents.scss */
      .brandShopProductSlider .carousel-controls .control-left {
        padding: 0 8px; } }
  /* line 3144, _jsComponents.scss */
  .brandShopProductSlider .carousel-controls .control-right {
    margin-right: 0;
    padding: 0 15px; }
    @media (min-width: 992px) {
      /* line 3144, _jsComponents.scss */
      .brandShopProductSlider .carousel-controls .control-right {
        padding: 0 8px; } }
  /* line 3152, _jsComponents.scss */
  .brandShopProductSlider .pager-indicators > *.active, .brandShopProductSlider .pager-indicators > *, .brandShopProductSlider .btn-icon.btn-primary {
    -webkit-transition: 0.1s ease-in-out all;
    -o-transition: 0.1s ease-in-out all;
    transition: 0.1s ease-in-out all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25; }
    /* line 3156, _jsComponents.scss */
    .brandShopProductSlider .pager-indicators > *.active:hover, .brandShopProductSlider .pager-indicators > *:hover, .brandShopProductSlider .btn-icon.btn-primary:hover {
      opacity: 1; }
  /* line 3160, _jsComponents.scss */
  .brandShopProductSlider .pager-indicators > *.active {
    opacity: 1 !important; }
  /* line 3166, _jsComponents.scss */
  .brandShopProductSlider .ps_darkImage .btn-icon.btn-primary {
    color: #fff; }
  /* line 3169, _jsComponents.scss */
  .brandShopProductSlider .ps_darkImage .pager-indicators > *.active, .brandShopProductSlider .ps_darkImage .pager-indicators > a {
    background-color: #fff; }
  /* line 3174, _jsComponents.scss */
  .brandShopProductSlider .ps_brightImage .btn-icon.btn-primary {
    color: #000; }
  /* line 3177, _jsComponents.scss */
  .brandShopProductSlider .ps_brightImage .pager-indicators > *.active, .brandShopProductSlider .ps_brightImage .pager-indicators > a {
    background-color: #000; }

/* line 3183, _jsComponents.scss */
.brandshop_productslide {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block; }
  /* line 3189, _jsComponents.scss */
  .brandshop_productslide:hover {
    color: inherit; }
    /* line 3192, _jsComponents.scss */
    .brandshop_productslide:hover .ps_button {
      background-color: #ff7001;
      border-color: #ff7001 !important;
      color: #fff; }
  /* line 3199, _jsComponents.scss */
  .brandshop_productslide .ps_inner {
    position: absolute;
    top: 70px;
    left: 85px;
    width: 510px; }
    @media (min-width: 992px) {
      /* line 3199, _jsComponents.scss */
      .brandshop_productslide .ps_inner {
        top: 35px;
        left: 40px; } }
  /* line 3209, _jsComponents.scss */
  .brandshop_productslide .pager-indicators {
    text-align: center;
    position: absolute;
    bottom: 1em;
    left: 0em;
    right: 0em; }
  /* line 3218, _jsComponents.scss */
  .brandshop_productslide .ps_headline {
    font-size: 36px;
    line-height: 1.22222; }
  /* line 3222, _jsComponents.scss */
  .brandshop_productslide .ps_subheadline {
    font-size: 20px;
    line-height: 1.5;
    padding: 6px 0;
    width: 445px; }
    @media (min-width: 992px) {
      /* line 3222, _jsComponents.scss */
      .brandshop_productslide .ps_subheadline {
        width: 380px; } }
  /* line 3233, _jsComponents.scss */
  .brandshop_productslide.ci_holex .ps_headline {
    font-weight: 400;
    text-transform: none; }
  /* line 3237, _jsComponents.scss */
  .brandshop_productslide.ci_holex .ps_subheadline {
    font-weight: 400;
    text-transform: none; }
  /* line 3242, _jsComponents.scss */
  .brandshop_productslide .ps_imageContainer {
    overflow: hidden; }
  /* line 3245, _jsComponents.scss */
  .brandshop_productslide .ps_button {
    position: absolute;
    bottom: 30px;
    left: 85px;
    -webkit-transition: 0.1s ease-in-out all;
    -o-transition: 0.1s ease-in-out all;
    transition: 0.1s ease-in-out all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-width: 1px;
    border-style: solid;
    padding: 7px 24px;
    font-size: 14px;
    color: #000; }
    @media (min-width: 992px) {
      /* line 3245, _jsComponents.scss */
      .brandshop_productslide .ps_button {
        bottom: 30px;
        left: 40px; } }
    /* line 3265, _jsComponents.scss */
    .brandshop_productslide .ps_button:hover, .brandshop_productslide .ps_button:active, .brandshop_productslide .ps_button.active {
      background-color: #ff7001;
      border-color: #ff7001 !important;
      color: #fff; }
    /* line 3270, _jsComponents.scss */
    .brandshop_productslide .ps_button .icon-arrow {
      font-size: .75em;
      font-weight: normal;
      padding-left: 4px; }
    /* line 3276, _jsComponents.scss */
    .no-csstransforms .brandshop_productslide .ps_button:active, .no-csstransforms .brandshop_productslide .ps_button.active {
      outline: 0;
      background-image: none;
      position: relative;
      top: 1px;
      left: 1px; }
    /* line 3285, _jsComponents.scss */
    .csstransforms .brandshop_productslide .ps_button:active {
      outline: 0;
      background-image: none;
      -webkit-transform: scale(0.95);
      -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
      -o-transform: scale(0.95);
      transform: scale(0.95); }
  /* line 3295, _jsComponents.scss */
  .brandshop_productslide img {
    width: 100%;
    height: auto; }
  @media (min-width: 992px) {
    /* line 3305, _jsComponents.scss */
    .brandshop_productslide.ps_darkImage {
      color: #fff; }
      /* line 3307, _jsComponents.scss */
      .brandshop_productslide.ps_darkImage .ps_button {
        border-color: #fff;
        color: #fff; } }
  @media (max-width: 992px) {
    /* line 3314, _jsComponents.scss */
    .brandshop_productslide .ps_inner {
      position: static;
      background-color: #f9f9f9;
      padding: 8px 12px;
      margin: 0 0 24px;
      width: auto; }
    /* line 3322, _jsComponents.scss */
    .brandshop_productslide .ps_subheadline {
      width: auto; } }
@media (max-width: 992px) and (max-width: 992px) {
  /* line 3329, _jsComponents.scss */
  .brandshop_productslide .ps_headline:hover, .brandshop_productslide .ps_headline:active, .brandshop_productslide .ps_headline.active {
    color: #ff7001;
    -webkit-transition: 0.1s ease-in-out all;
    -o-transition: 0.1s ease-in-out all;
    transition: 0.1s ease-in-out all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; } }
  @media (max-width: 992px) {
    /* line 3337, _jsComponents.scss */
    .brandshop_productslide .ps_button {
      display: none; }
    /* line 3340, _jsComponents.scss */
    .brandshop_productslide .ps_imageContainer .ps_ic_inner {
      margin-left: -50%; }
      /* line 3343, _jsComponents.scss */
      .brandshop_productslide .ps_imageContainer .ps_ic_inner .ratio-1410-406 {
        background-position-x: 66.66667%; } }
  @media (max-width: 992px) {
    /* line 3349, _jsComponents.scss */
    .brandshop_productslide .ps_headline {
      font-size: 24px;
      line-height: 1.33333; } }

@media (max-width: 992px) {
  /* line 3361, _jsComponents.scss */
  .brandShopProductSlider .ps_inner, .brandShopProductSlider .ps_imageContainer {
    margin: 0 -2px; }

  /* line 3365, _jsComponents.scss */
  .brandShopHeader {
    background: none repeat scroll #f9f9f9; } }
/* line 3373, _jsComponents.scss */
html.touchevents .brandShopProductSlider .vs_right, html.touchevents .brandShopProductSlider .vs_left {
  display: none; }

/* line 3380, _jsComponents.scss */
.btn-remove-discount {
  font-size: 11px; }

/* line 3384, _jsComponents.scss */
.text-big {
  font-size: 20px; }

/* line 3389, _jsComponents.scss */
.directbuycontainer {
  width: 710px;
  position: relative;
  display: block;
  left: 0px;
  top: -24px; }
  @media (max-width: 992px) {
    /* line 3389, _jsComponents.scss */
    .directbuycontainer {
      width: auto; } }

/* line 3401, _jsComponents.scss */
.strong.col-lg-5.col-md-4.col-sm-12.col-xs-6.remove_padding_left ._js_hoffmann_cartdirectadd_availability_available .text-inverse {
  color: #49ab1d; }

/* line 3405, _jsComponents.scss */
.strong.col-lg-5.col-md-4.col-sm-12.col-xs-6.remove_padding_left ._js_hoffmann_cartdirectadd_availability_none .text-inverse {
  color: #f5b400; }

/*
 * Infobox styleing according to mvp and further more 
 */
/* line 3413, _jsComponents.scss */
.infobox {
  display: none; }
  /* line 3416, _jsComponents.scss */
  .infobox.active {
    display: block;
    z-index: 5; }

/* line 3422, _jsComponents.scss */
.infobox a:hover {
  color: inherit; }

/* line 3426, _jsComponents.scss */
.global-message-icon {
  font-size: 1.25em;
  position: absolute; }

/* line 3431, _jsComponents.scss */
.infobox .underline:hover {
  text-decoration: underline; }

/* line 3435, _jsComponents.scss */
.infoboxCloseButton {
  color: #b3b3b3;
  display: none; }

/* line 3440, _jsComponents.scss */
.brandListContainer {
  position: relative;
  font-size: 14px;
  margin: 0 -9px; }
  /* line 3444, _jsComponents.scss */
  .brandListContainer ul {
    list-style-type: none;
    margin: 0;
    padding: 21px 0; }
    /* line 3448, _jsComponents.scss */
    .brandListContainer ul li {
      float: left;
      padding: 0 8px 0;
      font-weight: 400; }
      /* line 3452, _jsComponents.scss */
      .brandListContainer ul li.inaktiv a {
        color: #B3B3B3;
        cursor: default; }
      /* line 3456, _jsComponents.scss */
      .brandListContainer ul li a {
        color: #ff7000; }
  /* line 3461, _jsComponents.scss */
  .brandListContainer .anchor {
    float: left;
    height: 45px;
    /*same height as header*/
    margin-top: -45px;
    /*same height as header*/
    visibility: hidden; }
  /* line 3467, _jsComponents.scss */
  .brandListContainer hr {
    text-align: center;
    width: calc(100% - 18px);
    float: left;
    margin-left: 9px; }
    /* line 3472, _jsComponents.scss */
    .brandListContainer hr:nth-of-type(2) {
      display: none; }
  /* line 3477, _jsComponents.scss */
  .brandListContainer .letter {
    width: 100%;
    float: left;
    position: relative;
    color: #ff7000;
    margin-left: 9px;
    font-weight: 400; }
  /* line 3485, _jsComponents.scss */
  .brandListContainer .brandListElement {
    float: left;
    font-size: 14px; }
    @media (min-width: 992px) {
      /* line 3485, _jsComponents.scss */
      .brandListContainer .brandListElement {
        position: relative;
        float: left;
        width: 33.33333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 992px) {
      /* line 3485, _jsComponents.scss */
      .brandListContainer .brandListElement {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; } }

/* line 3508, _jsComponents.scss */
.sTop h1.sHeadline {
  font-size: 24px;
  line-height: 1.33333; }
/* line 3512, _jsComponents.scss */
.sTop p.sContent {
  font-size: 14px;
  margin: 1em 0 0; }

/* line 3518, _jsComponents.scss */
a.backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #c1c1c1;
  color: #fff;
  font-size: 30px !important;
  vertical-align: middle;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px; }
  /* line 3530, _jsComponents.scss */
  a.backToTop:hover {
    color: #fff; }

/* line 3535, _jsComponents.scss */
.catListContainer {
  position: relative;
  font-size: 14px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }
  /* line 3541, _jsComponents.scss */
  .catListContainer .amount {
    margin-left: -9px; }
  /* line 3544, _jsComponents.scss */
  .catListContainer section {
    display: inline-block;
    width: 100%; }
    /* line 3547, _jsComponents.scss */
    .catListContainer section:last-child {
      margin-bottom: 1em; }
    /* line 3550, _jsComponents.scss */
    .catListContainer section h3 {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.25em;
      margin: 24px 0 4px; }
      /* line 3555, _jsComponents.scss */
      .catListContainer section h3 a {
        color: #ff7000; }
    /* line 3559, _jsComponents.scss */
    .catListContainer section ul {
      list-style-type: none;
      margin: 0;
      padding: 0 0 0 20px; }
      /* line 3563, _jsComponents.scss */
      .catListContainer section ul li {
        padding: 4px 0 0;
        font-size: 14px; }

/* Global Styles */
/* line 3574, _jsComponents.scss */
.isInFullScreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: auto !important;
  z-index: 10000 !important; }

/* line 3586, _jsComponents.scss */
.mSCaption {
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

/* line 3594, _jsComponents.scss */
.mSCaption.mSMedia {
  z-index: 100000; }

/* line 3598, _jsComponents.scss */
.mightySlider,
.mightySlider *,
.mightySlider *:before,
.mightySlider *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 3607, _jsComponents.scss */
.mSCoverImage,
.mSLayerCoverImage {
  max-width: none; }

/* line 3612, _jsComponents.scss */
.mSCover,
.mSLayerCover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat; }

/* line 3621, _jsComponents.scss */
.mSLayerCoverImage {
  width: 100%;
  height: 100%; }

/* line 3626, _jsComponents.scss */
.mSLayerContainer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000; }

/* line 3633, _jsComponents.scss */
.mSSlide {
  position: relative; }

/* line 3637, _jsComponents.scss */
.mSIcon {
  display: block;
  position: absolute;
  background-color: transparent;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

/* line 3649, _jsComponents.scss */
.mSLoader ~ .mSIcon {
  display: none !important; }

/* line 3653, _jsComponents.scss */
.mightySlider .mSClose {
  width: 22px;
  height: 22px;
  background: no-repeat center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbJJREFUeNrk2b1ugzAQAGAckf4oE2mz5B2aN+rQp0CiL9qhEuwdOlYlkcgdAuq02Dnbh+FUSyciTOALsY3xqeSnpBC3EN8QpyRSaZrGWKeUWsPmBqKG447tvq4OK3basV8Qn3OBAYqbLcSdtvsD0SsdW5blc57nD/DxHiKjXjAkbNiiKB6rqnrpqnZQh60g2UDsoeIVTtDUdf0G6CfcR0GHgkfwiN0D9oAWNMGNzDvPpm8OFwe4oJmx2RVLavxVVDQ3Fq9pMvxuQl7oWFhTB91SvsgMJmNNQ2Dmgo6JtY3ZZHRMrA3sfcIpsdfA5J4bC0sBs6I5/jVqCUZzNTGX4o3m7A+uxRnN3Xl9Chk9xUjjWygQ9hEmBExBs2NDwVb0FFgOsAn9jsGNZQGPdK4W2sM5sRir5B8WUU1CVKcTNayJenCIejSLmvyIml6KmsCLekUS9RIq6jVf1EKKqKUqJ+zci4HO2DmXW72wcy1op77YqVIGFst6SMpg4mMhSZk/aEwY6UmZtJ+/YoULlhs8htYySO0dXnJiMevyhReJRaXtGNKkEMeFpG6HdDIc16aTzwIMAHF0+z5nKTeiAAAAAElFTkSuQmCC");
  background-size: 22px 22px;
  cursor: pointer;
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  opacity: 0;
  -webkit-transition: all 135ms linear;
  transition: all 135ms linear; }

/* line 3669, _jsComponents.scss */
.mightySlider:hover .mSClose {
  opacity: 1; }

/* line 3673, _jsComponents.scss */
.mightySlider.isTouch .mSClose {
  position: relative !important;
  margin-top: -26px;
  width: 100% !important;
  height: 26px !important;
  background-color: #000;
  text-align: center;
  top: auto;
  right: auto; }

/* line 3684, _jsComponents.scss */
.mightySlider.isTouch .mSClose:after {
  content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 CLOSE';
  color: #FFF;
  font-size: 14px;
  line-height: 26px; }

/* line 3691, _jsComponents.scss */
.mightySlider.isTouch.mSMedia .mSSlide,
.mightySlider.isTouch .mSMedia.mSCaption .mSLayerContainer {
  padding-top: 26px; }

/* line 3697, _jsComponents.scss */
#fullWidth {
  overflow: hidden;
  margin-bottom: 2.5em;
  margin-top: 0; }

/* line 3702, _jsComponents.scss */
#fullWidth .mSButtons {
  height: 100%;
  width: 7em; }

/* line 3706, _jsComponents.scss */
#fullWidth .frame {
  width: 100%;
  height: 100%; }

/* line 3710, _jsComponents.scss */
#fullWidth .frame .slide_element {
  height: 100%; }

/* line 3713, _jsComponents.scss */
#fullWidth .frame .slide_element > div {
  float: left;
  height: 100%;
  overflow: hidden; }

/* line 3718, _jsComponents.scss */
#fullWidth .frame .mSCover img {
  max-width: none; }

/* line 3722, _jsComponents.scss */
.mightySlider {
  width: 100%;
  height: 470px; }

@media (max-width: 992px) {
  /* line 3729, _jsComponents.scss */
  .mightySlider {
    width: 100%;
    height: 400px; } }
@media (max-width: 1000px) {
  /* line 3739, _jsComponents.scss */
  .mightySlider {
    width: 100%;
    height: 330px; } }
@media (max-width: 840px) {
  /* line 3749, _jsComponents.scss */
  .mightySlider {
    width: 100%;
    height: 250px; }

  /* line 3756, _jsComponents.scss */
  ul.mSPages {
    display: none !important; } }
@media (max-width: 650px) {
  /* line 3762, _jsComponents.scss */
  .mightySlider {
    width: 100%;
    height: 200px; } }
/* line 3771, _jsComponents.scss */
.maintenance-message-container {
  margin-top: 18px; }
  /* line 3774, _jsComponents.scss */
  .maintenance-message-container .maintenance-message {
    color: #F7AB09;
    padding-left: 4px; }
  /* line 3779, _jsComponents.scss */
  .maintenance-message-container .maintenance-message-close-icon {
    font-size: 1.25em;
    color: #333;
    opacity: 0.5; }
    /* line 3783, _jsComponents.scss */
    .maintenance-message-container .maintenance-message-close-icon:hover {
      color: #333333;
      opacity: 1.0; }

/* line 3791, _jsComponents.scss */
.locations-table {
  display: none; }
  /* line 3794, _jsComponents.scss */
  .locations-table p {
    margin: 0; }
  /* line 3795, _jsComponents.scss */
  .locations-table.is-loaded {
    display: block; }

/* line 3801, _jsComponents.scss */
.location__wrapper {
  border-top: 1px solid #cdcdcd;
  cursor: pointer; }
  /* line 3805, _jsComponents.scss */
  .location__wrapper:last-child {
    border-bottom: 1px solid #cdcdcd; }
  /* line 3810, _jsComponents.scss */
  .location__wrapper.is-active .countryParent:after {
    transform: rotate(-90deg); }
  /* line 3811, _jsComponents.scss */
  .location__wrapper.is-active .countryDepartment {
    display: block; }
  /* line 3816, _jsComponents.scss */
  .location__wrapper .countryParent {
    line-height: 56px;
    position: relative; }
    /* line 3818, _jsComponents.scss */
    .location__wrapper .countryParent::after {
      content: "";
      position: absolute;
      transform: rotate(90deg);
      top: 10px;
      right: 0;
      display: block;
      width: 40px;
      height: 40px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='svgIcon svgIcon-arrow-down-light' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3e%3cpath d='M14 28l8-7-8-8 3-2 10 10-10 10z' fill='%23ff7000'%3e%3c/path%3e%3c/svg%3e"); }
    /* line 3821, _jsComponents.scss */
    .location__wrapper .countryParent .countryandaddress {
      font-size: 20px;
      font-weight: 400;
      padding-left: 55px;
      color: #FF7000; }
    /* line 3829, _jsComponents.scss */
    .location__wrapper .countryParent span i {
      color: #cdcdcd;
      font-size: 26px;
      position: relative;
      top: 6px;
      padding-left: 18px; }
  /* line 3838, _jsComponents.scss */
  .location__wrapper .countryDepartment {
    display: none;
    padding-left: 40px;
    font-size: 16px; }
    /* line 3843, _jsComponents.scss */
    .location__wrapper .countryDepartment:last-of-type {
      padding-bottom: 18px; }

/* line 3849, _jsComponents.scss */
.js-locations-table__controls {
  margin-bottom: 10px;
  color: #FF7000; }
  /* line 3852, _jsComponents.scss */
  .js-locations-table__controls .js-locations-table-link:hover {
    text-decoration: underline; }
  /* line 3855, _jsComponents.scss */
  .js-locations-table__controls a {
    color: #FF7000;
    font-size: 14px; }

/*  */
/* line 3862, _jsComponents.scss */
.showTooltip {
  text-decoration: none;
  position: relative; }

/* line 3866, _jsComponents.scss */
.showTooltip .tooltip-container {
  display: none; }

/* line 3869, _jsComponents.scss */
.showTooltip:hover .tooltip-container {
  display: block;
  position: fixed;
  overflow: hidden; }

/* Спойлер. Общие стили. Остальные дописывать другими классами в зависимости от контекста */
/* line 3877, _jsComponents.scss */
.spoiler-content {
  display: none; }

/* line 3881, _jsComponents.scss */
.spoiler-btn {
  cursor: pointer; }
  /* line 3883, _jsComponents.scss */
  .spoiler-btn .spoiler-open-text {
    display: none; }
  /* line 3886, _jsComponents.scss */
  .spoiler-btn .spoiler-icon {
    transition: 0.5s;
    transform: rotate(0deg); }
  /* line 3891, _jsComponents.scss */
  .spoiler-btn.spoiler-btn_open .spoiler-open-text {
    display: block; }
  /* line 3894, _jsComponents.scss */
  .spoiler-btn.spoiler-btn_open .spoiler-close-text {
    display: none; }
  /* line 3897, _jsComponents.scss */
  .spoiler-btn.spoiler-btn_open .spoiler-icon {
    transition: 0.5s;
    transform: rotate(180deg); }

/* line 17, _hogtv.scss */
.hogtv-view:first-child {
  background: #ff7000 url("HoGTV-Streifen-orange-2000x600.jpeg") no-repeat top center;
  background-size: auto 365px;
  height: 365px; }
  /* line 21, _hogtv.scss */
  .hogtv-view:first-child + section {
    margin-top: -354px;
    margin-bottom: 0; }
/* line 26, _hogtv.scss */
.hogtv-view.entry-page {
  margin-bottom: 100px; }
/* line 29, _hogtv.scss */
.hogtv-view ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
/* line 34, _hogtv.scss */
.hogtv-view .header-under-content-breadcrumb {
  display: none;
  margin-top: 1em; }
/* line 38, _hogtv.scss */
.hogtv-view .nav-content-breadcrumb {
  margin: 0; }
  /* line 40, _hogtv.scss */
  .hogtv-view .nav-content-breadcrumb strong,
  .hogtv-view .nav-content-breadcrumb span i,
  .hogtv-view .nav-content-breadcrumb em span i,
  .hogtv-view .nav-content-breadcrumb a {
    color: #fff; }
  /* line 46, _hogtv.scss */
  .hogtv-view .nav-content-breadcrumb span {
    font-size: 16px; }
  /* line 49, _hogtv.scss */
  .hogtv-view .nav-content-breadcrumb strong {
    max-width: 30em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
/* line 56, _hogtv.scss */
.hogtv-view .hogtv-breadcrumb-arrow {
  font-size: 0.7em !important; }
/* line 59, _hogtv.scss */
.hogtv-view .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 65, _hogtv.scss */
.hogtv-view .icon-rotate-90,
.hogtv-view .icon-rotate-270 {
  display: inline-block; }
/* line 70, _hogtv.scss */
.hogtv-view .icon-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
/* line 76, _hogtv.scss */
.hogtv-view .icon-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }
/* line 81, _hogtv.scss */
.hogtv-view .hide_e3 {
  margin-top: 3em; }
/* line 84, _hogtv.scss */
.hogtv-view .header-sectionhead {
  margin-top: 2em; }
/* line 87, _hogtv.scss */
.hogtv-view .seocontent {
  text-align: justify;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px; }
  /* line 92, _hogtv.scss */
  .hogtv-view .seocontent a {
    color: #ff7001;
    text-decoration: none; }
/* line 98, _hogtv.scss */
.hogtv-view .seoheadline {
  font-weight: 400;
  font-size: 14px;
  margin-top: 36px;
  margin-bottom: 30px;
  padding-left: 18px;
  padding-right: 18px; }

@media (min-width: 992px) {
  /* line 109, _hogtv.scss */
  .hogtv-view .header-under-content-breadcrumb {
    display: block !important; }

  /* line 112, _hogtv.scss */
  .hogtv-view:first-child + section {
    margin-top: -320px; } }
/* line 117, _hogtv.scss */
.hogtv-item {
  background-color: #f9f9f9;
  padding: 30px;
  display: block;
  position: relative; }
  /* line 123, _hogtv.scss */
  .hogtv-item h1 {
    font-size: 24px;
    line-height: 1.33333; }
  /* line 127, _hogtv.scss */
  .hogtv-item .preview {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    /* line 134, _hogtv.scss */
    .hogtv-item .preview:after {
      padding-top: 56.25%;
      /* 16:9 ratio */
      display: block;
      content: ''; }
    /* line 141, _hogtv.scss */
    .hogtv-item .preview:before {
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 80px;
      background: transparent url("gradient.png") 0 0 repeat-x;
      z-index: 5; }
    /* line 154, _hogtv.scss */
    .hogtv-item .preview.nobefore:before {
      content: "";
      display: none !important; }
    /* line 160, _hogtv.scss */
    .hogtv-item .preview img {
      width: 100%;
      position: absolute; }
    /* line 164, _hogtv.scss */
    .hogtv-item .preview .icon-playback {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      background: rgba(0, 0, 0, 0.5) url("icon-play.png") no-repeat 50% 50%;
      background-size: auto 40%;
      transition: all 0.25s linear; }
  /* line 177, _hogtv.scss */
  .hogtv-item a:hover {
    cursor: pointer; }
    /* line 181, _hogtv.scss */
    .hogtv-item a:hover > .preview .icon-playback {
      display: block;
      opacity: 1;
      transition: all 0.1s linear; }
  /* line 189, _hogtv.scss */
  .hogtv-item .title {
    font-weight: 400;
    line-height: 1.2; }
  /* line 193, _hogtv.scss */
  .hogtv-item p {
    padding: 0;
    margin: 0; }
    /* line 196, _hogtv.scss */
    .hogtv-item p.info {
      color: #b3b3b3; }
    /* line 201, _hogtv.scss */
    .hogtv-item p.more a {
      color: #333; }
    /* line 206, _hogtv.scss */
    .hogtv-item p.more span i {
      margin-left: .5em; }
  /* line 210, _hogtv.scss */
  .hogtv-item .alignToImage {
    margin-top: -6px;
    margin-bottom: 6px; }

/* line 216, _hogtv.scss */
.hogtv-nav-group {
  background-color: #fff;
  box-shadow: 0 1px 0 0 #e7e7e7; }
  /* line 219, _hogtv.scss */
  .hogtv-nav-group .title {
    padding-top: 0.3em;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.48; }

/* line 227, _hogtv.scss */
.hogtv-nav-item {
  margin-bottom: 1em; }
  /* line 229, _hogtv.scss */
  .hogtv-nav-item:last-child {
    margin-bottom: 0; }

/* line 238, _hogtv.scss */
.hogtv-nav-search .form-search {
  margin-right: 0;
  padding: 1px; }
  /* line 241, _hogtv.scss */
  .hogtv-nav-search .form-search .btn-search {
    font-size: 16px; }
/* line 246, _hogtv.scss */
.hogtv-nav-search #hogtv-search-input {
  height: 2em;
  font-size: 16px;
  padding: 5px 10px;
  padding-right: 28px; }

@media (max-width: 992px) {
  /* line 256, _hogtv.scss */
  .hogtv-nav-group {
    padding: 30px; } }
@media (min-width: 992px) {
  /* line 262, _hogtv.scss */
  .hogtv-nav-group {
    padding: 30px 30px 60px; } }
/* line 268, _hogtv.scss */
.hamburger-menu {
  width: 30px;
  height: 5px;
  background-color: #ff7001;
  border-radius: 5px;
  position: relative;
  float: right; }

/* line 277, _hogtv.scss */
.hamburger-menu:after, .hamburger-menu:before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #ff7001;
  position: absolute;
  border-radius: 5px; }

/* line 286, _hogtv.scss */
.hamburger-menu:after {
  top: 10px; }

/* line 290, _hogtv.scss */
.hamburger-menu:before {
  top: 20px; }

/* line 294, _hogtv.scss */
.hogtv-hamburger-menu {
  height: 25px;
  cursor: pointer; }

@media (max-width: 992px) {
  /* line 300, _hogtv.scss */
  .hogtv-hamburger-menu {
    display: block; }

  /* line 303, _hogtv.scss */
  .hogtv-sm-screen-toggle {
    display: none; } }
@media (min-width: 992px) {
  /* line 308, _hogtv.scss */
  .hogtv-hamburger-menu {
    display: none; }

  /* line 311, _hogtv.scss */
  .hogtv-sm-screen-toggle {
    display: block; } }
/* line 320, _hogtv.scss */
.hogtv-channel li {
  text-transform: uppercase; }
  /* line 322, _hogtv.scss */
  .hogtv-channel li.active, .hogtv-channel li.active > a {
    color: #ff7001; }
/* line 333, _hogtv.scss */
.hogtv-channel > ul > li > ul {
  padding-left: 1em; }

/* line 346, _hogtv.scss */
.hogtv-category-group > p > a {
  color: #b3b3b3; }
/* line 349, _hogtv.scss */
.hogtv-category-group > p .icon-link-arrow-thin {
  margin: 0 .2em;
  font-size: .6em;
  font-weight: normal;
  vertical-align: middle; }

/* line 358, _hogtv.scss */
.hogtv-category-item {
  color: #fff;
  margin-bottom: 9px;
  padding: 0; }
  /* line 362, _hogtv.scss */
  .hogtv-category-item a {
    display: block; }
  /* line 366, _hogtv.scss */
  .hogtv-category-item:hover {
    cursor: pointer;
    color: gray; }
    /* line 370, _hogtv.scss */
    .hogtv-category-item:hover > p > a {
      color: gray; }
  /* line 375, _hogtv.scss */
  .hogtv-category-item > p {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 24px;
    font-size: 16px;
    z-index: 10; }
    /* line 383, _hogtv.scss */
    .hogtv-category-item > p > a {
      color: #fff;
      display: inline; }
      /* line 386, _hogtv.scss */
      .hogtv-category-item > p > a:hover {
        color: gray;
        text-decoration: none; }

/* line 395, _hogtv.scss */
.hogtv-filter {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 15px;
  margin-bottom: 15px; }
  /* line 401, _hogtv.scss */
  .hogtv-filter .title {
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle; }
  /* line 410, _hogtv.scss */
  .hogtv-filter .channel-header {
    line-height: 38px; }
  /* line 414, _hogtv.scss */
  .hogtv-filter .main-nav .dropdown > a {
    color: #fff;
    background-color: transparent; }
    /* line 417, _hogtv.scss */
    .hogtv-filter .main-nav .dropdown > a:hover {
      cursor: pointer;
      color: #fff; }
    /* line 421, _hogtv.scss */
    .hogtv-filter .main-nav .dropdown > a > span {
      font-size: 11px;
      margin-left: .25em; }
  /* line 426, _hogtv.scss */
  .hogtv-filter .main-nav .dropdown div div {
    color: #333; }
  /* line 430, _hogtv.scss */
  .hogtv-filter .sort-list-bg {
    background-color: #f9f9f9; }
  /* line 434, _hogtv.scss */
  .hogtv-filter .sort-list-text {
    color: #333; }
  /* line 437, _hogtv.scss */
  .hogtv-filter .sort {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    position: relative; }
  /* line 444, _hogtv.scss */
  .hogtv-filter .sortASC {
    border-bottom: 6px solid #FF7001; }
    /* line 447, _hogtv.scss */
    .hogtv-filter .sortASC:hover {
      border-bottom-color: #333; }
  /* line 451, _hogtv.scss */
  .hogtv-filter .sortDESC {
    border-top: 6px solid #FF7001; }
    /* line 453, _hogtv.scss */
    .hogtv-filter .sortDESC:hover {
      border-top-color: #333; }
  /* line 457, _hogtv.scss */
  .hogtv-filter .sortActive {
    border-top-color: #333;
    border-bottom-color: #333; }
  @media (max-width: 540px) {
    /* line 462, _hogtv.scss */
    .hogtv-filter #sortOptions {
      width: 100%; } }

/* line 473, _hogtv.scss */
.hogtv-related-group .hogtv_videoSlider .control {
  top: 29%; }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 473, _hogtv.scss */
    .hogtv-related-group .hogtv_videoSlider .control {
      top: 27%; } }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 473, _hogtv.scss */
    .hogtv-related-group .hogtv_videoSlider .control {
      top: 32% !important; } }
  @media (max-width: 540px) {
    /* line 473, _hogtv.scss */
    .hogtv-related-group .hogtv_videoSlider .control {
      top: 33% !important; } }

/* line 495, _hogtv.scss */
.hogtv-related-item > .title {
  margin: 1em 0; }

/* line 501, _hogtv.scss */
.hogtv-list-group .hogtv-link-item {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin: 2em 0 0; }
  /* line 507, _hogtv.scss */
  .hogtv-list-group .hogtv-link-item a {
    color: #b3b3b3; }
    /* line 509, _hogtv.scss */
    .hogtv-list-group .hogtv-link-item a:hover {
      color: #000; }

/* line 516, _hogtv.scss */
.hogtv-list-item {
  margin-bottom: 30px; }
  /* line 519, _hogtv.scss */
  .hogtv-list-item p.more {
    margin-top: 1.3em; }
    /* line 521, _hogtv.scss */
    .hogtv-list-item p.more span i {
      font-size: .7em;
      font-weight: normal;
      vertical-align: middle; }

/* line 531, _hogtv.scss */
#hogtv-video-list .center {
  margin: 0 auto;
  width: 31%; }

/* line 537, _hogtv.scss */
.hogtv-meta-data {
  background-color: #f9f9f9;
  padding: 30px; }
  /* line 541, _hogtv.scss */
  .hogtv-meta-data .title {
    margin-bottom: .5em; }
  /* line 544, _hogtv.scss */
  .hogtv-meta-data p {
    margin-bottom: 1em; }
    /* line 546, _hogtv.scss */
    .hogtv-meta-data p:last-child {
      margin-bottom: 0; }
    /* line 549, _hogtv.scss */
    .hogtv-meta-data p.more {
      color: #ff7001; }
      /* line 551, _hogtv.scss */
      .hogtv-meta-data p.more span i {
        margin-right: .5em; }
      /* line 554, _hogtv.scss */
      .hogtv-meta-data p.more > a {
        color: #ff7001; }
  /* line 559, _hogtv.scss */
  .hogtv-meta-data .hogtv-meta-data-header-content {
    padding-bottom: 0.66em;
    border-bottom: 1px solid #e7e7e7; }
    /* line 562, _hogtv.scss */
    .hogtv-meta-data .hogtv-meta-data-header-content .info {
      margin-bottom: 0;
      margin-top: 0.33em;
      text-align: right; }
      @media (max-width: 540px) {
        /* line 562, _hogtv.scss */
        .hogtv-meta-data .hogtv-meta-data-header-content .info {
          text-align: left; } }
  /* line 571, _hogtv.scss */
  .hogtv-meta-data .hogtv-list-keywords {
    margin-bottom: 1em; }
    /* line 573, _hogtv.scss */
    .hogtv-meta-data .hogtv-list-keywords li {
      padding-left: 0; }
      /* line 575, _hogtv.scss */
      .hogtv-meta-data .hogtv-list-keywords li:first-child {
        font-weight: 400; }
      /* line 578, _hogtv.scss */
      .hogtv-meta-data .hogtv-list-keywords li a {
        text-decoration: underline; }

/* line 587, _hogtv.scss */
.hogtv-search .no-result {
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center; }
  /* line 593, _hogtv.scss */
  .hogtv-search .no-result .search-button {
    margin-bottom: 15px; }

/* line 599, _hogtv.scss */
.hogtv-social-media {
  font-size: 29px; }
  /* line 602, _hogtv.scss */
  .hogtv-social-media [data-icon]:before {
    font-family: "icon-font" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  /* line 615, _hogtv.scss */
  .hogtv-social-media [class^="icon-"]:before,
  .hogtv-social-media [class*=" icon-"]:before {
    font-family: "icon-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  /* line 628, _hogtv.scss */
  .hogtv-social-media .icon-googleplus:before {
    content: "\e002"; }
  /* line 632, _hogtv.scss */
  .hogtv-social-media .icon-facebook:before {
    content: "\e00a"; }
  /* line 636, _hogtv.scss */
  .hogtv-social-media .icon-twitter:before {
    content: "\e022"; }
  /* line 640, _hogtv.scss */
  .hogtv-social-media .icon-contact:before {
    content: "\e00d"; }
  /* line 644, _hogtv.scss */
  .hogtv-social-media .icon-contact {
    background-color: grey; }
  /* line 647, _hogtv.scss */
  .hogtv-social-media .icon-socialmedia {
    position: center;
    text-align: center;
    display: inline-block;
    height: 1.25em;
    width: 1.25em;
    color: #ffffff; }
  /* line 656, _hogtv.scss */
  .hogtv-social-media .icon-googleplus {
    background-color: #df4a32; }
  /* line 660, _hogtv.scss */
  .hogtv-social-media .icon-googleplus:before {
    font-size: 0.83em; }
  /* line 664, _hogtv.scss */
  .hogtv-social-media .icon-googleplus:hover {
    background-color: #9c3423; }
  /* line 668, _hogtv.scss */
  .hogtv-social-media .icon-facebook {
    background-color: #3a579a; }
  /* line 672, _hogtv.scss */
  .hogtv-social-media .icon-facebook:before {
    font-size: 0.83em; }
  /* line 676, _hogtv.scss */
  .hogtv-social-media .icon-facebook:hover {
    background-color: #283d6b; }
  /* line 680, _hogtv.scss */
  .hogtv-social-media .icon-twitter {
    background-color: #00abf0; }
  /* line 684, _hogtv.scss */
  .hogtv-social-media .icon-twitter:before {
    font-size: 0.83em; }
  /* line 688, _hogtv.scss */
  .hogtv-social-media .icon-twitter:hover {
    background-color: #006ea8; }
  /* line 692, _hogtv.scss */
  .hogtv-social-media li {
    display: inline-block;
    padding: 0px 0px; }
  /* line 697, _hogtv.scss */
  .hogtv-social-media .to-be-on-line {
    padding-left: 7px;
    height: 25px; }

/* line 705, _hogtv.scss */
#contactFormContainer {
  display: none; }
  /* line 708, _hogtv.scss */
  #contactFormContainer input[name="privacy"] {
    display: none; }
  /* line 712, _hogtv.scss */
  #contactFormContainer textarea {
    resize: none; }
  /* line 716, _hogtv.scss */
  #contactFormContainer .cbr_text {
    font-size: 14px; }
  /* line 720, _hogtv.scss */
  #contactFormContainer .cbr_text:after {
    content: "*";
    vertical-align: 20%;
    top: -0.5em;
    font-size: 75%;
    margin-left: 0.5em; }
  /* line 728, _hogtv.scss */
  #contactFormContainer .hogtv-checkbox-row {
    padding-top: 0px;
    margin-bottom: 1.5em;
    height: 39px; }
    /* line 734, _hogtv.scss */
    #contactFormContainer .hogtv-checkbox-row .cbr_text {
      display: inline-block;
      vertical-align: middle;
      max-width: 80%;
      margin: 0 0 0 34px; }
  /* line 742, _hogtv.scss */
  #contactFormContainer .hogtv-checkbox-row:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  /* line 749, _hogtv.scss */
  #contactFormContainer .hogtv-form-row {
    margin: 0.75em 0 0.75em 0; }
  /* line 753, _hogtv.scss */
  #contactFormContainer .hogtv-privacy {
    top: 0.4em;
    display: inline-block;
    vertical-align: middle; }
  /* line 760, _hogtv.scss */
  #contactFormContainer .subtitle-row .subtitle {
    font-size: 24px; }

/* line 766, _hogtv.scss */
#contactFormCancelButton {
  font-size: 30px;
  border: 0;
  background: none;
  float: right; }

/* line 773, _hogtv.scss */
#contactFormSubmitButton {
  text-transform: none;
  width: 100%;
  height: 38px; }

/* line 779, _hogtv.scss */
#contactFormLinkButton {
  color: #ff7001; }
  /* line 781, _hogtv.scss */
  #contactFormLinkButton:hover {
    text-decoration: underline; }

/* line 788, _hogtv.scss */
.hogtvSubscription #subscriptionFormSuccess {
  text-align: center; }

/* line 793, _hogtv.scss */
.hogtv-subscription-title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center; }

/* line 802, _hogtv.scss */
#subscriptionForm input[name="privacy"] {
  display: none; }
/* line 806, _hogtv.scss */
#subscriptionForm .cbr_checkbox {
  top: 35% !important; }
/* line 810, _hogtv.scss */
#subscriptionForm .cbr_text {
  font-size: 14px;
  margin-right: 0; }
/* line 815, _hogtv.scss */
#subscriptionForm .cbr_text:after {
  content: "*";
  vertical-align: 20%;
  top: -0.5em;
  font-size: 75%;
  margin-left: 0.5em; }
/* line 823, _hogtv.scss */
#subscriptionForm .privacy_text {
  font-size: 14px;
  margin-left: 35px; }
/* line 828, _hogtv.scss */
#subscriptionForm .privacy_text:before {
  content: "*";
  vertical-align: 20%;
  top: -0.5em;
  font-size: 75%;
  margin-left: 0.5em; }
/* line 836, _hogtv.scss */
#subscriptionForm .radio-text:after {
  content: "*";
  vertical-align: 20%;
  top: -0.5em;
  font-size: 75%;
  margin-left: 0.5em; }
/* line 844, _hogtv.scss */
#subscriptionForm #subscriptionFormSubmitButton {
  text-transform: none;
  display: inline-block;
  margin-top: 2em; }
/* line 850, _hogtv.scss */
#subscriptionForm #submitButtonRow {
  text-align: center; }
/* line 854, _hogtv.scss */
#subscriptionForm .radioItem {
  height: 4em;
  cursor: default; }
  /* line 858, _hogtv.scss */
  #subscriptionForm .radioItem i {
    position: absolute;
    top: 13px; }
  /* line 863, _hogtv.scss */
  #subscriptionForm .radioItem span {
    position: absolute;
    top: 16px;
    left: 40px; }

/* line 874, _hogtv.scss */
.hogtvFonts [data-icon]:before {
  font-family: "icon-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* line 887, _hogtv.scss */
.hogtvFonts [class^="icon-"]:before,
.hogtvFonts [class*=" icon-"]:before {
  font-family: "icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* line 900, _hogtv.scss */
.hogtvFonts .icon-tick:before {
  content: "\e019"; }
/* line 904, _hogtv.scss */
.hogtvFonts .icon-tick {
  font-size: 3em;
  background-color: none;
  color: green;
  display: inline-block;
  margin-top: 0.2em; }
/* line 912, _hogtv.scss */
.hogtvFonts .icon-radio {
  font-size: 24px; }
/* line 916, _hogtv.scss */
.hogtvFonts .icon-radio:before {
  content: "\e027";
  color: #b3b3b3; }
/* line 921, _hogtv.scss */
.hogtvFonts input[type=radio] {
  display: none; }
/* line 927, _hogtv.scss */
.hogtvFonts input[type=radio] + label .icon-radio:before {
  content: "\e027"; }
/* line 934, _hogtv.scss */
.hogtvFonts input[type=radio]:checked + label .icon-radio:before {
  content: "\e026" !important;
  color: #ff7001 !important; }
/* line 940, _hogtv.scss */
.hogtvFonts .icon-plus:before {
  content: "\e000"; }
/* line 944, _hogtv.scss */
.hogtvFonts .icon-plus {
  background-color: none;
  color: white;
  display: inline-block; }
/* line 950, _hogtv.scss */
.hogtvFonts .icon-cancel:before {
  content: "\e008"; }
/* line 954, _hogtv.scss */
.hogtvFonts .icon-cancel {
  background-color: none;
  color: grey;
  display: inline-block; }
/* line 960, _hogtv.scss */
.hogtvFonts .icon-checkbox {
  font-size: 24px;
  color: #b3b3b3; }
/* line 965, _hogtv.scss */
.hogtvFonts .icon-checkbox:before {
  content: "\e015"; }
/* line 971, _hogtv.scss */
.hogtvFonts input[type=checkbox]:checked + label .icon-checkbox:before {
  color: #ff7001 !important;
  content: "\e016" !important; }
/* line 978, _hogtv.scss */
.hogtvFonts input[type=checkbox]:disabled + label .icon-checkbox {
  color: #b3b3b3; }

/* line 985, _hogtv.scss */
.vdp_article {
  background-color: #f9f9f9;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 2em; }
  /* line 991, _hogtv.scss */
  .vdp_article p {
    margin-bottom: .35em;
    margin-top: .15em; }
  /* line 995, _hogtv.scss */
  .vdp_article .imgContainer {
    border: 1px solid #b3b3b3; }
  /* line 999, _hogtv.scss */
  .vdp_article .pricearea {
    margin: 1em 0; }
    /* line 1001, _hogtv.scss */
    .vdp_article .pricearea .pa_type {
      font-weight: 400; }
    /* line 1005, _hogtv.scss */
    .vdp_article .pricearea .pa_main {
      font-size: 20px;
      text-align: right; }
    /* line 1009, _hogtv.scss */
    .vdp_article .pricearea .pa_attributes {
      font-size: 14px;
      text-align: right; }
      /* line 1012, _hogtv.scss */
      .vdp_article .pricearea .pa_attributes a {
        text-decoration: underline; }
    /* line 1017, _hogtv.scss */
    .vdp_article .pricearea .pa_netto {
      font-size: 14px;
      text-align: right; }

/* line 1025, _hogtv.scss */
#hogtv-article-teasers .hogtv-article-teaser {
  padding-bottom: 2.5em; }
  /* line 1028, _hogtv.scss */
  #hogtv-article-teasers .hogtv-article-teaser .carousel-controls {
    display: block; }
  /* line 1032, _hogtv.scss */
  #hogtv-article-teasers .hogtv-article-teaser .imgArea {
    background-color: white; }
    /* line 1035, _hogtv.scss */
    #hogtv-article-teasers .hogtv-article-teaser .imgArea img {
      width: auto; }
/* line 1041, _hogtv.scss */
#hogtv-article-teasers .pager-indicators {
  bottom: 2.5em; }

/* line 1049, _hogtv.scss */
.hogtv_videoSlider .carousel-controls {
  display: block !important; }
/* line 1052, _hogtv.scss */
.hogtv_videoSlider.carousel {
  margin-bottom: 0; }
/* line 1055, _hogtv.scss */
.hogtv_videoSlider .carousel-inner {
  margin-bottom: 0; }
/* line 1058, _hogtv.scss */
.hogtv_videoSlider .control {
  top: 50%;
  margin-top: -20px;
  font-size: 50px;
  color: #fff;
  opacity: .35;
  text-shadow: black 0 0 5px; }
  /* line 1067, _hogtv.scss */
  .hogtv_videoSlider .control:hover {
    opacity: 1; }
  @media (min-width: 992px) {
    /* line 1058, _hogtv.scss */
    .hogtv_videoSlider .control {
      margin-top: -18px; } }
/* line 1074, _hogtv.scss */
.hogtv_videoSlider .carousel-controls .control-left {
  margin-left: 0;
  padding: 0 15px; }
  @media (min-width: 992px) {
    /* line 1074, _hogtv.scss */
    .hogtv_videoSlider .carousel-controls .control-left {
      padding: 0 8px; } }
/* line 1081, _hogtv.scss */
.hogtv_videoSlider .carousel-controls .control-right {
  margin-right: 0;
  padding: 0 15px; }
  @media (min-width: 992px) {
    /* line 1081, _hogtv.scss */
    .hogtv_videoSlider .carousel-controls .control-right {
      padding: 0 8px; } }
/* line 1088, _hogtv.scss */
.hogtv_videoSlider .pager-indicators > *.active, .hogtv_videoSlider .pager-indicators > *, .hogtv_videoSlider .btn-icon.btn-primary {
  -webkit-transition: 0.1s ease-in-out all;
  -o-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .35; }
  /* line 1092, _hogtv.scss */
  .hogtv_videoSlider .pager-indicators > *.active:hover, .hogtv_videoSlider .pager-indicators > *:hover, .hogtv_videoSlider .btn-icon.btn-primary:hover {
    opacity: 1; }
/* line 1096, _hogtv.scss */
.hogtv_videoSlider .pager-indicators > *.active {
  opacity: 1 !important; }
/* line 1100, _hogtv.scss */
.hogtv_videoSlider .hogtv_image .btn-icon.btn-primary {
  color: #fff; }
/* line 1103, _hogtv.scss */
.hogtv_videoSlider .hogtv_image .pager-indicators > *.active, .hogtv_videoSlider .hogtv_image .pager-indicators > a {
  background-color: #fff;
  box-shadow: black 0 0 5px; }

/* line 1110, _hogtv.scss */
.hogtv_videoSlide {
  position: relative;
  cursor: auto;
  overflow: hidden; }
  /* line 1115, _hogtv.scss */
  .hogtv_videoSlide .ps_inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 20px 80px;
    position: absolute;
    top: 80px;
    left: 80px;
    bottom: 30%;
    width: 400px; }
    @media (min-width: 540px) {
      /* line 1115, _hogtv.scss */
      .hogtv_videoSlide .ps_inner {
        top: 145px;
        left: 80px;
        padding: 20px 20px 60px; } }
  /* line 1129, _hogtv.scss */
  .hogtv_videoSlide .ps_subheadline {
    font-size: 20px;
    line-height: 1.5;
    padding: 6px 0;
    font-weight: 400;
    width: auto; }
    @media (min-width: 540px) {
      /* line 1129, _hogtv.scss */
      .hogtv_videoSlide .ps_subheadline {
        top: 70px;
        left: 45px; } }
  /* line 1141, _hogtv.scss */
  .hogtv_videoSlide .btn {
    position: absolute;
    bottom: 20px;
    left: 20px; }
  /* line 1147, _hogtv.scss */
  .hogtv_videoSlide .pager-indicators {
    text-align: center;
    position: absolute;
    bottom: 1em;
    left: 0em;
    right: 0em; }
  /* line 1155, _hogtv.scss */
  .hogtv_videoSlide .ps_imageContainer {
    overflow: hidden; }
  /* line 1159, _hogtv.scss */
  .hogtv_videoSlide .hogtv_ic_inner {
    pointer-events: none; }
  /* line 1163, _hogtv.scss */
  .hogtv_videoSlide img {
    width: 100%;
    height: auto; }
  @media (max-width: 992px) {
    /* line 1170, _hogtv.scss */
    .hogtv_videoSlide.hogtv_image .ps_button {
      color: #fff;
      top: 50%; }
    /* line 1175, _hogtv.scss */
    .hogtv_videoSlide .ps_inner {
      position: static;
      width: auto;
      padding: 0 10px;
      background-color: #f9f9f9; }
      /* line 1181, _hogtv.scss */
      .hogtv_videoSlide .ps_inner .btn {
        display: none; }
    /* line 1186, _hogtv.scss */
    .hogtv_videoSlide .hogtv_ic_inner {
      pointer-events: auto; } }
  @media (max-width: 540px) {
    /* line 1193, _hogtv.scss */
    .hogtv_videoSlide .ps_imageContainer .hogtv_ic_inner {
      margin-left: -50%; } }

@media (max-width: 1200px) {
  /* line 1201, _hogtv.scss */
  .hogtv_videoSlider .ps_inner, .hogtv_videoSlider .ps_imageContainer {
    margin: 0 -1px; } }
/* line 1209, _hogtv.scss */
html.touchevents .hogtv_videoSlider .vs_right, html.touchevents .hogtv_videoSlider .vs_left {
  display: none; }

/* line 1218, _hogtv.scss */
.hogtv-coming-soon-error .img-container img {
  margin: 16px auto; }

/* line 632, _mixins.scss */
.clearfix:before, .jrs-inline-list__functions:before, .clearfix:after, .jrs-inline-list__functions:after {
  content: " ";
  display: table; }
/* line 637, _mixins.scss */
.clearfix:after, .jrs-inline-list__functions:after {
  clear: both; }

/* line 12, _utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 15, _utilities.scss */
.pull-right {
  float: right; }

/* line 18, _utilities.scss */
.pull-left {
  float: left;
  line-height: 32px; }

@media (max-width: 540px) {
  /* line 24, _utilities.scss */
  .pull-xs-none {
    float: none; } }
/* line 33, _utilities.scss */
.hide {
  display: none !important; }

/* line 36, _utilities.scss */
.show {
  display: block !important; }

/* line 39, _utilities.scss */
.invisible {
  visibility: hidden; }

/* line 42, _utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 45, _utilities.scss */
.of-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 54, _utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important; }

/* line 65, _utilities.scss */
.vh {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

/* line 78, _utilities.scss */
.affix {
  position: fixed; }

/* line 86, _utilities.scss */
.scroll-touch {
  -webkit-overflow-scrolling: touch; }

/* line 90, _utilities.scss */
.transition {
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all; }

/* line 96, _utilities.scss */
.no-transition-delay {
  -webkit-transition-delay: 0ms !important;
  transition-delay: 0ms !important; }

/* line 100, _utilities.scss */
.img-loaded {
  display: block; }

/* line 104, _utilities.scss */
.no-vertical-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* line 106, _utilities.scss */
.force_two_lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  word-wrap: break-word; }

/* line 117, _utilities.scss */
.clear-pad-right {
  padding-right: 0; }

/* line 121, _utilities.scss */
.clear-pad-left {
  padding-left: 0; }

/* line 125, _utilities.scss */
.flex {
  display: flex; }

/* line 129, _utilities.scss */
.align-items-center {
  align-items: center; }

/* line 133, _utilities.scss */
.justify-content-center {
  justify-content: center; }

/* line 137, _utilities.scss */
.flex-1 {
  flex: 1; }

@-ms-viewport {
  width: device-width; }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
/* line 947, _mixins.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none !important; }

@media (max-width: 539.98px) and (min-width: 0px) {
  /* line 936, _mixins.scss */
  .visible-xs {
    display: block !important; }

  /* line 939, _mixins.scss */
  table.visible-xs {
    display: table !important; }

  /* line 940, _mixins.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 941, _mixins.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; }

  /* line 947, _mixins.scss */
  .hidden-xs {
    display: none !important; } }
@media (max-width: 766.98px) and (min-width: 540px) {
  /* line 936, _mixins.scss */
  .visible-sm {
    display: block !important; }

  /* line 939, _mixins.scss */
  table.visible-sm {
    display: table !important; }

  /* line 940, _mixins.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 941, _mixins.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; }

  /* line 947, _mixins.scss */
  .hidden-sm {
    display: none !important; } }
@media (max-width: 991.98px) and (min-width: 767px) {
  /* line 936, _mixins.scss */
  .visible-md {
    display: block !important; }

  /* line 939, _mixins.scss */
  table.visible-md {
    display: table !important; }

  /* line 940, _mixins.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 941, _mixins.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important; }

  /* line 947, _mixins.scss */
  .hidden-md {
    display: none !important; } }
@media (min-width: 992px) {
  /* line 936, _mixins.scss */
  .visible-lg {
    display: block !important; }

  /* line 939, _mixins.scss */
  table.visible-lg {
    display: table !important; }

  /* line 940, _mixins.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 941, _mixins.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; }

  /* line 947, _mixins.scss */
  .hidden-lg {
    display: none !important; } }
/* line 199, _utilities.scss */
.mqState {
  display: none;
  position: absolute; }
  @media (min-width: 0) {
    /* line 199, _utilities.scss */
    .mqState {
      z-index: 2; } }
  @media (min-width: 540px) {
    /* line 199, _utilities.scss */
    .mqState {
      z-index: 3; } }
  @media (min-width: 767px) {
    /* line 199, _utilities.scss */
    .mqState {
      z-index: 4; } }
  @media (min-width: 992px) {
    /* line 199, _utilities.scss */
    .mqState {
      z-index: 5; } }

/* line 232, _utilities.scss */
html.touch .touch-visible {
  display: block; }
/* line 235, _utilities.scss */
html.touch .touch-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-touch .no-touch-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-touch .no-touch-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-color .input-color-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-color .input-color-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-color .no-input-color-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-color .no-input-color-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-date .input-date-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-date .input-date-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-date .no-input-date-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-date .no-input-date-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-datetime .input-datetime-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-datetime .input-datetime-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-datetime .no-input-datetime-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-datetime .no-input-datetime-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-datetime-local .input-datetime-local-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-datetime-local .input-datetime-local-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-datetime-local .no-input-datetime-local-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-datetime-local .no-input-datetime-local-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-email .input-email-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-email .input-email-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-email .no-input-email-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-email .no-input-email-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-month .input-month-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-month .input-month-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-month .no-input-month-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-month .no-input-month-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-number .input-number-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-number .input-number-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-number .no-input-number-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-number .no-input-number-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-range .input-range-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-range .input-range-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-range .no-input-range-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-range .no-input-range-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-search .input-search-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-search .input-search-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-search .no-input-search-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-search .no-input-search-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-tel .input-tel-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-tel .input-tel-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-tel .no-input-tel-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-tel .no-input-tel-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-time .input-time-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-time .input-time-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-time .no-input-time-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-time .no-input-time-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-url .input-url-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-url .input-url-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-url .no-input-url-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-url .no-input-url-hidden {
  display: none; }

/* line 232, _utilities.scss */
html.input-week .input-week-visible {
  display: block; }
/* line 235, _utilities.scss */
html.input-week .input-week-hidden {
  display: none; }

/* line 241, _utilities.scss */
html.no-input-week .no-input-week-visible {
  display: block; }
/* line 244, _utilities.scss */
html.no-input-week .no-input-week-hidden {
  display: none; }

/* line 251, _utilities.scss */
.ratio-1600-900 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #e7e7e7 url(hoffmann-group-icon.svg) no-repeat center center; }
  /* line 236, _mixins.scss */
  .ratio-1600-900 > img,
  .ratio-1600-900 > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto; }
  /* line 247, _mixins.scss */
  .ratio-1600-900 > iframe,
  .ratio-1600-900 > object,
  .ratio-1600-900 > embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 255, _utilities.scss */
.ratio-1410-406 {
  position: relative;
  padding-bottom: 28.79433%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #e7e7e7 url(hoffmann-group-icon.svg) no-repeat center center; }
  /* line 236, _mixins.scss */
  .ratio-1410-406 > img,
  .ratio-1410-406 > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto; }
  /* line 247, _mixins.scss */
  .ratio-1410-406 > iframe,
  .ratio-1410-406 > object,
  .ratio-1410-406 > embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 259, _utilities.scss */
.ratio-800-400 {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #e7e7e7 url(hoffmann-group-icon.svg) no-repeat center center; }
  /* line 236, _mixins.scss */
  .ratio-800-400 > img,
  .ratio-800-400 > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto; }
  /* line 247, _mixins.scss */
  .ratio-800-400 > iframe,
  .ratio-800-400 > object,
  .ratio-800-400 > embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 263, _utilities.scss */
.ratio-177-250 {
  position: relative;
  padding-bottom: 141.24294%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #e7e7e7 url(hoffmann-group-icon.svg) no-repeat center center; }
  /* line 236, _mixins.scss */
  .ratio-177-250 > img,
  .ratio-177-250 > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto; }
  /* line 247, _mixins.scss */
  .ratio-177-250 > iframe,
  .ratio-177-250 > object,
  .ratio-177-250 > embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@font-face {
  font-family: "icon-font";
  src: url("icon-font.eot");
  src: url("icon-font.eot?#iefix") format("embedded-opentype"), url("icon-font.woff") format("woff"), url("icon-font.ttf") format("truetype"), url("icon-font.svg#icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 15, _pdp.scss */
.fixed-scroll {
  overflow: inherit;
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

/* line 23, _pdp.scss */
.pdp [data-icon]:before {
  font-family: "icon-font";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* line 35, _pdp.scss */
.pdp [class^="icon-"]:before,
.pdp [class*=" icon-"]:before {
  font-family: "icon-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* line 48, _pdp.scss */
.pdp .icon-star-1:before {
  content: "\e003"; }
/* line 51, _pdp.scss */
.pdp .icon-star-half-o:before {
  content: "\e004"; }
/* line 54, _pdp.scss */
.pdp .icon-star-o:before {
  content: "\e005"; }
/* line 57, _pdp.scss */
.pdp .icon-info-circled:before {
  content: "\e00c"; }
/* line 60, _pdp.scss */
.pdp .icon-arrow-flipped:before {
  content: "\e006"; }
/* line 63, _pdp.scss */
.pdp .icon-kreis-minus:before {
  content: "\e009"; }
/* line 66, _pdp.scss */
.pdp .icon-kreis:before {
  content: "\e011"; }
/* line 69, _pdp.scss */
.pdp .icon-play:before {
  content: "\e013"; }
/* line 72, _pdp.scss */
.pdp .icon-kreis-360grad:before {
  content: "\e014"; }
/* line 75, _pdp.scss */
.pdp .icon-kreis-richtig:before {
  content: "\e019"; }
/* line 78, _pdp.scss */
.pdp .icon-info:before {
  content: "\e018"; }
/* line 81, _pdp.scss */
.pdp .icon-schliessenklein:before {
  content: "\e001"; }
/* line 84, _pdp.scss */
.pdp .icon-pfeiltop:before {
  content: "\e012"; }
/* line 87, _pdp.scss */
.pdp .icon-maximize:before {
  content: "\e01a"; }
/* line 90, _pdp.scss */
.pdp .icon-block:before {
  content: "\e01c"; }
/* line 93, _pdp.scss */
.pdp .icon-kreisplay:before {
  content: "\e010"; }
/* line 96, _pdp.scss */
.pdp .icon-linkedin:before {
  content: "\e01b"; }
/* line 99, _pdp.scss */
.pdp .icon-pinterest:before {
  content: "\e01f"; }
/* line 102, _pdp.scss */
.pdp .icon-youtube:before {
  content: "\e021"; }
/* line 105, _pdp.scss */
.pdp .icon-twitter:before {
  content: "\e022"; }
/* line 108, _pdp.scss */
.pdp .icon-googleplus:before {
  content: "\e002"; }
/* line 111, _pdp.scss */
.pdp .icon-facebook:before {
  content: "\e00a"; }
/* line 114, _pdp.scss */
.pdp .icon-done:before {
  content: "\e023"; }
/* line 117, _pdp.scss */
.pdp .icon-hogtv:before {
  content: "\e00e"; }
/* line 120, _pdp.scss */
.pdp .icon-schliessengross:before {
  content: "\e008"; }
/* line 123, _pdp.scss */
.pdp .icon-kreis-plus:before {
  content: "\e000"; }
/* line 126, _pdp.scss */
.pdp .icon-checkboxaktiv:before {
  content: "\e016"; }
/* line 129, _pdp.scss */
.pdp .icon-radioboxaktiv:before {
  content: "\e026"; }
/* line 132, _pdp.scss */
.pdp .icon-radiobox:before {
  content: "\e027"; }
/* line 135, _pdp.scss */
.pdp .icon-checkbox:before {
  content: "\e015"; }
/* line 138, _pdp.scss */
.pdp .icon-checkbox-block:before {
  content: "\e025"; }
/* line 141, _pdp.scss */
.pdp .icon-search:before {
  content: "\e028"; }
/* line 144, _pdp.scss */
.pdp .icon-chevron-left:before {
  content: "\e02b"; }
/* line 147, _pdp.scss */
.pdp .icon-directbuy:before {
  content: "\e02c"; }
/* line 150, _pdp.scss */
.pdp .icon-remove:before {
  content: "\e01d"; }
/* line 153, _pdp.scss */
.pdp .icon-add:before {
  content: "\e02e"; }
/* line 156, _pdp.scss */
.pdp .icon-lock:before {
  content: "\e031"; }
/* line 159, _pdp.scss */
.pdp .icon-edit:before {
  content: "\e02f"; }
/* line 162, _pdp.scss */
.pdp .icon-upload:before {
  content: "\e032"; }
/* line 165, _pdp.scss */
.pdp .icon-download:before {
  content: "\e033"; }
/* line 168, _pdp.scss */
.pdp .icon-swap:before {
  content: "\e034"; }
/* line 171, _pdp.scss */
.pdp .icon-datenblatt:before {
  content: "\e00f"; }
/* line 174, _pdp.scss */
.pdp .icon-addlist:before {
  content: "\e035"; }
/* line 177, _pdp.scss */
.pdp .icon-anfrageartikel:before {
  content: "\e036"; }
/* line 180, _pdp.scss */
.pdp .icon-addtocollection:before {
  content: "\e037"; }
/* line 183, _pdp.scss */
.pdp .icon-print:before {
  content: "\e020"; }
/* line 186, _pdp.scss */
.pdp .icon-communicate:before {
  content: "\e00d"; }
/* line 189, _pdp.scss */
.pdp .icon-letter:before {
  content: "\e024"; }
/* line 192, _pdp.scss */
.pdp .icon-addtocart:before {
  content: "\e038"; }
/* line 195, _pdp.scss */
.pdp .icon-01:before {
  content: "\e03a"; }
/* line 198, _pdp.scss */
.pdp .icon-02:before {
  content: "\e03b"; }
/* line 201, _pdp.scss */
.pdp .icon-03:before {
  content: "\e03c"; }
/* line 204, _pdp.scss */
.pdp .icon-04:before {
  content: "\e03d"; }
/* line 207, _pdp.scss */
.pdp .icon-05:before {
  content: "\e03e"; }
/* line 210, _pdp.scss */
.pdp .icon-06:before {
  content: "\e03f"; }
/* line 213, _pdp.scss */
.pdp .icon-date:before {
  content: "\e039"; }
/* line 216, _pdp.scss */
.pdp .icon-adduser:before {
  content: "\e040"; }
/* line 219, _pdp.scss */
.pdp .icon-paperbin:before {
  content: "\e02a"; }
/* line 222, _pdp.scss */
.pdp .icon-pfeilbottom:before {
  content: "\e029"; }
/* line 225, _pdp.scss */
.pdp .icon-pfeilbottom-1:before {
  content: "\e01e"; }
/* line 228, _pdp.scss */
.pdp .icon-language:before {
  content: "\e042"; }
/* line 231, _pdp.scss */
.pdp .icon-shoppingcart:before, .pdp .jrs-inline-list--item__functions--minicart .navbar-btn i:before, .jrs-inline-list--item__functions--minicart .navbar-btn .pdp i:before {
  content: "\e043"; }
/* line 234, _pdp.scss */
.pdp .icon-logout:before {
  content: "\e045"; }
/* line 237, _pdp.scss */
.pdp .icon-arrowup:before, .pdp .icon-jrs-inline-list-item--arrow__up:before {
  content: "\e046"; }
/* line 240, _pdp.scss */
.pdp .icon-arrowdown:before, .pdp .icon-jrs-inline-list-item--arrow__down:before {
  content: "\e047"; }
/* line 243, _pdp.scss */
.pdp .icon-link-arrow:before {
  content: "\e007"; }
/* line 246, _pdp.scss */
.pdp .icon-breadcrumbarrow:before {
  content: "\e017"; }
/* line 249, _pdp.scss */
.pdp .icon-close:before {
  content: "\e049"; }
/* line 252, _pdp.scss */
.pdp .icon-plus:before {
  content: "\e02d"; }
/* line 255, _pdp.scss */
.pdp .icon-pfeilrechts:before {
  content: "\e048"; }
/* line 258, _pdp.scss */
.pdp .icon-catalog:before {
  content: "\e030"; }
/* line 261, _pdp.scss */
.pdp .icon-pfeilbottom-2:before {
  content: "\e041"; }
/* line 264, _pdp.scss */
.pdp .icon-done-1:before {
  content: "\e04b"; }
/* line 267, _pdp.scss */
.pdp .icon-kreisachtung:before {
  content: "\e04a"; }
/* line 270, _pdp.scss */
.pdp .icon-onlinebrochure:before {
  content: "\e04d"; }
/* line 273, _pdp.scss */
.pdp .icon-artikelliste:before {
  content: "\e00b"; }
/* line 276, _pdp.scss */
.pdp .icon-user:before {
  content: "\e044"; }
/* line 279, _pdp.scss */
.pdp .icon-menu:before {
  content: "\e04c"; }
/* line 282, _pdp.scss */
.pdp .icon-jumpto:before {
  content: "\e04e"; }
/* line 285, _pdp.scss */
.pdp .icon-cad:before {
  content: "\e04f"; }

/* line 290, _pdp.scss */
.categoryNameHeader,
.searchTermHeader {
  font-size: 30px;
  line-height: 1.33333; }

/* line 296, _pdp.scss */
.pll, .phl {
  padding-left: 30px; }

/* line 300, _pdp.scss */
.mls {
  margin-left: 14px; }

/* line 304, _pdp.scss */
.mts {
  margin-top: 14px; }

/* line 308, _pdp.scss */
.mrs {
  margin-right: 14px; }

/* line 312, _pdp.scss */
.mlxs {
  margin-left: 7px; }

/* line 316, _pdp.scss */
.pdp {
  font-size: 16px;
  margin-bottom: 0; }
  /* line 320, _pdp.scss */
  .pdp h1 {
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 400;
    overflow: hidden; }
  /* line 327, _pdp.scss */
  .pdp h2, .pdp .h2, .pdp .secondaryHeadline {
    font-size: 20px;
    line-height: 1.5; }
  /* line 332, _pdp.scss */
  .pdp h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700; }
  /* line 338, _pdp.scss */
  .pdp .grey {
    color: #cdcdcd; }
  /* line 342, _pdp.scss */
  .pdp .primary {
    color: #ff7000; }
  /* line 346, _pdp.scss */
  .pdp .float_left {
    float: left; }
  /* line 350, _pdp.scss */
  .pdp .float_right {
    float: right; }
  /* line 354, _pdp.scss */
  .pdp .muted {
    color: #b3b3b3; }
  /* line 358, _pdp.scss */
  .pdp .borderTop {
    border-top: 1px solid transparent; }
  /* line 362, _pdp.scss */
  .pdp .borderRight {
    border-right: 1px solid transparent; }
  /* line 366, _pdp.scss */
  .pdp .borderBottom {
    border-bottom: 1px solid transparent; }
  /* line 370, _pdp.scss */
  .pdp .borderLeft {
    border-left: 1px solid transparent; }
  /* line 374, _pdp.scss */
  .pdp .b_grey {
    border-color: #cdcdcd; }
  /* line 378, _pdp.scss */
  .pdp .bg_grey {
    background-color: #cdcdcd; }
  /* line 382, _pdp.scss */
  .pdp .bg_bright, .pdp .bg_bright_odd > :nth-child(odd) {
    background-color: #e7e7e7; }
  /* line 386, _pdp.scss */
  .pdp .pal {
    padding: 30px; }
  /* line 390, _pdp.scss */
  .pdp .plz {
    padding-left: 0px; }
  /* line 394, _pdp.scss */
  .pdp .prz {
    padding-right: 0px; }
  /* line 398, _pdp.scss */
  .pdp .ptl {
    padding-top: 1em; }
  /* line 402, _pdp.scss */
  .pdp .pbl {
    padding-bottom: 1em; }
  /* line 406, _pdp.scss */
  .pdp .pts, .pdp .pvs {
    padding-top: 14px; }
  /* line 410, _pdp.scss */
  .pdp .ptx {
    padding-top: 5px; }
  /* line 414, _pdp.scss */
  .pdp .pbx {
    padding-bottom: 5px; }
  /* line 418, _pdp.scss */
  .pdp .plm, .pdp .phm {
    padding-left: 18px; }
  /* line 422, _pdp.scss */
  .pdp .ptm, .pdp .pvm {
    padding-top: 18px; }
  /* line 426, _pdp.scss */
  .pdp .pbs {
    padding-bottom: 14px; }
  /* line 430, _pdp.scss */
  .pdp .prm, .pdp .phm {
    padding-right: 18px; }
  /* line 434, _pdp.scss */
  .pdp .prl, .pdp .phl {
    padding-right: 30px; }
  /* line 438, _pdp.scss */
  .pdp .pas {
    padding: 14px; }
  /* line 442, _pdp.scss */
  .pdp .prs {
    padding-right: 14px; }
  /* line 446, _pdp.scss */
  .pdp .pbs, .pdp .pvs {
    padding-bottom: 14px; }
  /* line 450, _pdp.scss */
  .pdp .pbm, .pdp .pvm {
    padding-bottom: 18px; }
  /* line 454, _pdp.scss */
  .pdp .mas {
    margin: 14px; }
  /* line 458, _pdp.scss */
  .pdp .mtl, .pdp .mvl {
    margin-top: 30px; }
  /* line 462, _pdp.scss */
  .pdp .mrm {
    margin-right: 18px; }
  /* line 466, _pdp.scss */
  .pdp .mrn {
    margin-right: -9px; }
  /* line 470, _pdp.scss */
  .pdp .mln {
    margin-left: -9px; }
  /* line 474, _pdp.scss */
  .pdp .mls {
    margin-left: 14px; }
  /* line 478, _pdp.scss */
  .pdp .mlm {
    margin-left: 18px; }
  /* line 482, _pdp.scss */
  .pdp .mll {
    margin-left: 30px; }
  /* line 486, _pdp.scss */
  .pdp .mtx {
    margin-top: 5px; }
  /* line 490, _pdp.scss */
  .pdp .mbs {
    margin-bottom: 14px; }
  /* line 494, _pdp.scss */
  .pdp .mbx {
    margin-bottom: 5px; }
  /* line 498, _pdp.scss */
  .pdp .mtm, .pdp .mvm {
    margin-top: 18px; }
  /* line 502, _pdp.scss */
  .pdp .mbm, .pdp .mvm {
    margin-bottom: 18px; }
  /* line 506, _pdp.scss */
  .pdp .mbl, .pdp .mvl {
    margin-bottom: 20px; }
  /* line 510, _pdp.scss */
  .pdp .bold {
    font-weight: 700;
    /* bold */ }
  /* line 514, _pdp.scss */
  .pdp .abs {
    position: absolute; }
  /* line 518, _pdp.scss */
  .pdp .rel {
    position: relative; }
  /* line 522, _pdp.scss */
  .pdp .ctr {
    text-align: center; }
  /* line 526, _pdp.scss */
  .pdp .dib {
    display: inline-block; }
  /* line 530, _pdp.scss */
  .pdp .dt {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  /* line 537, _pdp.scss */
  .pdp .dtc {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top; }
  /* line 544, _pdp.scss */
  .pdp .note {
    font-size: 14px;
    line-height: 1.42857; }
  /* line 549, _pdp.scss */
  .pdp .module_header {
    margin-bottom: 0; }
  /* line 553, _pdp.scss */
  .pdp .margin22pxtop {
    margin-top: 22px; }
  /* line 557, _pdp.scss */
  .pdp .removemargin {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px; }
  /* line 565, _pdp.scss */
  .pdp .orderBox_inner .product-details-price .note {
    text-align: right; }
  /* line 569, _pdp.scss */
  .pdp .orderBox_inner .label-delivery-from-germany {
    color: #f5b400;
    font-size: 14px; }
  /* line 574, _pdp.scss */
  .pdp .orderBox_inner .label-delivery-from-russia {
    color: #49ab1d;
    font-size: 14px; }
  /* line 579, _pdp.scss */
  .pdp .orderBox_inner .label-availability {
    color: #f5b400;
    font-size: 14px; }
    /* line 583, _pdp.scss */
    .pdp .orderBox_inner .label-availability.available {
      color: #49ab1d; }
  /* line 589, _pdp.scss */
  .pdp .spinnerContainer {
    background-color: transparent !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    position: absolute; }
    /* line 598, _pdp.scss */
    .pdp .spinnerContainer:before {
      display: inline-block;
      content: '';
      height: 100%;
      vertical-align: middle;
      margin-right: -5px; }
    /* line 606, _pdp.scss */
    .pdp .spinnerContainer img {
      display: inline-block; }

/* line 613, _pdp.scss */
.height100 {
  height: 100%; }

/* line 617, _pdp.scss */
.m360-hint {
  cursor: pointer; }

/* line 621, _pdp.scss */
.hg-margin-top {
  margin-top: 30px; }

/* line 625, _pdp.scss */
.hg-brand-list-anchor {
  position: absolute;
  top: -175px; }

/* line 631, _pdp.scss */
.pdp .list-products {
  margin-top: 1em;
  margin-bottom: 0; }
  /* line 636, _pdp.scss */
  .pdp .list-products form {
    white-space: normal; }
  /* line 640, _pdp.scss */
  .pdp .list-products.list-removable-items > li {
    position: relative; }
  /* line 643, _pdp.scss */
  .pdp .list-products.list-removable-items > * {
    padding: 3em 0 0 0; }
    @media (max-width: 992px) {
      /* line 643, _pdp.scss */
      .pdp .list-products.list-removable-items > * {
        padding-top: 1em; } }
  /* line 655, _pdp.scss */
  .pdp .list-products > * {
    padding: 1em 0 1em 0;
    border-bottom: 1px solid #cdcdcd; }
    /* line 660, _pdp.scss */
    .pdp .list-products > * > .row {
      margin-bottom: 0; }
  /* line 666, _pdp.scss */
  .pdp .list-products .list-products-image {
    /*float: left;
    width: $font-size-base * 7.5;
    margin-right: 1em;*/ }
    /* line 671, _pdp.scss */
    .pdp .list-products .list-products-image + .row {
      margin-left: 146px; }
      @media (max-width: 540px) {
        /* line 671, _pdp.scss */
        .pdp .list-products .list-products-image + .row {
          overflow: visible;
          margin-left: 0;
          margin-right: 0; } }
  /* line 684, _pdp.scss */
  .pdp .list-products.article-list-page .list-products-image + .row {
    margin-left: 162px; }
    @media (max-width: 540px) {
      /* line 684, _pdp.scss */
      .pdp .list-products.article-list-page .list-products-image + .row {
        margin-left: 0; } }
/* line 694, _pdp.scss */
.pdp .list-products form.updateQuantityForm {
  margin-top: 0; }
/* line 697, _pdp.scss */
.pdp .qtyAccessoryPadding {
  padding: 6px 8px; }

/* line 704, _pdp.scss */
.pdp .manufacturerHeadline_outer {
  position: relative; }
/* line 707, _pdp.scss */
.pdp .manufacturerHeadline {
  position: static; }
/* line 710, _pdp.scss */
.pdp .navigationNodes {
  overflow: hidden;
  line-height: 36px;
  height: 42px; }
/* line 716, _pdp.scss */
.pdp .manufacturerHeadline .row {
  border-bottom: 1px solid #cdcdcd;
  margin-left: 0;
  margin-right: 0; }
/* line 721, _pdp.scss */
.pdp .manufacturerHeadline .col-lg-1, .pdp .manufacturerHeadline .col-lg-2, .pdp .manufacturerHeadline .col-lg-3, .pdp .manufacturerHeadline .col-lg-4, .pdp .manufacturerHeadline .col-lg-5, .pdp .manufacturerHeadline .col-lg-6, .pdp .manufacturerHeadline .col-lg-7, .pdp .manufacturerHeadline .col-lg-8, .pdp .manufacturerHeadline .col-lg-9, .pdp .manufacturerHeadline .col-lg-10, .pdp .manufacturerHeadline .col-lg-11, .pdp .manufacturerHeadline .col-lg-12 {
  padding-left: 0;
  padding-right: 0; }
/* line 727, _pdp.scss */
.pdp .topManufacturer {
  padding: 8px 0px 6px; }
  /* line 729, _pdp.scss */
  .pdp .topManufacturer img {
    display: inline-block;
    max-height: 20px; }
  /* line 733, _pdp.scss */
  .pdp .topManufacturer .articleNo {
    display: inline-block; }
  /* line 736, _pdp.scss */
  .pdp .topManufacturer .articleNo {
    margin-top: 1px; }
/* line 741, _pdp.scss */
.pdp .manufacturerFallback {
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #c4c4c4;
  padding: 4px 12px;
  display: inline-block; }
/* line 749, _pdp.scss */
.pdp .manufacturerImage {
  max-height: 27px;
  max-width: 100px;
  overflow: hidden; }
/* line 755, _pdp.scss */
.pdp .manufacturer {
  padding: 8px 0 8px; }
/* line 759, _pdp.scss */
.pdp .anchor {
  position: absolute;
  top: -248px; }
/* line 765, _pdp.scss */
.pdp .list-blocks > *:first-child {
  border-top: none; }
/* line 769, _pdp.scss */
.pdp .list-blocks .navWrapper {
  z-index: 495;
  background-color: white; }
/* line 774, _pdp.scss */
.pdp .list-blocks .pbm {
  padding-bottom: 1.125em; }
/* line 779, _pdp.scss */
.pdp .downloadableDataLinks {
  color: #ff7000; }
@media (min-width: 992px) {
  /* line 785, _pdp.scss */
  .pdp .manufacturerHeadline.posFixed {
    position: fixed;
    border-bottom: 1px solid #cdcdcd;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 495;
    background-color: #fff; }
  /* line 795, _pdp.scss */
  .pdp .manufacturerHeadline.posFixed .row {
    border-bottom: 0px solid #cdcdcd; } }

/* line 803, _pdp.scss */
.pdpBreadcrumb {
  position: relative;
  z-index: 498; }

/* line 809, _pdp.scss */
.pdp .classificationData {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  /* line 816, _pdp.scss */
  .pdp .classificationData .row {
    padding: 4px 8px; }

/* line 823, _pdp.scss */
.pdp .img-nudge {
  margin: 0; }
/* line 827, _pdp.scss */
.pdp .icon-done {
  font-size: .85em; }

/* line 832, _pdp.scss */
.pdp {
  /* color for Isocode*/ }
  /* line 834, _pdp.scss */
  .pdp .cuttingPilotIsocode_N {
    color: #5ECA92; }
  /* line 837, _pdp.scss */
  .pdp .cuttingPilotIsocode_P {
    color: #1461A8; }
  /* line 840, _pdp.scss */
  .pdp .cuttingPilotIsocode_H {
    color: #2E2C2D; }
  /* line 843, _pdp.scss */
  .pdp .cuttingPilotIsocode_M {
    color: #F8D247; }
  /* line 846, _pdp.scss */
  .pdp .cuttingPilotIsocode_S {
    color: #F59959; }
  /* line 849, _pdp.scss */
  .pdp .cuttingPilotIsocode_K {
    color: #F02848; }
  /* line 857, _pdp.scss */
  .pdp .cellBottomBorderBlack {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #000000; }
  /* line 863, _pdp.scss */
  .pdp .cuttingPilotTable {
    padding: 0;
    margin: 0; }
  /* line 868, _pdp.scss */
  .pdp .cuttingPilotTableHeader {
    height: 80px;
    border-top-width: 5px;
    border-top-style: solid;
    overflow: hidden; }
    /* line 874, _pdp.scss */
    .pdp .cuttingPilotTableHeader.headerTableBeginning {
      border-top: none; }
    /* line 878, _pdp.scss */
    .pdp .cuttingPilotTableHeader img {
      margin: 0 auto;
      width: 100%;
      height: auto; }
  /* line 885, _pdp.scss */
  .pdp .headerTableBeginning {
    text-align: left; }
  /* line 889, _pdp.scss */
  .pdp .headerTableNormal {
    text-align: center; }
  /* line 893, _pdp.scss */
  .pdp .cuttingPilotCol {
    float: left;
    padding: 0;
    margin: 0 1px 1px 0;
    width: 66px;
    border: 1px solid #000; }
  /* line 901, _pdp.scss */
  .pdp .cuttingPilotTableRow {
    padding: 0;
    margin: 0; }
  /* line 906, _pdp.scss */
  .pdp .cuttingPilotTableCell {
    padding: 2px;
    position: relative; }
  /* line 915, _pdp.scss */
  .pdp .cuttingPilotCellLightGrey {
    background-color: #eeeeee; }
  /* line 919, _pdp.scss */
  .pdp .cuttingPilotCellaptitude {
    text-align: center;
    padding-top: 6px; }
  /* line 924, _pdp.scss */
  .pdp .toolscout-link-container .icon {
    width: 98px; }
  /* line 928, _pdp.scss */
  .pdp .toolscoutPic {
    height: 80px;
    width: 80px;
    max-width: 80px; }

/* line 937, _pdp.scss */
.pdp .eClass {
  padding-bottom: 2px; }

/* line 945, _pdp.scss */
.pdp .featureIcon {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px; }
@media (min-width: 992px) {
  /* line 954, _pdp.scss */
  .pdp .featureIcon {
    margin-right: 15px;
    margin-bottom: 15px; } }

/* stylelint-disable no-descending-specificity */
/* line 964, _pdp.scss */
.pdp .btn-filter-pill {
  display: block;
  float: left;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ff7000;
  padding: 5px 9px 5px 10px;
  margin: 5px;
  cursor: pointer;
  background: none;
  color: #ff7000;
  height: auto; }
  /* line 977, _pdp.scss */
  .pdp .btn-filter-pill:hover {
    background-color: #ff7000;
    color: #fff; }
  /* line 982, _pdp.scss */
  .pdp .btn-filter-pill i {
    position: relative;
    bottom: -2px;
    margin-right: 2px; }
/* line 989, _pdp.scss */
.pdp .filter-pill-label {
  display: inline-block;
  line-height: 30px; }
  @media (max-width: 540px) {
    /* line 989, _pdp.scss */
    .pdp .filter-pill-label {
      line-height: inherit; } }
/* line 997, _pdp.scss */
.pdp .btn-filter-reset {
  color: #333;
  background: #fff;
  border: 1px solid #333; }
  /* line 1002, _pdp.scss */
  .pdp .btn-filter-reset:hover {
    background-color: #ff7000;
    color: #ffffff;
    border: 1px solid #ff7000; }
/* line 1009, _pdp.scss */
.pdp .facetSearchContainer {
  margin-top: 20px;
  margin-bottom: 10px; }
  /* line 1013, _pdp.scss */
  .pdp .facetSearchContainer .facetHeadline {
    margin-bottom: 5px; }
@media (max-width: 767px) {
  /* line 1020, _pdp.scss */
  .pdp .filterSidebar .facetInputGroup {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0; }
    /* line 1027, _pdp.scss */
    .pdp .filterSidebar .facetInputGroup ul li {
      border-bottom: 1px solid #CDCDCD;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  /* line 1039, _pdp.scss */
  .pdp .filterSidebar .facetInputGroupRange {
    padding-right: 20px;
    padding-top: 20px; } }
@media (max-width: 766.98px) and (min-width: 540px) {
  /* line 1046, _pdp.scss */
  .pdp .filterSidebar .facetInputGroup ul {
    max-height: calc(100vh - 160px); } }
@media (max-width: 539.98px) and (min-width: 0px) {
  /* line 1052, _pdp.scss */
  .pdp .filterSidebar .facetInputGroup ul {
    max-height: calc(100vh - 190px); } }
/* line 1057, _pdp.scss */
.pdp .filterSidebar .sortingContainer {
  -webkit-transform: translateX(540px);
  -ms-transform: translateX(540px);
  transform: translateX(540px);
  -webkit-transition: 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: 0.5s cubic-bezier(0, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0, 0, 0.3, 1);
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  margin: 0; }
  /* line 1071, _pdp.scss */
  .pdp .filterSidebar .sortingContainer li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    border-bottom: 1px solid #CDCDCD;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0 0 0 20px;
    font-size: 14px; }
    /* line 1084, _pdp.scss */
    .pdp .filterSidebar .sortingContainer li:hover, .pdp .filterSidebar .sortingContainer li:active {
      background-color: #F5F5F5; }
/* line 1092, _pdp.scss */
.pdp .facetInputGroup {
  width: auto;
  background-color: #fff;
  padding: 20px 20px 11px 0;
  border: 1px solid #CDCDCD;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 999;
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
  /* line 1110, _pdp.scss */
  .pdp .facetInputGroup ul {
    list-style-position: outside;
    list-style-type: none;
    background-color: #FFF;
    max-height: 300px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0; }
    /* line 1121, _pdp.scss */
    .pdp .facetInputGroup ul::-webkit-scrollbar {
      width: 6px; }
    /* line 1125, _pdp.scss */
    .pdp .facetInputGroup ul::-webkit-scrollbar-track {
      background-color: #eaeaea;
      border-left: 1px solid #ccc; }
    /* line 1130, _pdp.scss */
    .pdp .facetInputGroup ul::-webkit-scrollbar-thumb {
      background-color: #ccc; }
    /* line 1134, _pdp.scss */
    .pdp .facetInputGroup ul::-webkit-scrollbar-thumb:hover {
      background-color: #aaa; }
    /* line 1138, _pdp.scss */
    .pdp .facetInputGroup ul li {
      display: block;
      margin-top: 0;
      padding: 0 7px 0 46px;
      width: 100%;
      position: relative; }
      /* line 1145, _pdp.scss */
      .pdp .facetInputGroup ul li:hover {
        background-color: #F5F5F5; }
      /* line 1149, _pdp.scss */
      .pdp .facetInputGroup ul li label {
        display: inline;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 20px;
        padding: 10px 0;
        width: 100%; }
      /* line 1159, _pdp.scss */
      .pdp .facetInputGroup ul li input[type="checkbox"] {
        position: absolute;
        left: -50px; }
        /* line 1163, _pdp.scss */
        .pdp .facetInputGroup ul li input[type="checkbox"] ~ i {
          font-size: 20px;
          line-height: 1;
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 20px;
          color: #CDCDCD; }
          /* line 1175, _pdp.scss */
          .pdp .facetInputGroup ul li input[type="checkbox"] ~ i:before {
            content: "\e015"; }
        /* line 1180, _pdp.scss */
        .pdp .facetInputGroup ul li input[type="checkbox"]:checked ~ i {
          color: #ff7000 !important;
          outline: none; }
          /* line 1184, _pdp.scss */
          .pdp .facetInputGroup ul li input[type="checkbox"]:checked ~ i:before {
            content: "\e016"; }
  /* line 1192, _pdp.scss */
  .pdp .facetInputGroup .button-wrapper {
    padding-left: 20px; }
  /* line 1196, _pdp.scss */
  .pdp .facetInputGroup .oldFacetButton {
    margin-left: 20px;
    width: calc(100% - 20px) !important; }
  /* line 1201, _pdp.scss */
  .pdp .facetInputGroup button.facet-search-btn {
    position: absolute;
    background: transparent none repeat scroll 0 0;
    right: 24px;
    top: 45px;
    margin-top: 0;
    padding: 0;
    border: medium none;
    color: #ff7000; }
  /* line 1212, _pdp.scss */
  .pdp .facetInputGroup input.facet-search {
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    line-height: 1.42857;
    color: #5C5C5C;
    background-image: none;
    border: 1px solid #CDCDCD;
    margin-bottom: 12px; }
  /* line 1223, _pdp.scss */
  .pdp .facetInputGroup button.facet-close,
  .pdp .facetInputGroup button.facet-submit {
    font-size: 14px;
    line-height: 1.42857;
    margin-top: 11px;
    width: 100%;
    height: 40px;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  /* line 1235, _pdp.scss */
  .pdp .facetInputGroup button.facet-close {
    background: #fff;
    border-color: #333; }
    /* line 1239, _pdp.scss */
    .pdp .facetInputGroup button.facet-close:hover {
      background: #ff7000;
      border-color: #ff7000;
      color: #fff; }
  /* line 1247, _pdp.scss */
  .pdp .facetInputGroup button.facet-submit {
    background: #ff7000;
    border-color: #ff7000;
    color: #fff; }
    /* line 1252, _pdp.scss */
    .pdp .facetInputGroup button.facet-submit:hover {
      background: #E75915;
      border-color: #E75915; }
/* line 1259, _pdp.scss */
.pdp.joboffer-table .filtercol .facetInputGroup ul {
  height: 206px; }
@media (min-width: 992px) {
  /* line 1271, _pdp.scss */
  .pdp .filtercol_md_5 {
    width: 20%;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px; } }
/* line 1281, _pdp.scss */
.pdp .filtercol {
  position: relative; }
  /* line 1284, _pdp.scss */
  .pdp .filtercol i.icon-pfeilbottom, .pdp .filtercol i.icon-kreis-plus, .pdp .filtercol i.icon-kreis-minus, .pdp .filtercol .facet-label i.icon-pfeiltop {
    font-size: 23px;
    position: absolute;
    top: 4px; }
  /* line 1291, _pdp.scss */
  .pdp .filtercol i.icon-pfeilbottom, .pdp .filtercol i.icon-kreis-plus, .pdp .filtercol i.icon-kreis-minus {
    right: 27px; }
  /* line 1295, _pdp.scss */
  .pdp .filtercol .facet-label i.icon-pfeiltop {
    right: 20px; }
/* line 1300, _pdp.scss */
.pdp .initialFilterLabel, .pdp .facetInputGroup label {
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
/* line 1308, _pdp.scss */
.pdp .initialFilterLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 40px;
  width: 100%;
  padding: 0 12px 0 20px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #CDCDCD;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
/* line 1328, _pdp.scss */
.pdp .facets.select-styled {
  display: block;
  height: 40px;
  background-color: #e7e7e7;
  border: 1px solid #CDCDCD;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  /* line 1335, _pdp.scss */
  .pdp .facets.select-styled .initialFilterLabel {
    display: block;
    height: 40px;
    background-color: #e7e7e7;
    border: 1px solid #CDCDCD;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    /* line 1342, _pdp.scss */
    .pdp .facets.select-styled .initialFilterLabel i.icon-arrowdown, .pdp .facets.select-styled .initialFilterLabel i.icon-jrs-inline-list-item--arrow__down, .pdp .facets.select-styled .initialFilterLabel i.icon-jrs-inline-list-item--arrow__down, .pdp .facets.select-styled .initialFilterLabel i.icon-arrowup, .pdp .facets.select-styled .initialFilterLabel i.icon-jrs-inline-list-item--arrow__up, .pdp .facets.select-styled .initialFilterLabel i.icon-jrs-inline-list-item--arrow__up {
      font-size: 26px;
      line-height: 1;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      float: right; }
  /* line 1353, _pdp.scss */
  .pdp .facets.select-styled .facet-toggle-state ~ .facetInputGroup {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.5s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: 0.5s cubic-bezier(0, 0, 0.3, 1);
    transition: 0.5s cubic-bezier(0, 0, 0.3, 1); }
@media (min-width: 767px) {
  /* line 1365, _pdp.scss */
  .pdp .initialFilterLabel {
    display: block;
    height: 40px;
    background-color: #e7e7e7;
    border: 1px solid #CDCDCD;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    /* line 1373, _pdp.scss */
    .pdp .initialFilterLabel:hover {
      border: 1px solid #333333; }
    /* line 1377, _pdp.scss */
    .pdp .initialFilterLabel i {
      float: right; }
    /* line 1381, _pdp.scss */
    .pdp .initialFilterLabel i.icon-arrowdown, .pdp .initialFilterLabel i.icon-jrs-inline-list-item--arrow__down, .pdp .initialFilterLabel i.icon-arrowup, .pdp .initialFilterLabel i.icon-jrs-inline-list-item--arrow__up {
      font-size: 26px;
      line-height: 1;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    /* line 1391, _pdp.scss */
    .pdp .initialFilterLabel select {
      opacity: 0;
      position: absolute;
      top: 0; }
  /* line 1400, _pdp.scss */
  .pdp .facet-toggle-state:checked ~ .initialFilterLabel {
    background-color: #fff;
    border: 1px solid #333333; }
    /* line 1404, _pdp.scss */
    .pdp .facet-toggle-state:checked ~ .initialFilterLabel .icon-arrowdown:before, .pdp .facet-toggle-state:checked ~ .initialFilterLabel .icon-jrs-inline-list-item--arrow__down:before {
      content: "\e046"; } }
/* line 1412, _pdp.scss */
.pdp .showAllFilters {
  display: none;
  text-align: center; }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 1417, _pdp.scss */
    .pdp .showAllFilters:nth-child(n+6) {
      display: block; } }
  @media (min-width: 992px) {
    /* line 1423, _pdp.scss */
    .pdp .showAllFilters:nth-child(n+8) {
      display: block; } }
  /* line 1434, _pdp.scss */
  .pdp .showAllFilters label {
    background: #fff;
    border: 1px solid #333333; }
    /* line 1438, _pdp.scss */
    .pdp .showAllFilters label:hover {
      border-color: #ff7000;
      background: #ff7000;
      color: #fff; }
@media (max-width: 540px) {
  /* line 1447, _pdp.scss */
  .pdp .row .filtercol .initialFilterLabel {
    border-bottom: 1px solid #CDCDCD; } }
/* line 1452, _pdp.scss */
.pdp .joboffers {
  border-top: 1px solid #CDCDCD;
  margin: 14px 0 0 0; }
@media (max-width: 540px) {
  /* line 1459, _pdp.scss */
  .pdp .navigation-mobile-CloseBtn {
    background: #fff;
    height: 62px;
    position: relative;
    border-bottom: 1px solid #c7c7c7; }
    /* line 1465, _pdp.scss */
    .pdp .navigation-mobile-CloseBtn .fancybox-close {
      right: 17px; } }
/* line 1471, _pdp.scss */
.pdp .control_moreButton {
  background: #ffffff; }
  /* line 1474, _pdp.scss */
  .pdp .control_moreButton:hover {
    color: #ffffff;
    background: #ff7000;
    border-color: #ff7000; }

@media (max-width: 767px) {
  /* line 1484, _pdp.scss */
  .facet-toggle-state ~ .facetInputGroup {
    -webkit-transform: translateX(540px);
    -ms-transform: translateX(540px);
    transform: translateX(540px);
    -webkit-transition: 0.5s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: 0.5s cubic-bezier(0, 0, 0.3, 1);
    transition: 0.5s cubic-bezier(0, 0, 0.3, 1);
    display: none; }
  /* line 1495, _pdp.scss */
  .facet-toggle-state:checked ~ .facetInputGroup {
    display: block; }

  /* line 1501, _pdp.scss */
  .facet-value {
    color: #F36F02;
    margin-right: 10px;
    width: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: right;
    overflow: hidden; } }
@media (min-width: 767px) {
  /* line 1514, _pdp.scss */
  .facet-toggle-state ~ .facetInputGroup {
    display: none; }
  /* line 1519, _pdp.scss */
  .facet-toggle-state:checked ~ .facetInputGroup {
    display: block; } }
/* line 1526, _pdp.scss */
.categoriesAndFilterContainer {
  margin: -5px; }
  /* line 632, _mixins.scss */
  .categoriesAndFilterContainer:before, .categoriesAndFilterContainer:after {
    content: " ";
    display: table; }
  /* line 637, _mixins.scss */
  .categoriesAndFilterContainer:after {
    clear: both; }
  /* line 1530, _pdp.scss */
  .categoriesAndFilterContainer > * {
    margin: 5px;
    float: left; }

/* line 1536, _pdp.scss */
.categoriesAndFilter {
  width: calc(50% - 10.01px); }
  @media (max-width: 539.98px) and (min-width: 0px) {
    /* line 1536, _pdp.scss */
    .categoriesAndFilter {
      width: calc(100% - 10.01px); } }

/* line 1544, _pdp.scss */
.facetContainer {
  margin: -5px; }
  /* line 632, _mixins.scss */
  .facetContainer:before, .facetContainer:after {
    content: " ";
    display: table; }
  /* line 637, _mixins.scss */
  .facetContainer:after {
    clear: both; }
  @media (max-width: 767px) {
    /* line 1544, _pdp.scss */
    .facetContainer {
      display: none; } }
  /* line 1552, _pdp.scss */
  .facetContainer > * {
    margin: 5px;
    float: left; }

/* line 1558, _pdp.scss */
.all-filters-toggle-state:checked ~ .facetContainer {
  display: block; }

/* line 1562, _pdp.scss */
.facet {
  position: relative; }
  /* line 1566, _pdp.scss */
  .facet .facetInputGroup.showFacet {
    display: block; }
  /* line 1571, _pdp.scss */
  .facet:last-child.showAllFilters {
    margin-right: 0; }
  @media (min-width: 767px) {
    /* line 1562, _pdp.scss */
    .facet {
      margin-bottom: 10px; }
      /* line 1578, _pdp.scss */
      .facet:first-child {
        margin-right: 10px; }
      /* line 1582, _pdp.scss */
      .facet + .facet {
        margin-right: 10px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 1562, _pdp.scss */
    .facet {
      width: calc(50% - 5px); } }
  @media (min-width: 992px) {
    /* line 1562, _pdp.scss */
    .facet {
      width: calc(33.33333% - 6.67px); } }

@media (max-width: 539.98px) and (min-width: 0px) {
  /* line 1600, _pdp.scss */
  .facets {
    height: calc(100% - 190px); } }
@media (max-width: 766.98px) and (min-width: 540px) {
  /* line 1600, _pdp.scss */
  .facets {
    height: calc(100% - 160px); } }
@media (max-width: 767px) {
  /* line 1610, _pdp.scss */
  .facets:not(.select-styled) {
    overflow: hidden; }
  /* line 1613, _pdp.scss */
  .facets::-webkit-scrollbar {
    display: none; } }
@media (min-width: 767px) {
  /* line 1600, _pdp.scss */
  .facets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 991.98px) and (min-width: 767px) {
  /* line 1627, _pdp.scss */
  .facets .facet:nth-child(2n + 1) {
    margin-right: 0; }
  /* line 1630, _pdp.scss */
  .facets .facet:nth-child(n+5):not(:last-child) {
    display: none; } }
@media (min-width: 992px) {
  /* line 1636, _pdp.scss */
  .facets .facet:nth-child(3n + 1) {
    margin-right: 0; }
  /* line 1639, _pdp.scss */
  .facets .facet:nth-child(n+7):not(:last-child) {
    display: none; } }

/* Force show until Sushi search becomes default. */
/* line 1656, _pdp.scss */
.facet--joboffer {
  display: block !important; }

/* line 1660, _pdp.scss */
.show-more-filters-toggle-state:checked ~ .facetContainer .facet:nth-child(n):not(.showAllFilters) {
  display: block !important; }
/* line 1664, _pdp.scss */
.show-more-filters-toggle-state:checked ~ .facetContainer .facet.showAllFilters {
  display: none; }

/* line 1669, _pdp.scss */
.activeFilterWrapper {
  margin: 5px -5px 10px -5px; }

/* line 1673, _pdp.scss */
.facetInputGroup {
  display: none; }
  /* line 1675, _pdp.scss */
  .facetInputGroup__search {
    padding: 0 0 20px 20px; }
    /* line 1677, _pdp.scss */
    .facetInputGroup__search .filters_search {
      border: 1px solid #cdcdcd;
      padding: 10px;
      width: 100%; }

/* line 1686, _pdp.scss */
.facet-toggle-state ~ .facetInputGroup {
  display: none; }
/* line 1691, _pdp.scss */
.facet-toggle-state:checked ~ .facetInputGroup {
  display: block; }
/* line 1695, _pdp.scss */
.facet-toggle-state:checked ~ .initialFilterLabel {
  background-color: #fff;
  border: 1px solid #333333; }
  /* line 1699, _pdp.scss */
  .facet-toggle-state:checked ~ .initialFilterLabel .icon-arrowdown:before, .facet-toggle-state:checked ~ .initialFilterLabel .icon-jrs-inline-list-item--arrow__down:before {
    content: "\e046"; }

/* line 1706, _pdp.scss */
.form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -10px;
  padding-left: 20px;
  padding-bottom: 9px; }
  /* line 1717, _pdp.scss */
  .form-controls > * {
    margin: 10px;
    width: calc(50% - 23px); }
  /* line 1722, _pdp.scss */
  .form-controls > .dash {
    display: inline-block;
    margin: 0;
    width: 6px; }

/* line 1729, _pdp.scss */
.inputAddon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  /* line 1738, _pdp.scss */
  .inputAddon .inputAddon-field,
  .inputAddon .inputAddon-item {
    font-size: 14px;
    padding: 9px 5px;
    border: 1px solid #CDCDCD; }
  /* line 1745, _pdp.scss */
  .inputAddon .inputAddon-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    border-right: 0;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px; }
  /* line 1755, _pdp.scss */
  .inputAddon .inputAddon-item {
    background-color: #E7E7E7;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0; }

/* line 1763, _pdp.scss */
.pdp .plusMinusIcon {
  font-size: 37px;
  cursor: pointer;
  display: block;
  padding-top: 20px; }
  /* line 1768, _pdp.scss */
  .pdp .plusMinusIcon:hover {
    color: #ff7001; }
  /* line 1773, _pdp.scss */
  .pdp .plusMinusIcon.icon-small {
    font-size: 24px; }

/* line 1779, _pdp.scss */
.pdp {
  /* Just here to remove a few styles to reduce spacing */ }
  /* line 1781, _pdp.scss */
  .pdp .alert {
    padding: 14px;
    margin: 0;
    border: 0 solid transparent; }

/* line 1789, _pdp.scss */
.pdp .linkList {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0; }
  /* line 1795, _pdp.scss */
  .pdp .linkList li {
    padding-bottom: 2px; }
  /* line 1799, _pdp.scss */
  .pdp .linkList .linkList_field ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
/* line 1808, _pdp.scss */
.pdp .icon-datenblatt {
  margin-left: -3px;
  color: #cdcdcd;
  padding-right: 6px;
  position: relative;
  top: 3px; }

/* line 1818, _pdp.scss */
.pdp .icon-anfrageartikel {
  margin-left: -3px;
  color: #cdcdcd;
  padding-right: 6px;
  position: relative;
  top: 3px; }

/* line 1830, _pdp.scss */
.pdp .mediaBox .carousel-inner {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 100%;
  overflow: hidden; }
/* line 1837, _pdp.scss */
.pdp .mediaBox .row {
  position: absolute;
  left: 0;
  top: 0; }
/* line 1842, _pdp.scss */
.pdp .mediaBox .thumbnail {
  width: 50px;
  height: 50px;
  float: left;
  display: block; }
/* line 1849, _pdp.scss */
.pdp .mediaBox .icon {
  color: #FF7000;
  font-size: 4.3em;
  position: relative;
  top: 9px;
  left: 1px; }
/* line 1857, _pdp.scss */
.pdp .mediaBox .mt169 {
  margin-top: 21.875%; }
/* line 1861, _pdp.scss */
.pdp .mediaBox .videoPlayIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px; }
  /* line 1868, _pdp.scss */
  .pdp .mediaBox .videoPlayIcon .icon {
    font-size: 4em; }
@media (min-width: 767px) {
  /* line 1874, _pdp.scss */
  .pdp .mediaBox .icon {
    font-size: 1.6em;
    top: 3px;
    left: 0px; } }
@media (max-width: 992px) {
  /* line 1897, _pdp.scss */
  .pdp .mediaBox .thumbnail {
    opacity: 1;
    border-color: #cdcdcd !important;
    width: 100px;
    height: 100px; }
  /* line 1903, _pdp.scss */
  .pdp .mediaBox .pager-thumbnails {
    margin-top: 14px; } }
@media (max-width: 991.98px) and (min-width: 767px) {
  /* line 1921, _pdp.scss */
  .pdp .mediaBox .thumbnail {
    width: 100%;
    height: auto; }
  /* line 1925, _pdp.scss */
  .pdp .mediaBox .pager-thumbnails {
    margin-top: 0px; } }
@media (min-width: 992px) {
  /* line 1941, _pdp.scss */
  .pdp .mediaBox .thumbnail {
    width: 38px;
    height: 38px;
    float: left;
    display: block; } }
/* line 1949, _pdp.scss */
.pdp .iconPlacement {
  position: absolute;
  right: 18px;
  top: 9px;
  z-index: 5; }
/* line 1956, _pdp.scss */
.pdp .thumbnail {
  cursor: pointer; }

/* line 1961, _pdp.scss */
.pdp {
  /*
  move to contentModule.scss
  */ }
  /* line 1962, _pdp.scss */
  .pdp[id*="description"] {
    margin-top: 20px; }
  /* line 1963, _pdp.scss */
  .pdp .orderBox {
    margin-right: 15px;
    height: auto !important; }
    /* line 1966, _pdp.scss */
    .pdp .orderBox .sticky {
      position: fixed;
      z-index: 101; }
    /* line 1970, _pdp.scss */
    .pdp .orderBox .stop {
      position: relative;
      z-index: 101; }
    /* line 1974, _pdp.scss */
    .pdp .orderBox.orderBox_fixed {
      position: fixed;
      margin-top: 0;
      top: 105px; }
    /* line 1979, _pdp.scss */
    .pdp .orderBox.orderBox_fixed_2 {
      top: 160px;
      -webkit-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
  @media (max-width: 992px) {
    /* line 1988, _pdp.scss */
    .pdp .orderBox {
      position: relative;
      top: 0 !important;
      height: auto !important; }
      /* line 1992, _pdp.scss */
      .pdp .orderBox .sticky, .pdp .orderBox .stop {
        position: relative;
        z-index: 101;
        top: initial !important; }
      /* line 1997, _pdp.scss */
      .pdp .orderBox.orderBox_fixed {
        top: 0;
        position: relative; }
      /* line 2001, _pdp.scss */
      .pdp .orderBox.orderBox_fixed_2 {
        top: 0; } }
  /* line 2007, _pdp.scss */
  .pdp .orderBox_inner {
    background-color: #f5f5f5;
    border: 1px solid #cdcdcd;
    z-index: 490; }
    /* line 2012, _pdp.scss */
    .pdp .orderBox_inner .thumbnail {
      background-color: #fff;
      width: 80px;
      height: 80px;
      float: left; }
    /* line 2019, _pdp.scss */
    .pdp .orderBox_inner .js-hider-container {
      display: none; }
  /* line 2024, _pdp.scss */
  .pdp .assortmentPic {
    width: 85px; }
  /* line 2028, _pdp.scss */
  .pdp.pdpPosition {
    position: relative;
    z-index: 490; }
  /* line 2033, _pdp.scss */
  .pdp .articleListButton {
    height: auto;
    width: 100%;
    padding: 10px 8px 9px; }
    /* line 2038, _pdp.scss */
    .pdp .articleListButton:hover {
      color: #ffffff;
      background-color: #000000;
      border: 1px solid #ffffff; }
      /* line 2043, _pdp.scss */
      .pdp .articleListButton:hover .icon-artikelliste {
        color: #ffffff; }
    /* line 2048, _pdp.scss */
    .pdp .articleListButton .icon-artikelliste {
      color: #cdcdcd; }
  /* line 2053, _pdp.scss */
  .pdp .product-details-price {
    margin: 6px 0 0; }
    /* line 2055, _pdp.scss */
    .pdp .product-details-price .price_block__pblock {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    /* line 2060, _pdp.scss */
    .pdp .product-details-price .main-price {
      padding-bottom: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    /* line 2069, _pdp.scss */
    .pdp .product-details-price .price_block {
      font-size: 26px;
      line-height: 26px; }
      /* line 2072, _pdp.scss */
      .pdp .product-details-price .price_block.is_discount {
        font-size: 26px;
        line-height: 26px; }
      /* line 2076, _pdp.scss */
      .pdp .product-details-price .price_block__old {
        font-size: 20px;
        line-height: 20px; }
      /* line 2080, _pdp.scss */
      .pdp .product-details-price .price_block__discount {
        background: #ff7000;
        display: block;
        color: #fff;
        padding: 0 5px;
        font-size: 12px;
        line-height: 22px;
        height: 22px;
        margin-left: 10px; }
  /* line 2093, _pdp.scss */
  .pdp .scrollingHeader {
    display: none; }
  /* line 2097, _pdp.scss */
  .pdp .articleListDiv {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  /* line 2102, _pdp.scss */
  .pdp .containerAtcb {
    padding-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -5px;
    width: 100%; }
    /* line 2120, _pdp.scss */
    .pdp .containerAtcb > * {
      margin: 0 5px;
      width: auto; }
    /* line 2125, _pdp.scss */
    .pdp .containerAtcb .quantity {
      margin-bottom: 14px; }
    /* line 2129, _pdp.scss */
    .pdp .containerAtcb .cartButton {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    /* line 2135, _pdp.scss */
    .pdp .containerAtcb .product-buy-not-allowed {
      font-size: 14px;
      color: red;
      padding-top: 5px; }
      /* line 2140, _pdp.scss */
      .pdp .containerAtcb .product-buy-not-allowed .info-link {
        color: #0000ff;
        text-decoration: underline; }
  /* line 2147, _pdp.scss */
  .pdp .atcb {
    padding: 21px 8px 20px;
    height: auto;
    line-height: 20px;
    font-size: 16px; }
    /* line 2153, _pdp.scss */
    .pdp .atcb .btn-success-overlay {
      padding: 15px 0 13px; }
  /* line 2158, _pdp.scss */
  .pdp .btn-success-overlay {
    padding: 4px 0 0; }
  @media (max-width: 992px) {
    /* line 2164, _pdp.scss */
    .pdp .orderBox {
      margin-top: 40px !important; }
    /* line 2167, _pdp.scss */
    .pdp .product-gallery {
      margin-top: 40px !important; } }
  @media (min-width: 992px) {
    /* line 2172, _pdp.scss */
    .pdp .orderBox_outer {
      position: relative;
      height: 1px;
      z-index: 490; }
    /* line 2177, _pdp.scss */
    .pdp .atcb {
      font-size: 20px; }
    /* line 2181, _pdp.scss */
    .pdp .orderBox_placeholder {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 490; }
    /* line 2189, _pdp.scss */
    .pdp .posFixed {
      position: fixed; }
    /* line 2193, _pdp.scss */
    .pdp .cartButton {
      margin-bottom: 1px; }
    /* line 2197, _pdp.scss */
    .pdp .thumbnail {
      border: 1px solid #cdcdcd; }
    /* line 2201, _pdp.scss */
    .pdp .scrollingProductTitle {
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 7px;
      line-height: 22px;
      overflow: hidden; }
    /* line 2209, _pdp.scss */
    .pdp input[type=number]::-webkit-inner-spin-button, .pdp input[type="number"]::-webkit-outer-spin-button {
      opacity: 1;
      margin-left: 5px; }
    /* line 2215, _pdp.scss */
    .pdp .posFixed .scrollingHeader, .pdp .posFooter .scrollingHeader {
      display: block;
      cursor: pointer; } }
  @media (min-width: 992px) {
    /* line 2223, _pdp.scss */
    .pdp .cartButton {
      width: 100%; } }
  /* line 2234, _pdp.scss */
  .pdp .main-price {
    font-weight: 400;
    /* regular */
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  /* line 2248, _pdp.scss */
  .pdp .old-price {
    text-decoration: line-through; }
  /* line 2252, _pdp.scss */
  .pdp .intend-price {
    color: #ff7001; }
  /* line 2256, _pdp.scss */
  .pdp .crossedout-price {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through; }
  /* line 2262, _pdp.scss */
  .pdp .net-price {
    text-align: right; }
  @media (max-width: 992px) {
    /* line 2267, _pdp.scss */
    .pdp .cartButton {
      float: none;
      width: 100%;
      margin-bottom: 14px; }
    /* line 2272, _pdp.scss */
    .pdp .quantity {
      width: 100%;
      float: none;
      margin-bottom: 14px; } }
  /* line 2292, _pdp.scss */
  .pdp .errorMessage {
    color: #E19691 !important;
    cursor: not-allowed;
    background-color: #FBDEE0 !important; }
  /* line 2298, _pdp.scss */
  .pdp .successBoxMessage {
    position: relative;
    margin-bottom: 0px; }
    /* line 2302, _pdp.scss */
    .pdp .successBoxMessage a {
      text-decoration: underline;
      position: relative; }
    /* line 2307, _pdp.scss */
    .pdp .successBoxMessage [class^="icon-"]:before,
    .pdp .successBoxMessage [class*=" icon-"]:before {
      position: absolute;
      top: .875em;
      font-size: 1.25em; }
  /* line 2316, _pdp.scss */
  .pdp .hideElement {
    display: none; }
  /* line 2320, _pdp.scss */
  .pdp .fontCapitalize {
    text-transform: none; }
  /* line 2324, _pdp.scss */
  .pdp .shippingInfo {
    text-decoration: underline; }
  /* line 2328, _pdp.scss */
  .pdp .list-blocks {
    margin-bottom: 0; }
    /* line 2331, _pdp.scss */
    .pdp .list-blocks > * {
      border-bottom: 1px solid #cdcdcd;
      padding-top: 0;
      padding-bottom: 18px;
      margin-bottom: 0;
      overflow: hidden; }
  /* line 2341, _pdp.scss */
  .pdp .option-selectors {
    margin-bottom: 16px; }
    /* line 2343, _pdp.scss */
    .pdp .option-selectors select {
      width: 100%; }
    /* line 2347, _pdp.scss */
    .pdp .option-selectors .option-selector .option {
      width: 100%; }
    /* line 2350, _pdp.scss */
    .pdp .option-selectors .option-selector .option_title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    /* line 2358, _pdp.scss */
    .pdp .option-selectors .option-selector .facetInputGroup {
      padding: 20px 0; }
      /* line 2361, _pdp.scss */
      .pdp .option-selectors .option-selector .facetInputGroup ul li {
        padding: 0 20px;
        cursor: pointer; }
        /* line 2364, _pdp.scss */
        .pdp .option-selectors .option-selector .facetInputGroup ul li label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          cursor: pointer; }
        /* line 2381, _pdp.scss */
        .pdp .option-selectors .option-selector .facetInputGroup ul li:hover {
          color: #ff7000; }
  /* line 2391, _pdp.scss */
  .pdp .product-option-selectors .option {
    width: 100%; }
  /* line 2394, _pdp.scss */
  .pdp .product-option-selectors .option_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 2402, _pdp.scss */
  .pdp .product-option-selectors .facetInputGroup {
    padding: 20px 0; }
    /* line 2405, _pdp.scss */
    .pdp .product-option-selectors .facetInputGroup ul li {
      padding: 0 20px;
      cursor: pointer; }
      /* line 2408, _pdp.scss */
      .pdp .product-option-selectors .facetInputGroup ul li label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer; }
      /* line 2417, _pdp.scss */
      .pdp .product-option-selectors .facetInputGroup ul li:hover {
        color: #ff7000; }
  /* line 2425, _pdp.scss */
  .pdp label {
    margin-bottom: 0px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
   /* non-prefixed version, currently
not supported by any browser */ }
  /* line 2436, _pdp.scss */
  .pdp .servicePrice {
    letter-spacing: 0;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0; }
  /* line 2444, _pdp.scss */
  .pdp .positionService {
    position: relative;
    margin-top: 3px;
    display: inline-block; }
  /* line 2452, _pdp.scss */
  .pdp .checkBoxRow label {
    display: inline-block;
    vertical-align: middle;
    white-space: normal; }
  /* line 2458, _pdp.scss */
  .pdp .checkBoxRow .icon-checkbox {
    font-size: 24px; }
  /* line 2463, _pdp.scss */
  .pdp .cbr_checkbox {
    position: absolute;
    left: 1px;
    top: 13px;
    width: 34px;
    color: #b3b3b3; }
  /* line 2471, _pdp.scss */
  .pdp .cbr_price {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 62px; }
  /* line 2478, _pdp.scss */
  .pdp .cbr_text {
    margin: 0 62px 0 34px; }
  /* line 2482, _pdp.scss */
  .pdp .cbr_warning {
    margin: 0 0 0 34px; }
  /* line 2486, _pdp.scss */
  .pdp .checkBoxRow {
    padding: 14px 0 0; }
    /* line 2489, _pdp.scss */
    .pdp .checkBoxRow input[type=checkbox] {
      display: block;
      position: absolute;
      left: -50px; }
    /* line 2495, _pdp.scss */
    .pdp .checkBoxRow input[type=checkbox]:checked + label {
      color: #ff7000 !important; }
    /* line 2499, _pdp.scss */
    .pdp .checkBoxRow label.checkboxActive {
      color: #ff7000 !important; }
    /* line 2503, _pdp.scss */
    .pdp .checkBoxRow input[type=checkbox]:disabled + label .icon-checkbox {
      color: #b3b3b3; }
  /* line 2510, _pdp.scss */
  .pdp .paddingNotBuyable {
    padding-left: 9px; }
  /* line 2514, _pdp.scss */
  .pdp .hideSignature {
    display: none; }
  /* line 2518, _pdp.scss */
  .pdp .proofServiceListLastElement li:last-child {
    margin-bottom: 14px;
    border-bottom: 1px solid #cdcdcd; }
  /* line 2523, _pdp.scss */
  .pdp .price-info {
    display: inline; }
    /* line 2524, _pdp.scss */
    .pdp .price-info i {
      font-size: 20px;
      position: absolute;
      left: 0;
      top: 1px; }
  /* line 2535, _pdp.scss */
  .pdp .configuration .configMarginBottom {
    margin-bottom: 0; }
  /* line 2541, _pdp.scss */
  .pdp .navigation-link {
    color: #ff7001; }
  /* line 2545, _pdp.scss */
  .pdp #articleListLabel i {
    position: relative;
    margin-right: 5px;
    top: 3px; }
  /* line 2551, _pdp.scss */
  .pdp .tuevBox .icon,
  .pdp .assortmentBox .icon {
    width: 103px; }
  /* line 2559, _pdp.scss */
  .pdp .articleListButton.btn-icon-inline {
    font-size: 1.0em;
    line-height: 1; }
    /* line 2563, _pdp.scss */
    .pdp .articleListButton.btn-icon-inline:hover {
      border: none; }

/* line 2571, _pdp.scss */
.peerius .slider {
  font-size: 14px; }
  /* line 2573, _pdp.scss */
  .peerius .slider .mainPrice {
    font-size: 14px; }
  /* line 2576, _pdp.scss */
  .peerius .slider .vs_header {
    margin-bottom: 10px; }
/* line 2580, _pdp.scss */
.peerius .heightForImage {
  padding-bottom: 100%;
  margin-bottom: 20px; }
/* line 2584, _pdp.scss */
.peerius .heightForText {
  height: 130px; }
/* line 2588, _pdp.scss */
.peerius .articleText {
  padding: 5px 9px 0px 9px; }

/* line 2630, _pdp.scss */
.pdp select {
  padding: 0 41px 0 20px;
  font-size: 16px; }
/* line 2634, _pdp.scss */
.pdp .btn {
  font-size: 16px; }
/* line 2638, _pdp.scss */
.pdp .pager-numbers {
  text-align: right; }
  @media (max-width: 766.98px) and (min-width: 540px) {
    /* line 2638, _pdp.scss */
    .pdp .pager-numbers {
      text-align: left; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 2638, _pdp.scss */
    .pdp .pager-numbers {
      text-align: left; } }
/* line 2648, _pdp.scss */
.pdp .sorting label, .pdp .pager-numbers label {
  display: inline-block;
  font-weight: 400;
  margin-right: 1em;
  font-size: 14px; }
/* line 2656, _pdp.scss */
.pdp .resultNumber {
  display: inline-block;
  font-size: 14px; }
/* line 2661, _pdp.scss */
.pdp .search-term {
  font-weight: 400; }

/* line 2666, _pdp.scss */
.no-js .no-js-hide {
  display: none !important; }

/* line 2672, _pdp.scss */
.seo-content {
  font-size: 14px;
  font-weight: 400;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  /* line 2679, _pdp.scss */
  .seo-content .row-margin-top {
    margin-top: 18px; }
  /* line 2683, _pdp.scss */
  .seo-content h1, .seo-content h2, .seo-content h3, .seo-content h4, .seo-content h5, .seo-content h6 {
    font-size: 16px;
    font-weight: 700; }
  /* line 2688, _pdp.scss */
  .seo-content em {
    font-style: normal;
    color: #333; }

/* line 2697, _pdp.scss */
.pdp .list-inline {
  margin-bottom: 5px;
  margin-top: 5px; }
/* line 2701, _pdp.scss */
.pdp .list-inline > li {
  padding-right: 0px;
  padding-left: 2px; }
/* line 2706, _pdp.scss */
.pdp .icon-socialmedia {
  text-align: center;
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  color: #ffffff; }
/* line 2714, _pdp.scss */
.pdp .icon-googleplus {
  background-color: #df4a32; }
/* line 2718, _pdp.scss */
.pdp .icon-googleplus:before {
  font-size: 0.83em; }
/* line 2722, _pdp.scss */
.pdp .icon-googleplus:hover {
  background-color: #9c3423; }
/* line 2726, _pdp.scss */
.pdp .icon-facebook {
  background-color: #3a579a; }
/* line 2730, _pdp.scss */
.pdp .icon-facebook:before {
  font-size: 0.83em; }
/* line 2734, _pdp.scss */
.pdp .icon-facebook:hover {
  background-color: #283d6b; }
/* line 2739, _pdp.scss */
.pdp .icon-twitter {
  background-color: #00abf0; }
/* line 2743, _pdp.scss */
.pdp .icon-twitter:before {
  font-size: 0.83em; }
/* line 2747, _pdp.scss */
.pdp .icon-twitter:hover {
  background-color: #006ea8; }
/* line 2751, _pdp.scss */
.pdp .icon-print {
  background-color: #c1c1c1; }
/* line 2755, _pdp.scss */
.pdp .icon-print:before {
  font-size: 0.83em; }
/* line 2759, _pdp.scss */
.pdp .icon-print:hover {
  background-color: #8e8e8e; }
/* line 2764, _pdp.scss */
.pdp .to-fit-to-line {
  height: 18px;
  margin-right: 15px; }

/* line 2779, _pdp.scss */
.pdp .loggedInStatus {
  position: absolute;
  padding: 6px;
  top: 16px;
  right: 16px;
  color: red;
  border: 1px solid #cdcdcd;
  z-index: 9999; }
/* line 2788, _pdp.scss */
.pdp #ArticleNo {
  margin-left: -6px;
  width: 100%;
  max-width: 240px;
  float: left;
  color: #5c5c5c;
  font-size: 16px; }
/* line 2796, _pdp.scss */
.pdp .articleNoSubmit {
  max-width: 240px;
  float: left;
  margin-left: 35px; }
/* line 2801, _pdp.scss */
.pdp .resizeButtonContainer {
  float: left;
  margin-left: 34px;
  height: 75px;
  width: calc(100% - 549px); }
  /* line 2807, _pdp.scss */
  .pdp .resizeButtonContainer .resizeButton {
    border: 1px solid #cdcdcd;
    line-height: 25px;
    min-width: 60px;
    margin-left: 1px; }
    /* line 2812, _pdp.scss */
    .pdp .resizeButtonContainer .resizeButton:nth-child(n+3) {
      margin-top: 4px; }
    /* line 2815, _pdp.scss */
    .pdp .resizeButtonContainer .resizeButton:hover {
      background-color: #CDCDCD; }
    /* line 2818, _pdp.scss */
    .pdp .resizeButtonContainer .resizeButton:active {
      background-color: #fff; }
  /* line 2822, _pdp.scss */
  .pdp .resizeButtonContainer #actualWidth {
    min-width: 240px;
    float: left;
    margin-left: 35px; }
  /* line 2827, _pdp.scss */
  .pdp .resizeButtonContainer span {
    float: left; }
    /* line 2829, _pdp.scss */
    .pdp .resizeButtonContainer span button.selected {
      background-color: #fff; }
      /* line 2831, _pdp.scss */
      .pdp .resizeButtonContainer span button.selected:hover {
        background-color: #fff; }
/* line 2837, _pdp.scss */
.pdp .formContainer {
  float: left;
  width: 515px; }
/* line 2844, _pdp.scss */
.pdp #frameContainer {
  margin-top: 35px;
  border: 1px solid #cdcdcd;
  resize: both;
  min-width: 322px;
  width: 322px;
  max-width: 100%;
  height: 422px;
  cursor: se-resize;
  overflow: hidden;
  margin-left: -6px;
  padding: 0px;
  float: left; }
  /* line 2860, _pdp.scss */
  .pdp #frameContainer iframe {
    width: 100%;
    height: 100%;
    border: 0;
    overflow: auto;
    margin: 0;
    padding: 0; }

/* line 2871, _pdp.scss */
.tabs-container {
  margin: 0;
  border-bottom: 3px solid #a3a3a3; }
  /* line 2874, _pdp.scss */
  .tabs-container .tabs-container-active {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 2879, _pdp.scss */
  .tabs-container .tabs-container-inactive {
    color: #ff7000; }

/* line 2884, _pdp.scss */
.fancy-text-margin-top {
  margin-top: 25px; }

/* line 2888, _pdp.scss */
.fancy-header-margin-top {
  margin-top: 25px; }

/* line 2892, _pdp.scss */
.fancy-header-font-weight {
  font-weight: 400; }

/* line 2895, _pdp.scss */
.font-size-articleCode-number {
  font-size: 16px; }

/* line 2899, _pdp.scss */
.margin15pxTop {
  margin-top: 15px; }

/* line 2903, _pdp.scss */
.margin15pxBottom {
  margin-bottom: 15px; }

/* line 2907, _pdp.scss */
.fancy-change-btn {
  font-size: 14px; }

/* line 2911, _pdp.scss */
.touchevents .pdpMediaLigthbox .carousel-controls {
  display: block; }

/* line 2916, _pdp.scss */
.pdpMediaLigthbox .carousel, .pdpMediaLigthbox .carousel-inner, .pdpMediaLigthbox .carousel-inner .row, .pdpMediaLigthbox .carousel-inner .col {
  height: 100%;
  margin-bottom: 0; }
/* line 2921, _pdp.scss */
.pdpMediaLigthbox .magicWrapper {
  max-width: 100%;
  height: 100%;
  margin: 0 auto; }
/* line 2927, _pdp.scss */
.pdpMediaLigthbox .carousel-inner {
  padding-bottom: 61px; }
  /* line 2929, _pdp.scss */
  .pdpMediaLigthbox .carousel-inner img {
    max-height: 100%;
    margin: auto; }
/* line 2935, _pdp.scss */
.pdpMediaLigthbox .control-left, .pdpMediaLigthbox .control-right {
  height: 100%;
  top: 0;
  bottom: 0;
  /*background-color: cornflowerblue;*/
  width: 10%;
  text-align: center;
  line-height: 100%;
  display: block;
  font-size: 3em; }
  /* line 2936, _pdp.scss */
  .pdpMediaLigthbox .control-left i, .pdpMediaLigthbox .control-right i {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }
  /* line 2954, _pdp.scss */
  .pdpMediaLigthbox .control-left:before, .pdpMediaLigthbox .control-right:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
    margin-right: -5px; }
/* line 2963, _pdp.scss */
.pdpMediaLigthbox [class^="icon-"]:before,
.pdpMediaLigthbox [class*=" icon-"]:before {
  font-family: "icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* line 2976, _pdp.scss */
.pdpMediaLigthbox .icon-arrow-flipped:before {
  content: "\e006"; }
/* line 2979, _pdp.scss */
.pdpMediaLigthbox .icon-arrow:before {
  content: "\e007"; }
/* line 2983, _pdp.scss */
.pdpMediaLigthbox .carousel-controls .control {
  color: #e8e8e8; }
  /* line 2984, _pdp.scss */
  .pdpMediaLigthbox .carousel-controls .control:hover {
    color: #b3b3b3; }
/* line 2990, _pdp.scss */
.pdpMediaLigthbox .pager-thumbnails {
  position: absolute;
  bottom: -0.5em;
  left: 2em;
  text-align: center;
  right: 2em;
  z-index: 10; }
  /* line 2998, _pdp.scss */
  .pdpMediaLigthbox .pager-thumbnails a {
    width: 2.5em;
    height: 2.5em;
    margin: 0px 5px 10px; }
  /* line 3003, _pdp.scss */
  .pdpMediaLigthbox .pager-thumbnails a.withIcon {
    position: relative; }
/* line 3007, _pdp.scss */
.pdpMediaLigthbox .thumbnail {
  cursor: pointer; }
/* line 3011, _pdp.scss */
.pdpMediaLigthbox .spinnerContainer {
  background-color: transparent !important;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute; }
  /* line 3018, _pdp.scss */
  .pdpMediaLigthbox .spinnerContainer:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
    margin-right: -5px; }
  /* line 3026, _pdp.scss */
  .pdpMediaLigthbox .spinnerContainer img {
    display: inline-block; }

/* line 3033, _pdp.scss */
.option-selector .option-item:not(:last-child) {
  margin-bottom: 10px; }

/* line 3038, _pdp.scss */
.model3d-fullScreen {
  z-index: 9999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  /* line 3045, _pdp.scss */
  .model3d-fullScreen .personal-loader {
    display: none; }
  /* line 3048, _pdp.scss */
  .model3d-fullScreen .container_3dModel {
    height: 100vh !important; }
    /* line 3050, _pdp.scss */
    .model3d-fullScreen .container_3dModel iframe {
      height: 100%;
      width: 100%;
      border: none;
      overflow: hidden; }
  /* line 3057, _pdp.scss */
  .model3d-fullScreen .slide-3dModel__changeSize {
    cursor: pointer; }
    /* line 3059, _pdp.scss */
    .model3d-fullScreen .slide-3dModel__changeSize:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='compress-arrows-alt' class='svg-inline--fa fa-compress-arrows-alt fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M200 288H88c-21.4 0-32.1 25.8-17 41l32.9 31-99.2 99.3c-6.2 6.2-6.2 16.4 0 22.6l25.4 25.4c6.2 6.2 16.4 6.2 22.6 0L152 408l31.1 33c15.1 15.1 40.9 4.4 40.9-17V312c0-13.3-10.7-24-24-24zm112-64h112c21.4 0 32.1-25.9 17-41l-33-31 99.3-99.3c6.2-6.2 6.2-16.4 0-22.6L481.9 4.7c-6.2-6.2-16.4-6.2-22.6 0L360 104l-31.1-33C313.8 55.9 288 66.6 288 88v112c0 13.3 10.7 24 24 24zm96 136l33-31.1c15.1-15.1 4.4-40.9-17-40.9H312c-13.3 0-24 10.7-24 24v112c0 21.4 25.9 32.1 41 17l31-32.9 99.3 99.3c6.2 6.2 16.4 6.2 22.6 0l25.4-25.4c6.2-6.2 6.2-16.4 0-22.6L408 360zM183 71.1L152 104 52.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L4.7 30.1c-6.2 6.2-6.2 16.4 0 22.6L104 152l-33 31.1C55.9 198.2 66.6 224 88 224h112c13.3 0 24-10.7 24-24V88c0-21.3-25.9-32-41-16.9z' fill='%23ff7000' stroke='%23ff7000'%3E%3C/path%3E%3C/svg%3E");
      height: 40px;
      width: 40px;
      position: absolute;
      z-index: 999999;
      top: 10px;
      right: 10px;
      background-repeat: no-repeat;
      opacity: 0.2; }
    /* line 3072, _pdp.scss */
    .model3d-fullScreen .slide-3dModel__changeSize:hover:before {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='compress-arrows-alt' class='svg-inline--fa fa-compress-arrows-alt fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M200 288H88c-21.4 0-32.1 25.8-17 41l32.9 31-99.2 99.3c-6.2 6.2-6.2 16.4 0 22.6l25.4 25.4c6.2 6.2 16.4 6.2 22.6 0L152 408l31.1 33c15.1 15.1 40.9 4.4 40.9-17V312c0-13.3-10.7-24-24-24zm112-64h112c21.4 0 32.1-25.9 17-41l-33-31 99.3-99.3c6.2-6.2 6.2-16.4 0-22.6L481.9 4.7c-6.2-6.2-16.4-6.2-22.6 0L360 104l-31.1-33C313.8 55.9 288 66.6 288 88v112c0 13.3 10.7 24 24 24zm96 136l33-31.1c15.1-15.1 4.4-40.9-17-40.9H312c-13.3 0-24 10.7-24 24v112c0 21.4 25.9 32.1 41 17l31-32.9 99.3 99.3c6.2 6.2 16.4 6.2 22.6 0l25.4-25.4c6.2-6.2 6.2-16.4 0-22.6L408 360zM183 71.1L152 104 52.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L4.7 30.1c-6.2 6.2-6.2 16.4 0 22.6L104 152l-33 31.1C55.9 198.2 66.6 224 88 224h112c13.3 0 24-10.7 24-24V88c0-21.3-25.9-32-41-16.9z' fill='%23cf5b00' stroke='%23cf5b00'%3E%3C/path%3E%3C/svg%3E");
      opacity: 0.6; }

/* line 3082, _pdp.scss */
.product-gallery .gallery-main-wrapper .slide-3dModel {
  height: 100%; }
  /* line 3084, _pdp.scss */
  .product-gallery .gallery-main-wrapper .slide-3dModel iframe {
    width: 100%;
    height: 100%;
    border: none; }
  /* line 3089, _pdp.scss */
  .product-gallery .gallery-main-wrapper .slide-3dModel .personal-loader {
    z-index: 99999;
    width: 100%;
    height: 100%; }
  /* line 3094, _pdp.scss */
  .product-gallery .gallery-main-wrapper .slide-3dModel__changeSize {
    cursor: pointer; }
    /* line 3096, _pdp.scss */
    .product-gallery .gallery-main-wrapper .slide-3dModel__changeSize:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='expand-arrows-alt' class='svg-inline--fa fa-expand-arrows-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z' stroke='%23ff7000' fill='%23ff7000'%3E%3C/path%3E%3C/svg%3E");
      height: 40px;
      width: 40px;
      position: absolute;
      z-index: 999999;
      top: 10px;
      right: 10px;
      background-repeat: no-repeat;
      opacity: 0.2; }
    /* line 3109, _pdp.scss */
    .product-gallery .gallery-main-wrapper .slide-3dModel__changeSize:hover:before {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='expand-arrows-alt' class='svg-inline--fa fa-expand-arrows-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z' stroke='%23cf5b00' fill='%23cf5b00'%3E%3C/path%3E%3C/svg%3E");
      opacity: 0.6; }
/* line 3117, _pdp.scss */
.product-gallery .gallery-thumbs-wrapper {
  max-width: calc(100% - 70px);
  margin: 0 auto;
  position: relative;
  padding-top: 20px; }
  /* line 3122, _pdp.scss */
  .product-gallery .gallery-thumbs-wrapper .gallery-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    /* line 3127, _pdp.scss */
    .product-gallery .gallery-thumbs-wrapper .gallery-thumbs .swiper-slide {
      width: 50px !important;
      opacity: 0.4; }
      /* line 3130, _pdp.scss */
      .product-gallery .gallery-thumbs-wrapper .gallery-thumbs .swiper-slide.active {
        opacity: 1; }
      /* line 3133, _pdp.scss */
      .product-gallery .gallery-thumbs-wrapper .gallery-thumbs .swiper-slide .slide-inner {
        border: 1px solid #cdcdcd;
        width: 50px;
        height: 50px; }
        /* line 3137, _pdp.scss */
        .product-gallery .gallery-thumbs-wrapper .gallery-thumbs .swiper-slide .slide-inner:before {
          display: inline-block;
          content: '';
          height: 100%;
          vertical-align: middle;
          margin-right: -5px; }
        /* line 3144, _pdp.scss */
        .product-gallery .gallery-thumbs-wrapper .gallery-thumbs .swiper-slide .slide-inner img {
          padding: 0 1px 0 2px;
          display: inline-block;
          margin: 0 auto;
          max-width: 100%;
          max-height: 100%;
          vertical-align: middle; }
  /* line 3155, _pdp.scss */
  .product-gallery .gallery-thumbs-wrapper [data-slider-controls] {
    position: relative; }
    /* line 3157, _pdp.scss */
    .product-gallery .gallery-thumbs-wrapper [data-slider-controls] button {
      width: 20px;
      height: 30px;
      -webkit-background-size: cover;
      background-size: cover; }
      /* line 3162, _pdp.scss */
      .product-gallery .gallery-thumbs-wrapper [data-slider-controls] button[data-slider-prev] {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: -35px; }
      /* line 3170, _pdp.scss */
      .product-gallery .gallery-thumbs-wrapper [data-slider-controls] button[data-slider-next] {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: -35px; }

/* line 3185, _pdp.scss */
.added_products .header-sectionhead {
  margin-bottom: 0;
  margin-top: 40px; }
  /* line 3188, _pdp.scss */
  .added_products .header-sectionhead > * {
    font-size: 24px; }
/* line 3192, _pdp.scss */
.added_products .list-products > *:first-child {
  border-top: none !important; }

/* line 3197, _pdp.scss */
.product-labels {
  padding: 0 0 10px 0; }
  /* line 3199, _pdp.scss */
  .product-labels .label {
    background: #f5b400;
    padding: 3px 5px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    margin-right: 10px; }
    /* line 3206, _pdp.scss */
    .product-labels .label.is-sale {
      background: #ff7000; }

/* line 3212, _pdp.scss */
.facet {
  position: relative; }
  /* line 3216, _pdp.scss */
  .facet .facetInputGroup.showFacet {
    display: block; }
  /* line 3221, _pdp.scss */
  .facet:last-child.showAllFilters {
    margin-right: 0; }
  @media (min-width: 767px) {
    /* line 3212, _pdp.scss */
    .facet {
      margin-bottom: 10px; }
      /* line 3228, _pdp.scss */
      .facet:first-child {
        margin-right: 10px; }
      /* line 3232, _pdp.scss */
      .facet + .facet {
        margin-right: 10px; } }
  @media (max-width: 991.98px) and (min-width: 767px) {
    /* line 3212, _pdp.scss */
    .facet {
      width: calc(50% - 5px); } }
  @media (min-width: 992px) {
    /* line 3212, _pdp.scss */
    .facet {
      width: calc(33.33333% - 6.67px); } }

@media (max-width: 539.98px) and (min-width: 0px) {
  /* line 3250, _pdp.scss */
  .facets {
    height: calc(100% - 190px); } }
@media (max-width: 766.98px) and (min-width: 540px) {
  /* line 3250, _pdp.scss */
  .facets {
    height: calc(100% - 160px); } }
@media (max-width: 767px) {
  /* line 3260, _pdp.scss */
  .facets:not(.select-styled) {
    overflow: hidden; }
  /* line 3263, _pdp.scss */
  .facets::-webkit-scrollbar {
    display: none; } }
@media (min-width: 767px) {
  /* line 3250, _pdp.scss */
  .facets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 991.98px) and (min-width: 767px) {
  /* line 3277, _pdp.scss */
  .facets .facet:nth-child(2n + 1) {
    margin-right: 0; }
  /* line 3280, _pdp.scss */
  .facets .facet:nth-child(n+5):not(:last-child) {
    display: none; } }
@media (min-width: 992px) {
  /* line 3286, _pdp.scss */
  .facets .facet:nth-child(3n + 1) {
    margin-right: 0; }
  /* line 3289, _pdp.scss */
  .facets .facet:nth-child(n+7):not(:last-child) {
    display: none; } }

/* line 3304, _pdp.scss */
.filterItem {
  font-size: 16px;
  display: block;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 50px;
  padding: 5px 0;
  text-align: left;
  white-space: normal; }
  /* line 3323, _pdp.scss */
  .filterItem:focus {
    color: #333333; }
  @media (max-width: 767px) {
    /* line 3304, _pdp.scss */
    .filterItem {
      padding-left: 15px;
      padding-right: 15px; } }
  /* line 3332, _pdp.scss */
  .filterItem > .img-inline {
    width: 30px;
    height: 30px;
    margin-right: 10px; }
  /* line 3338, _pdp.scss */
  .filterItem > .filterName {
    font-size: 14px;
    line-height: 1.42857;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    /* line 3348, _pdp.scss */
    .filterItem > .filterName > .categoryCount {
      font-weight: 400;
      color: #B3B3B3;
      display: inline-block;
      margin-bottom: 0; }

/* line 3357, _pdp.scss */
.filterItemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0; }

@media (min-width: 540px) {
  /* line 3374, _pdp.scss */
  .categoryTiles .nav-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: 0; }
    /* line 3378, _pdp.scss */
    .categoryTiles .nav-row .nav-col {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
/* line 3386, _pdp.scss */
.categoryTiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 3392, _pdp.scss */
  .categoryTiles .nav-row {
    margin-bottom: 0; }
    /* line 3394, _pdp.scss */
    .categoryTiles .nav-row .nav-col {
      display: inline-block;
      float: left;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
      flex: 1 0 20%;
      margin-bottom: 16px; }
      @media (min-width: 0px) {
        /* line 3394, _pdp.scss */
        .categoryTiles .nav-row .nav-col {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
          flex: 1 0 100%;
          margin-bottom: 0; } }
      @media (min-width: 541px) {
        /* line 3394, _pdp.scss */
        .categoryTiles .nav-row .nav-col {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          margin-bottom: 16px; } }
      @media (min-width: 768px) {
        /* line 3394, _pdp.scss */
        .categoryTiles .nav-row .nav-col {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 33%;
          flex: 1 0 33%;
          margin-bottom: 16px; } }
      @media (min-width: 1050px) {
        /* line 3394, _pdp.scss */
        .categoryTiles .nav-row .nav-col {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 25%;
          flex: 1 0 25%; } }
      @media (min-width: 1280px) {
        /* line 3394, _pdp.scss */
        .categoryTiles .nav-row .nav-col {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 20%;
          flex: 1 0 20%; } }
  /* line 3437, _pdp.scss */
  .categoryTiles__catalogs {
    margin-bottom: 16px; }
    /* line 3439, _pdp.scss */
    .categoryTiles__catalogs .categoryItem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 16px; }
      /* line 3450, _pdp.scss */
      .categoryTiles__catalogs .categoryItem__image {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit; }
        /* line 3454, _pdp.scss */
        .categoryTiles__catalogs .categoryItem__image img {
          width: inherit;
          max-height: 40px;
          height: initial; }
      /* line 3460, _pdp.scss */
      .categoryTiles__catalogs .categoryItem .categoryName {
        font-size: 16px;
        font-weight: 600;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        padding: 0 10px; }
      @media (max-width: 540px) {
        /* line 3439, _pdp.scss */
        .categoryTiles__catalogs .categoryItem {
          margin-bottom: 0px;
          -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
          justify-content: inherit; }
          /* line 3473, _pdp.scss */
          .categoryTiles__catalogs .categoryItem .categoryName {
            padding: 0; } }
  /* line 3480, _pdp.scss */
  .categoryTiles .filterItem {
    height: 4.1em;
    padding: 0 14px;
    border: 1px solid #cdcdcd; }
    /* line 3485, _pdp.scss */
    .categoryTiles .filterItem:hover {
      border-color: #ff7000;
      z-index: 1; }
    /* line 3491, _pdp.scss */
    .categoryTiles .filterItem > .img-inline {
      width: 40px;
      height: 40px; }
    @media (min-width: 0) {
      /* line 3480, _pdp.scss */
      .categoryTiles .filterItem {
        border-right: none;
        border-left: none;
        margin-top: -1px; } }
    @media (min-width: 540px) {
      /* line 3480, _pdp.scss */
      .categoryTiles .filterItem {
        border: 1px solid #cdcdcd; } }
  /* line 3507, _pdp.scss */
  .categoryTiles .filterHeaderBar {
    display: none; }

/* line 3513, _pdp.scss */
.filterSidebar .btn-link[disabled] {
  opacity: 1.0; }
/* line 3518, _pdp.scss */
.filterSidebar li:not(:last-child) .filterItemContainer {
  border-bottom: 1px solid #cdcdcd; }
@media (min-width: 767px) {
  /* line 3525, _pdp.scss */
  .filterSidebar li:first-child .filterItemContainer {
    border-top: 1px solid #cdcdcd; } }
@media (max-width: 767px) {
  /* line 3512, _pdp.scss */
  .filterSidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 10000; }
    /* line 3543, _pdp.scss */
    .filterSidebar::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      will-change: opacity; }
    /* line 3556, _pdp.scss */
    .filterSidebar .sidebarContainer {
      overflow-x: hidden;
      padding-left: 0;
      padding-right: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      max-width: 540px;
      background: #FFF;
      height: 100%;
      -webkit-box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
      box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
      -webkit-transform: translateY(102%);
      -ms-transform: translateY(102%);
      transform: translateY(102%);
      will-change: transform; } }
    @media (max-width: 767px) and (max-width: 766.98px) and (min-width: 540px) {
      /* line 3556, _pdp.scss */
      .filterSidebar .sidebarContainer {
        -webkit-transform: translateX(102%);
        -ms-transform: translateX(102%);
        transform: translateX(102%); } }
@media (max-width: 767px) {
    /* line 3581, _pdp.scss */
    .filterSidebar .filterHeaderBar {
      font-weight: 700;
      position: relative;
      height: 60px;
      padding: 0 15px;
      margin: 0;
      background-color: #F5F5F5;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 3592, _pdp.scss */
      .filterSidebar .filterHeaderBar-close {
        position: absolute;
        top: 15px;
        right: 15px; }
      /* line 3598, _pdp.scss */
      .filterSidebar .filterHeaderBar-back {
        position: absolute;
        top: 15px;
        left: 15px; }
    /* line 3605, _pdp.scss */
    .filterSidebar .filterBody {
      height: calc(100% - 60px);
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
    /* line 3613, _pdp.scss */
    .filterSidebar li:not(.noHover):hover, .filterSidebar li:not(.noHover):active, .filterSidebar .facet:hover, .filterSidebar .facet:active {
      background-color: #F5F5F5; }
    /* line 3619, _pdp.scss */
    .filterSidebar li:last-child .filterItemContainer {
      border-bottom: 1px solid #cdcdcd; } }

/* line 3626, _pdp.scss */
.filterSidebarFooter {
  width: 1080px;
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); }
  /* line 3632, _pdp.scss */
  .filterSidebarFooter .filterSidebarFooterPart {
    width: 50%;
    height: 100px; }
    /* line 3636, _pdp.scss */
    .filterSidebarFooter .filterSidebarFooterPart .btn {
      font-size: 14px; }
    /* line 3640, _pdp.scss */
    .filterSidebarFooter .filterSidebarFooterPart .btn-block + .btn-block {
      margin: 20px 0 0; }
      @media (max-width: 539.98px) and (min-width: 0px) {
        /* line 3640, _pdp.scss */
        .filterSidebarFooter .filterSidebarFooterPart .btn-block + .btn-block {
          margin-top: 10px; } }
    @media (max-width: 766.98px) and (min-width: 540px) {
      /* line 3632, _pdp.scss */
      .filterSidebarFooter .filterSidebarFooterPart {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly; } }
    @media (max-width: 539.98px) and (min-width: 0px) {
      /* line 3632, _pdp.scss */
      .filterSidebarFooter .filterSidebarFooterPart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 20px;
        padding-bottom: 20px;
        height: 130px; } }

/* line 3666, _pdp.scss */
.sidebarFooterButton {
  width: calc(50% - 30px);
  margin: 20px 0 0; }
  @media (max-width: 539.98px) and (min-width: 0px) {
    /* line 3666, _pdp.scss */
    .sidebarFooterButton {
      width: calc(100vw - 40px); } }

@media (max-width: 767px) {
  /* line 3677, _pdp.scss */
  .filterSidebar--animatable::before {
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1); }
  /* line 3684, _pdp.scss */
  .filterSidebar--animatable .sidebarContainer {
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.3, 1);
    transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.3, 1);
    -o-transition: transform 0.15s cubic-bezier(0, 0, 0.3, 1);
    transition: transform 0.15s cubic-bezier(0, 0, 0.3, 1);
    transition: transform 0.15s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.15s cubic-bezier(0, 0, 0.3, 1); }

  /* line 3694, _pdp.scss */
  .filterSidebar--visible {
    pointer-events: auto; }
    /* line 3697, _pdp.scss */
    .filterSidebar--visible::before {
      opacity: 1; }
    /* line 3701, _pdp.scss */
    .filterSidebar--visible .sidebarContainer {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    /* line 3707, _pdp.scss */
    .filterSidebar--visible.filterSidebar--animatable .sidebarContainer {
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.3, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.3, 1);
      -o-transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
      transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
      transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.3, 1); }

  /* line 3717, _pdp.scss */
  .filterSidebar--open {
    overflow: hidden; } }
/* line 3726, _pdp.scss */
.joboffers .note p {
  margin: 0; }

/*******************************/
/* TIMER (countdown)
/*******************************/
/* line 3736, _pdp.scss */
.countdownHolder {
  bottom: 0;
  right: 2%;
  margin-bottom: 37px;
  font: 32px/1.5 'Roboto';
  text-align: center;
  letter-spacing: -3px;
  position: absolute;
  height: 1.6em;
  z-index: 10; }

/* line 3748, _pdp.scss */
.position {
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.05em; }

/* line 3756, _pdp.scss */
.position2 {
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  left: -2px;
  width: 0.5em;
  color: white; }

/* line 3766, _pdp.scss */
.digit {
  position: absolute;
  display: block;
  width: 1em;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  text-align: center;
  color: #fff;
  letter-spacing: -1px; }

/* line 3778, _pdp.scss */
.digit.static {
  -webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.3);
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.3);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(30%, rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 30%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 30%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 30%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.3) 30%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.3, rgba(0, 0, 0, 0.2)), color-stop(0.3, rgba(0, 0, 0, 0.2))); }

/* line 3791, _pdp.scss */
.sep {
  position: absolute;
  display: block;
  text-align: center;
  color: #fff;
  padding-left: 5px; }

/* Страница заказа */
/* line 3801, _pdp.scss */
.co-order_history-nds {
  font-size: 12px;
  text-align: right;
  color: #777;
  padding-top: 5px; }
  /* line 3806, _pdp.scss */
  .co-order_history-nds .shippingInfo {
    text-decoration: underline; }

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/
/* line 3817, _pdp.scss */
ul.simple-pagination {
  list-style: none; }

/* line 3821, _pdp.scss */
.simple-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px 0 5px 0;
  margin: 0;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 3834, _pdp.scss */
.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0 -3px; }

/* line 3840, _pdp.scss */
.simple-pagination li {
  list-style: none;
  padding: 0 3px;
  margin: 0;
  float: left; }

/* line 3846, _pdp.scss */
span.ellipse.clickable {
  cursor: pointer; }

/* line 3850, _pdp.scss */
.ellipse input {
  width: 3em; }

/*------------------------------------*\
  Compact Theme Styles
\*------------------------------------*/
/* line 3857, _pdp.scss */
.compact-theme span {
  cursor: pointer; }

/* line 3861, _pdp.scss */
.compact-theme a, .compact-theme span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-left: none;
  min-width: 14px;
  padding: 0 7px;
  background: #ffffff;
  /* Old browsers */ }

/* line 3875, _pdp.scss */
.compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background-color: #cc5a00;
  color: #fff; }

/* line 3881, _pdp.scss */
.compact-theme li:first-child a, .compact-theme li:first-child span {
  border-left: 1px solid #AAA;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

/* line 3887, _pdp.scss */
.compact-theme li:last-child a, .compact-theme li:last-child span {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

/* line 3892, _pdp.scss */
.compact-theme .current {
  background: #bbbbbb;
  /* Old browsers */
  cursor: default; }

/* line 3897, _pdp.scss */
.compact-theme .ellipse {
  background: #EAEAEA;
  padding: 0 10px;
  cursor: default; }

/*------------------------------------*\
  Light Theme Styles
\*------------------------------------*/
/* line 3906, _pdp.scss */
.light-theme span {
  cursor: pointer; }

/* line 3910, _pdp.scss */
.light-theme a, .light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ff7000;
  min-width: 14px;
  padding: 0 7px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff; }

/* line 3925, _pdp.scss */
.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background-color: #cc5a00;
  color: #fff; }

/* line 3931, _pdp.scss */
.light-theme .current {
  background: #ff7000;
  color: #FFF;
  border-color: #ff7000;
  cursor: default; }

/* line 3938, _pdp.scss */
.light-theme .ellipse {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  cursor: default; }

/* Browsers versions modal */
/* line 3952, _pdp.scss */
.browsersWarning__msg p {
  margin-bottom: 10px; }
/* line 3956, _pdp.scss */
.browsersWarning__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 3965, _pdp.scss */
  .browsersWarning__list__item {
    padding: 10px;
    display: block;
    width: 100%;
    max-width: 110px; }
    /* line 3970, _pdp.scss */
    .browsersWarning__list__item img {
      height: 95px !important;
      width: 95px !important; }
    /* line 3974, _pdp.scss */
    .browsersWarning__list__item span {
      text-align: center;
      font-size: 11px;
      line-height: 14px;
      display: block;
      padding-top: 10px; }

/* line 3986, _pdp.scss */
.suffix-input {
  font: inherit; }

/* line 3990, _pdp.scss */
.my-suffix {
  position: absolute;
  left: 0;
  top: 3px;
  color: #555;
  padding-left: 10px;
  font: inherit; }

/* line 1, _subapps.scss */
[class*=icon-step] {
  font-size: 1.22em;
  margin-right: .2em;
  vertical-align: middle;
  line-height: 1em; }

/* line 8, _subapps.scss */
.icon-step-final {
  font-size: 80px;
  color: #ff7000; }

/* line 13, _subapps.scss */
.icon-remove-product {
  font-size: 38px;
  background: #fff; }

/* line 18, _subapps.scss */
.icon-remove-product.icon-select-box {
  line-height: 1; }

/* line 22, _subapps.scss */
.product-details-cart .icon-cart,
.product-details-cart .icon-wishlist,
.carousel .icon-cart {
  font-size: 1.6em;
  vertical-align: sub;
  margin-right: .2em; }

/* line 30, _subapps.scss */
.svgIcon {
  fill: currentColor;
  display: inline-block; }

/* line 35, _subapps.scss */
.product-details-nav .icon-arrow-flipped {
  font-size: .7em;
  vertical-align: middle;
  margin-right: .2em; }

/* line 41, _subapps.scss */
.product-details .icon-pencil {
  margin: 0 .4em; }

/* line 45, _subapps.scss */
.alert-general .icon-warning {
  font-size: 1.2em; }

/* Created _bqf.scss / 15/07/09 */
/* line 51, _subapps.scss */
select[disabled], .highlighted.disabled {
  -webkit-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5;
  opacity: .5;
  filter: alpha(opacity=50); }

/* line 59, _subapps.scss */
.highlighted {
  position: relative;
  background-color: #e7e7e7;
  height: 39px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  display: block;
  line-height: 39px; }

/* line 70, _subapps.scss */
.bqf_searchResult {
  font-size: 14px; }

/* line 73, _subapps.scss */
.bqf_searchResult h4 {
  font-weight: 400;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0 20px;
  margin-bottom: 15px; }

/* line 79, _subapps.scss */
.bqf_searchResult .input-control {
  height: 31px;
  padding: 2px 2px;
  text-align: right; }

/* line 85, _subapps.scss */
.bqf_searchResult table {
  width: 100%;
  margin-bottom: 20px; }

/* line 89, _subapps.scss */
.bqf_searchResult td, .bqf_searchResult th {
  padding: 4px 2px; }

/* line 92, _subapps.scss */
tr.headline th {
  background-color: #e7e7e7;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden; }

/* line 98, _subapps.scss */
tr.headline th:hover {
  text-overflow: initial;
  overflow: visible; }

/* line 102, _subapps.scss */
tr.headline th.bqf_col {
  text-align: center; }

/* line 105, _subapps.scss */
.bqf_searchResult tbody td {
  border-bottom: 1px solid #e7e7e7; }

/* line 109, _subapps.scss */
.bqf_price {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  text-align: left; }

/* line 116, _subapps.scss */
.bqf_productImage {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  text-align: left; }

/* line 123, _subapps.scss */
.bqf_title {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  text-align: left; }

/* line 130, _subapps.scss */
.bqf_ident {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  text-align: left; }

/* line 136, _subapps.scss */
.bqf_col {
  text-align: center; }

/* line 140, _subapps.scss */
.bqf_searchResult img {
  width: 100px; }

/* line 143, _subapps.scss */
.show_e3 {
  display: none; }

/* line 147, _subapps.scss */
.rel {
  position: relative; }

/* line 151, _subapps.scss */
.hidetoload {
  display: none; }

@media (max-width: 992px) {
  /* line 156, _subapps.scss */
  .hide_e3 {
    display: none !important; }

  /* line 159, _subapps.scss */
  .show_e3 {
    display: block;
    margin-top: 50px; } }
@media screen and (max-width: 520px) {
  /* line 165, _subapps.scss */
  .tablesaw-bar {
    position: static !important; }

  /* line 168, _subapps.scss */
  .bqf_searchResult .tablesaw-bar .btn,
  .bqf_searchResult .tablesaw-enhanced .tablesaw-bar .btn {
    margin: .5em .5em .5em; } }
@media screen and (max-width: 420px) {
  /* line 174, _subapps.scss */
  .bqf_productImage, .bqf_imageCol, .hide-e3 {
    display: none !important; }

  /* line 177, _subapps.scss */
  .bqf_title {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    text-align: left; }

  /* line 183, _subapps.scss */
  .bqf_ident {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    text-align: left; } }
/* line 191, _subapps.scss */
.text-upper {
  text-transform: uppercase; }

/* / Created _bqf.scss / 15/07/09 */
/* Created _tbf.scss 15/08/07 */
/* line 198, _subapps.scss */
.tbf .list-products-image {
  width: 130px;
  max-width: 130px; }

/* line 203, _subapps.scss */
.tbf .prod-short-details div, .tbf .prod-short-details img {
  margin-bottom: 15px; }

/* line 207, _subapps.scss */
.tbf .list-products img {
  margin: 0 auto; }

/* line 211, _subapps.scss */
.tbf .prod-short-details div, .tbf .prod-short-details img {
  margin-bottom: 15px; }

/* line 215, _subapps.scss */
#form_tbf .list-blocks {
  margin-bottom: 2em;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 23px; }

/* line 221, _subapps.scss */
.tbf_pager {
  margin: 0 1em; }

/* line 225, _subapps.scss */
.tbf_productdetails {
  padding: 20px; }

/* line 228, _subapps.scss */
.tbf_typerow {
  width: 150px; }

/* line 231, _subapps.scss */
.tbf_widthrow {
  width: 100px; }

/* line 235, _subapps.scss */
.tbf_productidrow a {
  color: #ff7001; }

/* line 238, _subapps.scss */
.tbf_imageCol {
  width: 100px; }

/* line 241, _subapps.scss */
.tbf_adapterTable, .tbf_pdt, .lbcontainer {
  border: 20px solid #fff;
  width: 100%; }

/* line 248, _subapps.scss */
.tbf_pdt td, .tbf_pdt th {
  padding: 2px 15px 2px 5px; }

/* line 251, _subapps.scss */
.closeDetails .icon-step-error {
  font-size: 1.25em;
  positon: relative;
  top: -4px; }

/* line 256, _subapps.scss */
.list-products .row {
  margin: 0;
  border-top: none; }

/* line 260, _subapps.scss */
.back-button-adapter-details {
  margin: 20px 20px 0; }

/* line 263, _subapps.scss */
.inlinelink {
  text-decoration: underline; }

/* / Created _tbf.scss 15/08/07 */
/* line 270, _subapps.scss */
.fancybox-close:before, .fancybox-prev span:before, .fancybox-next span:before, .icon-kreisplay:before {
  font-family: "icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 283, _subapps.scss */
.icon-kreisplay:before {
  content: "\e010"; }

/* line 290, _subapps.scss */
#loading_page {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 20020;
  text-align: center; }

/* line 303, _subapps.scss */
#loading_page img {
  margin-top: 500px;
  left: 50%;
  margin-left: 50%;
  z-index: 20021; }

/* line 310, _subapps.scss */
#cinemaCodes {
  position: relative; }
  /* line 313, _subapps.scss */
  #cinemaCodes .tablesaw-bar {
    position: static; }
  /* line 316, _subapps.scss */
  #cinemaCodes .currentday {
    border-right: 1px solid #ff7000; }
  /* line 319, _subapps.scss */
  #cinemaCodes .tablesaw th, #cinemaCodes .tablesaw td {
    padding: 3px 9px 2px; }
  /* line 322, _subapps.scss */
  #cinemaCodes .tablesaw tr.currentday td {
    border-top: 1px solid #ff7000;
    border-bottom: 1px solid #ff7000; }
  /* line 326, _subapps.scss */
  #cinemaCodes .tablesaw-advance {
    padding: 5px 0;
    margin-right: -6px;
    visibility: hidden; }
  /* line 331, _subapps.scss */
  #cinemaCodes .tablesaw-advance-dots li {
    padding: 0em .2em; }
  /* line 334, _subapps.scss */
  #cinemaCodes .tablesaw-advance-dots {
    padding: 0 .75em 0 0; }
  /* line 337, _subapps.scss */
  #cinemaCodes td.tablesaw-cell-persist {
    color: #b3b3b3; }
  /* line 340, _subapps.scss */
  #cinemaCodes .tablesaw tr.currentday td.tablesaw-cell-persist {
    color: #b3b3b3;
    border-right: 1px solid #ff7000;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important; }
  @media (max-width: 540px) {
    /* line 347, _subapps.scss */
    #cinemaCodes .tablesaw-advance {
      visibility: visible !important; } }

/* line 352, _subapps.scss */
.generic-ptl {
  padding-top: 45px; }

/* line 358, _subapps.scss */
.articleListRemoveItemButton {
  right: 9px;
  position: absolute;
  top: -2.5em; }

/* Content overlay */
/* line 368, _subapps.scss */
.contentOverlay_visible {
  display: none; }

@media (min-height: 470px) and (min-width: 500px) {
  /* line 372, _subapps.scss */
  .contentOverlay_visible {
    display: block; }

  /* line 375, _subapps.scss */
  .contentOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 63px;
    right: 0;
    background-image: url(fancybox_overlay.png);
    z-index: 900; }

  /* line 384, _subapps.scss */
  .contentOverlayMessage {
    background-color: #ffffff;
    padding: 30px 18px 18px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    float: none; }

  /* line 392, _subapps.scss */
  .contentOverlay_inner:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
    margin-right: -5px; }

  /* line 399, _subapps.scss */
  .contentOverlay_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; } }
/* Created _tablesaw.scss / 15/07/09 */
/***
* Tablesaw JS Plugin
***/
/* Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
/* line 419, _subapps.scss */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

/* line 425, _subapps.scss */
.tablesaw {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed; }

/* Structure */
/* line 433, _subapps.scss */
.tablesaw {
  border: 0;
  padding: 0; }

/* line 438, _subapps.scss */
.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 445, _subapps.scss */
.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em; }

/* line 460, _subapps.scss */
.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent; }

/* line 467, _subapps.scss */
.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif; }

/* line 473, _subapps.scss */
.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0; }

/* line 481, _subapps.scss */
.ie-lte8 .tablesaw-bar .btn-select {
  min-width: 6.1em; }

/* line 485, _subapps.scss */
.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0; }

/* line 494, _subapps.scss */
.tablesaw-bar .btn.btn-small {
  padding: .05em 1em .05em 1em;
  line-height: 24px; }

/* line 499, _subapps.scss */
.tablesaw-nav-btn.btn i {
  font-size: 14px; }

/* line 503, _subapps.scss */
.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left; }

/* line 507, _subapps.scss */
.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.1);
  content: " ";
  display: block;
  position: absolute; }

/* line 515, _subapps.scss */
.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em; }

/* line 520, _subapps.scss */
.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em; }

/* line 536, _subapps.scss */
.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  border-left-width: 0; }

/* Column navigation buttons for swipe and columntoggle tables */
/* line 549, _subapps.scss */
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  font-size: 14px; }

/* line 553, _subapps.scss */
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left, .tablesaw-advance.minimap {
  float: left; }

/* line 557, _subapps.scss */
.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none; }

/* Table Toolbar */
/* line 566, _subapps.scss */
.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
  position: absolute;
  right: -5px;
  top: -60px; }

/* line 574, _subapps.scss */
.tablesaw-toolbar {
  font-size: 14px;
  float: left; }

/* line 579, _subapps.scss */
.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase; }

/* line 588, _subapps.scss */
.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin: .5em .5em 0; }

/* line 593, _subapps.scss */
.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0; }

/* line 598, _subapps.scss */
.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 16px;
  padding-left: .3em; }

/* line 609, _subapps.scss */
.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0; }

/* line 613, _subapps.scss */
.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em; }

/* line 617, _subapps.scss */
.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent; }

/* line 623, _subapps.scss */
.tablesaw-toolbar ~ table {
  clear: both; }

/* line 627, _subapps.scss */
.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

@media (min-width: 24em) {
  /* line 636, _subapps.scss */
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible; } }
/* Table rows have a gray bottom stroke by default */
/* line 647, _subapps.scss */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

/* line 651, _subapps.scss */
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  /* line 661, _subapps.scss */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }

  /* line 667, _subapps.scss */
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }

  /* Make the label elements a percentage width */
  /* line 674, _subapps.scss */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  /* line 684, _subapps.scss */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }

  /* line 691, _subapps.scss */
  .tablesaw-cell-label {
    display: block; }

  /* Avoid double strokes when stacked */
  /* line 697, _subapps.scss */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }

  /* Avoid double strokes when stacked */
  /* line 703, _subapps.scss */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }
@media (max-width: 39.9375em) {
  /* line 709, _subapps.scss */
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }

  /* line 714, _subapps.scss */
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }

  /* line 721, _subapps.scss */
  .tablesaw-cell-label {
    vertical-align: top; }

  /* line 725, _subapps.scss */
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }

  /* line 730, _subapps.scss */
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  /* line 739, _subapps.scss */
  .tablesaw-stack tr {
    display: table-row; }

  /* Show the table header rows */
  /* line 745, _subapps.scss */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }

  /* Hide the labels in each cell */
  /* line 755, _subapps.scss */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }
/* line 761, _subapps.scss */
.tablesaw-fix-persist {
  table-layout: fixed; }

@media only all {
  /* Unchecked manually: Always hide */
  /* line 768, _subapps.scss */
  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none; } }
/* line 774, _subapps.scss */
.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block; }

/* line 779, _subapps.scss */
.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */ }

/* line 784, _subapps.scss */
.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em; }

/* line 788, _subapps.scss */
.tablesaw-columntoggle tbody td {
  line-height: 1.5; }

/* Remove top/bottom margins around the fieldcontain on check list */
/* line 794, _subapps.scss */
.tablesaw-columntoggle-popup {
  display: none; }

/* line 798, _subapps.scss */
.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  border-radius: .2em;
  z-index: 1; }

/* line 810, _subapps.scss */
.tablesaw-columntoggle-popup fieldset {
  margin: 0; }

/* Hide all prioritized columns by default */
@media only all {
  /* line 817, _subapps.scss */
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none; } }
/* line 833, _subapps.scss */
.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0; }

/* line 842, _subapps.scss */
.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none; }

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  /* line 851, _subapps.scss */
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell; } }
/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  /* line 860, _subapps.scss */
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell; } }
/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  /* line 869, _subapps.scss */
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell; }

  /* line 874, _subapps.scss */
  .tablesaw-columntoggle tbody td {
    line-height: 2; } }
/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  /* line 882, _subapps.scss */
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell; } }
/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  /* line 891, _subapps.scss */
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell; } }
/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  /* line 900, _subapps.scss */
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell; } }
@media only all {
  /* Unchecked manually: Always hide */
  /* line 909, _subapps.scss */
  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none; }

  /* Checked manually: Always show */
  /* line 916, _subapps.scss */
  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell; } }
/* line 922, _subapps.scss */
.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap; }

/* line 928, _subapps.scss */
.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em; }

/* line 932, _subapps.scss */
.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative; }

/* line 939, _subapps.scss */
.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top; }

/* line 944, _subapps.scss */
.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0; }

/* line 949, _subapps.scss */
.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em; }

/* line 956, _subapps.scss */
.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative; }

/* line 968, _subapps.scss */
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: .5em; }

/* line 977, _subapps.scss */
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "+"; }

/* line 981, _subapps.scss */
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "-"; }

/* line 985, _subapps.scss */
.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block; }

/* line 990, _subapps.scss */
.tablesaw-sortable .not-applicable span {
  display: none; }

/* line 994, _subapps.scss */
.tablesaw-advance {
  float: right; }

/* line 998, _subapps.scss */
.tablesaw-advance.minimap {
  margin: 0 .4em; }

/* line 1002, _subapps.scss */
.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 1009, _subapps.scss */
.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em; }

/* line 1015, _subapps.scss */
.tablesaw-advance-dots li i {
  width: .3em;
  height: .3em;
  background: #ff7000;
  border-radius: 100%;
  display: inline-block; }

/* line 1023, _subapps.scss */
.tablesaw-advance-dots-hide {
  cursor: default;
  pointer-events: none; }

/* line 1028, _subapps.scss */
.tablesaw-advance-dots-hide i {
  background: #b3b3b3 !important; }

/* / Created _tablesaw.scss / 15/07/09 */
/* removed from master.tag */
/* line 1035, _subapps.scss */
#printableArea {
  display: none; }

/* promoArticle.scss 07.09.2015  */
/* line 1040, _subapps.scss */
.promoArticle {
  border-left: 4px solid #ff7000 !important; }
  /* line 1042, _subapps.scss */
  .promoArticle .order-entry-comment, .promoArticle .costCenter, .promoArticle .pricePiece {
    display: none; }
  /* line 1045, _subapps.scss */
  .promoArticle .promoFree {
    display: block;
    color: #ff7000; }

/* line 1051, _subapps.scss */
.promoFree {
  display: none; }

/* line 1056, _subapps.scss */
.cartListItem.promoArticle {
  border-bottom: 1px solid #cdcdcd !important; }

/* line 1061, _subapps.scss */
#enable-promo {
  border-bottom: 1px solid #cdcdcd; }

/* line 1065, _subapps.scss */
.readdpromo {
  padding-top: 0 !important;
  background-color: #f9f9f9; }
  /* line 1069, _subapps.scss */
  .readdpromo.lostPromo {
    display: none; }
  /* line 1072, _subapps.scss */
  .readdpromo form {
    margin-top: 0 !important; }
  /* line 1075, _subapps.scss */
  .readdpromo #submitpromo {
    display: block;
    padding: 1.5em;
    white-space: normal !important; }
  /* line 1084, _subapps.scss */
  .readdpromo.orderapprovalstyle {
    margin: -9px 0 !important; }
    @media (max-width: 1200px) {
      /* line 1084, _subapps.scss */
      .readdpromo.orderapprovalstyle {
        margin: -8px 0 !important; } }
    @media (max-width: 992px) {
      /* line 1084, _subapps.scss */
      .readdpromo.orderapprovalstyle {
        margin: -7px 0 !important; } }

/* line 1099, _subapps.scss */
.sap-offers .list-items, .sap-offers .sap-offer-footer {
  padding-left: 9px;
  padding-right: 9px; }
/* line 1104, _subapps.scss */
.sap-offers .article-header {
  margin-bottom: 1em; }
/* line 1108, _subapps.scss */
.sap-offers .xs-list {
  border-top: 1px solid #b3b3b3; }
/* line 1112, _subapps.scss */
.sap-offers .sap-offer-footer-separator {
  border-bottom: 1px solid;
  margin: 9px 0;
  color: #b3b3b3; }

/* line 1123, _subapps.scss */
.sap-offers-actions .customer-orderno-error-wrapper {
  display: none; }
/* line 1127, _subapps.scss */
.sap-offers-actions .saveSapOrderNumber {
  display: none; }
/* line 1131, _subapps.scss */
.sap-offers-actions #sapOrderNumberInput {
  display: none; }

/* line 1139, _subapps.scss */
.sap-offer-address .sap-offer-address-field {
  overflow-x: auto; }
/* line 1143, _subapps.scss */
.sap-offer-address .sap-offer-address-add-fields span {
  margin-right: 1em; }

/* line 1148, _subapps.scss */
.supplementary-material-text-container {
  padding: 18px 0 0 0; }
  /* line 1150, _subapps.scss */
  .supplementary-material-text-container .supplementary-material-text {
    word-break: normal;
    margin-bottom: 0px; }

/* line 1156, _subapps.scss */
.supplementary-material-text-container.active {
  display: none; }

/* line 1160, _subapps.scss */
.position-text-container.active {
  display: none; }

/* line 1164, _subapps.scss */
.position-text-container {
  padding: 18px 0 0 0; }

/* line 1168, _subapps.scss */
.sap-offer-additional-information-text {
  word-break: normal;
  margin-bottom: 0px; }

/* line 1173, _subapps.scss */
.text-before-position-container {
  padding-bottom: 18px; }

@media (max-width: 540px) {
  /* line 1177, _subapps.scss */
  .sap-offer-header-information-text-container {
    padding-bottom: 1em; } }

/* line 1186, _subapps.scss */
#couponForm input, #couponForm button, #couponForm a {
  margin-bottom: 10px; }

/* line 1191, _subapps.scss */
#couponCodeLinkContainer {
  margin-bottom: 10px; }

/* line 1, _flex.scss */
[class*="flex-"] {
  display: flex;
  flex-wrap: wrap; }

/* line 6, _flex.scss */
.flex-start {
  justify-content: flex-start; }

/* line 9, _flex.scss */
.flex-center {
  justify-content: center; }

/* line 12, _flex.scss */
.flex-top {
  align-items: flex-start; }

/* line 15, _flex.scss */
.flex-middle {
  align-items: center; }

@media (min-width: 540px) {
  /* line 20, _flex.scss */
  .flex-sm-start {
    justify-content: flex-start; }

  /* line 23, _flex.scss */
  .flex-sm-center {
    justify-content: center; }

  /* line 26, _flex.scss */
  .flex-sm-top {
    align-items: flex-start; }

  /* line 29, _flex.scss */
  .flex-sm-middle {
    align-items: center; } }
/* line 1, _headers.scss */
.jrs-main {
  margin-top: 140px; }

/* line 5, _headers.scss */
.jrs-primary-nav-width, .jrs-primary-nav__content, .jrs-user-bar, .jrs-inline-list--item--flyout--content, .jrs-logo-nav--content {
  max-width: 1440px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 540px) {
    /* line 5, _headers.scss */
    .jrs-primary-nav-width, .jrs-primary-nav__content, .jrs-user-bar, .jrs-inline-list--item--flyout--content, .jrs-logo-nav--content {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }

/* line 18, _headers.scss */
.jrs-primary-nav-font-size, .jrs-inline-list-item {
  font-size: 14px; }

/* line 22, _headers.scss */
.jrs-inline-list--item--navigation--padding, .jrs-inline-list--item--navigation-hover, .jrs-inline-list--item__functions-element {
  padding: 8px 24px 0 !important; }
  @media (max-width: 1200px) {
    /* line 22, _headers.scss */
    .jrs-inline-list--item--navigation--padding, .jrs-inline-list--item--navigation-hover, .jrs-inline-list--item__functions-element {
      padding: 8px 16px 0 !important; } }

/* line 30, _headers.scss */
.myEshopLink {
  padding: 8px 10px 0; }

@media (max-width: 1100px) {
  /* line 35, _headers.scss */
  .jrs-logo-nav--trust--benefits {
    display: none; } }
/* line 40, _headers.scss */
.jrs-primary-nav {
  background-color: #e7e7e7; }

/* line 44, _headers.scss */
.jrs-primary-nav__content {
  margin: 0 auto; }
  @media (max-width: 540px) {
    /* line 44, _headers.scss */
    .jrs-primary-nav__content {
      width: 100%;
      padding: 0; } }

/* line 53, _headers.scss */
.jrs-primary-nav--overlay {
  display: none;
  position: fixed;
  top: 163px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 9; }

/* line 64, _headers.scss */
.jrs-inline-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 70, _headers.scss */
.jrs-inline-list__menu {
  float: left;
  font-weight: 700;
  border-left: 1px solid #fff; }
  @media (min-width: 992px) {
    /* line 70, _headers.scss */
    .jrs-inline-list__menu {
      display: none; } }
  @media (max-width: 992px) {
    /* line 70, _headers.scss */
    .jrs-inline-list__menu {
      border-left: none;
      display: block; } }
  @media (max-width: 540px) {
    /* line 70, _headers.scss */
    .jrs-inline-list__menu {
      width: 25%; } }
  /* line 84, _headers.scss */
  .jrs-inline-list__menu:hover {
    background-color: #f6f6f6; }

/* line 89, _headers.scss */
.jrs-inline-list__navigation {
  float: left;
  font-weight: 700;
  border-left: 1px solid #fff; }
  @media (max-width: 992px) {
    /* line 89, _headers.scss */
    .jrs-inline-list__navigation {
      border-left: none;
      position: absolute;
      left: -100%;
      top: 0;
      width: 95%;
      z-index: 66666;
      background-color: #e7e7e7; } }
  @media (min-width: 992px) {
    /* line 89, _headers.scss */
    .jrs-inline-list__navigation {
      width: auto !important;
      box-shadow: none !important; } }
  @media (max-width: 540px) {
    /* line 89, _headers.scss */
    .jrs-inline-list__navigation {
      background-color: #e7e7e7;
      overflow-y: scroll !important;
      -webkit-overflow-scrolling: touch; }
      /* line 110, _headers.scss */
      .jrs-inline-list__navigation::-webkit-scrollbar {
        width: 6px; }
      /* line 113, _headers.scss */
      .jrs-inline-list__navigation::-webkit-scrollbar-track {
        background-color: #eaeaea;
        border-left: 1px solid #ccc; }
      /* line 117, _headers.scss */
      .jrs-inline-list__navigation::-webkit-scrollbar-thumb {
        background-color: #ccc; }
      /* line 120, _headers.scss */
      .jrs-inline-list__navigation::-webkit-scrollbar-thumb:hover {
        background-color: #aaa; } }

/* line 126, _headers.scss */
.jrs-dummy-list-element {
  display: none; }
  @media (max-width: 992px) {
    /* line 126, _headers.scss */
    .jrs-dummy-list-element {
      display: block;
      background-color: #fff;
      text-align: right; } }

/* line 135, _headers.scss */
.jrs-icon-nav-schliessen {
  display: inline-block;
  opacity: .4;
  height: 56px;
  padding: 17px 18px 0;
  font-size: 24px;
  cursor: pointer; }

/* line 144, _headers.scss */
.jrs-inline-list__functions {
  float: right;
  font-weight: 400;
  border-left: 1px solid #fff; }
  @media (max-width: 540px) {
    /* line 144, _headers.scss */
    .jrs-inline-list__functions {
      float: none; } }

/* line 154, _headers.scss */
.jrs-inline-list-item {
  float: left;
  height: 56px;
  overflow: hidden;
  cursor: pointer; }
  @media (max-width: 540px) {
    /* line 154, _headers.scss */
    .jrs-inline-list-item {
      height: auto; } }

/* line 165, _headers.scss */
.jrs-font-700 {
  font-weight: 700 !important;
  font-size: 14px !important; }

/* line 170, _headers.scss */
.jrs-font-700-desktop-only {
  font-weight: 700 !important; }
  @media (max-width: 540px) {
    /* line 170, _headers.scss */
    .jrs-font-700-desktop-only {
      font-weight: 400 !important; } }

/* line 177, _headers.scss */
.jrs-font-500 {
  font-weight: 400 !important; }

/* line 181, _headers.scss */
.jrs-inline-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 187, _headers.scss */
.jrs-user-bar-logout {
  color: #FF7000 !important;
  font-weight: 700;
  margin-left: 30px; }

/* line 193, _headers.scss */
.jrs-user-bar {
  font-size: 11px !important;
  color: #333 !important;
  background: #fff !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  margin: 0 auto !important;
  border: none !important; }

/* line 204, _headers.scss */
.jrs-user-bar-text__light {
  color: #b3b3b3;
  margin: 0 3px 0 19px !important; }

/* line 209, _headers.scss */
.jrs-inline-list-item--arrow {
  display: block;
  font-size: 26px;
  position: relative; }
  @media (max-width: 540px) {
    /* line 209, _headers.scss */
    .jrs-inline-list-item--arrow {
      float: right; } }

/* line 218, _headers.scss */
.icon-jrs-inline-list-item--arrow__down {
  top: -6px;
  opacity: .4; }
  @media (max-width: 540px) {
    /* line 223, _headers.scss */
    .icon-jrs-inline-list-item--arrow__down:before {
      content: "\e029" !important; } }

/* line 229, _headers.scss */
.icon-jrs-inline-list-item--arrow__up {
  top: -4px;
  opacity: 1; }
  @media (max-width: 540px) {
    /* line 234, _headers.scss */
    .icon-jrs-inline-list-item--arrow__up:before {
      content: "\e012" !important; } }

/* line 240, _headers.scss */
.jrs-inline-list--item--navigation {
  padding: 0;
  margin: 0;
  border-right: 1px solid #fff; }
  @media (max-width: 992px) {
    /* line 240, _headers.scss */
    .jrs-inline-list--item--navigation {
      background-color: #E7E7E7; } }
  @media (max-width: 540px) {
    /* line 240, _headers.scss */
    .jrs-inline-list--item--navigation {
      float: none;
      display: block;
      width: 100%;
      border-bottom: 1px solid #fff;
      height: auto !important; } }

/* line 256, _headers.scss */
.jrs-inline-list--item--navigation-hover {
  text-align: center;
  height: 56px; }
  @media (min-width: 540px) {
    /* line 261, _headers.scss */
    .jrs-inline-list--item--navigation-hover:hover {
      background-color: #f6f6f6; } }
  @media (max-width: 540px) {
    /* line 256, _headers.scss */
    .jrs-inline-list--item--navigation-hover {
      text-align: left;
      padding-top: 18px !important; } }

/* line 271, _headers.scss */
.jrs-inline-list--item--navigation__isOpen {
  background-color: #FFF !important; }
  /* line 273, _headers.scss */
  .jrs-inline-list--item--navigation__isOpen .jrs-inline-list--item__functions-element {
    background-color: #FFF !important; }
  @media (max-width: 540px) {
    /* line 271, _headers.scss */
    .jrs-inline-list--item--navigation__isOpen {
      background-color: #e7e7e7 !important; } }

@media (min-width: 540px) {
  /* line 282, _headers.scss */
  .jrs-inline-list--item--navigation-hover.jrs-inline-list--item--navigation__isOpen:hover {
    background-color: #fff !important; } }
/* line 288, _headers.scss */
.jrs-inline-list--item--flyout {
  display: none;
  cursor: default;
  position: absolute;
  left: 0;
  margin-top: -1px;
  width: 100%;
  background-color: #fff;
  z-index: 99999; }
  @media (max-width: 992px) {
    /* line 288, _headers.scss */
    .jrs-inline-list--item--flyout {
      top: 112px; } }
  @media (max-width: 540px) {
    /* line 288, _headers.scss */
    .jrs-inline-list--item--flyout {
      position: relative;
      top: 0;
      float: none; } }

/* line 309, _headers.scss */
.jrs-inline-list--item--flyout--content {
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff; }
  @media (max-width: 540px) {
    /* line 309, _headers.scss */
    .jrs-inline-list--item--flyout--content {
      overflow-y: scroll;
      overflow-x: hidden; }
      /* line 317, _headers.scss */
      .jrs-inline-list--item--flyout--content::-webkit-scrollbar {
        width: 6px; }
      /* line 320, _headers.scss */
      .jrs-inline-list--item--flyout--content::-webkit-scrollbar-track {
        background-color: #eaeaea;
        border-left: 1px solid #ccc; }
      /* line 324, _headers.scss */
      .jrs-inline-list--item--flyout--content::-webkit-scrollbar-thumb {
        background-color: #ccc; }
      /* line 327, _headers.scss */
      .jrs-inline-list--item--flyout--content::-webkit-scrollbar-thumb:hover {
        background-color: #aaa; } }

/* line 333, _headers.scss */
.jrs-inline-list--item__functions {
  padding: 0;
  text-align: center;
  float: left;
  border-right: 1px solid #fff; }
  @media (max-width: 540px) {
    /* line 333, _headers.scss */
    .jrs-inline-list--item__functions {
      width: auto;
      text-align: center;
      padding: 0 5px 0 !important; } }

/* line 346, _headers.scss */
.jrs-inline-list--item__functions--get_catalog .navbar-btn {
  padding: 8px 24px 0 24px !important;
  text-align: center !important;
  display: block !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  border-left: none !important;
  height: 56px !important;
  min-height: 56px !important;
  width: auto !important; }
  /* line 356, _headers.scss */
  .jrs-inline-list--item__functions--get_catalog .navbar-btn small {
    margin-bottom: 0; }

/* line 362, _headers.scss */
.jrs-inline-list--item__functions--menu {
  padding: 0;
  text-align: center;
  float: left;
  border-right: 1px solid #fff;
  width: 100%;
  height: 56px;
  padding: 0 18px; }
  @media (max-width: 992px) {
    /* line 362, _headers.scss */
    .jrs-inline-list--item__functions--menu {
      padding: 0 18px; } }

/* line 375, _headers.scss */
.jrs-inline-list--item__functions--mobil-icon {
  display: block;
  font-size: 24px;
  position: relative;
  top: 7px; }
  @media (min-width: 540px) {
    /* line 375, _headers.scss */
    .jrs-inline-list--item__functions--mobil-icon {
      height: 30px; } }

/* line 386, _headers.scss */
.jrs-inline-list--item__functions--mobil-text {
  font-size: 14px;
  font-weight: 400; }
  @media (max-width: 540px) {
    /* line 386, _headers.scss */
    .jrs-inline-list--item__functions--mobil-text {
      font-size: 11px; } }

/* line 394, _headers.scss */
.jrs-inline-list--item__functions--language {
  padding: 0;
  position: relative;
  overflow: visible !important; }

/* line 400, _headers.scss */
.jrs-inline-list--item__functions--language {
  padding: 0;
  position: relative;
  overflow: visible !important; }

/* line 406, _headers.scss */
.jrs-inline-list--item__functions--account {
  position: relative;
  overflow: visible; }
  /* line 409, _headers.scss */
  .jrs-inline-list--item__functions--account .jrs-inline-list--item--flyout {
    width: 250px !important;
    margin: 0 0 0 -1px;
    position: absolute;
    top: 56px !important; }
    /* line 414, _headers.scss */
    .jrs-inline-list--item__functions--account .jrs-inline-list--item--flyout.opened {
      display: block !important; }
    /* line 418, _headers.scss */
    .jrs-inline-list--item__functions--account .jrs-inline-list--item--flyout .jrs-inline-list--item--flyout--content {
      padding: 10px 20px;
      width: auto !important; }

/* line 425, _headers.scss */
.jrs-account-list {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0; }
  /* line 430, _headers.scss */
  .jrs-account-list li {
    padding: 5px 0; }
  /* line 433, _headers.scss */
  .jrs-account-list .jrs-account-list-devider {
    height: 1px;
    padding: 0;
    margin: 10px 0;
    background-color: #cdcdcd; }

/* line 441, _headers.scss */
.jrs-accont-list-logIn-button {
  width: 230px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  background-color: #FF7000;
  color: #FFF;
  display: block; }
  /* line 449, _headers.scss */
  .jrs-accont-list-logIn-button:hover {
    color: #fff; }

/* line 454, _headers.scss */
.jrs-accont-list-logOut-button {
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  background-color: #FFF;
  color: #333;
  border: 1px solid #333;
  display: block; }
  /* line 464, _headers.scss */
  .jrs-accont-list-logOut-button:hover {
    border: 1px solid #FF7000; }

/* line 469, _headers.scss */
.jrs-account-list-badge {
  padding: 4px 6px !important;
  margin: 0 !important;
  top: 3px !important;
  left: 10px !important;
  background-color: #cdcdcd !important;
  color: #333 !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  line-height: 11px !important;
  transform: translate(0, 0); }

/* line 482, _headers.scss */
.jrs-accont-list-link-inverted {
  color: #FF7000; }
  /* line 484, _headers.scss */
  .jrs-accont-list-link-inverted:hover {
    text-decoration: underline; }

/* line 490, _headers.scss */
.jrs-inline-list--item__functions--minicart:hover {
  background-color: #f6f6f6; }
@media (max-width: 992px) {
  /* line 489, _headers.scss */
  .jrs-inline-list--item__functions--minicart {
    border-right: none !important; } }
@media (max-width: 540px) {
  /* line 496, _headers.scss */
  .jrs-inline-list--item__functions--minicart .navbar-inner-wrapper {
    display: block; } }
/* line 501, _headers.scss */
.jrs-inline-list--item__functions--minicart .navbar-btn {
  padding: 8px 24px 0 48px !important;
  overflow: visible !important;
  float: none !important;
  text-align: left !important;
  display: block !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  border-left: none !important;
  height: 56px !important;
  min-height: 56px !important;
  width: auto !important; }
  @media (max-width: 540px) {
    /* line 501, _headers.scss */
    .jrs-inline-list--item__functions--minicart .navbar-btn {
      width: 100% !important;
      text-align: center !important;
      padding: 0 !important; } }
  /* line 518, _headers.scss */
  .jrs-inline-list--item__functions--minicart .navbar-btn:hover {
    color: #333 !important; }
  /* line 521, _headers.scss */
  .jrs-inline-list--item__functions--minicart .navbar-btn:focus {
    color: #333 !important; }
  /* line 524, _headers.scss */
  .jrs-inline-list--item__functions--minicart .navbar-btn small {
    font-size: 14px !important;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400 !important; }
    @media (max-width: 992px) {
      /* line 524, _headers.scss */
      .jrs-inline-list--item__functions--minicart .navbar-btn small {
        display: block !important; } }
    @media (max-width: 540px) {
      /* line 524, _headers.scss */
      .jrs-inline-list--item__functions--minicart .navbar-btn small {
        display: none !important; } }
  /* line 536, _headers.scss */
  .jrs-inline-list--item__functions--minicart .navbar-btn span {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-overflow: inherit; }
  /* line 541, _headers.scss */
  .jrs-inline-list--item__functions--minicart .navbar-btn i {
    float: none !important;
    top: 27px !important;
    left: 18px !important;
    font-size: 18px !important;
    position: absolute !important;
    color: #333 !important; }
    @media (max-width: 540px) {
      /* line 541, _headers.scss */
      .jrs-inline-list--item__functions--minicart .navbar-btn i {
        top: 9px !important;
        left: 0 !important;
        position: relative !important;
        font-weight: 400 !important;
        margin-bottom: 6px;
        display: block;
        font-size: 20px !important; } }
/* line 561, _headers.scss */
.jrs-inline-list--item__functions--minicart .navbar-btn--desktop {
  padding-top: 8px !important; }

/* line 567, _headers.scss */
.jrs-account-icon-arrow {
  float: left !important;
  left: -25px !important;
  top: 14px; }
  @media screen and (max-width: 768px) {
    /* line 567, _headers.scss */
    .jrs-account-icon-arrow {
      left: -25px !important;
      top: 14px; } }
  @media (max-width: 540px) {
    /* line 567, _headers.scss */
    .jrs-account-icon-arrow {
      left: 6px !important;
      top: 14px; } }

/* line 580, _headers.scss */
.jrs-account-icon-arrow-logIn {
  float: left !important;
  left: 15px !important;
  top: calc(50% - 5px);
  position: absolute; }
  @media (max-width: 767px) {
    /* line 580, _headers.scss */
    .jrs-account-icon-arrow-logIn {
      float: left !important;
      left: 15px !important;
      top: calc(50% - 5px); } }
  @media (max-width: 540px) {
    /* line 580, _headers.scss */
    .jrs-account-icon-arrow-logIn {
      left: 6px !important;
      top: 14px; } }

/* line 595, _headers.scss */
.jrs-account-icon-arrow-logOut {
  float: left !important;
  left: -25px !important;
  top: 14px; }
  @media (max-width: 767px) {
    /* line 595, _headers.scss */
    .jrs-account-icon-arrow-logOut {
      left: -25px !important;
      top: 14px; } }
  @media (max-width: 540px) {
    /* line 595, _headers.scss */
    .jrs-account-icon-arrow-logOut {
      left: 6px !important;
      top: 14px; } }

/* line 610, _headers.scss */
.jrs-account-icon {
  display: none; }
  @media (max-width: 540px) {
    /* line 610, _headers.scss */
    .jrs-account-icon {
      display: block;
      font-size: 24px !important;
      top: 0 !important; } }

@media (max-width: 540px) {
  /* line 620, _headers.scss */
  .badge.jrs-account-badge {
    position: absolute;
    top: 0 !important; } }

/* line 626, _headers.scss */
.badgeWrapper {
  padding-right: 10px;
  position: relative;
  display: inline-block;
  float: left; }

/* line 632, _headers.scss */
.jrs-account-badge {
  min-width: 26px;
  min-height: 19px;
  padding: 4px 6px !important;
  margin: 0 !important;
  top: auto !important;
  background-color: #cdcdcd !important;
  color: #333 !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  line-height: 11px !important;
  transform: translate(0, 0);
  float: left !important; }

/* line 647, _headers.scss */
.jrs-account-text {
  text-align: left;
  font-size: 14px !important;
  max-width: 100%;
  text-overflow: inherit !important;
  display: inline-block;
  float: left;
  overflow: visible;
  padding-left: 26px; }
  @media (max-width: 540px) {
    /* line 647, _headers.scss */
    .jrs-account-text {
      font-size: 11px !important;
      position: relative;
      bottom: 8px;
      float: none !important; } }
  @media (max-width: 540px) {
    /* line 647, _headers.scss */
    .jrs-account-text {
      padding-left: 0; } }

/* line 667, _headers.scss */
.jrs-account-text__logIn {
  padding-left: 26px; }
  @media (max-width: 540px) {
    /* line 667, _headers.scss */
    .jrs-account-text__logIn {
      padding-left: 0; } }

/* line 674, _headers.scss */
.jrs-icon-user {
  display: none; }

/* line 678, _headers.scss */
.jrs-inline-list--item__functions-element {
  margin: 0 !important;
  height: 56px !important;
  background-color: #E7E7E7;
  color: inherit !important;
  width: auto !important;
  float: left !important;
  border: none !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  min-height: 0 !important;
  font-size: 14px !important; }
  /* line 691, _headers.scss */
  .jrs-inline-list--item__functions-element.active {
    background: transparent; }
  /* line 694, _headers.scss */
  .jrs-inline-list--item__functions-element:hover {
    background-color: #f6f6f6; }
  @media (max-width: 992px) {
    /* line 698, _headers.scss */
    .jrs-inline-list--item__functions-element .navbar-btn small {
      display: block !important; } }
  @media (max-width: 992px) {
    /* line 703, _headers.scss */
    .jrs-inline-list--item__functions-element .navbar-btn span {
      display: block !important; } }
  @media (max-width: 540px) {
    /* line 678, _headers.scss */
    .jrs-inline-list--item__functions-element {
      width: 100% !important;
      text-align: center; } }

/* line 715, _headers.scss */
.jrs-language-country {
  display: block !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  position: relative;
  text-align: right;
  height: 100%; }
  @media (max-width: 540px) {
    /* line 715, _headers.scss */
    .jrs-language-country {
      text-align: center;
      font-size: 11px !important;
      bottom: 5px !important;
      height: auto !important; } }

/* line 730, _headers.scss */
.jrs-language-country-language {
  font-size: inherit !important;
  display: inline !important;
  overflow: hidden;
  margin-left: 4px; }

/* line 737, _headers.scss */
.jrs-language-country-language-not-selectable {
  cursor: default;
  min-width: 18px !important; }
  /* line 740, _headers.scss */
  .jrs-language-country-language-not-selectable:hover {
    color: #0b0e10; }

/* line 745, _headers.scss */
.jrs-language-no-hover {
  border-left-width: 0; }
  /* line 746, _headers.scss */
  .jrs-language-no-hover:hover {
    background-color: transparent;
    cursor: default; }

/* line 753, _headers.scss */
.jrs-language-icon-arrow {
  float: left !important;
  font-size: 26px !important;
  top: 13px !important;
  left: -6px !important; }

/* line 760, _headers.scss */
.jrs-language-icon-globe {
  top: 20px !important;
  right: 1px !important;
  font-size: 16px !important;
  position: absolute !important;
  color: #333 !important; }
  @media (max-width: 540px) {
    /* line 760, _headers.scss */
    .jrs-language-icon-globe {
      top: 0 !important;
      right: 0 !important;
      font-size: 24px !important;
      position: relative !important; } }

/* line 774, _headers.scss */
.jrs-language-dropdown {
  position: absolute !important;
  top: 56px !important;
  right: -222px !important;
  left: 0;
  z-index: 999999;
  cursor: default;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  width: 245px;
  background-color: #fff;
  display: none;
  padding: 20px 10px; }
  /* line 788, _headers.scss */
  .jrs-language-dropdown.active {
    display: block !important; }

/* line 793, _headers.scss */
.jrs-language-dropdown-select {
  width: 140px !important;
  height: 36px !important;
  text-indent: 0;
  position: relative;
  background-color: #e7e7e7;
  padding: 0 10px !important;
  border: none;
  float: left;
  font-size: inherit !important; }

/* line 805, _headers.scss */
.jrs-language-dropdown-button {
  font-size: 14px;
  height: 36px;
  border: none;
  color: #fff;
  background-color: #FF7000;
  padding: 3px 27px 0;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin: 16px 0 0 11px; }

/* line 818, _headers.scss */
.jrs-cart-minicart {
  padding-left: 54px !important; }

/* line 822, _headers.scss */
.jrs-page-header {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 9998;
  transition: transform .4s ease-out;
  transform: none;
  will-change: transform;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); }
  @media (max-width: 992px) {
    /* line 822, _headers.scss */
    .jrs-page-header {
      z-index: 8888; } }

/* line 840, _headers.scss */
.jrs-page-header__fade-out {
  transform: translateY(-100%); }

/* line 844, _headers.scss */
.jrs-logo-nav {
  background-color: #FF7000;
  margin-bottom: 4px;
  height: 80px; }

@media (max-width: 1200px) {
  /* line 850, _headers.scss */
  .jrs-logo-nav--debred {
    height: auto; }
    /* line 853, _headers.scss */
    .jrs-logo-nav--debred .jrs-logo-nav--content {
      display: flex;
      flex-direction: column; } }

/* line 860, _headers.scss */
.jrs-page-header-customer .jrs-logo-nav {
  margin-bottom: 0; }

/* line 864, _headers.scss */
.jrs-logo-nav--content {
  margin: 0 auto; }

/* line 869, _headers.scss */
.jrs-logo-nav--search {
  position: relative;
  overflow: hidden;
  border: none; }
  /* line 873, _headers.scss */
  .jrs-logo-nav--search-wrapper {
    width: 100%; }
  /* line 876, _headers.scss */
  .jrs-logo-nav--search i.icon-search {
    display: none; }
  @media screen and (max-width: 1100px) {
    /* line 880, _headers.scss */
    .jrs-logo-nav--search i.icon-search {
      display: block;
      font-size: 24px;
      color: #FF7000;
      position: absolute;
      top: 27px;
      right: 12px; } }
  @media (max-width: 540px) {
    /* line 890, _headers.scss */
    .jrs-logo-nav--search i.icon-search {
      display: block;
      font-size: 18px;
      color: #FF7000;
      position: absolute;
      top: 9px;
      right: 9px; } }

/*DEPRECATED*/
@media screen and (max-width: 1100px) {
  /* line 904, _headers.scss */
  .jrs-logo-nav--search i.icon-search {
    top: 18px; } }
@media (max-width: 540px) {
  /* line 902, _headers.scss */
  .jrs-logo-nav--search {
    padding-left: 9px; }
    /* line 910, _headers.scss */
    .jrs-logo-nav--search i.icon-search {
      top: 14px; } }

/* line 916, _headers.scss */
.jrs-logo-nav--search-form {
  display: flex; }
  @media screen and (max-width: 768px) {
    /* line 916, _headers.scss */
    .jrs-logo-nav--search-form {
      position: inherit !important; } }

/* line 924, _headers.scss */
.jrs-logo-nav--search__input {
  width: 100%;
  height: 48px;
  margin: 16px 0;
  border: none;
  padding: 0 45px 0 9px;
  color: #FF7000;
  background-color: #fff;
  font-size: 16px !important;
  text-overflow: ellipsis; }
  /* line 935, _headers.scss */
  .jrs-logo-nav--search__input:focus {
    background-color: #f5f5f5; }
  /* line 939, _headers.scss */
  .jrs-logo-nav--search__input:active {
    background-color: #f5f5f5; }
  /* line 943, _headers.scss */
  .jrs-logo-nav--search__input ::-webkit-input-placeholder {
    color: #b3b3b3; }
  /* line 947, _headers.scss */
  .jrs-logo-nav--search__input :-moz-placeholder {
    color: #b3b3b3; }

/* line 952, _headers.scss */
.jrs-logo-nav--search__input-second {
  border-radius: 35px;
  padding-left: 45px; }

/* line 957, _headers.scss */
.jrs-logo-nav--search__input:-ms-input-placeholder {
  opacity: 1;
  color: #b3b3b3; }

/* line 962, _headers.scss */
.jrs-logo-nav--search__input::-moz-placeholder {
  opacity: 1;
  color: #b3b3b3; }

/* line 967, _headers.scss */
.jrs-logo-nav--search__input-second:-ms-input-placeholder {
  color: #CFCFCF; }

/* line 971, _headers.scss */
.jrs-logo-nav--search__input-second::-moz-placeholder {
  color: #CFCFCF; }

/* line 975, _headers.scss */
.jrs-logo-nav--search__input-second::placeholder {
  color: #CFCFCF; }

/* line 980, _headers.scss */
.jrs-logo-nav--search__input-second::-o-placeholder {
  color: #CFCFCF; }

/* line 985, _headers.scss */
.jrs-logo-nav--search__input-second::-webkit-input-placeholder {
  color: #CFCFCF; }

/* line 990, _headers.scss */
.jrs-logo-nav--search__button {
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: 20px;
  height: 40px;
  border: none;
  color: #fff;
  background-color: #FF7000;
  padding: 3px 16px 0 40px;
  font-weight: 400;
  text-transform: uppercase; }
  /* line 1002, _headers.scss */
  .jrs-logo-nav--search__button:before {
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 18px; }
  /* line 1008, _headers.scss */
  .jrs-logo-nav--search__button:hover {
    background-color: #cc5a00;
    border-color: #c25500; }
  @media screen and (max-width: 1100px) {
    /* line 990, _headers.scss */
    .jrs-logo-nav--search__button {
      display: none; } }

/* line 1017, _headers.scss */
.jrs-logo-nav--search__icon {
  font-size: 14px;
  position: absolute;
  left: 4px;
  top: 20px;
  height: 40px;
  width: 40px;
  border: none;
  color: #CFCFCF;
  font-weight: 400;
  background: transparent;
  padding: 0; }
  /* line 1029, _headers.scss */
  .jrs-logo-nav--search__icon:before {
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 18px; }
  /* line 1035, _headers.scss */
  .jrs-logo-nav--search__icon:hover {
    color: #000; }
  @media screen and (max-width: 540px) {
    /* line 1017, _headers.scss */
    .jrs-logo-nav--search__icon {
      left: 11px; } }

/* line 1043, _headers.scss */
.jrs-search-suggestions {
  background: #fff;
  color: #333333;
  position: absolute;
  z-index: 100;
  left: 0; }
  /* line 1049, _headers.scss */
  .jrs-search-suggestions ul {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3) !important;
    border: none !important; }

/* line 1057, _headers.scss */
.jrs-search-suggestions__small {
  top: 67px !important; }

/* line 1061, _headers.scss */
.jrs-logo-nav--trust {
  float: right; }
  @media screen and (max-width: 850px) {
    /* line 1061, _headers.scss */
    .jrs-logo-nav--trust {
      display: none; } }

/* line 1068, _headers.scss */
.jrs-logo-nav--trust--logo {
  float: left;
  width: 40px;
  height: 40px;
  margin: 20px 0 0 12px; }

/* line 1075, _headers.scss */
.jrs-logo-nav--trust--benefits {
  float: left;
  margin-top: 18px;
  list-style-type: none;
  padding-left: 18px; }

/* line 1082, _headers.scss */
.jrs-logo-nav--trust--benefits__item {
  font-size: 11px !important;
  color: #fff; }
  /* line 1085, _headers.scss */
  .jrs-logo-nav--trust--benefits__item:before {
    position: relative;
    top: 1px;
    right: 6px; }

/* line 1092, _headers.scss */
.jrs-logo-nav--link {
  display: block;
  height: 80px;
  line-height: 80px;
  width: 250px;
  margin: 0 36px 0 0;
  padding: 0;
  text-decoration: none;
  float: left; }
  /* line 1102, _headers.scss */
  .jrs-logo-nav--link svg {
    vertical-align: middle; }
  @media screen and (max-width: 650px) {
    /* line 1092, _headers.scss */
    .jrs-logo-nav--link {
      width: 180px;
      height: 57.6px;
      margin-top: 12px; } }

/* line 1112, _headers.scss */
.jrs-logo-nav--link__goedde {
  width: 180px;
  height: 57.6px;
  margin-top: 12px; }

/* line 1118, _headers.scss */
.jrs-logo-nav--link__oltrogge {
  width: 180px;
  height: 48.6px;
  margin-top: 16px; }

/* line 1124, _headers.scss */
.jrs-logo-nav--link__perschmann {
  width: 180px;
  height: 57.6px;
  margin-top: 12px; }

/* line 1132, _headers.scss */
.jrs-logo-nav--link .logo-icon {
  display: none; }
@media (max-width: 540px) {
  /* line 1131, _headers.scss */
  .jrs-logo-nav--link {
    height: 60px;
    width: 50px;
    margin: 10px 16px 0 0; }
    /* line 1141, _headers.scss */
    .jrs-logo-nav--link .logo-full {
      display: none; }
    /* line 1145, _headers.scss */
    .jrs-logo-nav--link .logo-icon {
      display: block; } }

/* line 1151, _headers.scss */
.jrs-logo-nav--text {
  width: 40%;
  padding: 0 5px;
  font-size: 1.41rem;
  font-weight: bold;
  color: white; }
  /* line 1157, _headers.scss */
  .jrs-logo-nav--text:hover {
    color: white;
    text-decoration: none; }
  @media screen and (max-width: 1400px) {
    /* line 1151, _headers.scss */
    .jrs-logo-nav--text {
      width: 50%; } }
  @media (max-width: 1200px) {
    /* line 1151, _headers.scss */
    .jrs-logo-nav--text {
      width: 100%;
      height: 60px;
      text-align: center; } }
  @media screen and (max-width: 1080px) {
    /* line 1151, _headers.scss */
    .jrs-logo-nav--text {
      font-size: 1.25rem; } }
  @media (max-width: 767px) {
    /* line 1151, _headers.scss */
    .jrs-logo-nav--text {
      height: auto;
      margin-top: 10px;
      font-size: 1rem;
      line-height: 1rem; } }

/* line 1180, _headers.scss */
.jrs-logo-nav--icon {
  display: none; }

@media screen and (min-width: 1101px) {
  /* line 1184, _headers.scss */
  .jrs-logo-nav--search__button-icon {
    display: none; } }
@media screen and (max-width: 1100px) {
  /* line 1184, _headers.scss */
  .jrs-logo-nav--search__button-icon {
    display: block;
    font-size: 24px;
    padding: 0;
    color: #FF7000;
    position: absolute;
    top: 27px;
    right: 8px;
    float: right;
    background-color: transparent;
    border: none; } }

/* line 1202, _headers.scss */
.jrs-logo-nav-back-to-shop {
  margin-bottom: 0; }

/* line 1206, _headers.scss */
.jrs-back-to-shop {
  padding: 0 30px;
  float: right;
  line-height: 80px;
  color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }
  /* line 1213, _headers.scss */
  .jrs-back-to-shop:hover {
    color: #fff; }

/* line 1218, _headers.scss */
.jrs-back-to-shop {
  line-height: 60px; }
  @media (max-width: 540px) {
    /* line 1218, _headers.scss */
    .jrs-back-to-shop {
      line-height: 46px; } }

/* line 1226, _headers.scss */
.jrs-mobil-none {
  display: block; }

/* line 1230, _headers.scss */
.jrs-mobil-block {
  display: none; }

@media (max-width: 540px) {
  /* line 1235, _headers.scss */
  .jrs-mobil-none {
    display: none !important; }

  /* line 1238, _headers.scss */
  .jrs-mobil-block {
    display: block !important; } }
/* line 1243, _headers.scss */
.jrs-float-none {
  float: none !important; }

@media (max-width: 540px) {
  /* line 1247, _headers.scss */
  .jrs-user-bar-text--username {
    float: left; } }

@media (max-width: 540px) {
  /* line 1253, _headers.scss */
  .jrs-disable-scrolling {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed; } }

/* line 1262, _headers.scss */
.jrs-shadow-bottom, .jrs-inline-list--item--flyout, .jn-header-dropdown dd ul li {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); }

/* line 1268, _headers.scss */
.logIn-header-headline {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 4px; }
  /* line 1272, _headers.scss */
  .logIn-header-headline i {
    color: #cdcdcd; }

/* line 1276, _headers.scss */
.input-group-header-logIn {
  margin-bottom: 10px; }

/* line 1280, _headers.scss */
.password-forgotten-header-logIn {
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline; }

/* line 1285, _headers.scss */
.header-logIn-new-customer {
  font-size: 16px;
  font-weight: 400; }
  /* line 1288, _headers.scss */
  .header-logIn-new-customer .header-start-here-link {
    font-size: 14px; }

/* line 1292, _headers.scss */
.jrs-inline-list--item--flyout--content-bg {
  background-color: #f5f5f5 !important;
  padding: 10px 20px; }

/* line 1296, _headers.scss */
.forgotten-password-space {
  margin-bottom: 5px; }

/* line 1299, _headers.scss */
.input-control-header-logIn {
  font-size: 14px;
  font-weight: 400; }

/* line 1304, _headers.scss */
.jrs-inline-list--item--navigation__isAnonymous {
  background-color: #f5f5f5 !important; }

/* line 1311, _headers.scss */
.navigation-submenu {
  line-height: 17px; }
  /* line 1313, _headers.scss */
  .navigation-submenu .navigation-submenu-col {
    padding-top: 18px;
    padding-left: 3px; }
  /* line 1317, _headers.scss */
  .navigation-submenu .navigation-submenu-col2 {
    padding-left: 18px; }

/* line 1321, _headers.scss */
.submenu-item {
  line-height: 17px;
  padding: 6px 5px; }
  /* line 1326, _headers.scss */
  .submenu-item span:hover {
    font-weight: 700; }

/* line 1331, _headers.scss */
.submenu-overviewlink-padding {
  padding: 9px 0; }

/* line 1335, _headers.scss */
.navigation-divider {
  border-right: 1px solid #cdcdcd; }

/* line 1340, _headers.scss */
.navigationTeaser a:hover {
  text-decoration: underline !important; }

/* line 1345, _headers.scss */
.all-products-nav a:hover {
  text-decoration: underline !important; }

/* line 1353, _headers.scss */
.service-flyout .first-level {
  margin: 0; }
/* line 1356, _headers.scss */
.service-flyout .second-level-col {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px; }
/* line 1361, _headers.scss */
.service-flyout .service-arrow {
  display: inline-block;
  width: 16px;
  float: right; }

/* line 1368, _headers.scss */
.first-level-item {
  background-color: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  line-height: 17px;
  padding: 10px 10px 10px 5px; }
  /* line 1374, _headers.scss */
  .first-level-item:hover {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd; }
  /* line 1378, _headers.scss */
  .first-level-item:not(.single-link):hover {
    margin-right: -1px; }

/* line 1383, _headers.scss */
.first-level-active {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }
  /* line 1386, _headers.scss */
  .first-level-active:not(.single-link) {
    margin-right: -1px; }
  /* line 1390, _headers.scss */
  .first-level-active .link-hover {
    font-weight: 400 !important;
    cursor: pointer;
    color: #ff7000; }
    /* line 1394, _headers.scss */
    .first-level-active .link-hover .cat-link {
      color: #ff7000; }
  /* line 1398, _headers.scss */
  .first-level-active .category-arrow {
    right: 6px; }
  /* line 1401, _headers.scss */
  .first-level-active .service-arrow {
    margin-right: 1px; }

/* line 1406, _headers.scss */
.first-level-item:last-of-type {
  margin-bottom: 10px; }

/* line 1410, _headers.scss */
.firstLevelItem--empty:hover {
  margin-right: 0; }

/* line 1414, _headers.scss */
.firstLevelItem--empty {
  margin-right: 0; }

/* line 1418, _headers.scss */
.second-level-item {
  line-height: 17px;
  padding: 10px 10px 10px 10px; }

/* line 1423, _headers.scss */
.second-level-item-2 {
  padding: 0; }
  /* line 1425, _headers.scss */
  .second-level-item-2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }

/* line 1435, _headers.scss */
.second-level-headline {
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px; }

@media (max-width: 540px) {
  /* line 1443, _headers.scss */
  .second-level-headline {
    margin-top: 12px; } }
/* line 1448, _headers.scss */
.assortment-link {
  font-size: 14px; }
  /* line 1452, _headers.scss */
  .assortment-link .img-cont {
    float: left;
    height: 18px;
    margin-right: 8px;
    padding-top: 2px; }
    /* line 1458, _headers.scss */
    .assortment-link .img-cont .icon-catalog {
      color: #cdcdcd; }

/* line 1464, _headers.scss */
.fylout-assortment-margin-top {
  margin-top: 18px; }

/* line 1470, _headers.scss */
.jn-header-dropdown {
  display: none;
  float: left;
  padding: 0;
  margin: 16px 0 0;
  min-width: 8%;
  max-width: 12%; }

@media (max-width: 750px) {
  /* line 1479, _headers.scss */
  .jn-header-dropdown--notVisible {
    display: none; } }

/* line 1485, _headers.scss */
.jn-header-dropdown--normal {
  min-width: 62%; }

/* line 1489, _headers.scss */
.jn-header-dropdown dd, .jn-header-dropdown dt, .jn-header-dropdown ul {
  line-height: 28px;
  margin: 0;
  padding: 0;
  z-index: 10000; }

/* line 1496, _headers.scss */
.jn-header-dropdown dt {
  background: #ffffff none repeat scroll 0 0;
  border-right: 1px solid #cdcdcd; }

/* line 1501, _headers.scss */
.jn-header-dropdown dt, .jn-header-dropdown ul {
  height: 48px; }

/* line 1505, _headers.scss */
.jn-header-dropdown dt a {
  display: block;
  position: relative; }

/* line 1510, _headers.scss */
.jn-header-dropdown dt a span {
  color: #b3b3b3;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 48px;
  height: 48px;
  margin-right: 20px;
  padding: 0 5px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  /* line 1522, _headers.scss */
  .jn-header-dropdown dt a span:hover, .jn-header-dropdown dt a span:hover ~ .icon-arrowdown, .jn-header-dropdown dt a span:hover ~ .icon-jrs-inline-list-item--arrow__down {
    color: #ff7000; }

/* line 1527, _headers.scss */
.jn-header-dropdown__language dt a span {
  line-height: 36px;
  max-height: 36px;
  margin-right: 20px;
  margin-top: 0px;
  padding: 0 5px 0 10px; }

/* line 1535, _headers.scss */
.jn-header-dropdown dd ul li a {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

/* line 1540, _headers.scss */
.jn-header-dropdown dt:hover {
  color: #ff7000; }

/* line 1544, _headers.scss */
.jn-header-dropdown dd {
  position: relative; }

/* line 1548, _headers.scss */
.jn-header-dropdown dd ul {
  border: 1px solid #cdcdcd;
  color: #cdcdcd;
  display: none;
  left: 0px;
  list-style: none;
  min-width: 170px;
  padding: 5px 0px;
  position: absolute;
  top: 1px;
  width: auto; }

/* line 1561, _headers.scss */
.jn-header-dropdown dd ul li a {
  display: block;
  max-width: 300px !important;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*@extend .jrs-shadow-bottom;*/ }
  /* line 1569, _headers.scss */
  .jn-header-dropdown dd ul li a:hover {
    background-color: #f5f5f5; }

/* line 1578, _headers.scss */
.jn-header-dropdown dd ul, .jn-header-dropdown dd ul li {
  background: #ffffff none repeat scroll 0 0; }

/* line 1582, _headers.scss */
.jn-header-dropdown span.value {
  display: none; }

/* line 1586, _headers.scss */
.jn-header-dropdown .icon-arrowdown, .jn-header-dropdown .icon-jrs-inline-list-item--arrow__down {
  font-size: 26px;
  line-height: 48px;
  opacity: 0.4 !important;
  padding-top: 3px;
  position: absolute;
  right: 0; }

/* line 1595, _headers.scss */
.jn-header-dropdown__language dd ul {
  display: block;
  height: 400px;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch; }
  /* line 1600, _headers.scss */
  .jn-header-dropdown__language dd ul::-webkit-scrollbar {
    width: 6px; }
  /* line 1603, _headers.scss */
  .jn-header-dropdown__language dd ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc; }
  /* line 1607, _headers.scss */
  .jn-header-dropdown__language dd ul::-webkit-scrollbar-thumb {
    background-color: #ccc; }
  /* line 1610, _headers.scss */
  .jn-header-dropdown__language dd ul::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; }

/* line 1615, _headers.scss */
.jn-header-dropdown__language dt {
  border: 1px solid #cdcdcd;
  padding-left: 5px;
  text-align: left; }

/* line 1621, _headers.scss */
.jn-header-dropdown__language a span {
  font-weight: 400;
  padding-left: 0px !important;
  text-align: left; }

/* line 1627, _headers.scss */
.jn-header-dropdown__language dd {
  font-size: 14px;
  font-weight: 400;
  line-height: normal; }

/* line 1633, _headers.scss */
.jn-header-dropdown-marign__language {
  margin-top: 0px; }

/* line 1637, _headers.scss */
.jn-header-dropdown-height__language {
  max-height: 36px; }

/* line 1641, _headers.scss */
.jn-header-dropdown__language dd ul {
  min-width: 140px;
  padding-top: 5px; }

/* line 1646, _headers.scss */
.jn-header-dropdown__language dd ul li a {
  max-width: 350px; }

/* line 1650, _headers.scss */
.jn-header-dropdown__language--elements {
  text-align: left;
  max-width: 134px; }

/* line 1655, _headers.scss */
.jn-header-dropdown__language .icon-arrowdown, .jn-header-dropdown__language .icon-jrs-inline-list-item--arrow__down {
  padding-top: 0px; }

/* line 1661, _headers.scss */
.jn-header-dropdown__dircetBuy {
  max-height: 39px; }

/* line 1665, _headers.scss */
.jn-header-dropdown__dircetBuy--border dt {
  border-right: 0px;
  border: 1px solid #cdcdcd; }

/* line 1670, _headers.scss */
.jn-header-dropdown__dircetBuy--margin {
  margin-top: 9px; }

/* line 1675, _headers.scss */
.jn-header-dropdown__dircetBuy--text {
  line-height: 39px !important;
  color: #5c5c5c !important; }

/* line 1680, _headers.scss */
.jn-header-dropdown__dircetBuy--flyout {
  padding-left: 4px;
  font-size: 14px;
  min-width: 90px !important;
  border: none !important; }

/* line 1687, _headers.scss */
.jn-header-dropdown__dircetBuy dd ul li a {
  max-width: 88px !important; }

@media only screen and (max-width: 1024px) {
  /* line 1694, _headers.scss */
  .navigationTeaserText {
    font-size: 14px; } }
@media (max-width: 540px) {
  /* line 1705, _headers.scss */
  .navigation-submenu .navigation-submenu-col {
    padding-top: 0px; }
  /* line 1710, _headers.scss */
  .navigation-submenu .navigation-submenu-col2 {
    padding: 0 0 0 3px; }

  /* line 1715, _headers.scss */
  .flyout-assortment-margin-top {
    margin-top: 0; }

  /* line 1718, _headers.scss */
  .header-flyout-list--margin {
    margin: 0 0;
    padding-bottom: 20px; }

  /* line 1723, _headers.scss */
  .all-products-nav a {
    padding-right: 0; } }
/* line 1730, _headers.scss */
ul.header-brand-list {
  column-count: 2;
  width: 100%; }

@media only screen and (max-width: 540px) {
  /* line 1736, _headers.scss */
  .mobile_cart_count {
    position: absolute;
    top: 5px;
    left: 75%;
    display: block !important; } }
/* line 1, _footer.scss */
.footer-qrcode {
  max-width: 82px; }
  @media (min-width: 768px) {
    /* line 1, _footer.scss */
    .footer-qrcode {
      margin-left: auto; } }

/* line 3, _index.scss */
.brandShopProductSlider .slider-control .slider-left {
  width: 50px;
  padding-left: .5rem; }
/* line 8, _index.scss */
.brandShopProductSlider .slider-control .slider-right {
  width: 50px;
  padding-right: .5rem;
  text-align: right; }
/* line 15, _index.scss */
.brandShopProductSlider .swiper-pagination-bullet-active {
  background: #FF7000; }

@media (max-width: 992px) {
  /* line 22, _index.scss */
  .promo-slider-wrapper .ps_headline,
  .promo-slider-wrapper .ps_subheadline {
    color: #333 !important; }
  /* line 26, _index.scss */
  .promo-slider-wrapper .ps_subheadline {
    padding-bottom: 2rem; }

  /* line 32, _index.scss */
  .brandShopProductSlider .slider-control .slider-left,
  .brandShopProductSlider .slider-control .slider-right {
    display: flex;
    padding-top: 17vw; }
  /* line 37, _index.scss */
  .brandShopProductSlider .slider-control .slider-right {
    justify-content: flex-end; } }
/* line 1, _index-banners.scss */
.index-banners {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin-top: 1rem;
  font-size: .8rem; }

/* line 8, _index-banners.scss */
.index-banner {
  grid-area: auto / -3 / auto / -1;
  position: relative; }
  /* line 12, _index-banners.scss */
  .index-banner::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    padding-top: calc(100% / 2.4); }
  /* line 20, _index-banners.scss */
  .index-banner--first {
    grid-area: 1 / 1 / 3 / 5;
    font-size: 1rem; }

/* line 26, _index-banners.scss */
.index-banner_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  color: #333; }
  /* line 41, _index-banners.scss */
  .index-banner_link:hover {
    color: #333; }
  /* line 45, _index-banners.scss */
  .index-banner_link--first {
    padding: 2rem; }

/* line 51, _index-banners.scss */
.index-banner_content--white {
  color: white; }

/* line 56, _index-banners.scss */
.index-banner_header,
.index-banner_description {
  margin: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/* line 65, _index-banners.scss */
.index-banner_description {
  margin-bottom: .5em;
  line-height: 1.2;
  font-size: 1.5em;
  font-weight: bold; }

/* line 72, _index-banners.scss */
.index-banner_button {
  padding: 7px 24px;
  font: inherit;
  font-size: .8em;
  color: #333;
  border: 1px solid currentColor;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  pointer-events: none; }

/* line 84, _index-banners.scss */
.index-banner:hover .index-banner_button {
  color: white;
  background-color: #ff7001;
  border-color: #ff7001; }

/* line 91, _index-banners.scss */
.index-banner_countdown .countdownHolder {
  position: relative;
  margin-bottom: 0;
  padding-top: 10px;
  font: 20px/1.5 'Roboto';
  text-align: left;
  right: 0; }

/* line 101, _index-banners.scss */
.index-banner_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1; }

/* line 112, _index-banners.scss */
.index-banner-commercial {
  text-transform: uppercase;
  font-size: 6px;
  line-height: 1.23;
  font-weight: 500;
  letter-spacing: 0.16em;
  background: rgba(33, 32, 31, 0.74);
  color: white;
  padding: 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  bottom: 7px;
  right: 7px;
  cursor: pointer;
  z-index: 100; }
  /* line 129, _index-banners.scss */
  .index-banner-commercial-text {
    vertical-align: -webkit-baseline-middle; }
  /* line 133, _index-banners.scss */
  .index-banner-commercial-popup {
    position: absolute;
    top: 98%;
    right: 0;
    padding: 8px;
    height: auto;
    width: auto;
    display: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: black;
    color: white;
    font-size: 10px;
    white-space: normal;
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    pointer-events: none; }
    /* line 154, _index-banners.scss */
    .index-banner-commercial-popup::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: -2px;
      right: 17px;
      height: 15px;
      width: 15px;
      background: black;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    /* line 168, _index-banners.scss */
    .index-banner-commercial-popup.active {
      opacity: 1;
      display: block;
      -webkit-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }

@media (max-width: 1100px) {
  /* line 180, _index-banners.scss */
  .index-banner {
    grid-area: auto / auto / auto / span 3; }

  /* line 184, _index-banners.scss */
  .index-banner--first {
    grid-area: auto / 1 / auto / -1; } }
@media (max-width: 768px) {
  /* line 190, _index-banners.scss */
  .index-banner {
    grid-area: auto / 1 / auto / -1; }
    /* line 193, _index-banners.scss */
    .index-banner--first {
      font-size: .8rem; }

  /* line 199, _index-banners.scss */
  .index-banner_link--first .index-banner_image {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset; } }
@media (max-width: 660px) {
  /* line 206, _index-banners.scss */
  .index-banner_link--first {
    padding: 4.5%; } }
@media (max-width: 540px) {
  /* line 211, _index-banners.scss */
  .index-banner {
    height: 200px; }
    /* line 213, _index-banners.scss */
    .index-banner:after {
      content: '';
      background: #ffffff63;
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
    /* line 222, _index-banners.scss */
    .index-banner_content {
      z-index: 9; }
    /* line 225, _index-banners.scss */
    .index-banner_header {
      font-size: .7rem; }
    /* line 228, _index-banners.scss */
    .index-banner_description {
      font-size: 1.3em; } }
@media (max-width: 480px) {
  /* line 235, _index-banners.scss */
  .index-banners {
    gap: .5rem; }

  /* line 238, _index-banners.scss */
  .index-banner_description {
    margin-bottom: .5em;
    line-height: 1.25; }

  /* line 242, _index-banners.scss */
  .index-banner_link--first .index-banner_description {
    font-size: 1em; } }
@media (max-width: 400px) {
  /* line 246, _index-banners.scss */
  .index-banner_description {
    font-size: 1.3em; }

  /* line 249, _index-banners.scss */
  .index-banner_link--first {
    height: auto;
    padding: 15% 4.5%; }
    /* line 250, _index-banners.scss */
    .index-banner_link--first .index-banner_header {
      display: none; }
    /* line 251, _index-banners.scss */
    .index-banner_link--first .index-banner_description {
      font-size: 1em; } }
/* line 1, _headers-search-overlay.scss */
.search-overlay {
  display: none; }
  /* line 6, _headers-search-overlay.scss */
  .search-overlay-bg {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    position: fixed;
    height: 120vh;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
    @media screen and (max-width: 1201px) {
      /* line 6, _headers-search-overlay.scss */
      .search-overlay-bg {
        top: 140px; } }
  /* line 21, _headers-search-overlay.scss */
  .search-overlay-wrapper {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #333333; }
  /* line 33, _headers-search-overlay.scss */
  .search-overlay__content {
    display: flex;
    padding: 0 0 20px; }
    /* line 37, _headers-search-overlay.scss */
    .search-overlay__content ul + ul {
      padding: 0;
      border-left: 1px solid #b3b3b3; }
      /* line 41, _headers-search-overlay.scss */
      .search-overlay__content ul + ul li {
        padding: 10px 20px; }
  /* line 47, _headers-search-overlay.scss */
  .search-overlay__ul {
    max-height: 350px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none outside none; }
  /* line 54, _headers-search-overlay.scss */
  .search-overlay__li {
    width: 100%;
    padding: 5px 20px;
    cursor: pointer; }
    /* line 59, _headers-search-overlay.scss */
    .search-overlay__li:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    /* line 63, _headers-search-overlay.scss */
    .search-overlay__li-href {
      display: flex;
      text-decoration: none;
      color: #333333; }
      /* line 68, _headers-search-overlay.scss */
      .search-overlay__li-href:hover {
        color: #333333; }
    /* line 73, _headers-search-overlay.scss */
    .search-overlay__li-img {
      display: flex;
      flex: 0 0 auto;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      margin: 0;
      padding: 0;
      line-height: 50px; }
      /* line 84, _headers-search-overlay.scss */
      .search-overlay__li-img img {
        max-height: 50px;
        max-width: 50px; }
    /* line 91, _headers-search-overlay.scss */
    .search-overlay__li-text {
      display: flex;
      flex: 1 1 auto;
      vertical-align: middle;
      justify-content: center;
      flex-direction: column;
      padding-left: 20px; }
      /* line 99, _headers-search-overlay.scss */
      .search-overlay__li-text--found {
        color: #ff7000; }
    /* line 104, _headers-search-overlay.scss */
    .search-overlay__li-name {
      margin: 0;
      font-size: 16px; }
    /* line 109, _headers-search-overlay.scss */
    .search-overlay__li-article {
      margin: 0;
      font-size: 14px; }
  /* line 115, _headers-search-overlay.scss */
  .search-overlay__text {
    padding: 10px 20px;
    font-size: 14px;
    color: #b3b3b3; }
  /* line 121, _headers-search-overlay.scss */
  .search-overlay__button {
    height: 40px;
    width: 284px;
    padding: 0;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #ff7000;
    color: #fff; }
    /* line 135, _headers-search-overlay.scss */
    .search-overlay__button-wrapper {
      position: relative;
      display: flex;
      justify-content: center;
      padding: 15px; }
  /* line 143, _headers-search-overlay.scss */
  .search-overlay__null {
    display: none;
    padding: 40px 20px 40px;
    text-align: center; }
  /* line 149, _headers-search-overlay.scss */
  .search-overlay__close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer; }
    @media (max-width: 767px) {
      /* line 149, _headers-search-overlay.scss */
      .search-overlay__close {
        display: block; } }
    /* line 162, _headers-search-overlay.scss */
    .search-overlay__close .icon {
      display: block;
      width: 50px;
      height: 50px; }

/* line 170, _headers-search-overlay.scss */
.continue-request {
  display: flex;
  flex-basis: 30%;
  flex-flow: column wrap;
  overflow: hidden; }
  @media (max-width: 767px) {
    /* line 170, _headers-search-overlay.scss */
    .continue-request {
      flex: 1;
      margin: 40px 0 0; } }

/* line 182, _headers-search-overlay.scss */
.products-found {
  display: flex;
  flex: 1 0 70%;
  flex-flow: column wrap;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: hidden;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    /* line 182, _headers-search-overlay.scss */
    .products-found {
      display: none;
      flex: 0; } }

/* line 2, _search-content.scss */
.search-results__header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 11, _search-content.scss */
.search-results__button-more {
  position: relative;
  top: 0;
  right: 0;
  height: 40px;
  width: 284px;
  padding: 0;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  background-color: #ff7000;
  color: #fff; }
  /* line 26, _search-content.scss */
  .search-results__button-more-wrapper {
    position: relative;
    display: none;
    text-align: center;
    padding: 15px; }
/* line 34, _search-content.scss */
.search-results [data-tooltip-no-stock] {
  position: relative; }
  /* line 37, _search-content.scss */
  .search-results [data-tooltip-no-stock]::after {
    content: attr(data-tooltip-no-stock);
    position: absolute;
    width: 200px;
    max-width: 200px;
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.8);
    line-height: 1;
    color: #fff;
    padding: 4px 9px 4px;
    z-index: 10000;
    text-align: left;
    font-weight: 400;
    border-radius: 6px;
    font-size: 14px !important;
    white-space: normal;
    right: 0;
    top: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    opacity: 0;
    transition: 1s; }
  /* line 61, _search-content.scss */
  .search-results [data-tooltip-no-stock]:hover::after {
    opacity: 1;
    top: 2em; }
/* line 67, _search-content.scss */
.search-results .svgIcon,
.search-results .imgArea img {
  pointer-events: none; }

/* line 75, _search-content.scss */
.search-results-filters__elem {
  padding: 0 0 15px; }
/* line 79, _search-content.scss */
.search-results-filters__header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 5px; }
/* line 86, _search-content.scss */
.search-results-filters__body {
  padding: 10px 0; }
  /* line 89, _search-content.scss */
  .search-results-filters__body-wrapper + .search-results-filters__body-wrapper {
    padding-top: 5px; }
/* line 94, _search-content.scss */
.search-results-filters__list {
  display: flex;
  flex-flow: column nowrap;
  overflow-y: scroll;
  max-height: 210px;
  margin: 0;
  padding: 0; }
/* line 103, _search-content.scss */
.search-results-filters__item {
  display: block;
  padding: 0 0 8px; }
  /* line 107, _search-content.scss */
  .search-results-filters__item:last-child {
    padding: 0; }
  /* line 111, _search-content.scss */
  .search-results-filters__item-label {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0;
    padding: 0; }
  /* line 119, _search-content.scss */
  .search-results-filters__item-input {
    display: none; }
    /* line 122, _search-content.scss */
    .search-results-filters__item-input[type="checkbox"]:checked ~ i {
      color: #ff7000 !important;
      outline: none; }
      /* line 126, _search-content.scss */
      .search-results-filters__item-input[type="checkbox"]:checked ~ i:before {
        content: "\e016"; }
  /* line 132, _search-content.scss */
  .search-results-filters__item-icon {
    font-size: 20px;
    line-height: 1;
    display: block;
    color: #CDCDCD;
    padding: 0 10px 0 0; }
    /* line 139, _search-content.scss */
    .search-results-filters__item-icon--checkbox::before {
      content: "\e015";
      font-family: "icon-font";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  /* line 153, _search-content.scss */
  .search-results-filters__item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 159, _search-content.scss */
  .search-results-filters__item-count {
    padding: 0 4px;
    opacity: 0.5; }
/* line 167, _search-content.scss */
.search-results-filters .categories__body {
  padding: 10px; }
/* line 171, _search-content.scss */
.search-results-filters .categories__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }
/* line 178, _search-content.scss */
.search-results-filters .categories__item {
  position: relative;
  padding: 8px 10px;
  border-top: 1px solid #ccc; }
  /* line 183, _search-content.scss */
  .search-results-filters .categories__item:hover {
    color: #ff7000;
    cursor: pointer; }
  /* line 188, _search-content.scss */
  .search-results-filters .categories__item-icon {
    content: ''; }
  /* line 192, _search-content.scss */
  .search-results-filters .categories__item--parent {
    margin-left: -10px;
    padding: 0 0 10px 20px;
    font-weight: 600;
    border: none; }
    /* line 198, _search-content.scss */
    .search-results-filters .categories__item--parent-icon {
      display: flex;
      justify-content: center;
      align-items: start;
      position: absolute;
      left: -15px;
      width: 36px;
      height: 100%;
      padding: 8px; }
      /* line 208, _search-content.scss */
      .search-results-filters .categories__item--parent-icon::after {
        content: "";
        position: absolute;
        top: 2px;
        border: solid transparent;
        border-bottom-color: #9f9f9f;
        border-width: 6px;
        transition: all 0.5s ease-out; }
        /* line 217, _search-content.scss */
        .search-results-filters .categories__item--parent-icon::after:hover {
          border-bottom-color: #ff7000;
          transition: all 0s ease-out; }
    /* line 225, _search-content.scss */
    .search-results-filters .categories__item--parent:hover .parent-icon::after {
      border-bottom-color: #ff7000;
      transition: all 0s ease-out; }
  /* line 249, _search-content.scss */
  .search-results-filters .categories__item--open .parent-icon::after {
    transform: scale(1, -1);
    top: 8px;
    border-bottom-color: #9f9f9f; }
  /* line 257, _search-content.scss */
  .search-results-filters .categories__item--set {
    color: #ff7000; }
    /* line 260, _search-content.scss */
    .search-results-filters .categories__item--set .parent-icon::after {
      border-bottom-color: #ff7000; }
  /* line 265, _search-content.scss */
  .search-results-filters .categories__item-count {
    padding: 0 4px;
    opacity: 0.5; }

/* line 275, _search-content.scss */
.filters-price {
  display: none;
  width: 100%; }
  /* line 279, _search-content.scss */
  .filters-price__inputs {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px 0; }
  /* line 287, _search-content.scss */
  .filters-price__input {
    width: 100%;
    padding: 8px 10px 8px 35px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 16px;
    color: #9f9f9f;
    transition: color 0.3s ease-out; }
    /* line 296, _search-content.scss */
    .filters-price__input:focus {
      color: #000; }
    /* line 300, _search-content.scss */
    .filters-price__input:focus {
      outline: none; }
    /* line 304, _search-content.scss */
    .filters-price__input-wrapper {
      display: flex;
      align-items: center; }
      /* line 308, _search-content.scss */
      .filters-price__input-wrapper::before {
        position: absolute;
        padding-left: 15px;
        font-size: 14px;
        color: #9f9f9f; }
      /* line 315, _search-content.scss */
      .filters-price__input-wrapper--min::before {
        content: 'Ð¾Ñ‚'; }
      /* line 319, _search-content.scss */
      .filters-price__input-wrapper--max::before {
        content: 'Ð´Ð¾'; }
    /* line 324, _search-content.scss */
    .filters-price__input-wrapper + .filters-price__input-wrapper {
      margin-left: 10px; }

/* line 330, _search-content.scss */
.filters-button {
  display: none; }
  /* line 333, _search-content.scss */
  .filters-button-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row; }
  /* line 339, _search-content.scss */
  .filters-button__item {
    width: 50%;
    padding: 5px;
    border: 2px solid #dfdfdf;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    color: #999;
    cursor: pointer;
    transition: all 0.25s ease-out; }
    /* line 351, _search-content.scss */
    .filters-button__item:hover {
      color: #fff;
      background-color: #cc5a00;
      border-color: #c25500; }
    /* line 357, _search-content.scss */
    .filters-button__item--set {
      color: #fff;
      background-color: #ff7000;
      border-color: #ff7000; }
  /* line 364, _search-content.scss */
  .filters-button__item + .filters-button__item {
    margin-left: 10px; }

/* line 370, _search-content.scss */
.personal-loader {
  background: none !important; }
  /* line 373, _search-content.scss */
  .personal-loader__image {
    border: none !important;
    animation: none !important;
    background-image: url(https://static.insales-cdn.com/files/1/6268/22067324/original/spinner_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px; }
    /* line 382, _search-content.scss */
    .personal-loader__image::before, .personal-loader__image::after {
      content: none !important; }
  /* line 388, _search-content.scss */
  .personal-loader__label {
    border: none !important;
    animation: none !important; }
    /* line 392, _search-content.scss */
    .personal-loader__label::before, .personal-loader__label::after {
      content: none !important; }

/* line 1, _product.scss */
.productLabels {
  position: absolute;
  z-index: 9; }
  /* line 5, _product.scss */
  .productLabels .productLabel:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: 0px 0px 20px 35px #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
  /* line 19, _product.scss */
  .productLabels .productLabel-gosteestr .gosteestr-number {
    font-size: 11px;
    font-weight: 700;
    margin-top: -8px;
    display: block;
    text-align: center; }
  /* line 29, _product.scss */
  .productLabels.is_product .gosteestr-image {
    width: 70px; }
  /* line 34, _product.scss */
  .productLabels.is_productCard .gosteestr-image {
    width: 60px; }

/* line 40, _product.scss */
.product-view.list .productLabels {
  position: absolute;
  z-index: 9;
  top: -12px;
  left: 12px; }
  /* line 46, _product.scss */
  .product-view.list .productLabels .productLabel:before {
    box-shadow: 0px 0px 20px 15px #fff; }
  /* line 51, _product.scss */
  .product-view.list .productLabels.is_productCard .gosteestr-image {
    width: 50px; }

/* line 58, _product.scss */
.product-anchor--video {
  padding-left: 35px;
  background: url("data:image/svg+xml,%3Csvg width='35' height='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ff7000' fill-rule='nonzero'%3E%3Cpath d='M30.55.8a5.377 5.377 0 013.8 3.754c.617 2.224.656 6.222.65 7.575l-.008 1.62c-.022 1.646-.127 4.599-.584 6.497l-.056.222a5.377 5.377 0 01-3.579 3.694l-.237.068c-1.852.481-7.086.663-10.358.731L17.49 25l-1.793-.023c-3.117-.053-9.193-.227-11.244-.775a5.378 5.378 0 01-3.807-3.76C.16 18.637.036 15.659.008 13.91L0 11.865C.007 10.39.079 6.908.589 4.78l.056-.222C1.118 2.827 2.508 1.39 4.222.84L4.46.77C6.567.223 13.041.062 16.036.017L17.508 0c1.06.007 10.42.091 13.041.8zM3.54 5.346l-.044.175c-.195.832-.338 2.115-.42 3.635l-.017.354a55.233 55.233 0 00-.057 3.06L3 13.307c.004.636.021 1.406.06 2.225.082 1.775.249 3.262.48 4.12a2.38 2.38 0 001.686 1.65l.218.051c.97.202 3.124.381 5.892.497l.349.015c.915.036 1.858.064 2.804.086l2.587.044.412.004 1.193-.013.887-.014c.947-.018 1.9-.041 2.832-.071l1.617-.06c2.72-.118 4.799-.294 5.664-.49l.099-.026.167-.05c.68-.237 1.22-.767 1.447-1.387l.05-.156.011-.045c.219-.818.378-2.165.465-3.779l.018-.35c.04-.874.057-1.685.06-2.384l-.002-.7.003-.874-.001-.216a53.57 53.57 0 00-.056-2.004l-.037-.678c-.09-1.433-.243-2.618-.448-3.357a2.375 2.375 0 00-1.517-1.598l-.173-.052-.215-.051c-.958-.2-3.11-.38-5.878-.496l-.35-.014c-.915-.037-1.86-.065-2.808-.087l-2.217-.04L17.526 3l-1.584.018a223.44 223.44 0 00-3.527.086l-.913.033c-2.856.112-5.08.288-6.053.483l-.216.049-.158.049A2.523 2.523 0 003.593 5.18l-.053.166z'/%3E%3Cpath d='M14.014 5.843a1 1 0 01.5.134l9.574 5.54a1 1 0 010 1.73l-9.573 5.54a1 1 0 01-1.501-.866V6.843a1 1 0 011-1zm1.999 4.467v4.143l3.579-2.071-3.579-2.072z'/%3E%3C/g%3E%3C/svg%3E") 0 50%/contain no-repeat; }
  /* line 62, _product.scss */
  .product-anchor--video:not(:hover) {
    filter: grayscale(1); }

/* line 68, _product.scss */
.added_products__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 5px; }
  /* line 73, _product.scss */
  .added_products__buttons button {
    color: #ff7000;
    background-color: #fff;
    border-color: #ff7000;
    border: 1px solid #ff7000;
    width: 240px; }
    /* line 79, _product.scss */
    .added_products__buttons button + .btn {
      margin-left: 0; }
    /* line 82, _product.scss */
    .added_products__buttons button:hover {
      background-color: #ff7000;
      border: 1px solid #ff7000;
      color: #fff; }
    /* line 87, _product.scss */
    .added_products__buttons button:focus, .added_products__buttons button:active {
      margin: 0;
      color: #ff7000;
      background-color: #fff;
      border-color: #ff7000;
      border: 1px solid #ff7000; }
    /* line 94, _product.scss */
    .added_products__buttons button.active {
      background-color: #ff7000;
      border: 1px solid #ff7000;
      color: #fff; }
      /* line 98, _product.scss */
      .added_products__buttons button.active.disabled {
        opacity: 0.45;
        background-color: #ff7000;
        border: 1px solid #ff7000;
        color: #fff; }
    /* line 105, _product.scss */
    .added_products__buttons button.disabled {
      opacity: 0.45;
      color: #ff7000;
      background-color: #fff;
      border-color: #ff7000;
      border: 1px solid #ff7000; }
/* line 114, _product.scss */
.added_products__button {
  padding: 5px 8px; }

/* line 119, _product.scss */
.product-variant-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -0.8rem; }
  /* line 123, _product.scss */
  .product-variant-list li {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.8rem;
    font-size: 0.95rem;
    flex: 0 1 33.3333%; }
    /* line 129, _product.scss */
    .product-variant-list li a {
      line-height: 1.2;
      margin-bottom: .2rem; }
  @media screen and (max-width: 540px) {
    /* line 136, _product.scss */
    .product-variant-list li {
      flex-basis: 50%; } }
  @media screen and (max-width: 380px) {
    /* line 142, _product.scss */
    .product-variant-list li {
      flex-basis: 100%; } }
  /* line 147, _product.scss */
  .product-variant-list_spoiler-btn-line {
    display: flex;
    justify-content: center;
    padding: 1rem 0; }
  /* line 153, _product.scss */
  .product-variant-list_spoiler-btn {
    display: flex;
    font-size: .9rem;
    font-weight: 600;
    transition: 0.5s;
    align-items: center; }
    /* line 159, _product.scss */
    .product-variant-list_spoiler-btn:hover {
      color: #ff7000; }
    /* line 162, _product.scss */
    .product-variant-list_spoiler-btn [class*="text"] {
      border-bottom: 1px dashed;
      line-height: 1; }
    /* line 167, _product.scss */
    .product-variant-list_spoiler-btn .spoiler-icon {
      line-height: .9rem;
      font-size: 1.3rem; }

/* line 174, _product.scss */
.ajs-panel.at-center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; }

/* line 175, _product.scss */
.lnk_wantcheaper {
  margin: 10px 0;
  text-align: right; }
  /* line 177, _product.scss */
  .lnk_wantcheaper a {
    color: #ff7000;
    font-size: 16px; }

/* line 179, _product.scss */
.wantcheaper_title {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center; }

/* line 181, _product.scss */
.wantcheaper-form .wantcheaper_close {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: 0; }
/* line 182, _product.scss */
.wantcheaper-form label[for="form-price"] {
  min-height: 42px; }
/* line 183, _product.scss */
.wantcheaper-form .form-group {
  margin-bottom: 16px; }
/* line 184, _product.scss */
.wantcheaper-form input[type='text'], .wantcheaper-form input[type="url"], .wantcheaper-form input[type="email"] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  font-size: 16px;
  line-height: 14px;
  padding: 13px; }
/* line 191, _product.scss */
.wantcheaper-form .field-error {
  border-color: red; }
/* line 192, _product.scss */
.wantcheaper-form .col-lg-6 .btn {
  margin-top: 23px;
  width: 100%; }

/* line 194, _product.scss */
.ajs-dimmer {
  z-index: 9998; }

/* line 195, _product.scss */
.ajs-modal {
  z-index: 9999; }

/* line 197, _product.scss */
body.is-product .main_container {
  min-height: 1250px; }

/* line 199, _product.scss */
.alertContainer {
  position: relative; }
  /* line 201, _product.scss */
  .alertContainer .product-form__preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
    height: 100%; }
    /* line 209, _product.scss */
    .alertContainer .product-form__preloader:before {
      background: rgba(255, 255, 255, 0.4);
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      position: absolute; }

/* line 1, _layouts.checkout.scss */
.link--active, .co-link--active {
  color: #ff7000; }

/* line 6, _layouts.checkout.scss */
.co-menu-link:hover {
  color: #ff7000; }

/* line 11, _layouts.checkout.scss */
.co-button, .picker-button {
  font-size: 1.2857rem;
  border-radius: 2px;
  background-color: #ff7000;
  border-color: #ff7000;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  outline: none; }
  /* line 20, _layouts.checkout.scss */
  .co-button:hover, .co-button:active, .picker-button:hover, .picker-button:active {
    background-color: #cc5a00;
    border-color: #c25500; }
  /* line 24, _layouts.checkout.scss */
  .co-button.co-button--link, .co-button.co-button--password_recover, .picker-button.co-button--link, .picker-button.co-button--password_recover {
    color: #1c1c1c;
    font-size: 1rem;
    background-color: transparent;
    border-color: transparent;
    padding: 0.25rem 0; }
    /* line 30, _layouts.checkout.scss */
    .co-button.co-button--link:hover, .co-button.co-button--link:active, .co-button.co-button--password_recover:hover, .co-button.co-button--password_recover:active, .picker-button.co-button--link:hover, .picker-button.co-button--link:active, .picker-button.co-button--password_recover:hover, .picker-button.co-button--password_recover:active {
      color: #000; }

/* Дополнительные стили */
/* line 38, _layouts.checkout.scss */
.template-profile .co-login {
  width: 100%;
  flex: 0 1 100%; }
/* line 42, _layouts.checkout.scss */
.template-profile .co-checkout-block--padded {
  padding: 0; }

/* Страница заказа */
/* line 49, _layouts.checkout.scss */
.co-table-cell .item-title {
  font-weight: 500; }
/* line 52, _layouts.checkout.scss */
.co-table-cell .item-delivery {
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  padding-top: 5px; }
/* line 58, _layouts.checkout.scss */
.co-table-cell .item-comments {
  font-size: 12px;
  padding-top: 10px; }

/* line 2, _lk-admin.scss */
.lk-admin__indent {
  margin-bottom: 25px; }
/* line 6, _lk-admin.scss */
.lk-admin__page-title {
  margin-bottom: 25px; }
/* line 10, _lk-admin.scss */
.lk-admin__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%; }
  /* line 19, _lk-admin.scss */
  .lk-admin__switch-wrapper {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 26, _lk-admin.scss */
  .lk-admin__switch-button {
    max-width: 180px;
    width: 100%;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #C3C3C3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer; }
    /* line 44, _lk-admin.scss */
    .lk-admin__switch-button:hover {
      background-color: #cc5a00; }
    /* line 48, _lk-admin.scss */
    .lk-admin__switch-button--active {
      background-color: #FF7124; }
  /* line 53, _lk-admin.scss */
  .lk-admin__switch-button + .lk-admin__switch-button {
    margin-left: 2px; }
/* line 58, _lk-admin.scss */
.lk-admin__switch + .lk-admin__switch {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
/* line 64, _lk-admin.scss */
.lk-admin__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px;
  cursor: pointer; }
  /* line 75, _lk-admin.scss */
  .lk-admin__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 87, _lk-admin.scss */
  .lk-admin__icon--color-orange {
    background-color: #ff7025; }
  /* line 91, _lk-admin.scss */
  .lk-admin__icon--plus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3e%3cpath stroke='%23ffffff' stroke-width='12' d='M14 64h100M64 14v100'/%3e%3c/svg%3e"); }
  /* line 95, _lk-admin.scss */
  .lk-admin__icon--pen {
    width: 24px;
    height: 24px;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 386 386'%3e%3cpath fill='%23FF7124' d='M21 287l77 76-2 4-96 19 19-95 2-4zm14-14l77 77 216-217-77-77L35 273zM375 34l-23-23a37 37 0 00-54 0l-32 33 76 76 33-32c15-15 15-40 0-54z'/%3e%3c/svg%3e"); }
  /* line 103, _lk-admin.scss */
  .lk-admin__icon--trash {
    width: 24px;
    height: 24px;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23FF7124' d='M357 450H171a41 41 0 01-40-41V121a15 15 0 0115-15h237a15 15 0 0115 15v288a41 41 0 01-41 41zM161 136v273a11 11 0 0010 11h186a11 11 0 0011-11V136z'/%3e%3cpath fill='%23FF7124' d='M327 136H201a15 15 0 01-15-15V93a45 45 0 0145-44h66a45 45 0 0145 44v28a15 15 0 01-15 15zm-111-30h96V93a15 15 0 00-15-14h-66a15 15 0 00-15 14zM264 393a15 15 0 01-15-15V178a15 15 0 1130 0v200a15 15 0 01-15 15zM210 393a15 15 0 01-15-15V178a15 15 0 0130 0v200a15 15 0 01-15 15zM318 393a15 15 0 01-15-15V178a15 15 0 0130 0v200a15 15 0 01-15 15z'/%3e%3cpath fill='%23FF7124' d='M406 136H122a15 15 0 010-30h284a15 15 0 010 30z'/%3e%3c/svg%3e"); }
  /* line 111, _lk-admin.scss */
  .lk-admin__icon--letter {
    width: 20px;
    height: 20px;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cg fill='%23FF7000' fill-rule='nonzero'%3e%3cpath d='M56 21V6H39l-7-6-7 6H8v15l-8 8v35h64V29l-8-8ZM10 8h44v25l-9 5H19l-9-5V8Zm22 38-10-6h20l-10 6ZM2 31l27 15L2 61V31Zm60 30L35 46l27-15v30Z'/%3e%3cpath d='M22 14h21v2H22zM15 22h34v2H15zM15 30h34v2H15z'/%3e%3c/g%3e%3c/svg%3e"); }
  /* line 119, _lk-admin.scss */
  .lk-admin__icon--price {
    width: 20px;
    height: 20px;
    -webkit-background-size: 17px 17px;
    background-size: 17px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 67'%3e%3cpath fill='%23FF7000' fill-rule='nonzero' d='M63 1.4A2 2 0 0 0 60.4 0a2 2 0 0 0-1.2 2.6c3 8.9-3 15.5-7.6 19l-2-2.6c-.6-1-2-1.7-3-1.7H36c-1 0-2.7.5-3.6 1.2l-31 22a3.4 3.4 0 0 0-.8 4.6l14 20.4c1.1 1.5 2.8 1.3 4.3.2l31-22c1-.6 2-2 2.3-3l3.3-10.5c.4-1 .1-2.6-.5-3.5L53.9 25c6.2-4.8 12.7-13.3 9-23.7ZM48.6 32.5a5.3 5.3 0 0 1-7.4-1.3 5.4 5.4 0 0 1 1.3-7.5c1.9-1.3 4.3-1.2 6.1 0l-1.6 1a2 2 0 0 0-1 2.7 2 2 0 0 0 2.7 1l2-1.1c.4 2-.4 4-2.1 5.2Z'/%3e%3c/svg%3e"); }
  /* line 127, _lk-admin.scss */
  .lk-admin__icon--triangle {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23ffffff' d='M31.4 25.7L70 48c1.5.9 1.5 3.1 0 4L31.4 74.3c-1.6 1-3.5-.2-3.5-2V27.7c0-1.8 1.9-3 3.5-2z'/%3e%3c/svg%3e"); }
  /* line 131, _lk-admin.scss */
  .lk-admin__icon--check {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23ffffff' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3e%3c/svg%3e"); }
  /* line 135, _lk-admin.scss */
  .lk-admin__icon--check-black {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23000000' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3e%3c/svg%3e"); }
  /* line 139, _lk-admin.scss */
  .lk-admin__icon--close {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23ff7025' d='M19 6.4L17.6 5 12 10.6 6.4 5 5 6.4l5.6 5.6L5 17.6 6.4 19l5.6-5.6 5.6 5.6 1.4-1.4-5.6-5.6z'/%3e%3c/svg%3e"); }
  /* line 143, _lk-admin.scss */
  .lk-admin__icon--update {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cg transform='translate(82 432)'%3e%3cpath d='M-50.1-380.1a19.9 19.9 0 110-39.8c8.3 0 15.4 5.2 18.3 13.3l-2.7 1c-2.5-7-8.5-11.4-15.6-11.4a17 17 0 1015.5 24.1l2.6 1.2a19.8 19.8 0 01-18.1 11.6'/%3e%3cpath d='M-42.4-404.6v-3.1h9.3v-9.2h3.1v12.3h-12.4'/%3e%3c/g%3e%3c/svg%3e"); }
/* line 148, _lk-admin.scss */
.lk-admin__canon {
  display: none;
  position: relative;
  margin: 20px 0;
  padding: 15px 10px;
  border-top: 2px solid #ff7025;
  border-bottom: 2px solid #ff7025; }
  /* line 156, _lk-admin.scss */
  .lk-admin__canon-section {
    padding: 15px 0;
    border-bottom: 1px solid #CFCFCF; }
    /* line 160, _lk-admin.scss */
    .lk-admin__canon-section:last-child {
      border: none; }
  /* line 165, _lk-admin.scss */
  .lk-admin__canon-item {
    padding: 15px; }
  /* line 169, _lk-admin.scss */
  .lk-admin__canon-item + .lk-admin__canon-item {
    border-left: 1px solid #e5e5e5; }
    @media (max-width: 925px) {
      /* line 169, _lk-admin.scss */
      .lk-admin__canon-item + .lk-admin__canon-item {
        border: none; } }
  @media (max-width: 1405px) {
    /* line 177, _lk-admin.scss */
    .lk-admin__canon-item + .lk-admin__canon-item + .lk-admin__canon-item {
      border: none; } }
  /* line 184, _lk-admin.scss */
  .lk-admin__canon-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    /* line 199, _lk-admin.scss */
    .lk-admin__canon-elements-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 15px 15px; }
      @media (max-width: 1082px) {
        /* line 199, _lk-admin.scss */
        .lk-admin__canon-elements-wrapper {
          padding-bottom: 20px; } }
    /* line 217, _lk-admin.scss */
    .lk-admin__canon-elements-wrapper + .lk-admin__canon-elements-wrapper {
      border-left: 1px solid #e5e5e5; }
      @media (max-width: 1082px) {
        /* line 217, _lk-admin.scss */
        .lk-admin__canon-elements-wrapper + .lk-admin__canon-elements-wrapper {
          border: none; } }
  /* line 228, _lk-admin.scss */
  .lk-admin__canon-elem-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  /* line 241, _lk-admin.scss */
  .lk-admin__canon-elem-wrapper + .lk-admin__canon-elem-add {
    margin-top: 20px; }
  /* line 245, _lk-admin.scss */
  .lk-admin__canon-elem-title {
    width: 100%;
    padding: 0 25px 10px 10px;
    text-align: center; }
    /* line 250, _lk-admin.scss */
    .lk-admin__canon-elem-title span {
      display: block;
      border-bottom: 1px solid #ff7025; }
  /* line 256, _lk-admin.scss */
  .lk-admin__canon-elem-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 0 0;
    color: #fff;
    background-color: #FF7124;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer; }
    /* line 270, _lk-admin.scss */
    .lk-admin__canon-elem-add-wrapper {
      padding: 15px; }
      @media (max-width: 679px) {
        /* line 270, _lk-admin.scss */
        .lk-admin__canon-elem-add-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; } }
  /* line 282, _lk-admin.scss */
  .lk-admin__canon-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  /* line 292, _lk-admin.scss */
  .lk-admin__canon-title {
    font-size: 18px; }
  /* line 296, _lk-admin.scss */
  .lk-admin__canon-elements + .lk-admin__canon-table {
    padding: 15px 0 5px; }
  /* line 300, _lk-admin.scss */
  .lk-admin__canon-text {
    padding: 0 10px; }
  /* line 304, _lk-admin.scss */
  .lk-admin__canon-input {
    width: 200px;
    height: 32px;
    margin-right: 15px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    /* line 314, _lk-admin.scss */
    .lk-admin__canon-input-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    /* line 320, _lk-admin.scss */
    .lk-admin__canon-input--small {
      width: 125px; }
    /* line 324, _lk-admin.scss */
    .lk-admin__canon-input--middle {
      width: 300px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
      flex: 1 0 300px; }
    /* line 331, _lk-admin.scss */
    .lk-admin__canon-input--no-margin {
      margin: 0; }
    /* line 335, _lk-admin.scss */
    .lk-admin__canon-input--error {
      border: 2px solid #ff6f25;
      background-color: #fdf2ed; }
  /* line 341, _lk-admin.scss */
  .lk-admin__canon-name {
    font-size: 18px; }
    /* line 347, _lk-admin.scss */
    .lk-admin__canon-name-input {
      margin: 0; }
    /* line 351, _lk-admin.scss */
    .lk-admin__canon-name::after {
      content: '';
      padding: 7px 0;
      opacity: 0;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      color: #fff; }
    /* line 362, _lk-admin.scss */
    .lk-admin__canon-name--error input {
      border: 2px solid #ff6f25;
      background-color: #fff8f5; }
    /* line 367, _lk-admin.scss */
    .lk-admin__canon-name--error[data-name-error] {
      position: relative; }
      /* line 370, _lk-admin.scss */
      .lk-admin__canon-name--error[data-name-error]::after {
        content: attr(data-name-error);
        padding: 7px 15px;
        font-size: 16px;
        font-weight: 400;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        line-height: 1;
        text-align: center;
        white-space: normal;
        background-color: #ff6f25;
        pointer-events: none;
        opacity: 1; }
  /* line 390, _lk-admin.scss */
  .lk-admin__canon-entry {
    max-height: 200px;
    padding: 0;
    overflow-y: scroll;
    list-style: none;
    border: 1px solid #dedede;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    /* line 406, _lk-admin.scss */
    .lk-admin__canon-entry:hover {
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      -moz-overflow-scrolling: touch;
      -ms-overflow-scrolling: touch;
      -o-overflow-scrolling: touch;
      overflow-scrolling: touch; }
    /* line 416, _lk-admin.scss */
    .lk-admin__canon-entry::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px; }
    /* line 421, _lk-admin.scss */
    .lk-admin__canon-entry::-webkit-scrollbar-thumb {
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-color: #ff6f25;
      -webkit-box-shadow: 0 0 1px #ff6f25; }
    /* line 428, _lk-admin.scss */
    .lk-admin__canon-entry-li {
      position: relative;
      padding: 2px 25px 2px 10px;
      border-bottom: 1px solid #dedede; }
      /* line 433, _lk-admin.scss */
      .lk-admin__canon-entry-li:last-child {
        border-bottom: none; }
      /* line 437, _lk-admin.scss */
      .lk-admin__canon-entry-li:hover {
        background-color: #f5f5f5; }
        /* line 440, _lk-admin.scss */
        .lk-admin__canon-entry-li:hover i {
          opacity: 1; }
      /* line 446, _lk-admin.scss */
      .lk-admin__canon-entry-li--new {
        background-color: #edfbdf; }
      /* line 450, _lk-admin.scss */
      .lk-admin__canon-entry-li--saved {
        background-color: #fff; }
      /* line 454, _lk-admin.scss */
      .lk-admin__canon-entry-li--error {
        background-color: #fdf2ed; }
      /* line 458, _lk-admin.scss */
      .lk-admin__canon-entry-li i {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 2px;
        top: 4px;
        -webkit-background-size: 20px 20px;
        background-size: 20px;
        opacity: 0; }
/* line 473, _lk-admin.scss */
.lk-admin__canon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  /* line 482, _lk-admin.scss */
  .lk-admin__canon-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px 5px 0;
    border: 2px solid transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #FF7124;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer; }
    /* line 500, _lk-admin.scss */
    .lk-admin__canon-button-wrapper--no-bg {
      background-color: transparent;
      border-color: #ff7025;
      color: #2d2d2d; }
    /* line 506, _lk-admin.scss */
    .lk-admin__canon-button-wrapper:hover {
      background-color: #cc5a00;
      border-color: transparent; }
  /* line 512, _lk-admin.scss */
  .lk-admin__canon-button-wrapper + .lk-admin__canon-button-wrapper {
    margin-left: 15px; }
/* line 517, _lk-admin.scss */
.lk-admin__canon-button + .lk-admin__canon-button {
  margin-top: -25px; }
/* line 521, _lk-admin.scss */
.lk-admin__canon-table {
  max-width: 650px; }
  /* line 524, _lk-admin.scss */
  .lk-admin__canon-table-wrapper {
    width: 100%;
    border: 1px solid #CFCFCF;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  /* line 532, _lk-admin.scss */
  .lk-admin__canon-table thead tr {
    background-color: #DEDEDE; }
    /* line 535, _lk-admin.scss */
    .lk-admin__canon-table thead tr td:nth-last-child(-n+2) {
      pointer-events: none;
      opacity: 0; }
  /* line 543, _lk-admin.scss */
  .lk-admin__canon-table tbody {
    background-color: #fff; }
    /* line 548, _lk-admin.scss */
    .lk-admin__canon-table tbody tr td:first-child {
      cursor: pointer; }
      /* line 550, _lk-admin.scss */
      .lk-admin__canon-table tbody tr td:first-child:hover {
        color: #ff7025; }
  /* line 558, _lk-admin.scss */
  .lk-admin__canon-table tr {
    border-bottom: 1px solid #CFCFCF; }
    /* line 561, _lk-admin.scss */
    .lk-admin__canon-table tr:last-child {
      border: none; }
  /* line 566, _lk-admin.scss */
  .lk-admin__canon-table td {
    width: 100%;
    padding: 5px 10px;
    border-right: 1px solid #CFCFCF;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    /* line 575, _lk-admin.scss */
    .lk-admin__canon-table td:nth-last-child(-n+2) {
      width: 26px;
      padding: 0; }
    /* line 580, _lk-admin.scss */
    .lk-admin__canon-table td:nth-last-child(-n+3) {
      border: none; }
  /* line 585, _lk-admin.scss */
  .lk-admin__canon-table-tr {
    background-color: #fff; }
    /* line 588, _lk-admin.scss */
    .lk-admin__canon-table-tr:nth-child(even) {
      background-color: #F5F5F5; }
    /* line 592, _lk-admin.scss */
    .lk-admin__canon-table-tr--new {
      background-color: #edfbdf; }
      /* line 595, _lk-admin.scss */
      .lk-admin__canon-table-tr--new:nth-child(even) {
        background-color: #e1f5ca; }
  /* line 601, _lk-admin.scss */
  .lk-admin__canon-table-icon {
    cursor: pointer; }
    /* line 604, _lk-admin.scss */
    .lk-admin__canon-table-icon * {
      pointer-events: none; }
/* line 613, _lk-admin.scss */
.lk-admin__canon-list-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  margin-bottom: 1em;
  padding: 0 1.2em;
  vertical-align: middle; }
/* line 621, _lk-admin.scss */
.lk-admin__canon-list-label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2em;
  margin: 1% 2% 2% 0;
  user-select: none; }
  /* line 631, _lk-admin.scss */
  .lk-admin__canon-list-label-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0.6em 2.4em;
    margin-left: -2.4em;
    font-size: 0.95rem;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    /* line 644, _lk-admin.scss */
    .lk-admin__canon-list-label-text:hover {
      background-color: transparent;
      border-color: #ff7025; }
/* line 651, _lk-admin.scss */
.lk-admin__canon-list-checkbox {
  display: none; }
/* line 655, _lk-admin.scss */
.lk-admin__canon-list-checkbox:checked + .lk-admin__canon-list-check {
  background-color: #fd7133; }
  /* line 657, _lk-admin.scss */
  .lk-admin__canon-list-checkbox:checked + .lk-admin__canon-list-check::after {
    content: "";
    position: absolute;
    vertical-align: middle;
    width: 10px;
    transition: .1s;
    height: 5px;
    background: #fd7133;
    top: 45%;
    left: 50%;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg); }
/* line 673, _lk-admin.scss */
.lk-admin__canon-list-check {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #EEEEEE;
  position: absolute;
  left: 0;
  display: inline-block;
  border-radius: 3px; }
/* line 683, _lk-admin.scss */
.lk-admin__canon-list-summary {
  width: 95%;
  height: auto;
  padding: 1em 1.25em;
  font-size: 0.95rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px dashed #fd7133;
  resize: none;
  cursor: inherit; }
/* line 696, _lk-admin.scss */
.lk-admin__canon-prompt {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1160px) {
    /* line 696, _lk-admin.scss */
    .lk-admin__canon-prompt {
      position: relative;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-bottom: 20px; } }
  /* line 717, _lk-admin.scss */
  .lk-admin__canon-prompt-button {
    padding: 5px 10px 5px;
    border: 2px solid transparent;
    border-color: #ff7025;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: transparent;
    color: #2d2d2d;
    cursor: pointer; }
/* line 729, _lk-admin.scss */
.lk-admin-signin {
  width: 540px !important; }
  /* line 731, _lk-admin.scss */
  .lk-admin-signin__wrapper {
    padding: 0 !important; }
  /* line 734, _lk-admin.scss */
  .lk-admin-signin .btn-block {
    margin: 0 auto 0 !important; }
  /* line 738, _lk-admin.scss */
  .lk-admin-signin .lk-admin__page-titlу {
    text-align: center; }

/* line 744, _lk-admin.scss */
.admin_delete-modal {
  text-align: center; }

/* line 745, _lk-admin.scss */
.admin_delete_title {
  font-size: 20px;
  margin-bottom: 10px; }

/* line 1, _personal.scss */
.personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3em;
  font-family: "Roboto Condensed", sans-serif; }
  /* line 8, _personal.scss */
  .personal-container {
    padding: 0; }
  /* line 12, _personal.scss */
  .personal__sidebar {
    width: 100%;
    background: #333333;
    padding: 37px 10px 37px 21px;
    height: 100%; }
    /* line 18, _personal.scss */
    .personal__sidebar-item-info {
      color: #9b9b9b;
      padding-bottom: 20px; }
    /* line 24, _personal.scss */
    .personal__sidebar .register .done {
      font-family: "Roboto Condensed", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #ff7124;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    /* line 38, _personal.scss */
    .personal__sidebar .register .wait {
      font-family: "Roboto Condensed", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #ff7124;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    /* line 53, _personal.scss */
    .personal__sidebar ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      /* line 58, _personal.scss */
      .personal__sidebar ul li {
        margin-bottom: 16px; }
        /* line 61, _personal.scss */
        .personal__sidebar ul li a {
          font-family: "Roboto Condensed", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 19px;
          color: #9b9b9b;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          /* line 75, _personal.scss */
          .personal__sidebar ul li a:hover {
            color: #ff7124; }
        /* line 81, _personal.scss */
        .personal__sidebar ul li.active a {
          color: #ff7124; }
    /* line 88, _personal.scss */
    .personal__sidebar-ico {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 33px;
      height: 33px;
      margin-right: 9px; }
      /* line 102, _personal.scss */
      .personal__sidebar-ico svg {
        width: 100%;
        height: 100%; }
      /* line 107, _personal.scss */
      .personal__sidebar-ico img {
        max-width: 100%;
        max-height: 100%; }
    @media screen and (max-width: 765px) {
      /* line 12, _personal.scss */
      .personal__sidebar {
        height: auto;
        width: 100%;
        background: transparent;
        padding: 0;
        margin: -5px; }
        /* line 120, _personal.scss */
        .personal__sidebar ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          /* line 127, _personal.scss */
          .personal__sidebar ul li {
            margin: 5px; }
            /* line 130, _personal.scss */
            .personal__sidebar ul li a {
              background: #333;
              padding: 5px 10px; }
        /* line 137, _personal.scss */
        .personal__sidebar-ico {
          width: 25px;
          height: 25px; } }
  /* line 144, _personal.scss */
  .personal h1,
  .personal .h1,
  .personal h3,
  .personal .h3 {
    font-family: "Roboto Condensed", sans-serif; }
  /* line 151, _personal.scss */
  .personal h1,
  .personal .h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin: 0 0 10px; }
    @media screen and (max-width: 768px) {
      /* line 151, _personal.scss */
      .personal h1,
      .personal .h1 {
        font-size: 24px;
        line-height: 1.33333; } }
  /* line 166, _personal.scss */
  .personal h2,
  .personal .h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin: 0 0 10px; }
    @media screen and (max-width: 768px) {
      /* line 166, _personal.scss */
      .personal h2,
      .personal .h2 {
        font-size: 16px;
        line-height: 1.33333; } }
  /* line 180, _personal.scss */
  .personal h3,
  .personal .h3 {
    width: 90%;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    color: #000000;
    margin: 0 0 5px; }
    @media screen and (max-width: 768px) {
      /* line 180, _personal.scss */
      .personal h3,
      .personal .h3 {
        font-size: 22px;
        line-height: 26px; } }
  /* line 196, _personal.scss */
  .personal__p-bigger {
    font-size: 18px;
    color: #000; }
    @media screen and (max-width: 768px) {
      /* line 196, _personal.scss */
      .personal__p-bigger {
        font-size: 16px; } }
  /* line 205, _personal.scss */
  .personal__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 80px);
    width: 100%; }
    @media screen and (max-width: 765px) {
      /* line 205, _personal.scss */
      .personal__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    /* line 219, _personal.scss */
    .personal__wrap.bg-register {
      background: url(cross.png) no-repeat;
      background-position: 86% 28px; }
      @media screen and (max-width: 1100px) {
        /* line 219, _personal.scss */
        .personal__wrap.bg-register {
          background: none; } }
    /* line 228, _personal.scss */
    .personal__wrap.bg-address {
      background: url(house.png) no-repeat;
      background-position: 100% 28px;
      margin-right: -20px; }
      @media screen and (max-width: 768px) {
        /* line 228, _personal.scss */
        .personal__wrap.bg-address {
          margin-right: 0;
          background: none; } }
    /* line 239, _personal.scss */
    .personal__wrap-leftbar {
      width: 285px;
      height: 100%;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media screen and (max-width: 1100px) {
        /* line 246, _personal.scss */
        .personal__wrap-leftbar:empty {
          display: none; } }
      @media screen and (max-width: 765px) {
        /* line 239, _personal.scss */
        .personal__wrap-leftbar {
          height: auto;
          width: 100%;
          padding: 15px 15px; } }
    /* line 258, _personal.scss */
    .personal__wrap-container {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1100px) {
        /* line 258, _personal.scss */
        .personal__wrap-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100% !important; } }
    /* line 275, _personal.scss */
    .personal__wrap-content {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      padding: 30px 20px 15px; }
      @media screen and (max-width: 765px) {
        /* line 275, _personal.scss */
        .personal__wrap-content {
          padding: 30px 15px 15px; } }
    /* line 286, _personal.scss */
    .personal__wrap-rightbar {
      width: 400px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      /* line 292, _personal.scss */
      .personal__wrap-rightbar .personal-form_area--label {
        width: 135px;
        word-break: break-word; }
        /* line 295, _personal.scss */
        .personal__wrap-rightbar .personal-form_area--label label {
          font-size: 15px;
          line-height: initial;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          min-height: 25px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          /* line 305, _personal.scss */
          .personal__wrap-rightbar .personal-form_area--label label span {
            line-height: 1; }
      /* line 311, _personal.scss */
      .personal__wrap-rightbar .personal-form_area--input {
        width: 100%;
        position: relative;
        padding: 2px 5px; }
        /* line 316, _personal.scss */
        .personal__wrap-rightbar .personal-form_area--input input {
          width: 100%;
          min-width: 150px;
          padding-left: 5px !important; }
      /* line 323, _personal.scss */
      .personal__wrap-rightbar .personal-form_checkbox-area {
        display: block;
        width: 100%;
        padding: 0; }
        /* line 325, _personal.scss */
        .personal__wrap-rightbar .personal-form_checkbox-area .checkbox:disabled + label {
          opacity: 0.6; }
        /* line 326, _personal.scss */
        .personal__wrap-rightbar .personal-form_checkbox-area .checkbox + label {
          font-size: 16px;
          color: #333;
          padding-top: 3px;
          padding-left: 0;
          padding-right: 25px;
          width: 100%; }
          /* line 327, _personal.scss */
          .personal__wrap-rightbar .personal-form_checkbox-area .checkbox + label:before {
            left: auto;
            right: 0; }
          /* line 328, _personal.scss */
          .personal__wrap-rightbar .personal-form_checkbox-area .checkbox + label:after {
            left: auto;
            right: 1px; }
      @media screen and (max-width: 1100px) {
        /* line 286, _personal.scss */
        .personal__wrap-rightbar {
          width: 100%;
          max-width: 750px;
          margin: auto; }
          /* line 337, _personal.scss */
          .personal__wrap-rightbar:empty {
            display: none; } }
  /* line 344, _personal.scss */
  .personal__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 32px;
    color: #000;
    margin: 50px 0; }
    @media screen and (max-width: 500px) {
      /* line 344, _personal.scss */
      .personal__result {
        margin: 0 0 20px; } }
    /* line 363, _personal.scss */
    .personal__result span {
      padding-left: 50px;
      background: url(arrow-right.png) no-repeat; }
  /* line 369, _personal.scss */
  .personal-rightbar {
    border-left: 1px solid #ff7124;
    padding: 30px 20px 50px 20px; }
    /* line 373, _personal.scss */
    .personal-rightbar button {
      max-width: 166px;
      margin: 0 auto; }
      /* line 376, _personal.scss */
      .personal-rightbar button.btn-block-width {
        max-width: 100%; }
    @media screen and (max-width: 1100px) {
      /* line 369, _personal.scss */
      .personal-rightbar {
        border-left: none; } }
  /* line 387, _personal.scss */
  .personal_add-btn {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-decoration: none;
    background: #ff7000 url(icon-cross.png) no-repeat;
    background-position: center;
    display: block;
    margin: 0px 0 12px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    /* line 401, _personal.scss */
    .personal_add-btn:hover {
      background-color: #cc5a00; }
  /* line 407, _personal.scss */
  .personal-accordion__item {
    border-bottom: 1px solid #ff7124; }
    /* line 409, _personal.scss */
    .personal-accordion__item-head {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 0;
      font-size: 19px;
      position: relative; }
      /* line 420, _personal.scss */
      .personal-accordion__item-head span {
        margin-left: 10px; }
      /* line 423, _personal.scss */
      .personal-accordion__item-head .btn-danger {
        border: none;
        position: absolute;
        font-size: 0;
        right: 5px;
        top: 15px;
        height: 24px;
        width: 24px;
        -webkit-background-size: 20px 20px;
        background-size: 20px;
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23FF7124' d='M357 450H171a41 41 0 01-40-41V121a15 15 0 0115-15h237a15 15 0 0115 15v288a41 41 0 01-41 41zM161 136v273a11 11 0 0010 11h186a11 11 0 0011-11V136z'/%3e%3cpath fill='%23FF7124' d='M327 136H201a15 15 0 01-15-15V93a45 45 0 0145-44h66a45 45 0 0145 44v28a15 15 0 01-15 15zm-111-30h96V93a15 15 0 00-15-14h-66a15 15 0 00-15 14zM264 393a15 15 0 01-15-15V178a15 15 0 1130 0v200a15 15 0 01-15 15zM210 393a15 15 0 01-15-15V178a15 15 0 0130 0v200a15 15 0 01-15 15zM318 393a15 15 0 01-15-15V178a15 15 0 0130 0v200a15 15 0 01-15 15z'/%3e%3cpath fill='%23FF7124' d='M406 136H122a15 15 0 010-30h284a15 15 0 010 30z'/%3e%3c/svg%3e") no-repeat 50%; }
      /* line 424, _personal.scss */
      .personal-accordion__item-head svg {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        /* line 428, _personal.scss */
        .active .personal-accordion__item-head svg {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
    /* line 436, _personal.scss */
    .personal-accordion__item-body {
      display: none;
      padding: 5px 0px 10px; }

/* line 443, _personal.scss */
.warn {
  color: #ff7124; }
  /* line 445, _personal.scss */
  .warn a {
    color: #ff4824; }

/* line 449, _personal.scss */
.main-loader-on {
  -webkit-filter: blur(8px);
  filter: blur(8px); }

@-webkit-keyframes personal-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@keyframes personal-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
/* line 478, _personal.scss */
.confirm-signup-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 491, _personal.scss */
.confirm-signup-info_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 7.5px 0;
  cursor: default; }
  /* line 500, _personal.scss */
  .confirm-signup-info_text svg {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px; }
  /* line 506, _personal.scss */
  .confirm-signup-info_text span {
    font-size: 16px; }
  /* line 511, _personal.scss */
  .confirm-signup-info_text.text-info span {
    font-weight: bold; }

/* Сортировка */
/* line 518, _personal.scss */
.sortItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  /* line 529, _personal.scss */
  .sortItems .sort-icon {
    padding-left: 3px;
    opacity: 0.8; }
    /* line 532, _personal.scss */
    .sortItems .sort-icon:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='exchange-alt' class='svg-inline--fa fa-exchange-alt fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z'%3E%3C/path%3E%3C/svg%3E");
      height: 14px;
      width: 14px;
      display: block;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  /* line 545, _personal.scss */
  .sortItems__asc .sort-icon:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-amount-down-alt' class='svg-inline--fa fa-sort-amount-down-alt fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm-64 0h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z'%3E%3C/path%3E%3C/svg%3E");
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  /* line 556, _personal.scss */
  .sortItems__desc .sort-icon:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-amount-up' class='svg-inline--fa fa-sort-amount-up fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.77 160 16 160zm416 0H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z'%3E%3C/path%3E%3C/svg%3E");
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

/* line 568, _personal.scss */
.personal-form.personal-form-users-details {
  margin-bottom: 50px; }

/* line 573, _personal.scss */
.personal-form_area .personal-input__edit {
  margin-left: 10px;
  font-size: 20px; }
  /* line 577, _personal.scss */
  .personal-form_area .personal-input__edit:hover {
    cursor: pointer; }
/* line 582, _personal.scss */
.personal-form_area .js-personal-input {
  width: 100%; }
/* line 586, _personal.scss */
.personal-form_area .personal-edited {
  background-color: #ffa5001a; }

/* line 591, _personal.scss */
.admin_save_title {
  margin-bottom: 10px; }

/* line 1, _personal-reset.scss */
.personal-reset {
  background: #F3F3F3;
  width: 440px;
  margin: 20px auto;
  padding: 40px 70px;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif; }
  /* line 8, _personal-reset.scss */
  *[class^="personal"] .personal-reset {
    margin: 220px auto; }
  /* line 13, _personal-reset.scss */
  .personal-reset p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #898989; }
  /* line 20, _personal-reset.scss */
  .personal-reset .btn-block {
    max-width: 166px;
    margin: 0 auto 50px;
    height: 45px;
    line-height: 45px; }
  /* line 27, _personal-reset.scss */
  .personal-reset .personal-form_field--ico {
    justify-content: inherit; }
  /* line 31, _personal-reset.scss */
  .personal-reset .personal-form_messages {
    color: #5cb85c;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px; }
  @media screen and (max-width: 540px) {
    /* line 1, _personal-reset.scss */
    .personal-reset {
      margin-top: calc(50vh - 223px);
      width: 100%;
      padding: 20px 35px; } }

/* line 1, _personal-signin.scss */
.personal-signin {
  background: #F3F3F3;
  width: 440px;
  margin: 20px auto;
  padding: 40px 70px;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  /**[class^="personal"] &{
      margin: 220px auto;
  }*/ }
  /* line 9, _personal-signin.scss */
  .personal-signin__wrapper {
    background: #F3F3F3;
    padding: 40px 70px; }
  /* line 19, _personal-signin.scss */
  .personal-signin p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #898989; }
  /* line 26, _personal-signin.scss */
  .personal-signin .btn-block {
    max-width: 166px;
    margin: 0 auto 50px;
    height: 45px;
    line-height: 45px; }
  @media screen and (max-width: 540px) {
    /* line 1, _personal-signin.scss */
    .personal-signin {
      margin-top: calc(50vh - 223px);
      width: 100%;
      padding: 20px 35px; } }

/* line 1, _personal-form.scss */
textarea[disabled] {
  resize: none; }

/* line 4, _personal-form.scss */
.personal-form fieldset {
  margin-bottom: 25px; }
/* line 8, _personal-form.scss */
.personal-form legend {
  border: none;
  margin-bottom: 0; }
/* line 13, _personal-form.scss */
.personal-form_field {
  display: flex;
  margin-bottom: 9px;
  align-items: center;
  align-items: flex-start; }
  /* line 19, _personal-form.scss */
  .personal-form_field--ico {
    margin-right: 5px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px; }
    /* line 27, _personal-form.scss */
    .personal-form_field--ico label {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      margin: 0; }
    /* line 35, _personal-form.scss */
    .personal-form_field--ico svg .fill {
      fill: #898989; }
    /* line 40, _personal-form.scss */
    .error .personal-form_field--ico svg .fill {
      fill: #d9534f; }
    /* line 46, _personal-form.scss */
    .success .personal-form_field--ico svg .fill {
      fill: #5cb85c; }
  /* line 53, _personal-form.scss */
  .personal-form_field--input {
    width: calc(100% - 40px); }
    /* line 56, _personal-form.scss */
    .personal-form_field--input input {
      background: #ffffff;
      border: 1px solid #cfcfcf;
      box-sizing: border-box;
      border-radius: 1px;
      height: 30px;
      line-height: 21px;
      padding: 2px 5px; }
      /* line 65, _personal-form.scss */
      .error .personal-form_field--input input {
        border-color: #d9534f; }
      /* line 69, _personal-form.scss */
      .success .personal-form_field--input input {
        border-color: #5cb85c; }
    /* line 74, _personal-form.scss */
    .personal-form_field--input span.error {
      color: #d9534f; }
  /* line 80, _personal-form.scss */
  .personal-form_field--text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000; }
    /* line 87, _personal-form.scss */
    .personal-form_field--text a {
      color: #ff7000; }
  /* line 92, _personal-form.scss */
  .personal-form_field-errmessage {
    color: #d9534f;
    font-size: 13px;
    line-height: 1;
    margin-top: 5px; }
/* line 101, _personal-form.scss */
.personal-form_area {
  display: flex;
  align-items: center;
  margin-bottom: 17px; }
  /* line 105, _personal-form.scss */
  .personal-form_area.is-textarea {
    align-items: baseline; }
  /* line 108, _personal-form.scss */
  .personal-form_area.is-text {
    /*align-items: center;*/ }
  @media screen and (max-width: 450px) {
    /* line 101, _personal-form.scss */
    .personal-form_area {
      flex-direction: column; } }
  /* line 116, _personal-form.scss */
  .personal-form_area--title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    color: #9b9b9b;
    margin-bottom: 0;
    padding-bottom: 5px; }
  /* line 126, _personal-form.scss */
  .personal-form_area--label {
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    text-align: right;
    color: #000000;
    width: 250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0; }
    /* line 140, _personal-form.scss */
    .personal-form_area--label label {
      font-size: 16px;
      line-height: 17px;
      margin: 0;
      padding: 0 12px 0 0; }
      /* line 146, _personal-form.scss */
      .error .personal-form_area--label label {
        color: #d9534f; }
      /* line 150, _personal-form.scss */
      .success .personal-form_area--label label {
        color: #5cb85c; }
    /* line 155, _personal-form.scss */
    .personal-form_area--label select {
      height: 30px;
      padding: 0 12px;
      font-size: 16px;
      line-height: 30px;
      direction: rtl;
      text-align-last: right;
      text-transform: capitalize; }
      /* line 164, _personal-form.scss */
      .personal-form_area--label select option {
        direction: ltr; }
    @media screen and (max-width: 450px) {
      /* line 126, _personal-form.scss */
      .personal-form_area--label {
        width: auto;
        justify-content: flex-start; } }
  /* line 174, _personal-form.scss */
  .personal-form_area.razdely .personal-form_area--label {
    align-items: flex-start; }
  /* line 176, _personal-form.scss */
  .personal-form_area--input {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 300px; }
    /* line 185, _personal-form.scss */
    .personal-form_area--input.success {
      color: green; }
    /* line 189, _personal-form.scss */
    .personal-form_area--input.error {
      color: red; }
    /* line 193, _personal-form.scss */
    .personal-form_area--input input {
      background: #ffffff;
      border: 1px solid #cfcfcf;
      box-sizing: border-box;
      border-radius: 1px;
      height: 30px;
      line-height: 21px;
      padding: 2px 5px !important;
      width: 100%;
      flex-shrink: 0; }
      /* line 204, _personal-form.scss */
      .error .personal-form_area--input input {
        border-color: #d9534f; }
      /* line 208, _personal-form.scss */
      .success .personal-form_area--input input {
        border-color: #5cb85c; }
    /* line 213, _personal-form.scss */
    .personal-form_area--input textarea {
      background: #ffffff;
      border: 1px solid #cfcfcf;
      line-height: 21px;
      flex-shrink: 0;
      border-radius: 1px;
      padding: 2px 5px; }
      /* line 221, _personal-form.scss */
      .error .personal-form_area--input textarea {
        border-color: #d9534f; }
      /* line 225, _personal-form.scss */
      .success .personal-form_area--input textarea {
        border-color: #5cb85c; }
    /* line 230, _personal-form.scss */
    .personal-form_area--input .jq-selectbox {
      width: 100%; }
      /* line 233, _personal-form.scss */
      .personal-form_area--input .jq-selectbox .jq-selectbox__select {
        background: #ffffff; }
        /* line 236, _personal-form.scss */
        .error .personal-form_area--input .jq-selectbox .jq-selectbox__select {
          border-color: #d9534f; }
        /* line 240, _personal-form.scss */
        .success .personal-form_area--input .jq-selectbox .jq-selectbox__select {
          border-color: #5cb85c; }
    /* line 247, _personal-form.scss */
    .personal-form_area--input .user-form__address__select .jq-selectbox__select-text {
      overflow: hidden;
      max-width: 170px; }
    /* line 253, _personal-form.scss */
    .personal-form_area--input span.error {
      color: #d9534f; }
    /* line 257, _personal-form.scss */
    .personal-form_area--input .descr {
      font-size: 14px;
      line-height: 15px;
      padding-top: 5px;
      color: #9b9b9b; }
    @media screen and (max-width: 450px) {
      /* line 176, _personal-form.scss */
      .personal-form_area--input {
        max-width: 100%; } }
  /* line 269, _personal-form.scss */
  .personal-form_area-errmessage {
    color: #d9534f;
    font-size: 13px;
    line-height: 1;
    margin-top: 5px; }
  /* line 277, _personal-form.scss */
  .personal-form_area-cource {
    align-items: flex-end; }
/* line 282, _personal-form.scss */
.personal-form_checkbox-area {
  margin-bottom: 10px;
  padding-right: 15px; }
  /* line 286, _personal-form.scss */
  .personal-form_checkbox-area input {
    display: none; }
  /* line 290, _personal-form.scss */
  .personal-form_checkbox-area .checkbox {
    -webkit-appearance: checkbox;
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 12px;
    height: 12px;
    cursor: pointer; }
    /* line 298, _personal-form.scss */
    .personal-form_checkbox-area .checkbox + label {
      cursor: pointer; }
    /* line 302, _personal-form.scss */
    .personal-form_checkbox-area .checkbox:not(checked) {
      position: absolute;
      opacity: 0; }
      /* line 306, _personal-form.scss */
      .personal-form_checkbox-area .checkbox:not(checked) + label {
        padding-left: 25px;
        position: relative;
        display: inline-block; }
        /* line 311, _personal-form.scss */
        .personal-form_checkbox-area .checkbox:not(checked) + label:before {
          content: "";
          display: block;
          position: absolute;
          width: 14px;
          height: 14px;
          border: 1px solid #cdcdcd;
          left: 0px;
          right: 0px;
          background-color: #fff;
          border-radius: 2px;
          top: 2px; }
        /* line 325, _personal-form.scss */
        .personal-form_checkbox-area .checkbox:not(checked) + label:after {
          content: "\f00c";
          display: block;
          font: normal normal normal 14px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          position: absolute;
          left: 2px;
          top: 4px;
          font-size: 13px;
          color: #ed6d4a;
          opacity: 0;
          transition: 0.6s; }
    /* line 344, _personal-form.scss */
    .personal-form_checkbox-area .checkbox:checked + label:before {
      border-color: #ed6d4a; }
    /* line 348, _personal-form.scss */
    .personal-form_checkbox-area .checkbox:checked + label:after {
      opacity: 1; }
  /* line 355, _personal-form.scss */
  .personal-form_checkbox-area label {
    font-size: 14px;
    line-height: 16px;
    color: #9b9b9b; }
    /* line 359, _personal-form.scss */
    .personal-form_checkbox-area label a {
      text-decoration: underline; }
/* line 366, _personal-form.scss */
.personal-form.personal-form-admin-settings .personal-form_area {
  font-size: 18px; }
  /* line 368, _personal-form.scss */
  .personal-form.personal-form-admin-settings .personal-form_area label {
    font-size: 18px; }
/* line 372, _personal-form.scss */
.personal-form.personal-form-admin-settings .personal-form_area--input {
  padding: 4px 8px;
  max-width: 120px;
  border-width: 1px; }
/* line 379, _personal-form.scss */
.personal-form .personal-form-admin-settings_details-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  /* line 385, _personal-form.scss */
  .personal-form .personal-form-admin-settings_details-btns.btns-wrap {
    flex-wrap: wrap;
    margin: 0 5px; }
    /* line 388, _personal-form.scss */
    .personal-form .personal-form-admin-settings_details-btns.btns-wrap .btn-item {
      flex: 1;
      padding: 0 15px;
      margin-bottom: 10px; }
      /* line 392, _personal-form.scss */
      .personal-form .personal-form-admin-settings_details-btns.btns-wrap .btn-item button {
        flex: 1 1 auto;
        max-width: 100%;
        padding: 0 10px; }
  /* line 399, _personal-form.scss */
  .personal-form .personal-form-admin-settings_details-btns .btn-block {
    max-width: 136px;
    margin: 10px 1% 0; }
/* line 403, _personal-form.scss */
.personal-form.personal-form-info, .personal-form.personal-form-users-details, .personal-form.personal-form-users-details-password, .personal-form.personal-form-admin-settings {
  margin-top: 50px; }
/* line 408, _personal-form.scss */
.personal-form.personal-form-info span, .personal-form.personal-form-users-details span, .personal-form.personal-form-address span, .personal-form.personal-form-limits-details span {
  cursor: default; }
/* line 409, _personal-form.scss */
.personal-form.personal-form-info .input-control[disabled],
.personal-form.personal-form-info .input-control[readonly],
.personal-form.personal-form-info fieldset[disabled] .input-control, .personal-form.personal-form-users-details .input-control[disabled],
.personal-form.personal-form-users-details .input-control[readonly],
.personal-form.personal-form-users-details fieldset[disabled] .input-control, .personal-form.personal-form-address .input-control[disabled],
.personal-form.personal-form-address .input-control[readonly],
.personal-form.personal-form-address fieldset[disabled] .input-control, .personal-form.personal-form-limits-details .input-control[disabled],
.personal-form.personal-form-limits-details .input-control[readonly],
.personal-form.personal-form-limits-details fieldset[disabled] .input-control {
  background: transparent;
  border-color: transparent;
  color: #000;
  cursor: default; }
  /* line 417, _personal-form.scss */
  .personal-form.personal-form-info .input-control[disabled] + .descr,
  .personal-form.personal-form-info .input-control[readonly] + .descr,
  .personal-form.personal-form-info fieldset[disabled] .input-control + .descr, .personal-form.personal-form-users-details .input-control[disabled] + .descr,
  .personal-form.personal-form-users-details .input-control[readonly] + .descr,
  .personal-form.personal-form-users-details fieldset[disabled] .input-control + .descr, .personal-form.personal-form-address .input-control[disabled] + .descr,
  .personal-form.personal-form-address .input-control[readonly] + .descr,
  .personal-form.personal-form-address fieldset[disabled] .input-control + .descr, .personal-form.personal-form-limits-details .input-control[disabled] + .descr,
  .personal-form.personal-form-limits-details .input-control[readonly] + .descr,
  .personal-form.personal-form-limits-details fieldset[disabled] .input-control + .descr {
    display: none; }
/* line 422, _personal-form.scss */
.personal-form.personal-form-info .jq-selectbox.disabled .jq-selectbox__select, .personal-form.personal-form-users-details .jq-selectbox.disabled .jq-selectbox__select, .personal-form.personal-form-address .jq-selectbox.disabled .jq-selectbox__select, .personal-form.personal-form-limits-details .jq-selectbox.disabled .jq-selectbox__select {
  border-color: transparent;
  background: transparent;
  padding-left: 5px; }
  /* line 426, _personal-form.scss */
  .personal-form.personal-form-info .jq-selectbox.disabled .jq-selectbox__select .jq-selectbox__trigger, .personal-form.personal-form-users-details .jq-selectbox.disabled .jq-selectbox__select .jq-selectbox__trigger, .personal-form.personal-form-address .jq-selectbox.disabled .jq-selectbox__select .jq-selectbox__trigger, .personal-form.personal-form-limits-details .jq-selectbox.disabled .jq-selectbox__select .jq-selectbox__trigger {
    display: none; }

/* line 433, _personal-form.scss */
.personal-users-add-form select {
  width: 100%; }

/* line 435, _personal-form.scss */
.personal-form_area--input.beofreShow::before {
  content: "Курс ЦБ"; }

/* line 1, _personal-signup.scss */
.personal-signup {
  padding-right: 5%;
  max-width: 750px;
  margin: auto; }
  @media screen and (min-width: 1101px) {
    /* line 7, _personal-signup.scss */
    .personal-signup__rightbar {
      height: 100vh;
      position: fixed;
      width: 325px;
      top: 0;
      padding-top: 110px; } }

/* line 2, _personal-info.scss */
.personal-info-rightbar {
  padding: 30px 20px 50px 20px; }
  /* line 5, _personal-info.scss */
  .personal-info-rightbar__btn-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 110px;
    width: 325px;
    right: 0;
    padding-right: 15px; }
    /* line 16, _personal-info.scss */
    .personal-info-rightbar__btn-box .btn {
      margin: 0 10px 15px; }
    @media screen and (max-width: 1085px) {
      /* line 5, _personal-info.scss */
      .personal-info-rightbar__btn-box {
        width: auto; } }
    @media screen and (max-width: 1030px) {
      /* line 5, _personal-info.scss */
      .personal-info-rightbar__btn-box {
        right: 0;
        padding-right: 15px;
        bottom: 0;
        top: auto; } }

/* line 1, _personal-orders.scss */
.personal-orders {
  width: calc(100% - 285px); }
  @media screen and (max-width: 765px) {
    /* line 1, _personal-orders.scss */
    .personal-orders {
      width: 100%; } }
  /* line 8, _personal-orders.scss */
  .personal-orders .personal__wrap-content {
    width: calc(100% - 325px); }
    @media screen and (max-width: 1100px) {
      /* line 8, _personal-orders.scss */
      .personal-orders .personal__wrap-content {
        width: 100%; } }
  /* line 16, _personal-orders.scss */
  .personal-orders_choice {
    display: flex;
    flex-wrap: wrap; }
    /* line 20, _personal-orders.scss */
    .personal-orders_choice .personal-form__select {
      margin: 0 8px 12px 0; }
  /* line 25, _personal-orders.scss */
  .personal-orders_data {
    border: 1px solid #CFCFCF;
    border-bottom: 0;
    width: 100%;
    overflow: auto; }
    /* line 31, _personal-orders.scss */
    .personal-orders_data--status {
      display: flex;
      height: 100%; }
      /* line 35, _personal-orders.scss */
      .personal-orders_data--status span {
        display: flex;
        padding: 4px 8px;
        width: calc(100% - 34px);
        align-items: center; }
    /* line 43, _personal-orders.scss */
    .personal-orders_data-row {
      background: #F5F5F5;
      font-weight: 300;
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      margin: 0;
      border-bottom: 1px solid #CFCFCF;
      overflow: hidden;
      display: flex;
      min-width: 700px;
      cursor: pointer;
      transition: background-color 0.3s; }
      /* line 59, _personal-orders.scss */
      .personal-orders_data-row:nth-child(2n) {
        background: #fff; }
      @media screen and (max-width: 768px) {
        /* line 43, _personal-orders.scss */
        .personal-orders_data-row {
          font-size: 14px;
          line-height: 17px; } }
      /* line 69, _personal-orders.scss */
      .personal-orders_data-row > div {
        padding: 4px 8px;
        border-right: 1px solid #CFCFCF;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        min-height: 50px; }
        /* line 78, _personal-orders.scss */
        .personal-orders_data-row > div:last-child {
          border-right: 0; }
        /* line 83, _personal-orders.scss */
        .personal-orders_data-row > div a:hover {
          color: #000;
          text-decoration: underline; }
      /* line 90, _personal-orders.scss */
      .personal-orders_data-row:hover {
        background-color: #e1e1e1; }
      /* line 94, _personal-orders.scss */
      .personal-orders_data-row.active {
        background-color: #CFCFCF; }
    /* line 99, _personal-orders.scss */
    .personal-orders_data-header {
      background: #DEDEDE;
      text-align: center;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      margin: 0;
      border-bottom: 1px solid #CFCFCF;
      overflow: hidden;
      display: flex;
      min-width: 700px; }
      @media screen and (max-width: 768px) {
        /* line 99, _personal-orders.scss */
        .personal-orders_data-header {
          font-size: 14px;
          line-height: 17px; } }
      /* line 117, _personal-orders.scss */
      .personal-orders_data-header > div {
        padding: 4px 8px;
        border-right: 1px solid #CFCFCF;
        overflow: hidden;
        text-overflow: ellipsis; }
        /* line 123, _personal-orders.scss */
        .personal-orders_data-header > div:last-child {
          border-right: 0; }
    /* line 129, _personal-orders.scss */
    .personal-orders_data-details {
      display: none; }
    /* line 133, _personal-orders.scss */
    .personal-orders_data .order-open {
      width: 34px;
      display: flex;
      align-items: center;
      justify-content: center; }
      /* line 141, _personal-orders.scss */
      .personal-orders_data .order-open:hover svg line {
        stroke: #9B9B9B; }
      /* line 149, _personal-orders.scss */
      .personal-orders_data .order-open.active svg line {
        stroke: #ff7000; }
  /* line 157, _personal-orders.scss */
  .personal-orders__details {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 700px;
    margin: 0;
    padding: 20px 15px;
    border-bottom: 1px solid #CFCFCF;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    background: #F5F5F5;
    overflow: hidden; }
    /* line 173, _personal-orders.scss */
    .personal-orders__details--wrapper {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: center;
      width: 100%; }
    /* line 183, _personal-orders.scss */
    .personal-orders__details-close {
      position: absolute;
      z-index: 2;
      right: -15px;
      top: -20px; }
      /* line 189, _personal-orders.scss */
      .personal-orders__details-close--text {
        display: block;
        padding: 10px;
        color: #B3B3B3;
        cursor: pointer;
        transition: all 0.3s; }
        /* line 196, _personal-orders.scss */
        .personal-orders__details-close--text:hover {
          color: #6d6d6d;
          text-shadow: 0px 0px 0px #b3b3b3, 0 0 16px #6d6d6d; }
    /* line 203, _personal-orders.scss */
    .personal-orders__details-client {
      margin: 5px 0 10px 0;
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      background: #F5F5F5; }
      /* line 210, _personal-orders.scss */
      .personal-orders__details-client-fio {
        font-weight: 300; }
    /* line 215, _personal-orders.scss */
    .personal-orders__details-order-header {
      width: 100%;
      padding: 5px 15px;
      border-bottom: 1px solid #000;
      font-weight: 700; }
    /* line 222, _personal-orders.scss */
    .personal-orders__details-order {
      width: 100%;
      margin-bottom: 10px;
      border-bottom: 1px solid #000; }
      /* line 227, _personal-orders.scss */
      .personal-orders__details-order-item {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #ccc; }
        /* line 231, _personal-orders.scss */
        .personal-orders__details-order-item:hover {
          background-color: #f5f5f5; }
    /* line 237, _personal-orders.scss */
    .personal-orders__details-result {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      width: 100%; }
    /* line 244, _personal-orders.scss */
    .personal-orders__details-num {
      min-width: 240px;
      padding: 0; }
      /* line 248, _personal-orders.scss */
      .personal-orders__details-num--input {
        width: 100%;
        border: 0;
        border-bottom: 2px solid #000;
        line-height: 30px;
        background: #f5f5f5; }
    /* line 257, _personal-orders.scss */
    .personal-orders__details-btns {
      display: flex; }
    /* line 261, _personal-orders.scss */
    .personal-orders__details-total {
      width: 100%;
      margin: 0;
      text-align: right;
      font-size: 20px;
      line-height: 24px;
      color: #000000; }
      /* line 269, _personal-orders.scss */
      .personal-orders__details-total-summ {
        font-weight: bold; }
  /* line 275, _personal-orders.scss */
  .personal-orders_info {
    display: none; }
    /* line 277, _personal-orders.scss */
    .personal-orders_info--created {
      font-weight: 300;
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 20px; }
      /* line 282, _personal-orders.scss */
      .personal-orders_info--created strong {
        font-weight: normal; }
    /* line 287, _personal-orders.scss */
    .personal-orders_info--data .row {
      margin: 0;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      font-weight: 300;
      font-size: 18px;
      line-height: 21px;
      color: #000000;
      margin: 0 -8px; }
      @media screen and (max-width: 768px) {
        /* line 287, _personal-orders.scss */
        .personal-orders_info--data .row {
          font-size: 14px;
          line-height: 17px; } }
      /* line 302, _personal-orders.scss */
      .personal-orders_info--data .row > div {
        padding: 4px 8px;
        overflow: hidden;
        text-overflow: ellipsis; }
        /* line 306, _personal-orders.scss */
        .personal-orders_info--data .row > div a {
          color: #ff7000; }
          /* line 308, _personal-orders.scss */
          .personal-orders_info--data .row > div a:hover {
            color: #000;
            text-decoration: underline; }
        /* line 313, _personal-orders.scss */
        .personal-orders_info--data .row > div:last-child {
          text-align: right; }
    /* line 319, _personal-orders.scss */
    .personal-orders_info--total {
      border-top: 1px solid #000;
      margin: 40px 0 20px;
      text-align: right;
      font-size: 18px;
      line-height: 21px;
      color: #000000;
      padding-top: 5px; }
    /* line 328, _personal-orders.scss */
    .personal-orders_info--btns {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      /* line 332, _personal-orders.scss */
      .personal-orders_info--btns .btn-block + .btn-block {
        margin-top: 0; }
  /* line 338, _personal-orders.scss */
  .personal-orders_details-block {
    height: 100%; }

/* line 1, _personal-users.scss */
.personal-users {
  width: calc(100% - 285px); }
  @media screen and (max-width: 765px) {
    /* line 1, _personal-users.scss */
    .personal-users {
      width: 100%; } }
  /* line 8, _personal-users.scss */
  .personal-users .personal__wrap-content {
    width: calc(100% - 325px); }
    @media screen and (max-width: 1100px) {
      /* line 8, _personal-users.scss */
      .personal-users .personal__wrap-content {
        width: 100%; } }
  /* line 16, _personal-users.scss */
  .personal-users_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 26, _personal-users.scss */
    .personal-users_header-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      margin: 0px 0 12px 0; }
      /* line 38, _personal-users.scss */
      .personal-users_header-search .personal-form_area--input {
        width: 100%;
        max-width: 100%; }
        /* line 41, _personal-users.scss */
        .personal-users_header-search .personal-form_area--input input {
          height: 34px;
          padding-right: 30px; }
      /* line 47, _personal-users.scss */
      .personal-users_header-search .personal-form_area--btn .icon-search {
        position: absolute;
        top: 0;
        left: inherit;
        right: 5px;
        height: 30px;
        width: 30px;
        line-height: 30px; }
        /* line 55, _personal-users.scss */
        .personal-users_header-search .personal-form_area--btn .icon-search:before {
          position: absolute;
          top: 8px;
          left: 10px;
          font-size: 18px; }
  /* line 67, _personal-users.scss */
  .personal-users_data {
    border: 1px solid #CFCFCF;
    border-bottom: 0;
    width: 100%;
    overflow: auto; }
    /* line 73, _personal-users.scss */
    .personal-users_data--status {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      /* line 79, _personal-users.scss */
      .personal-users_data--status span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 4px 8px;
        width: calc(100% - 34px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    /* line 91, _personal-users.scss */
    .personal-users_data-row {
      background: #F5F5F5;
      font-weight: 300;
      font-size: 13px;
      line-height: 19px;
      color: #000000;
      margin: 0;
      border-bottom: 1px solid #CFCFCF;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 110, _personal-users.scss */
      .personal-users_data-row:nth-child(2n) {
        background: #fff; }
      @media screen and (max-width: 768px) {
        /* line 91, _personal-users.scss */
        .personal-users_data-row {
          font-size: 14px;
          line-height: 17px; } }
      /* line 120, _personal-users.scss */
      .personal-users_data-row > div {
        padding: 4px 8px;
        border-right: 1px solid #CFCFCF;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 50px;
        overflow-x: auto; }
        /* line 135, _personal-users.scss */
        .personal-users_data-row > div::-webkit-scrollbar {
          height: 4px;
          background-color: transparent; }
        /* line 139, _personal-users.scss */
        .personal-users_data-row > div::-webkit-scrollbar-thumb {
          -webkit-border-radius: 50px;
          border-radius: 50px;
          background-color: #d3d3d3; }
        /* line 145, _personal-users.scss */
        .personal-users_data-row > div:last-child {
          border-right: 0; }
        /* line 150, _personal-users.scss */
        .personal-users_data-row > div a:hover {
          color: #000;
          text-decoration: underline; }
        /* line 155, _personal-users.scss */
        .personal-users_data-row > div[data-order-by="created_at"], .personal-users_data-row > div.personal-user_data-created_at {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 70px;
          flex: 0 1 70px;
          font-size: 12px; }
        /* line 156, _personal-users.scss */
        .personal-users_data-row > div[data-order-by="eshop_id"], .personal-users_data-row > div[data-order-by="parent_id"], .personal-users_data-row > div.personal-user_data-parent_id, .personal-users_data-row > div.personal-user_data-clientId {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 85px;
          flex: 0 1 85px; }
        /* line 157, _personal-users.scss */
        .personal-users_data-row > div[data-order-by="company_name"], .personal-users_data-row > div.personal-user_data-organization {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
        /* line 158, _personal-users.scss */
        .personal-users_data-row > div[data-order-by="username"], .personal-users_data-row > div.personal-user_data-email {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
        /* line 159, _personal-users.scss */
        .personal-users_data-row > div[data-order-by="is_notify"], .personal-users_data-row > div.personal-user_data-is_notify {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
          flex: 0 0 40px; }
        /* line 160, _personal-users.scss */
        .personal-users_data-row > div:last-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
          flex: 0 0 40px; }
      /* line 163, _personal-users.scss */
      .personal-users_data-row:hover {
        background-color: #e1e1e1; }
      /* line 167, _personal-users.scss */
      .personal-users_data-row.active {
        background-color: #CFCFCF; }
    /* line 174, _personal-users.scss */
    .personal-users_data-subUsers .personal-users_data {
      margin-bottom: 20px; }
    /* line 180, _personal-users.scss */
    .personal-users_data-header {
      background: #DEDEDE;
      text-align: center;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      margin: 0;
      border-bottom: 1px solid #CFCFCF;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        /* line 180, _personal-users.scss */
        .personal-users_data-header {
          font-size: 14px;
          line-height: 17px; } }
      /* line 200, _personal-users.scss */
      .personal-users_data-header > div {
        padding: 4px 8px;
        border-right: 1px solid #CFCFCF;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
        /* line 207, _personal-users.scss */
        .personal-users_data-header > div:last-child {
          border-right: 0; }
        /* line 210, _personal-users.scss */
        .personal-users_data-header > div[data-order-by="created_at"], .personal-users_data-header > div.personal-user_data-created_at {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 70px;
          flex: 0 1 70px; }
        /* line 211, _personal-users.scss */
        .personal-users_data-header > div[data-order-by="eshop_id"], .personal-users_data-header > div[data-order-by="parent_id"], .personal-users_data-header > div.personal-user_data-clientId {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 85px;
          flex: 0 1 85px; }
        /* line 212, _personal-users.scss */
        .personal-users_data-header > div[data-order-by="company_name"], .personal-users_data-header > div.personal-user_data-organization {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
        /* line 213, _personal-users.scss */
        .personal-users_data-header > div[data-order-by="username"], .personal-users_data-header > div.personal-user_data-email {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
        /* line 214, _personal-users.scss */
        .personal-users_data-header > div[data-order-by="is_notify"], .personal-users_data-header > div.personal-user_data-is_notify {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
          flex: 0 0 40px; }
        /* line 215, _personal-users.scss */
        .personal-users_data-header > div:last-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
          flex: 0 0 40px; }
    /* line 220, _personal-users.scss */
    .personal-users_data-list_empty {
      text-align: center;
      padding: 10px;
      border-bottom: 1px solid #dedede; }
    /* line 227, _personal-users.scss */
    .personal-users_data .user-open {
      width: 34px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 241, _personal-users.scss */
      .personal-users_data .user-open:hover svg line {
        stroke: #9B9B9B; }
      /* line 249, _personal-users.scss */
      .personal-users_data .user-open.active svg line {
        stroke: #ff7000; }
  /* line 257, _personal-users.scss */
  .personal-users_parent {
    padding-top: 20px; }
    /* line 259, _personal-users.scss */
    .personal-users_parent h2, .personal-users_parent .h2 {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 25px;
      color: #000000;
      margin: 0 0 10px; }
      @media screen and (max-width: 768px) {
        /* line 259, _personal-users.scss */
        .personal-users_parent h2, .personal-users_parent .h2 {
          font-size: 16px;
          line-height: 1.33333; } }
  /* line 273, _personal-users.scss */
  .personal-users_details, .personal-users_new {
    display: none; }
    /* line 277, _personal-users.scss */
    .personal-users_details form, .personal-users_new form {
      max-width: 398px;
      margin: auto; }
    /* line 284, _personal-users.scss */
    .personal-users_details-btns, .personal-users_new-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 297, _personal-users.scss */
      .personal-users_details-btns.btns-wrap, .personal-users_new-btns.btns-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px; }
        /* line 301, _personal-users.scss */
        .personal-users_details-btns.btns-wrap .btn-item, .personal-users_new-btns.btns-wrap .btn-item {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding: 0 5px;
          margin-bottom: 10px; }
          /* line 307, _personal-users.scss */
          .personal-users_details-btns.btns-wrap .btn-item button, .personal-users_new-btns.btns-wrap .btn-item button {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            max-width: 100%;
            padding: 0 10px; }
      /* line 316, _personal-users.scss */
      .personal-users_details-btns .btn-block, .personal-users_new-btns .btn-block {
        max-width: 136px;
        margin: 15px 1% 0; }
  /* line 320, _personal-users.scss */
  .personal-users_rightbar {
    height: 100%; }

/* line 325, _personal-users.scss */
.personal-holdingUsers {
  width: calc(100% - 285px); }
  @media screen and (max-width: 765px) {
    /* line 325, _personal-users.scss */
    .personal-holdingUsers {
      width: 100%; } }
  /* line 332, _personal-users.scss */
  .personal-holdingUsers .personal__wrap-content {
    width: calc(100% - 325px); }
    @media screen and (max-width: 1100px) {
      /* line 332, _personal-users.scss */
      .personal-holdingUsers .personal__wrap-content {
        width: 100%; } }
  /* line 340, _personal-users.scss */
  .personal-holdingUsers_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 350, _personal-users.scss */
    .personal-holdingUsers_header-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      margin: 0px 0 12px 0; }
      /* line 362, _personal-users.scss */
      .personal-holdingUsers_header-search .personal-form_area--input {
        width: 100%;
        max-width: 100%; }
        /* line 365, _personal-users.scss */
        .personal-holdingUsers_header-search .personal-form_area--input input {
          height: 34px;
          padding-right: 30px; }
      /* line 371, _personal-users.scss */
      .personal-holdingUsers_header-search .personal-form_area--btn .icon-search {
        position: absolute;
        top: 0;
        left: inherit;
        right: 5px;
        height: 30px;
        width: 30px;
        line-height: 30px; }
        /* line 379, _personal-users.scss */
        .personal-holdingUsers_header-search .personal-form_area--btn .icon-search:before {
          position: absolute;
          top: 8px;
          left: 10px;
          font-size: 18px; }
  /* line 391, _personal-users.scss */
  .personal-holdingUsers_data {
    border: none;
    border-bottom: 0;
    width: 100%;
    overflow: auto; }
    /* line 396, _personal-users.scss */
    .personal-holdingUsers_data.is-subUsers, .personal-holdingUsers_data .personal-holdingUsers_data_subusers {
      border: 1px solid #bdbdbd; }
      /* line 398, _personal-users.scss */
      .personal-holdingUsers_data.is-subUsers.not-root, .personal-holdingUsers_data .personal-holdingUsers_data_subusers.not-root {
        margin-bottom: 20px; }
    /* line 403, _personal-users.scss */
    .personal-holdingUsers_data--status {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      /* line 409, _personal-users.scss */
      .personal-holdingUsers_data--status span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 4px 8px;
        width: calc(100% - 34px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    /* line 421, _personal-users.scss */
    .personal-holdingUsers_data-item {
      margin-bottom: 20px;
      border: 1px solid #bdbdbd;
      border-bottom: none; }
      /* line 425, _personal-users.scss */
      .personal-holdingUsers_data-item.not-root {
        border: none; }
    /* line 430, _personal-users.scss */
    .personal-holdingUsers_data-row {
      background: #F5F5F5;
      font-weight: 300;
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      margin: 0;
      border-bottom: 1px solid #CFCFCF;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 449, _personal-users.scss */
      .personal-holdingUsers_data-row:nth-child(2n) {
        background: #fff; }
      @media screen and (max-width: 768px) {
        /* line 430, _personal-users.scss */
        .personal-holdingUsers_data-row {
          font-size: 14px;
          line-height: 17px; } }
      /* line 459, _personal-users.scss */
      .personal-holdingUsers_data-row > div {
        padding: 4px 8px;
        border-right: 1px solid #CFCFCF;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 50px; }
        /* line 473, _personal-users.scss */
        .personal-holdingUsers_data-row > div:last-child {
          border-right: 0; }
        /* line 478, _personal-users.scss */
        .personal-holdingUsers_data-row > div a:hover {
          color: #000;
          text-decoration: underline; }
      /* line 485, _personal-users.scss */
      .personal-holdingUsers_data-row:hover {
        background-color: #e1e1e1; }
      /* line 489, _personal-users.scss */
      .personal-holdingUsers_data-row.active {
        background-color: #CFCFCF; }
    /* line 496, _personal-users.scss */
    .personal-holdingUsers_data-subUsers .personal-users_data {
      margin-bottom: 20px; }
    /* line 502, _personal-users.scss */
    .personal-holdingUsers_data-header {
      background: #e4e4e4;
      text-align: center;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      margin: 0;
      border-bottom: 1px solid #CFCFCF;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      /* line 516, _personal-users.scss */
      .personal-holdingUsers_data-header.active {
        background: #c7c7c7; }
      /* line 520, _personal-users.scss */
      .personal-holdingUsers_data-header-companyName {
        background: #ff7000;
        color: #fff;
        cursor: pointer;
        padding: 5px; }
        /* line 525, _personal-users.scss */
        .personal-holdingUsers_data-header-companyName.active {
          background: #cc5a00; }
      /* line 530, _personal-users.scss */
      .personal-holdingUsers_data-header-tagName {
        cursor: pointer;
        background: #d0d0d0; }
        /* line 533, _personal-users.scss */
        .personal-holdingUsers_data-header-tagName.not-root {
          background: #ff7000;
          color: #fff;
          cursor: pointer;
          padding: 5px; }
          /* line 538, _personal-users.scss */
          .personal-holdingUsers_data-header-tagName.not-root.active {
            background: #cc5a00; }
      @media screen and (max-width: 768px) {
        /* line 502, _personal-users.scss */
        .personal-holdingUsers_data-header {
          font-size: 14px;
          line-height: 17px; } }
      /* line 549, _personal-users.scss */
      .personal-holdingUsers_data-header > div {
        padding: 4px 8px;
        border-right: 1px solid #CFCFCF;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
        /* line 556, _personal-users.scss */
        .personal-holdingUsers_data-header > div:last-child {
          border-right: 0; }
    /* line 563, _personal-users.scss */
    .personal-holdingUsers_data-list_empty {
      text-align: center;
      padding: 10px;
      border-bottom: 1px solid #dedede; }
    /* line 570, _personal-users.scss */
    .personal-holdingUsers_data .user-open {
      width: 34px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 584, _personal-users.scss */
      .personal-holdingUsers_data .user-open:hover svg line {
        stroke: #9B9B9B; }
      /* line 592, _personal-users.scss */
      .personal-holdingUsers_data .user-open.active svg line {
        stroke: #ff7000; }
  /* line 600, _personal-users.scss */
  .personal-holdingUsers_details, .personal-holdingUsers_new {
    display: none; }
    /* line 604, _personal-users.scss */
    .personal-holdingUsers_details form, .personal-holdingUsers_new form {
      max-width: 398px;
      margin: auto; }
    /* line 611, _personal-users.scss */
    .personal-holdingUsers_details-btns, .personal-holdingUsers_new-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 624, _personal-users.scss */
      .personal-holdingUsers_details-btns.btns-wrap, .personal-holdingUsers_new-btns.btns-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px; }
        /* line 628, _personal-users.scss */
        .personal-holdingUsers_details-btns.btns-wrap .btn-item, .personal-holdingUsers_new-btns.btns-wrap .btn-item {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding: 0 5px;
          margin-bottom: 10px; }
          /* line 634, _personal-users.scss */
          .personal-holdingUsers_details-btns.btns-wrap .btn-item button, .personal-holdingUsers_new-btns.btns-wrap .btn-item button {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            max-width: 100%;
            padding: 0 10px; }
      /* line 643, _personal-users.scss */
      .personal-holdingUsers_details-btns .btn-block, .personal-holdingUsers_new-btns .btn-block {
        max-width: 136px;
        margin: 15px 1% 0; }
  /* line 647, _personal-users.scss */
  .personal-holdingUsers_rightbar {
    height: 100%; }

/* line 658, _personal-users.scss */
#personal-form-group-data .personal-form_area--title {
  margin-bottom: 0;
  margin-top: 24px;
  padding-bottom: 10px; }

/* line 664, _personal-users.scss */
.success_password {
  margin-top: 25px; }

/* line 665, _personal-users.scss */
#personal-users-date {
  margin: 20px 0; }

/* line 3, _personal-addresses.scss */
.personal-addresses_list-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  /* line 7, _personal-addresses.scss */
  .personal-addresses_list-btns.edit-btns {
    display: none; }
  /* line 11, _personal-addresses.scss */
  .personal-addresses_list-btns .btn {
    margin: 0;
    max-width: 166px; }
    /* line 14, _personal-addresses.scss */
    .personal-addresses_list-btns .btn + .btn {
      margin-left: .5em; }
/* line 21, _personal-addresses.scss */
.personal-addresses_rightbar {
  height: 100%;
  display: none; }

/* line 1, _personal-limits.scss */
.personal-limits {
  width: calc(100% - 285px); }
  @media screen and (max-width: 765px) {
    /* line 1, _personal-limits.scss */
    .personal-limits {
      width: 100%; } }
  /* line 8, _personal-limits.scss */
  .personal-limits .personal__wrap-content {
    width: calc(100% - 325px); }
    @media screen and (max-width: 1100px) {
      /* line 8, _personal-limits.scss */
      .personal-limits .personal__wrap-content {
        width: 100%; } }
  /* line 16, _personal-limits.scss */
  .personal-limits_header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    /* line 20, _personal-limits.scss */
    .personal-limits_header-search {
      display: flex;
      align-items: center;
      flex: 0 1 100%;
      margin: 0px 0 12px 0; }
      /* line 26, _personal-limits.scss */
      .personal-limits_header-search .personal-form_area--input {
        width: 100%;
        max-width: 100%; }
        /* line 29, _personal-limits.scss */
        .personal-limits_header-search .personal-form_area--input input {
          height: 34px;
          padding-right: 30px; }
      /* line 35, _personal-limits.scss */
      .personal-limits_header-search .personal-form_area--btn .icon-search {
        position: absolute;
        top: 0;
        left: inherit;
        right: 5px;
        height: 30px;
        width: 30px;
        line-height: 30px; }
        /* line 43, _personal-limits.scss */
        .personal-limits_header-search .personal-form_area--btn .icon-search:before {
          position: absolute;
          top: 8px;
          left: 10px;
          font-size: 18px; }
  /* line 55, _personal-limits.scss */
  .personal-limits_data {
    border: 1px solid #CFCFCF;
    border-bottom: 0;
    width: 100%;
    overflow: auto; }
    /* line 61, _personal-limits.scss */
    .personal-limits_data--status {
      display: flex;
      height: 100%; }
      /* line 65, _personal-limits.scss */
      .personal-limits_data--status span {
        display: flex;
        padding: 4px 8px;
        width: calc(100% - 34px);
        align-items: center; }
    /* line 73, _personal-limits.scss */
    .personal-limits_data-row, .personal-limits_data-row-emply {
      background: #F5F5F5;
      font-weight: 300;
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      margin: 0;
      border-bottom: 1px solid #CFCFCF;
      overflow: hidden;
      display: flex;
      cursor: pointer;
      transition: background-color 0.3s; }
      /* line 86, _personal-limits.scss */
      .personal-limits_data-row:nth-child(2n), .personal-limits_data-row-emply:nth-child(2n) {
        background: #fff; }
      @media screen and (max-width: 768px) {
        /* line 73, _personal-limits.scss */
        .personal-limits_data-row, .personal-limits_data-row-emply {
          font-size: 14px;
          line-height: 17px; } }
      /* line 96, _personal-limits.scss */
      .personal-limits_data-row > div, .personal-limits_data-row-emply > div {
        padding: 4px 8px;
        border-right: 1px solid #CFCFCF;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        min-height: 50px; }
        /* line 105, _personal-limits.scss */
        .personal-limits_data-row > div:last-child, .personal-limits_data-row-emply > div:last-child {
          border-right: 0; }
        /* line 110, _personal-limits.scss */
        .personal-limits_data-row > div a:hover, .personal-limits_data-row-emply > div a:hover {
          color: #000;
          text-decoration: underline; }
      /* line 117, _personal-limits.scss */
      .personal-limits_data-row:hover, .personal-limits_data-row-emply:hover {
        background-color: #e1e1e1; }
      /* line 121, _personal-limits.scss */
      .personal-limits_data-row.active, .personal-limits_data-row-emply.active {
        background-color: #CFCFCF; }
    /* line 126, _personal-limits.scss */
    .personal-limits_data-header {
      background: #DEDEDE;
      text-align: center;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      margin: 0;
      border-bottom: 1px solid #CFCFCF;
      overflow: hidden;
      display: flex; }
      @media screen and (max-width: 768px) {
        /* line 126, _personal-limits.scss */
        .personal-limits_data-header {
          font-size: 14px;
          line-height: 17px; } }
      /* line 144, _personal-limits.scss */
      .personal-limits_data-header > div {
        padding: 4px 8px;
        border-right: 1px solid #CFCFCF;
        overflow: hidden;
        text-overflow: ellipsis; }
        /* line 150, _personal-limits.scss */
        .personal-limits_data-header > div:last-child {
          border-right: 0; }
    /* line 157, _personal-limits.scss */
    .personal-limits_data-list_empty {
      text-align: center;
      padding: 10px;
      border-bottom: 1px solid #dedede; }
    /* line 164, _personal-limits.scss */
    .personal-limits_data .user-open {
      width: 34px;
      display: flex;
      align-items: center;
      justify-content: center; }
      /* line 172, _personal-limits.scss */
      .personal-limits_data .user-open:hover svg line {
        stroke: #9B9B9B; }
      /* line 180, _personal-limits.scss */
      .personal-limits_data .user-open.active svg line {
        stroke: #ff7000; }
  /* line 188, _personal-limits.scss */
  .personal-limits_details, .personal-limits_new {
    display: none; }
    /* line 192, _personal-limits.scss */
    .personal-limits_details form, .personal-limits_new form {
      max-width: 398px;
      margin: auto; }
    /* line 199, _personal-limits.scss */
    .personal-limits_details-btns, .personal-limits_new-btns {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      /* line 205, _personal-limits.scss */
      .personal-limits_details-btns.btns-wrap, .personal-limits_new-btns.btns-wrap {
        flex-wrap: wrap;
        margin: 0 -5px; }
        /* line 208, _personal-limits.scss */
        .personal-limits_details-btns.btns-wrap .btn-item, .personal-limits_new-btns.btns-wrap .btn-item {
          flex: 1;
          padding: 0 5px;
          margin-bottom: 10px; }
          /* line 212, _personal-limits.scss */
          .personal-limits_details-btns.btns-wrap .btn-item button, .personal-limits_new-btns.btns-wrap .btn-item button {
            flex: 1 1 auto;
            max-width: 100%;
            padding: 0 10px; }
      /* line 219, _personal-limits.scss */
      .personal-limits_details-btns .btn-block, .personal-limits_new-btns .btn-block {
        max-width: 136px;
        margin: 15px 1% 0; }
  /* line 223, _personal-limits.scss */
  .personal-limits_rightbar {
    height: 100%; }

/* line 1, _personal-assortment.scss */
.personal-assortment {
  width: 100%; }
  /* line 3, _personal-assortment.scss */
  .personal-assortment_data {
    max-width: 400px; }
    /* line 5, _personal-assortment.scss */
    .personal-assortment_data__title {
      line-height: 22px;
      font-size: 18px;
      color: #000000; }
    /* line 10, _personal-assortment.scss */
    .personal-assortment_data__descr {
      padding-bottom: 20px;
      line-height: 14px;
      font-size: 12px;
      color: #6f6f6f; }
    /* line 16, _personal-assortment.scss */
    .personal-assortment_data__info {
      padding-bottom: 20px; }
    /* line 19, _personal-assortment.scss */
    .personal-assortment_data-btns {
      display: flex;
      justify-content: flex-end; }
      /* line 22, _personal-assortment.scss */
      .personal-assortment_data-btns .btn-block {
        flex: 0 0 50%; }
        /* line 24, _personal-assortment.scss */
        .personal-assortment_data-btns .btn-block + .btn-block {
          margin-top: 0; }
  /* line 31, _personal-assortment.scss */
  .personal-assortment .personal-form-assortment-form .jq-file {
    border-radius: 0;
    box-shadow: none;
    width: 100%; }
    /* line 35, _personal-assortment.scss */
    .personal-assortment .personal-form-assortment-form .jq-file__name {
      border-radius: 0;
      box-shadow: none; }
    /* line 39, _personal-assortment.scss */
    .personal-assortment .personal-form-assortment-form .jq-file__browse {
      box-shadow: none;
      background: #ff7000;
      border-radius: 0;
      text-shadow: none;
      color: #fff;
      font-weight: 700; }
      /* line 46, _personal-assortment.scss */
      .personal-assortment .personal-form-assortment-form .jq-file__browse:hover {
        background-color: #cc5a00; }
    /* line 51, _personal-assortment.scss */
    .personal-assortment .personal-form-assortment-form .jq-file:hover .jq-file__browse {
      background: #cc5a00; }
  /* line 56, _personal-assortment.scss */
  .personal-assortment .personal-form-assortment-form--field {
    display: flex;
    margin-bottom: 5px;
    line-height: 38px;
    margin-top: 15px; }
    /* line 61, _personal-assortment.scss */
    .personal-assortment .personal-form-assortment-form--field .input {
      position: relative; }
    /* line 62, _personal-assortment.scss */
    .personal-assortment .personal-form-assortment-form--field input {
      box-sizing: border-box;
      width: 133px;
      margin: 0 10px;
      padding: 0 10px 0 10px;
      background: #FFF;
      border: 1px solid #B3B3B3;
      height: 38px;
      border-radius: 0;
      font: 14px/32px Arial, sans-serif;
      color: #333; }
      /* line 72, _personal-assortment.scss */
      .personal-assortment .personal-form-assortment-form--field input::-webkit-outer-spin-button, .personal-assortment .personal-form-assortment-form--field input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      /* line 77, _personal-assortment.scss */
      .personal-assortment .personal-form-assortment-form--field input[type=number] {
        -moz-appearance: textfield; }
      /* line 80, _personal-assortment.scss */
      .personal-assortment .personal-form-assortment-form--field input[disabled] {
        border: none; }
    /* line 82, _personal-assortment.scss */
    .personal-assortment .personal-form-assortment-form--field .my-suffix {
      padding-left: 23px;
      top: 0; }

/* line 1, _faq.scss */
.faq {
  margin-bottom: 1.5rem; }

/* line 5, _faq.scss */
.faq-question {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: .25rem; }

/* line 12, _faq.scss */
.faq-answer {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: .5rem; }

/* line 18, _faq.scss */
.faq-answer--image {
  max-width: 400px; }

/* line 22, _faq.scss */
.faq-answer--video {
  max-width: 570px; }

@media screen and (min-width: 990px) {
  /* line 5, _product-gallery.scss */
  .product-gallery .gallery-main-wrapper a {
    min-height: 225px;
    display: flex;
    align-items: center; } }
/* line 14, _product-gallery.scss */
.img-tooltip {
  display: none;
  position: absolute;
  border: 1px solid #333;
  background-color: #161616;
  border-radius: 2px;
  padding: 3px;
  color: #fff;
  font-size: 8px Arial; }

/* line 25, _product-gallery.scss */
.progress_wrapper {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end; }

/* line 33, _product-gallery.scss */
.progress-bar {
  height: 15px;
  width: 50px;
  background: #d3d3d3;
  padding: 0px;
  border-radius: 4px;
  border: 1px solid #bbb; }

/* line 42, _product-gallery.scss */
.progress {
  height: 100%;
  border-radius: 3px;
  background-size: 1000px 1px;
  /* background-image: url('http://monosnap.com/image/mp0hB7ZLP9c0967wBx6p4pDjujqzhP.png');*/
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, red, yellow, green); }

/* line 1, _main-alert.scss */
.main-alert {
  width: 100%;
  margin: 10px 0;
  display: none; }
  /* line 5, _main-alert.scss */
  .main-alert:first-of-type {
    margin-top: 30px; }
  /* line 8, _main-alert.scss */
  .main-alert_box {
    width: 100%;
    background-color: #f1f1f1;
    border: 1px solid #dadada;
    display: flex;
    align-items: flex-start;
    padding: 15px 40px 15px 15px;
    position: relative; }
  /* line 17, _main-alert.scss */
  .main-alert_icon {
    font-size: 24px;
    font-weight: bold;
    color: #ff7000;
    width: 36px;
    height: 36px;
    border: 2px solid #ff7000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 15px;
    line-height: 1;
    margin-top: 3px;
    flex-shrink: 0; }
  /* line 34, _main-alert.scss */
  .main-alert_text {
    font-size: 14px;
    color: #5c5c5c; }
    /* line 38, _main-alert.scss */
    .main-alert_text p {
      margin-bottom: 5px; }
  /* line 43, _main-alert.scss */
  .main-alert_h {
    font-size: 16px;
    font-weight: 600;
    color: #ff7000; }
  /* line 49, _main-alert.scss */
  .main-alert_close {
    width: 20px;
    height: 20px;
    color: #5c5c5c;
    opacity: .6;
    transition: .3s;
    position: absolute;
    right: 15px;
    top: 15px; }
    /* line 60, _main-alert.scss */
    .main-alert_close::before, .main-alert_close::after {
      content: '';
      display: block;
      position: absolute;
      top: calc(50% - 0.5px);
      width: 20px;
      height: 1px;
      background-color: #5c5c5c; }
    /* line 71, _main-alert.scss */
    .main-alert_close::before {
      transform: rotate(45deg); }
    /* line 75, _main-alert.scss */
    .main-alert_close::after {
      transform: rotate(-45deg); }
    /* line 79, _main-alert.scss */
    .main-alert_close:hover {
      opacity: 1; }

/* line 2, _feedback.scss */
.feedback_container {
  max-width: 750px;
  margin: auto;
  min-height: 460px; }
/* line 8, _feedback.scss */
.feedback_description {
  text-align: center;
  font-size: 24px;
  line-height: 32px; }
  /* line 13, _feedback.scss */
  .feedback_description.small {
    font-size: 17px;
    line-height: 20px; }

/* line 20, _feedback.scss */
.feedback-form {
  padding: 50px; }
  /* line 23, _feedback.scss */
  .feedback-form_btn-container {
    display: flex;
    justify-content: flex-end; }
  /* line 30, _feedback.scss */
  .feedback-form label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 14px; }
  /* line 36, _feedback.scss */
  .feedback-form input[type='text'] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    font-size: 16px;
    line-height: 14px;
    padding: 13px; }
  /* line 48, _feedback.scss */
  .feedback-form textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    font-size: 16px;
    line-height: 14px;
    padding: 13px;
    min-height: 100px; }
  /* line 58, _feedback.scss */
  .feedback-form .jq-selectbox {
    width: 100%; }
    /* line 61, _feedback.scss */
    .feedback-form .jq-selectbox__select {
      background: #FFFFFF;
      border: 1px solid #CDCDCD;
      height: 47px;
      padding: 7px 24px 6px 13px;
      font-family: "Roboto", sans-serif; }
    /* line 69, _feedback.scss */
    .feedback-form .jq-selectbox__trigger {
      display: flex;
      align-items: center;
      justify-content: center; }
      /* line 74, _feedback.scss */
      .feedback-form .jq-selectbox__trigger-arrow {
        position: initial;
        opacity: 0.5; }
    /* line 80, _feedback.scss */
    .feedback-form .jq-selectbox li {
      font-family: "Roboto", sans-serif; }
  /* line 85, _feedback.scss */
  .feedback-form .error-message {
    color: #d9534f;
    font-size: 12px;
    font-weight: 600; }
  /* line 91, _feedback.scss */
  .feedback-form .form-group {
    margin-bottom: 16px; }
    /* line 96, _feedback.scss */
    .feedback-form .form-group.error input[type='text'],
    .feedback-form .form-group.error textarea,
    .feedback-form .form-group.error .jq-selectbox__select {
      border-color: #d9534f; }
    /* line 104, _feedback.scss */
    .feedback-form .form-group.error label {
      color: #d9534f; }
    /* line 111, _feedback.scss */
    .feedback-form .form-group.success input[type='text'],
    .feedback-form .form-group.success textarea,
    .feedback-form .form-group.success .jq-selectbox__select {
      border-color: #5cb85c; }
    /* line 119, _feedback.scss */
    .feedback-form .form-group.success label {
      color: #5cb85c; }
  /* line 125, _feedback.scss */
  .feedback-form_succes {
    display: none;
    margin-top: 100px; }
    /* line 129, _feedback.scss */
    .feedback-form_succes-icon {
      width: 40px;
      height: 40px;
      margin: 0 auto 20px; }
    /* line 135, _feedback.scss */
    .feedback-form_succes-message {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      max-width: 460px;
      margin: auto; }

/* line 146, _feedback.scss */
.subscr-field {
  width: 100%;
  border: none;
  padding: 0;
  background: transparent; }
  /* line 153, _feedback.scss */
  .subscr-field .sp-checkbox-option [name="sform[feedback_form]"] {
    position: absolute;
    opacity: 0;
    top: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px; }
    /* line 161, _feedback.scss */
    .subscr-field .sp-checkbox-option [name="sform[feedback_form]"] + label:after {
      width: 20px;
      height: 20px;
      background-image: url("checkbox.png");
      display: block;
      content: "";
      float: left;
      margin-right: 10px;
      cursor: pointer; }
    /* line 172, _feedback.scss */
    .subscr-field .sp-checkbox-option [name="sform[feedback_form]"]:checked + label:after {
      background-image: url("checkbox_active.png"); }
  /* line 177, _feedback.scss */
  .subscr-field .sp-checkbox-option span {
    font-size: 14px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    font-weight: 400; }
    /* line 184, _feedback.scss */
    .subscr-field .sp-checkbox-option span a {
      color: #ff7000;
      text-decoration: none; }
      /* line 188, _feedback.scss */
      .subscr-field .sp-checkbox-option span a:hover {
        text-decoration: underline; }

/* line 2, _pages.scss */
.getCatalogPage__header {
  text-align: center;
  padding-bottom: 40px; }
  /* line 5, _pages.scss */
  .getCatalogPage__header__title {
    margin-top: 16px;
    margin-bottom: 32px;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-left: .5em;
    padding-right: .5em;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1.15556;
    color: #ff7000;
    text-transform: uppercase;
    font-family: Roboto, Arial;
    font-weight: 400;
    text-align: center; }
  /* line 23, _pages.scss */
  .getCatalogPage__header__subtitle {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 1.5rem;
    text-align: center; }
/* line 31, _pages.scss */
.getCatalogPage__catalogs__list {
  display: flex;
  flex-wrap: wrap; }
  /* line 34, _pages.scss */
  .getCatalogPage__catalogs__list__wrapper {
    flex: 0 0 50%; }
/* line 38, _pages.scss */
.getCatalogPage__catalogs__item {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #bebebe;
  height: 120px; }
  /* line 44, _pages.scss */
  .getCatalogPage__catalogs__item .form-control-label {
    width: 100%;
    display: flex;
    align-items: center; }
    /* line 48, _pages.scss */
    .getCatalogPage__catalogs__item .form-control-label label {
      margin-bottom: 0; }
    /* line 51, _pages.scss */
    .getCatalogPage__catalogs__item .form-control-label [type="checkbox"] {
      height: 100% !important; }
  /* line 55, _pages.scss */
  .getCatalogPage__catalogs__item .descr {
    display: flex;
    align-items: center; }
    /* line 58, _pages.scss */
    .getCatalogPage__catalogs__item .descr .image {
      width: 150px; }
      /* line 60, _pages.scss */
      .getCatalogPage__catalogs__item .descr .image img {
        width: 150px;
        max-width: inherit; }
    /* line 65, _pages.scss */
    .getCatalogPage__catalogs__item .descr .title {
      padding-left: 20px;
      font-weight: 500;
      font-size: 18px; }
    /* line 70, _pages.scss */
    .getCatalogPage__catalogs__item .descr .subtitle {
      padding-left: 20px;
      font-weight: 400;
      font-size: 14px; }
/* line 77, _pages.scss */
.getCatalogPage__catalogs .form-field {
  flex: 0 0 50%; }
/* line 81, _pages.scss */
.getCatalogPage__content {
  padding-bottom: 40px; }
  /* line 84, _pages.scss */
  .getCatalogPage__content .getCatalogForm__fields {
    display: flex;
    flex-wrap: wrap; }
  /* line 89, _pages.scss */
  .getCatalogPage__content__msg {
    text-align: center; }
  /* line 92, _pages.scss */
  .getCatalogPage__content .form-field {
    width: 100%;
    border: none;
    background: transparent;
    padding: 8px;
    position: relative;
    text-align: left; }
    /* line 99, _pages.scss */
    .getCatalogPage__content .form-field__wrapper {
      flex: 0 0 50%; }
      /* line 101, _pages.scss */
      .getCatalogPage__content .form-field__wrapper__complate {
        width: 50%;
        margin: 0 auto; }
    /* line 106, _pages.scss */
    .getCatalogPage__content .form-field .sp-message {
      display: none; }
    /* line 109, _pages.scss */
    .getCatalogPage__content .form-field .sp-brandname__left {
      display: none; }
    /* line 113, _pages.scss */
    .getCatalogPage__content .form-field .form-control-label {
      font-size: 14px;
      color: #333333;
      background: #fff;
      font-weight: 500; }
      /* line 118, _pages.scss */
      .getCatalogPage__content .form-field .form-control-label strong {
        padding-left: 5px;
        color: #333333; }
    /* line 123, _pages.scss */
    .getCatalogPage__content .form-field .form-control {
      width: 100%;
      height: 40px;
      border-radius: 0;
      border-style: solid;
      border-width: 1px;
      border-color: #bebebe;
      background: #ffffff;
      font-size: 15px;
      padding-left: 8.75px;
      padding-right: 8.75px; }
      /* line 134, _pages.scss */
      .getCatalogPage__content .form-field .form-control.field-error {
        border-color: red; }
    /* line 140, _pages.scss */
    .getCatalogPage__content .form-field .form-field-checkbox-option [type="checkbox"] {
      position: absolute;
      opacity: 0;
      top: 10px;
      cursor: pointer;
      width: 20px;
      height: 20px; }
      /* line 147, _pages.scss */
      .getCatalogPage__content .form-field .form-field-checkbox-option [type="checkbox"] + label:after {
        width: 20px;
        height: 20px;
        background-image: url("checkbox.png");
        display: block;
        content: "";
        float: left;
        margin-right: 10px;
        cursor: pointer; }
      /* line 157, _pages.scss */
      .getCatalogPage__content .form-field .form-field-checkbox-option [type="checkbox"]:checked + label:after {
        background-image: url("checkbox_active.png"); }
    /* line 161, _pages.scss */
    .getCatalogPage__content .form-field .form-field-checkbox-option span {
      font-size: 14px;
      font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
      line-height: 1.5;
      color: #333;
      font-weight: 400; }
      /* line 167, _pages.scss */
      .getCatalogPage__content .form-field .form-field-checkbox-option span a {
        color: #ff7000;
        text-decoration: none; }
        /* line 170, _pages.scss */
        .getCatalogPage__content .form-field .form-field-checkbox-option span a:hover {
          text-decoration: underline; }
    /* line 176, _pages.scss */
    .getCatalogPage__content .form-field .form-button {
      display: inline-block;
      text-decoration: none;
      outline: 0 !important;
      background: #0089bf;
      border: none;
      padding-left: 17.5px;
      padding-right: 17.5px;
      min-width: 50px;
      max-width: 100%;
      -moz-border-radius: 0px;
      color: #ffffff;
      width: 100%;
      font-style: normal;
      font-family: Arial, sans-serif;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      background-color: #ff7000 !important;
      height: 40px !important;
      line-height: 40px !important;
      font-size: 14px !important;
      font-weight: 700 !important;
      border-radius: 0 !important;
      width: 100%; }
      /* line 200, _pages.scss */
      .getCatalogPage__content .form-field .form-button:hover {
        top: 0; }
      /* line 203, _pages.scss */
      .getCatalogPage__content .form-field .form-button[disabled="disabled"] {
        background-color: #cdcdcd !important; }
@media (max-width: 900px) {
  /* line 211, _pages.scss */
  .getCatalogPage .getCatalogPage__catalogs__item .descr .image {
    width: 100px; }
    /* line 213, _pages.scss */
    .getCatalogPage .getCatalogPage__catalogs__item .descr .image img {
      width: 100px;
      max-width: initial; } }
@media (max-width: 767px) {
  /* line 221, _pages.scss */
  .getCatalogPage .getCatalogPage__header {
    padding-bottom: 20px; }
  /* line 224, _pages.scss */
  .getCatalogPage .getCatalogPage__header__title {
    font-size: 30px;
    line-height: 1.15556;
    margin-bottom: 16px; }
  /* line 229, _pages.scss */
  .getCatalogPage .getCatalogPage__header__subtitle {
    margin-bottom: 1.5rem; }
  /* line 232, _pages.scss */
  .getCatalogPage .getCatalogPage__catalogs__list__wrapper {
    flex: 0 0 100%; }
  /* line 235, _pages.scss */
  .getCatalogPage .getCatalogPage__catalogs__item {
    height: inherit; }
  /* line 238, _pages.scss */
  .getCatalogPage .getCatalogPage__catalogs__item .descr .image {
    width: 75px; }
    /* line 240, _pages.scss */
    .getCatalogPage .getCatalogPage__catalogs__item .descr .image img {
      width: 75px;
      max-width: initial; }
  /* line 245, _pages.scss */
  .getCatalogPage .getCatalogPage__catalogs__item .descr .title {
    padding-left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px; }
  /* line 251, _pages.scss */
  .getCatalogPage .form-field__wrapper__complate {
    width: 100%; } }
@media (max-width: 600px) {
  /* line 258, _pages.scss */
  .getCatalogPage .getCatalogPage__catalogs__list .form-field {
    flex: 0 0 100%; } }
@media (max-width: 480px) {
  /* line 267, _pages.scss */
  .getCatalogPage .getCatalogForm__fields .form-field__wrapper {
    flex: 0 0 100%; } }

/*row flex*/
/* line 276, _pages.scss */
.row-flex {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 0) {
    /* line 278, _pages.scss */
    .row-flex .col-xs-12 {
      flex: 0 1 100%;
      width: 100%; } }
  @media (min-width: 540px) {
    /* line 281, _pages.scss */
    .row-flex .col-sm-6 {
      flex: 0 1 50%;
      width: 50%; } }
  @media (min-width: 992px) {
    /* line 284, _pages.scss */
    .row-flex .col-lg-4 {
      flex: 0 1 33.3%;
      width: 33.33333%; }
    /* line 285, _pages.scss */
    .row-flex .col-lg-8 {
      flex: 0 1 66.66667%;
      width: 66.66667%; } }

/* line 289, _pages.scss */
.blocks_page .content-teaser-caption {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  /* line 290, _pages.scss */
  .blocks_page .content-teaser-caption h3 + a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

/* line 294, _pages.scss */
.ajs-frameless .ajs-modal {
  z-index: 9999; }
/* line 295, _pages.scss */
.ajs-frameless .ajs-dialog {
  max-width: 1120px;
  margin: 6rem auto; }
  /* line 296, _pages.scss */
  .ajs-frameless .ajs-dialog .ajs-body {
    margin: 0; }
    /* line 297, _pages.scss */
    .ajs-frameless .ajs-dialog .ajs-body iframe {
      display: block; }

/* line 301, _pages.scss */
.video-register img {
  height: 338px;
  margin-bottom: 20px;
  display: inline; }

/* line 302, _pages.scss */
.video_modal {
  width: 300px;
  max-width: 100%;
  height: 160px;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #ccc; }
  /* line 303, _pages.scss */
  .video_modal .product-videos_img {
    top: calc( 50% - 17px );
    height: 160px; }

/* line 305, _pages.scss */
.promotionTeaser .video_modal {
  width: 650px;
  height: 306px; }
  /* line 306, _pages.scss */
  .promotionTeaser .video_modal .product-videos_img {
    top: calc( 50% - 25px );
    height: 362px; }

/* line 308, _pages.scss */
[data-slider="page_slider_top"] {
  margin-bottom: 35px; }
  /* line 309, _pages.scss */
  [data-slider="page_slider_top"] [data-slider-prev], [data-slider="page_slider_top"] [data-slider-next] {
    top: 50% !important;
    width: 40px;
    height: 40px;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    background: #fff no-repeat 50%;
    color: #cdcdcd;
    opacity: 1; }
    /* line 310, _pages.scss */
    [data-slider="page_slider_top"] [data-slider-prev] i, [data-slider="page_slider_top"] [data-slider-next] i {
      display: none; }
  /* line 312, _pages.scss */
  [data-slider="page_slider_top"] [data-slider-prev] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='svgIcon svgIcon-breadcrumb-arrow' width='20' height='20' viewBox='0 0 7 11' xmlns='http://www.w3.org/2000/svg' style='transform:rotate(180deg);'%3e%3cpath d='M7.158 14.172l3.817-3.825-3.817-3.825 1.175-1.175 5 5-5 5z' transform='translate(-7 -5)' fill-rule='evenodd'%3e%3c/path%3e%3c/svg%3e"); }
  /* line 313, _pages.scss */
  [data-slider="page_slider_top"] [data-slider-next] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='svgIcon svgIcon-breadcrumb-arrow' width='20' height='20' viewBox='0 0 7 11' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.158 14.172l3.817-3.825-3.817-3.825 1.175-1.175 5 5-5 5z' transform='translate(-7 -5)' fill-rule='evenodd'%3e%3c/path%3e%3c/svg%3e"); }
  /* line 314, _pages.scss */
  [data-slider="page_slider_top"] img {
    margin: 0; }
  /* line 315, _pages.scss */
  [data-slider="page_slider_top"] .swiper-pagination {
    text-align: center;
    bottom: 10px;
    width: 100%; }
  /* line 316, _pages.scss */
  [data-slider="page_slider_top"] .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 1;
    margin: 0 6px; }
  /* line 317, _pages.scss */
  [data-slider="page_slider_top"] .swiper-pagination-bullet-active {
    background-color: #ff7000; }

/* line 2, _page-subscribe.scss */
.subscribePage .circle-info {
  background-image: url("circle-info.png");
  max-width: 300px;
  width: 100%;
  height: 100%;
  max-height: 300px;
  position: absolute;
  z-index: -1; }
  /* line 10, _page-subscribe.scss */
  .subscribePage .circle-info span {
    font-size: 11px;
    text-align: center;
    width: 100px;
    margin-left: 107px;
    margin-top: 130px;
    position: absolute;
    width: 90px; }
  /* line 19, _page-subscribe.scss */
  .subscribePage .circle-info.circle-1 {
    left: 20px;
    top: 120px; }
  /* line 23, _page-subscribe.scss */
  .subscribePage .circle-info.circle-2 {
    left: 70px;
    top: 340px; }
  /* line 27, _page-subscribe.scss */
  .subscribePage .circle-info.circle-3 {
    right: 20px;
    top: 300px; }
  /* line 31, _page-subscribe.scss */
  .subscribePage .circle-info.circle-4 {
    right: 60px;
    top: 500px;
    background-size: 120%; }
    /* line 35, _page-subscribe.scss */
    .subscribePage .circle-info.circle-4 span {
      margin-left: 130px;
      margin-top: 160px; }
  /* line 40, _page-subscribe.scss */
  .subscribePage .circle-info.circle-5 {
    background-image: url("circle-info-2.png");
    background-size: contain;
    max-width: 300px;
    width: 100%;
    height: 100%;
    max-height: 211px;
    position: absolute;
    right: 0px;
    top: 100px; }
/* line 51, _page-subscribe.scss */
.subscribePage__resetBtn {
  border: 1px solid #ff7000;
  background: #fff;
  padding: 8px 20px;
  color: #ff7000;
  font-weight: 400;
  text-transform: uppercase;
  height: 40px; }
  /* line 59, _page-subscribe.scss */
  .subscribePage__resetBtn:hover {
    border: 1px solid #c25500;
    background: #c25500;
    color: #ffffff; }
/* line 65, _page-subscribe.scss */
.subscribePage__wrapper {
  max-width: 800px;
  margin: 0 auto; }
/* line 69, _page-subscribe.scss */
.subscribePage__header {
  text-align: center;
  padding-bottom: 40px; }
  /* line 72, _page-subscribe.scss */
  .subscribePage__header__title {
    margin-top: 16px;
    margin-bottom: 32px;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-left: .5em;
    padding-right: .5em;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1.15556;
    color: #ff7000;
    text-transform: uppercase;
    font-family: Roboto, Arial;
    font-weight: 400;
    text-align: center; }
  /* line 90, _page-subscribe.scss */
  .subscribePage__header__subtitle {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 1.5rem;
    text-align: center; }
/* line 97, _page-subscribe.scss */
.subscribePage__content {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 40px; }
  /* line 101, _page-subscribe.scss */
  .subscribePage__content .m365-form-group {
    margin-bottom: 25px; }
    /* line 103, _page-subscribe.scss */
    .subscribePage__content .m365-form-group input, .subscribePage__content .m365-form-group label, .subscribePage__content .m365-form-group .m365-input-message {
      font-size: 15px; }
    /* line 106, _page-subscribe.scss */
    .subscribePage__content .m365-form-group input {
      height: 44px;
      padding: 10px 12px; }
  /* line 112, _page-subscribe.scss */
  .subscribePage__content__msg {
    text-align: center; }
  /* line 116, _page-subscribe.scss */
  .subscribePage__content .sp-form[sp-id="160036"] {
    width: 100%;
    border: none;
    padding: 0;
    background: transparent; }
    /* line 121, _page-subscribe.scss */
    .subscribePage__content .sp-form[sp-id="160036"] .sp-message {
      display: none; }
    /* line 124, _page-subscribe.scss */
    .subscribePage__content .sp-form[sp-id="160036"] .sp-brandname__left {
      display: none; }
    /* line 127, _page-subscribe.scss */
    .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper {
      width: 100%; }
      /* line 129, _page-subscribe.scss */
      .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-control-label {
        font-size: 14px;
        color: #333333;
        background: #fff;
        font-weight: 500; }
        /* line 134, _page-subscribe.scss */
        .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-control-label strong {
          padding-left: 5px;
          color: #333333; }
      /* line 139, _page-subscribe.scss */
      .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-form-control {
        width: 100%;
        height: 40px;
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
        border-color: #bebebe; }
      /* line 148, _page-subscribe.scss */
      .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-checkbox-option [name="sform[Z2RwclRlcm1z]"] {
        position: absolute;
        opacity: 0;
        top: 10px;
        cursor: pointer;
        width: 20px;
        height: 20px; }
        /* line 155, _page-subscribe.scss */
        .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-checkbox-option [name="sform[Z2RwclRlcm1z]"] + label:after {
          width: 20px;
          height: 20px;
          background-image: url("checkbox.png");
          display: block;
          content: "";
          float: left;
          margin-right: 10px;
          cursor: pointer; }
        /* line 165, _page-subscribe.scss */
        .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-checkbox-option [name="sform[Z2RwclRlcm1z]"]:checked + label:after {
          background-image: url("checkbox_active.png"); }
      /* line 169, _page-subscribe.scss */
      .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-checkbox-option span {
        font-size: 14px;
        font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: 1.5;
        color: #333;
        font-weight: 400; }
        /* line 175, _page-subscribe.scss */
        .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-checkbox-option span a {
          color: #ff7000;
          text-decoration: none; }
          /* line 178, _page-subscribe.scss */
          .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-checkbox-option span a:hover {
            text-decoration: underline; }
      /* line 184, _page-subscribe.scss */
      .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-button {
        background-color: #ff7000 !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        border-radius: 0 !important;
        width: 100%; }
        /* line 192, _page-subscribe.scss */
        .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-button:hover {
          top: 0; }
        /* line 195, _page-subscribe.scss */
        .subscribePage__content .sp-form[sp-id="160036"] .sp-form-fields-wrapper .sp-button[disabled="disabled"] {
          background-color: #cdcdcd !important; }
/* line 203, _page-subscribe.scss */
.subscribePage__steps ul {
  list-style: none;
  position: relative;
  padding-inline-start: 0; }
  /* line 207, _page-subscribe.scss */
  .subscribePage__steps ul:before {
    background-color: #dbdbdb;
    content: '';
    height: 1px;
    left: 13%;
    position: absolute;
    top: 29px;
    width: 75%; }
  /* line 216, _page-subscribe.scss */
  .subscribePage__steps ul li {
    float: left;
    font-size: 14px;
    text-align: center;
    width: 25%; }
    /* line 223, _page-subscribe.scss */
    .subscribePage__steps ul li.active .round span {
      background: #ff7000; }
    /* line 228, _page-subscribe.scss */
    .subscribePage__steps ul li .round {
      background-color: #fff;
      display: inline-block;
      padding: 10px;
      position: relative; }
      /* line 233, _page-subscribe.scss */
      .subscribePage__steps ul li .round span {
        background: #cdcdcd;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        margin-bottom: 17px;
        position: relative;
        width: 40px; }
@media (max-width: 1100px) {
  /* line 252, _page-subscribe.scss */
  .subscribePage .circle-info {
    display: none; } }
@media (max-width: 768px) {
  /* line 259, _page-subscribe.scss */
  .subscribePage__header__title {
    font-size: 30px;
    margin-bottom: 16px; }
  /* line 263, _page-subscribe.scss */
  .subscribePage__header__subtitle {
    font-size: 18px;
    margin-bottom: 1.5rem; }
  /* line 270, _page-subscribe.scss */
  .subscribePage__steps ul li {
    font-size: 11px;
    line-height: 14px; }
    /* line 273, _page-subscribe.scss */
    .subscribePage__steps ul li .round span {
      margin-bottom: 5px; } }

/* line 1, _contacts-map.scss */
.contacts-map {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  /* line 6, _contacts-map.scss */
  .contacts-map__social {
    width: 70%;
    margin: 60px auto 20px; }
    /* line 10, _contacts-map.scss */
    .contacts-map__social-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    /* line 16, _contacts-map.scss */
    .contacts-map__social .icon {
      display: block;
      width: 48px;
      height: 48px;
      background-size: 70%;
      background-position: center;
      background-repeat: no-repeat; }
      /* line 24, _contacts-map.scss */
      .contacts-map__social .icon--fb {
        background-color: #3853A1;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cdefs/%3e%3cpath fill='%23FFFFFF' d='M308 509H200c-5 0-6-1-6-6V264v-7h-55v-85h50c4 0 5-1 5-5v-67a85 85 0 0157-86c17-6 35-8 53-9h87c2 0 4 0 4 4v84h-60c-10 0-18 4-24 13l-2 10-1 51c0 4 2 5 5 5h83l-11 85h-77v252z'/%3e%3c/svg%3e"); }
      /* line 29, _contacts-map.scss */
      .contacts-map__social .icon--vk {
        background-size: 90%;
        background-color: #43668F;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 45' viewBox='0 0 24 24'%3e%3cdefs/%3e%3cpath fill='%23FFFFFF' d='M22 7h-4l-2 4c-1 2-2 1-2 0V8a1 1 0 00-1-1h-3a2 2 0 00-1 0s1 0 1 2v2a1 1 0 01-1 1 22 22 0 01-3-5H3a1 1 0 00-1 1c1 2 5 10 9 10h2a1 1 0 001-1v-1a1 1 0 011 0l2 2a1 1 0 001 0h3c2 0 2-1 1-2l-3-2a1 1 0 010-2 962 962 0 003-5z'/%3e%3c/svg%3e"); }
      /* line 35, _contacts-map.scss */
      .contacts-map__social .icon--youtube {
        background-size: 90%;
        background-position: 80% center;
        background-color: #DE4623;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cdefs/%3e%3cpath fill='%23FFFFFF' d='M8.78 4l1.66 5.44v3.53h1.37V9.25L13.44 4h-1.4l-.88 3.6h-.07L10.2 4h-1.4zm6.44 2.19c-.56 0-1.01.16-1.35.47-.33.3-.5.7-.5 1.21v3.44c0 .57.18 1.01.5 1.35.33.33.75.5 1.29.5.56 0 .99-.18 1.3-.5.33-.33.48-.75.48-1.32V7.91c0-.5-.15-.93-.47-1.25a1.68 1.68 0 00-1.25-.47zm2.78.15v5.57c0 .4.07.67.22.87.14.2.37.28.66.28.23 0 .44-.05.68-.19.25-.13.5-.35.72-.62v.72h1.22V6.34h-1.22v5.04c-.11.14-.23.28-.37.37a.62.62 0 01-.35.13c-.11 0-.2-.03-.25-.1a.58.58 0 01-.1-.34v-5.1H18zm-2.84 1c.16 0 .3.04.4.13.1.09.13.2.13.34v3.63c0 .18-.03.3-.13.4-.1.1-.24.16-.4.16a.48.48 0 01-.38-.16c-.09-.1-.12-.22-.12-.4V7.8c0-.14.03-.25.12-.34.1-.09.23-.13.38-.13zm-.16 7.2c-2.38-.01-4.7.02-6.97.12a2.9 2.9 0 00-2.9 2.87c-.1 1.25-.13 2.5-.13 3.75s.03 2.47.13 3.72a2.9 2.9 0 002.9 2.88c2.28.09 4.6.12 6.97.12 2.38 0 4.7-.03 6.97-.13 1.6 0 2.9-1.3 2.9-2.87.1-1.25.13-2.47.13-3.72s-.03-2.5-.13-3.75a2.9 2.9 0 00-2.9-2.87c-2.28-.1-4.6-.13-6.97-.13zm-8.44 2.05h4.19c.08 0 .13.05.13.13V18c0 .08-.05.13-.13.13H9.47v7.43c0 .08-.05.13-.13.13H7.97c-.08 0-.16-.05-.16-.13v-7.43H6.56c-.07 0-.15-.05-.15-.13v-1.28c0-.08.08-.13.15-.13zm8.82 0h1.21c.08 0 .16.05.16.13v2.5c.1-.1.2-.16.31-.22.21-.11.42-.19.63-.19.43 0 .74.16.97.47.22.3.34.75.34 1.31v3.63c0 .5-.1.89-.31 1.16-.22.28-.54.4-.94.4a1.5 1.5 0 01-.69-.16 1.49 1.49 0 01-.31-.21v.15c0 .08-.08.13-.16.13h-1.21c-.08 0-.13-.05-.13-.13v-8.84c0-.08.05-.13.13-.13zm6.24 2.13c.6 0 1.06.2 1.38.56.32.36.5.85.5 1.5v1.69c0 .07-.08.12-.16.12h-2.18v1.1c0 .4.05.55.09.62.04.06.12.16.31.16.16 0 .26-.05.32-.13.02-.03.09-.18.09-.65v-.47c0-.08.05-.13.12-.13h1.25c.08 0 .13.05.13.13v.5c0 .7-.14 1.23-.47 1.6-.33.36-.82.55-1.47.55a1.8 1.8 0 01-1.4-.59 2.3 2.3 0 01-.5-1.56v-2.94c0-.6.2-1.09.56-1.47.37-.38.85-.6 1.43-.6zm-10.9.19h1.22c.07 0 .15.05.15.12v5c0 .17.02.23.04.25 0 .01.02.06.12.06.04 0 .14-.02.28-.12.12-.08.22-.17.31-.28v-4.9c0-.08.05-.13.13-.13h1.22c.07 0 .12.05.12.12v6.53h.03c0 .08-.08.13-.15.13h-1.22c-.08 0-.13-.05-.13-.13v-.37c-.16.15-.33.28-.5.37-.26.15-.52.22-.78.22a.82.82 0 01-.72-.34 1.56 1.56 0 01-.25-.94v-5.47c0-.07.05-.12.13-.12zm6.47 1.21a.48.48 0 00-.28.07.56.56 0 00-.16.12v3.97c.07.08.12.12.19.16.07.03.17.03.25.03.15 0 .2-.04.22-.06.03-.05.06-.16.06-.38v-3.37c0-.2-.03-.32-.1-.41a.3.3 0 00-.18-.13zm4.37.04c-.14 0-.25.04-.31.12-.04.06-.1.2-.1.5v.53h.82v-.53c0-.3-.08-.43-.13-.5-.05-.08-.14-.12-.28-.12z'/%3e%3c/svg%3e"); }
      /* line 42, _contacts-map.scss */
      .contacts-map__social .icon--insta {
        background-color: #C72FA6;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cdefs/%3e%3cpath fill='%23FFFFFF' d='M505 257v105c2 61-37 109-86 130-20 8-41 13-62 13H155c-51-1-93-23-123-64-15-22-23-47-23-75V153C9 93 38 52 88 26c22-12 46-17 71-17h196c51 1 93 20 124 61 18 23 26 49 26 78v109zm-459 0v110c0 16 4 32 12 46 23 36 56 54 98 55h202c16 0 32-4 47-11 41-19 63-50 63-96V148c0-20-6-39-18-55-23-31-54-46-92-47H157c-15 0-29 3-42 8-37 14-71 48-69 99v104z'/%3e%3cpath fill='%23FFFFFF' d='M258 363c-65 0-117-51-117-115 0-63 52-115 116-115 65 0 117 51 117 115 0 63-52 115-116 115zm0-37c44 0 79-35 79-78s-36-78-79-78c-44 0-80 35-80 78s36 78 80 78zM388 98c13 0 24 12 24 26s-11 25-25 25c-13 0-24-11-24-25s11-26 25-26z'/%3e%3c/svg%3e"); }
      /* line 47, _contacts-map.scss */
      .contacts-map__social .icon--whatsapp {
        background-color: #43d854;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.8 507.9c6.9-20.7 13.4-40.1 19.9-59.5 6.5-19.2 12.3-38.7 19.7-57.6 3.8-9.6 2.6-16.8-2.2-25.8-26.2-48.6-34-100.7-24.9-154.9 7.7-45.9 27.2-86.5 58.7-121C133.9 32.4 198.7 5.2 275.3 8.4c56.1 2.3 105.7 22.8 148 59.9 39.4 34.5 65.1 77.4 77 128.4 9.6 41.1 8.5 82-3.3 122.5-15 51.3-43.7 93.6-86.4 125.8-59.3 44.8-125.8 58.7-198.3 44.6-21.8-4.2-42.6-12-62.2-22.6-3.2-1.7-5.9-2.1-9.4-.9-37.2 12-74.5 23.9-111.7 35.8-5.6 1.8-11.3 3.7-18.2 6zm63.3-62.7c2-.5 2.9-.7 3.8-1 23.3-7.4 46.6-14.9 70-22.1 2.2-.7 5.2-.1 7.3.9 10.1 5 19.8 11 30.2 15.4 42.8 18.1 86.9 21 131.5 8.6 53.2-14.9 94-46.6 121.9-94.5 23.9-41 32.1-85.3 24.7-131.9-9.4-59.3-39.8-105.9-90.1-139-43.6-28.6-91.6-38.3-142.8-30.2-44.1 7-81.8 27.1-112.9 59.3-26.7 27.6-44.6 60.2-52.4 97.7-11.1 53.7-2.9 104.5 26.9 150.8 6 9.3 5.8 16.4 2.2 25.9-7.3 19.5-13.4 39.4-20.3 60.1z'/%3E%3Cpath d='M389.3 321.8c-.3 19.3-9.4 34-27.8 43.2-18.1 9-36.5 11.3-55.4 3.9-17-6.7-34.2-13.2-50.6-21.3-21.6-10.7-39.3-26.7-55.5-44.4-17.9-19.6-33.1-41.4-45.6-64.7-8.9-16.5-14.3-34-12.4-53.2 2-20.4 11.5-36.7 27.5-49 3.2-2.4 8-3.5 12.1-3.9 5.3-.4 10.6.4 15.9.8 4.4.4 6.8 3.5 8.3 7.1 3.9 9.6 7.4 19.2 11.1 28.9 2.5 6.5 4.4 13.3 7.4 19.6 3.7 7.8 1.4 14.3-3.4 20.3-4.1 5.1-8.4 10-13.1 14.4-3.9 3.7-4.6 7.5-2 12 11.5 20.5 25.5 38.9 44 53.8 12.2 9.8 25.7 17.1 39.7 23.9 4.1 2 8.1 1.7 11.3-2 6.9-7.9 13.9-15.7 20.7-23.7 4.4-5.1 6.6-6.1 12.5-3.1 17.1 8.6 34 17.5 51 26.4 4 2.2 5 5.8 4.3 11z'/%3E%3C/g%3E%3C/svg%3E"); }
      /* line 52, _contacts-map.scss */
      .contacts-map__social .icon--viber {
        background-color: #774e9e;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cg fill='%23fff'%3e%3cpath d='M388 226c0-52-44-100-99-107h-4l-8-1c-12 0-15 8-16 12 0 5 0 9 3 12 3 5 10 6 15 7h5c49 11 66 29 74 78v4c1 6 2 18 15 18h3c12-2 12-13 12-18a27 27 0 010-5z'/%3e%3cpath d='M273 100h4c82 13 119 51 130 134v5c0 6 0 19 15 20 5 0 8-2 11-4 4-5 4-12 4-18v-3A166 166 0 00279 71l-3-1h-4c-14 0-16 10-17 15 0 14 12 14 18 15zM403 340l-5-4-28-20-6-4c-11-9-22-13-32-13-13 0-25 8-35 22-4 7-9 10-15 10-4 0-9-1-13-3-38-17-65-44-81-78-7-17-5-28 9-37 7-5 21-15 20-33-1-20-46-82-66-89-8-3-16-3-25 0-22 7-38 20-45 37-8 17-8 36 1 57a453 453 0 00265 256h3l2 1c28 0 61-26 71-54 9-26-7-38-20-48zM286 167c-5 0-15 0-18 10-2 5-2 9 0 12 3 5 9 7 14 7 18 3 28 14 30 33 1 9 7 15 14 15h2c9-1 14-8 13-20 1-13-6-28-18-39a54 54 0 00-37-18z'/%3e%3c/g%3e%3c/svg%3e"); }
      /* line 57, _contacts-map.scss */
      .contacts-map__social .icon--telegram {
        background-color: #0088cc;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3e%3cpath fill='%23fff' d='M470.435 45.423L16.827 221.249c-18.254 8.188-24.428 24.585-4.412 33.484l116.37 37.173 281.368-174.79c15.363-10.973 31.091-8.047 17.557 4.024L186.053 341.075l-7.591 93.076c7.031 14.371 19.905 14.438 28.117 7.295l66.858-63.589 114.505 86.187c26.595 15.826 41.066 5.613 46.788-23.394l75.105-357.47c7.798-35.705-5.5-51.437-39.4-37.757z'/%3e%3c/svg%3e"); }
  /* line 64, _contacts-map.scss */
  .contacts-map #map {
    width: 100%;
    height: 100vh;
    padding-top: 0px;
    padding-left: 0px;
    margin: 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      /* line 64, _contacts-map.scss */
      .contacts-map #map {
        height: 50vh; } }
  /* line 76, _contacts-map.scss */
  .contacts-map div.tabs {
    margin: 0px;
    padding: 0px;
    float: right;
    position: relative; }
  /* line 83, _contacts-map.scss */
  .contacts-map .tab-content {
    display: none;
    width: 100%;
    padding-top: 45px;
    padding-left: 0px; }
  /* line 90, _contacts-map.scss */
  .contacts-map #address-list {
    margin: 0 auto;
    width: 70%;
    border-collapse: collapse;
    margin-top: 10px; }
  /* line 96, _contacts-map.scss */
  .contacts-map #address-list, .contacts-map td {
    padding: 10px;
    border-bottom: 1px solid #ddd; }
  /* line 101, _contacts-map.scss */
  .contacts-map .tab-content.current {
    display: inherit; }
  /* line 105, _contacts-map.scss */
  .contacts-map .swbtn {
    display: inline-block;
    padding: 0 1.5em 0 2.5em;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    height: 38px;
    line-height: 39px;
    position: relative;
    -webkit-transition: 0.1s ease-in-out all;
    -o-transition: 0.1s ease-in-out all;
    transition: 0.1s ease-in-out all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center; }
    /* line 131, _contacts-map.scss */
    .contacts-map .swbtn[data-tab="tab-1"] {
      background-color: #e7e7e7;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cdefs/%3e%3cpath d='M29 16a2 2 0 01-2 2H11a2 2 0 010-4h16a2 2 0 012 2zM29 6a2 2 0 01-2 2H11a2 2 0 010-4h16a2 2 0 012 2zM29 26a2 2 0 01-2 2H11a2 2 0 010-4h16a2 2 0 012 2zM3 6a2 2 0 104 0 2 2 0 00-4 0zM3 16a2 2 0 104 0 2 2 0 00-4 0zM3 26a2 2 0 104 0 2 2 0 00-4 0z'/%3e%3c/svg%3e"); }
    /* line 136, _contacts-map.scss */
    .contacts-map .swbtn[data-tab="tab-2"] {
      background-color: #e7e7e7;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cdefs/%3e%3cpath fill='%23030104' d='M13 6c0-4-2-6-5-6S3 2 3 6c0 3 5 10 5 10s5-7 5-10zM8 7a2 2 0 110-4 2 2 0 010 4z'/%3e%3c/svg%3e"); }
    /* line 141, _contacts-map.scss */
    .contacts-map .swbtn.swbtn-primary {
      color: #ffffff; }
    /* line 145, _contacts-map.scss */
    .contacts-map .swbtn.swbtn-primary[data-tab="tab-1"] {
      background-color: #ff7000;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cdefs/%3e%3cpath fill='%23FFFFFF' d='M29 16a2 2 0 01-2 2H11a2 2 0 010-4h16a2 2 0 012 2zM29 6a2 2 0 01-2 2H11a2 2 0 010-4h16a2 2 0 012 2zM29 26a2 2 0 01-2 2H11a2 2 0 010-4h16a2 2 0 012 2zM3 6a2 2 0 104 0 2 2 0 00-4 0zM3 16a2 2 0 104 0 2 2 0 00-4 0zM3 26a2 2 0 104 0 2 2 0 00-4 0z'/%3e%3c/svg%3e"); }
    /* line 150, _contacts-map.scss */
    .contacts-map .swbtn.swbtn-primary[data-tab="tab-2"] {
      background-color: #ff7000;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cdefs/%3e%3cpath fill='%23ffffff' d='M13 6c0-4-2-6-5-6S3 2 3 6c0 3 5 10 5 10s5-7 5-10zM8 7a2 2 0 110-4 2 2 0 010 4z'/%3e%3c/svg%3e"); }
  /* line 156, _contacts-map.scss */
  .contacts-map--footer {
    flex-direction: row; }
    /* line 159, _contacts-map.scss */
    .contacts-map--footer .contacts-map__social {
      width: 100%;
      margin: 0; }

/* line 165, _contacts-map.scss */
.link_predstavitelstva {
  margin: 20px auto 0;
  width: 70%; }

/* line 1, jquery.formstyler.css */
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 11, jquery.formstyler.css */
.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

/* line 19, jquery.formstyler.css */
.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

/* line 24, jquery.formstyler.css */
.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

/* line 35, jquery.formstyler.css */
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* line 40, jquery.formstyler.css */
.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

/* line 45, jquery.formstyler.css */
.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

/* line 56, jquery.formstyler.css */
.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

/* line 64, jquery.formstyler.css */
.jq-selectbox {
  z-index: 10; }

/* line 67, jquery.formstyler.css */
.jq-selectbox__select {
  position: relative; }

/* line 70, jquery.formstyler.css */
.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* line 79, jquery.formstyler.css */
.jq-selectbox__dropdown {
  position: absolute;
  top: 0 !important;
  bottom: auto !important; }

/* line 84, jquery.formstyler.css */
.jq-selectbox__search input {
  -webkit-appearance: textfield; }

/* line 87, jquery.formstyler.css */
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 91, jquery.formstyler.css */
.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

/* line 98, jquery.formstyler.css */
.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

/* line 103, jquery.formstyler.css */
.jq-number {
  display: inline-block; }

/* line 106, jquery.formstyler.css */
.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

/* line 110, jquery.formstyler.css */
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

/* line 1, jquery.formstyler.theme.css */
.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

/* line 12, jquery.formstyler.theme.css */
.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C; }

/* line 16, jquery.formstyler.theme.css */
.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55; }

/* line 20, jquery.formstyler.theme.css */
.jq-checkbox {
  border-radius: 3px; }

/* line 23, jquery.formstyler.theme.css */
.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg); }

/* line 32, jquery.formstyler.theme.css */
.jq-radio {
  border-radius: 50%; }

/* line 35, jquery.formstyler.theme.css */
.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7); }

/* line 43, jquery.formstyler.theme.css */
.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 48, jquery.formstyler.theme.css */
.jq-file input {
  cursor: pointer; }

/* line 51, jquery.formstyler.theme.css */
.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333; }

/* line 64, jquery.formstyler.theme.css */
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

/* line 77, jquery.formstyler.theme.css */
.jq-file:hover .jq-file__browse {
  background: linear-gradient(#F6F6F6, #E6E6E6); }

/* line 80, jquery.formstyler.theme.css */
.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

/* line 84, jquery.formstyler.theme.css */
.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF; }

/* line 87, jquery.formstyler.theme.css */
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

/* line 95, jquery.formstyler.theme.css */
.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0; }

/* line 100, jquery.formstyler.theme.css */
.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 107, jquery.formstyler.theme.css */
.jq-number__field:hover {
  border-color: #B3B3B3; }

/* line 110, jquery.formstyler.theme.css */
.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333; }

/* line 120, jquery.formstyler.theme.css */
.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

/* line 139, jquery.formstyler.theme.css */
.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

/* line 143, jquery.formstyler.theme.css */
.jq-number__spin:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6); }

/* line 146, jquery.formstyler.theme.css */
.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

/* line 150, jquery.formstyler.theme.css */
.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

/* line 161, jquery.formstyler.theme.css */
.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

/* line 168, jquery.formstyler.theme.css */
.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

/* line 171, jquery.formstyler.theme.css */
.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

/* line 174, jquery.formstyler.theme.css */
.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

/* line 177, jquery.formstyler.theme.css */
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

/* line 184, jquery.formstyler.theme.css */
.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA; }

/* line 187, jquery.formstyler.theme.css */
.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA; }

/* line 190, jquery.formstyler.theme.css */
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%; }

/* line 195, jquery.formstyler.theme.css */
.jq-selectbox__select {
  height: 32px;
  padding: 0 24px 0 10px;
  color: #000;
  background: #E7E7E7;
  border: 1px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 2px;
  font: 16px/32px 'Roboto Condensed', sans-serif; }

/* line 205, jquery.formstyler.theme.css */
.jq-selectbox__select:active {
  background: #fff; }

/* line 208, jquery.formstyler.theme.css */
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

/* line 214, jquery.formstyler.theme.css */
.jq-selectbox__select-text {
  display: block;
  width: 100% !important; }

/* line 218, jquery.formstyler.theme.css */
.jq-selectbox .placeholder {
  color: #888; }

/* line 221, jquery.formstyler.theme.css */
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%; }

/* line 228, jquery.formstyler.theme.css */
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 12px;
  background: url(select-arrow.png) no-repeat;
  width: 11px;
  height: 6px;
  right: 5px; }

/* line 236, jquery.formstyler.theme.css */
.opened .jq-selectbox__trigger-arrow {
  transform: rotate(-180deg); }

/* line 239, jquery.formstyler.theme.css */
.opened .jq-selectbox__select {
  background: #fff; }

/* line 242, jquery.formstyler.theme.css */
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

/* line 245, jquery.formstyler.theme.css */
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

/* line 248, jquery.formstyler.theme.css */
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif; }

/* line 259, jquery.formstyler.theme.css */
.jq-selectbox__search {
  margin: 5px; }

/* line 262, jquery.formstyler.theme.css */
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333; }

/* line 274, jquery.formstyler.theme.css */
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

/* line 280, jquery.formstyler.theme.css */
.jq-selectbox ul {
  margin: 0;
  padding: 0; }

/* line 284, jquery.formstyler.theme.css */
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  background: #fff;
  white-space: normal;
  font-family: 'Roboto Condensed', sans-serif; }

/* line 293, jquery.formstyler.theme.css */
.jq-selectbox li.selected {
  background: #F5F5F5; }

/* line 296, jquery.formstyler.theme.css */
.jq-selectbox li:hover {
  background: #F5F5F5; }

/* line 299, jquery.formstyler.theme.css */
.jq-selectbox li.disabled {
  color: #AAA; }

/* line 302, jquery.formstyler.theme.css */
.jq-selectbox li.disabled:hover {
  background: none; }

/* line 305, jquery.formstyler.theme.css */
.jq-selectbox li.optgroup {
  font-weight: bold; }

/* line 308, jquery.formstyler.theme.css */
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

/* line 313, jquery.formstyler.theme.css */
.jq-selectbox li.option {
  padding-left: 25px; }

/* line 316, jquery.formstyler.theme.css */
.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

/* line 328, jquery.formstyler.theme.css */
.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

/* line 331, jquery.formstyler.theme.css */
.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

/* line 337, jquery.formstyler.theme.css */
.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

/* line 341, jquery.formstyler.theme.css */
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

/* line 345, jquery.formstyler.theme.css */
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

/* line 348, jquery.formstyler.theme.css */
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

/* line 351, jquery.formstyler.theme.css */
.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

/* line 355, jquery.formstyler.theme.css */
.jq-select-multiple li.disabled {
  color: #AAA; }

/* line 358, jquery.formstyler.theme.css */
.jq-select-multiple li.optgroup {
  font-weight: bold; }

/* line 361, jquery.formstyler.theme.css */
.jq-select-multiple li.option {
  padding-left: 25px; }

/* line 364, jquery.formstyler.theme.css */
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

/* line 369, jquery.formstyler.theme.css */
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

/* line 384, jquery.formstyler.theme.css */
input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 389, jquery.formstyler.theme.css */
textarea.styler {
  overflow: auto; }

/* line 392, jquery.formstyler.theme.css */
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

/* line 401, jquery.formstyler.theme.css */
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 413, jquery.formstyler.theme.css */
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

/* line 430, jquery.formstyler.theme.css */
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 437, jquery.formstyler.theme.css */
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6); }

/* line 444, jquery.formstyler.theme.css */
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

/* line 451, jquery.formstyler.theme.css */
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

/* line 1, suggestions.min.css */
.suggestions-nowrap {
  white-space: nowrap; }

/* line 1, suggestions.min.css */
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

/* line 1, suggestions.min.css */
.suggestions-input::-ms-clear {
  display: none; }

/* line 1, suggestions.min.css */
.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%; }

/* line 1, suggestions.min.css */
.suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute; }

/* line 1, suggestions.min.css */
.suggestions-addon[data-addon-type=spinner] {
  background: rgba(255, 255, 255, 0.75) url(data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=) 50% 50% no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/* line 1, suggestions.min.css */
.suggestions-addon[data-addon-type=clear] {
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: .8; }

/* line 1, suggestions.min.css */
.suggestions-addon[data-addon-type=clear]:hover {
  opacity: 1; }

/* line 1, suggestions.min.css */
.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  -webkit-text-size-adjust: 100%; }

/* line 1, suggestions.min.css */
.suggestions-suggestions strong {
  font-weight: 400;
  color: #39f; }

/* line 1, suggestions.min.css */
.suggestions-suggestions.suggestions-mobile {
  border-style: none; }

/* line 1, suggestions.min.css */
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd; }

/* line 1, suggestions.min.css */
.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden; }

/* line 1, suggestions.min.css */
.suggestions-suggestion:hover {
  background: #f7f7f7; }

/* line 1, suggestions.min.css */
.suggestions-selected {
  background: #f0f0f0; }

/* line 1, suggestions.min.css */
.suggestions-selected:hover {
  background: #f0f0f0; }

/* line 1, suggestions.min.css */
.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
  line-height: 20px; }

/* line 1, suggestions.min.css */
.suggestions-constraints {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important; }

/* line 1, suggestions.min.css */
.suggestions-constraints:empty {
  display: none !important; }

/* line 1, suggestions.min.css */
.suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 .5em; }

/* line 1, suggestions.min.css */
.suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 .25em;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: .8; }

/* line 1, suggestions.min.css */
.suggestions-constraints li .suggestions-remove:hover {
  opacity: 1; }

/* line 1, suggestions.min.css */
.suggestions-constraints li span {
  vertical-align: middle; }

/* line 1, suggestions.min.css */
.suggestions-subtext {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 1, suggestions.min.css */
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 .5em 0 0; }

/* line 1, suggestions.min.css */
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px; }

/* line 1, suggestions.min.css */
.suggestions-subtext_label {
  margin: 0 0 0 .25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%; }

/* line 1, suggestions.min.css */
.suggestions-value[data-suggestion-status=LIQUIDATED] {
  position: relative; }

/* line 1, suggestions.min.css */
.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: ""; }

/* line 1, suggestions.min.css */
.suggestions-promo {
  font-size: 85%;
  display: none;
  color: #777;
  padding: 4px;
  text-align: center; }

/* line 1, suggestions.min.css */
.suggestions-promo a {
  color: #777;
  display: block;
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none; }

/* line 1, suggestions.min.css */
.suggestions-promo a:hover {
  filter: grayscale(0); }

/* line 1, suggestions.min.css */
.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom; }

/* line 1, suggestions.min.css */
.suggestions-promo-desktop {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left; }

/* line 3, _cart.scss */
.cart__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer; }
  /* line 13, _cart.scss */
  .cart__icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; }
  /* line 20, _cart.scss */
  .cart__icon--trash {
    width: 24px;
    height: 24px;
    background-size: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23FF7124' d='M357 450H171a41 41 0 01-40-41V121a15 15 0 0115-15h237a15 15 0 0115 15v288a41 41 0 01-41 41zM161 136v273a11 11 0 0010 11h186a11 11 0 0011-11V136z'/%3e%3cpath fill='%23FF7124' d='M327 136H201a15 15 0 01-15-15V93a45 45 0 0145-44h66a45 45 0 0145 44v28a15 15 0 01-15 15zm-111-30h96V93a15 15 0 00-15-14h-66a15 15 0 00-15 14zM264 393a15 15 0 01-15-15V178a15 15 0 1130 0v200a15 15 0 01-15 15zM210 393a15 15 0 01-15-15V178a15 15 0 0130 0v200a15 15 0 01-15 15zM318 393a15 15 0 01-15-15V178a15 15 0 0130 0v200a15 15 0 01-15 15z'/%3e%3cpath fill='%23FF7124' d='M406 136H122a15 15 0 010-30h284a15 15 0 010 30z'/%3e%3c/svg%3e"); }
/* line 30, _cart.scss */
.cart__form-group {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1; }
  /* line 40, _cart.scss */
  .cart__form-group:last-child {
    padding-bottom: 0; }
/* line 45, _cart.scss */
.cart__form-label {
  width: 80px;
  margin: 0;
  padding: 0 5px;
  color: #666; }
  /* line 51, _cart.scss */
  .cart__form-label--mini {
    width: initial; }
/* line 56, _cart.scss */
.cart__form-input {
  position: relative;
  display: block;
  width: 75%;
  margin-bottom: 0;
  padding: 0.3rem 0.85rem;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
  color: #1c1c1c;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.5s all; }
  @media (max-width: 767px) {
    /* line 56, _cart.scss */
    .cart__form-input {
      width: 250px; } }
  /* line 80, _cart.scss */
  .cart__form-input:hover, .cart__form-input:focus {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5);
    -moz-box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5);
    box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5); }
  /* line 87, _cart.scss */
  .cart__form-input-icon {
    content: "";
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    border: solid transparent;
    border-bottom-color: #FF7006;
    border-width: 6px;
    transition: all 0.5s ease-out; }
  /* line 99, _cart.scss */
  .cart__form-input:focus ~ .cart__form-input-icon {
    transform: scale(1, -1);
    top: 12px; }
  /* line 104, _cart.scss */
  .cart__form-input--mini {
    width: 60px;
    padding: 0.6rem 0.4rem;
    font-size: 18px;
    line-height: 1;
    text-align: center; }
  /* line 112, _cart.scss */
  .cart__form-input--big {
    width: 100%;
    padding: 0.3rem 1.25rem 0.3rem 0.85rem; }
  /* line 117, _cart.scss */
  .cart__form-input--textarea {
    width: calc(75% + 80px);
    resize: vertical;
    min-height: 28px;
    height: 67px;
    max-height: 300px; }
    @media (max-width: 767px) {
      /* line 117, _cart.scss */
      .cart__form-input--textarea {
        width: calc(250px + 80px); } }
  /* line 129, _cart.scss */
  .cart__form-input--error {
    border: 1px solid #ff0000;
    background: #ffe2d2;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5);
    -moz-box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5);
    box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5); }
/* line 137, _cart.scss */
.cart__form .co-input--email label {
  width: 100%;
  color: #666;
  padding: 0 5px; }
/* line 138, _cart.scss */
.cart__form .co-input--email input {
  width: 100%; }
/* line 139, _cart.scss */
.cart__form-list {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5);
  -moz-box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5);
  box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5);
  list-style: none;
  transition: 0.5s all; }
  /* line 154, _cart.scss */
  .cart__form-list-item {
    padding: 8px 10px;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer; }
    /* line 159, _cart.scss */
    .cart__form-list-item:last-child {
      border-bottom: none; }
    /* line 163, _cart.scss */
    .cart__form-list-item:hover {
      background-color: #eee; }
    /* line 167, _cart.scss */
    .cart__form-list-item-inner + .cart__form-list-item-inner {
      padding-top: 5px; }
/* line 174, _cart.scss */
.cart__checkbox {
  position: relative;
  display: inline-block;
  margin: 0 0 20px; }
  /* line 178, _cart.scss */
  .cart__checkbox-input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 0; }
  /* line 187, _cart.scss */
  .cart__checkbox-label {
    display: block;
    padding: 0 0 0 24px;
    cursor: pointer; }
    /* line 191, _cart.scss */
    .cart__checkbox-label:before {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      width: 16px;
      height: 16px;
      background-color: transparent;
      border: 1px solid #b3b3b3;
      border-radius: 2px;
      z-index: 1;
      transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
      transition-property: background-color, border-color; }
    /* line 205, _cart.scss */
    .cart__checkbox-label:after {
      content: '';
      position: absolute;
      top: 4px;
      left: 5px;
      width: 6px;
      height: 12px;
      border-bottom: 2px solid transparent;
      border-right: 2px solid transparent;
      transform: rotate(45deg);
      z-index: 2;
      transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
  /* line 221, _cart.scss */
  .cart__checkbox-input:checked + .cart__checkbox-label:before {
    background-color: #ff7000;
    border-color: #ff7000; }
  /* line 225, _cart.scss */
  .cart__checkbox-input:checked + .cart__checkbox-label:after {
    border-color: #e7e7e7; }
/* line 231, _cart.scss */
.cart__check {
  display: flex;
  align-items: center;
  padding: 15px;
  min-height: 68px; }
  @media (max-width: 1439px) {
    /* line 231, _cart.scss */
    .cart__check {
      padding-left: 30px; } }
  @media (max-width: 540px) {
    /* line 231, _cart.scss */
    .cart__check {
      padding-left: 15px; } }
  /* line 245, _cart.scss */
  .cart__check-box {
    padding: 0 15px 0 0; }
  /* line 248, _cart.scss */
  .cart__check-btn {
    border-color: #b3b3b3; }

@media (min-width: 1440px) {
  /* line 255, _cart.scss */
  .cart-item-wrapper {
    padding-left: 0; } }
@media (max-width: 540px) {
  /* line 255, _cart.scss */
  .cart-item-wrapper {
    padding: 0; } }

/* line 266, _cart.scss */
.cart-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #cdcdcd; }
  @media (max-width: 767px) {
    /* line 266, _cart.scss */
    .cart-item {
      flex-flow: wrap column;
      padding: 30px 15px 20px; } }
  /* line 279, _cart.scss */
  .cart-item:last-child {
    border-bottom: none; }
    @media (max-width: 992px) {
      /* line 279, _cart.scss */
      .cart-item:last-child {
        border-bottom: 1px solid #cdcdcd; } }
  /* line 287, _cart.scss */
  .cart-item:first-child {
    border-top: 1px solid #cdcdcd; }
  /* line 291, _cart.scss */
  .cart-item__elem {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    flex: 1;
    padding-right: 10px;
    position: relative; }
    /* line 299, _cart.scss */
    .cart-item__elem .discount_labels {
      right: 10px; }
      /* line 301, _cart.scss */
      .cart-item__elem .discount_labels .discount_label {
        font-size: 11px;
        line-height: 20px;
        height: 20px; }
    @media (min-width: 767px) {
      /* line 310, _cart.scss */
      .cart-item__elem:first-child, .cart-item__elem:last-child {
        flex: 0; } }
    @media (max-width: 767px) {
      /* line 291, _cart.scss */
      .cart-item__elem {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: none;
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px; }
        /* line 325, _cart.scss */
        .cart-item__elem:last-child {
          padding-bottom: 0; } }
    /* line 330, _cart.scss */
    .cart-item__elem:last-child {
      padding-right: 0; }
    /* line 334, _cart.scss */
    .cart-item__elem--wrapper {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
    /* line 340, _cart.scss */
    .cart-item__elem--middle {
      flex: 2; }
      @media (max-width: 1200px) {
        /* line 340, _cart.scss */
        .cart-item__elem--middle {
          flex: 3; } }
    /* line 348, _cart.scss */
    .cart-item__elem--big {
      flex: 2; }
      @media (max-width: 767px) {
        /* line 348, _cart.scss */
        .cart-item__elem--big {
          align-items: flex-start; } }
  /* line 358, _cart.scss */
  .cart-item__elem--wrapper > .cart-item__elem {
    flex: 2; }
  @media (min-width: 767px) {
    /* line 363, _cart.scss */
    .cart-item__elem--wrapper > .cart-item__elem ~ .cart-item__elem {
      flex: 2; } }
  /* line 368, _cart.scss */
  .cart-item__checkbox + .cart-item__image {
    flex: 0; }
  /* line 374, _cart.scss */
  .cart-item__image-picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px; }
  /* line 382, _cart.scss */
  .cart-item__image-img {
    height: 100%;
    margin: 0 auto;
    object-fit: contain; }
  /* line 391, _cart.scss */
  .cart-item__name-title {
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.2; }
  /* line 397, _cart.scss */
  .cart-item__name-article {
    font-size: 12px;
    color: #888;
    line-height: 1.5; }
  /* line 403, _cart.scss */
  .cart-item__name-variant {
    font-size: 12px;
    line-height: 1.5; }
  /* line 408, _cart.scss */
  .cart-item__name-discount {
    font-size: 12px;
    line-height: 1.5;
    color: #FF7006; }
  /* line 414, _cart.scss */
  .cart-item__name-delivery {
    font-size: 12px;
    line-height: 1.5;
    color: #000; }
  /* line 419, _cart.scss */
  .cart-item__name-not-allowed {
    font-size: 12px;
    line-height: 1.5;
    color: red; }
  /* line 428, _cart.scss */
  .cart-item__price-total {
    font-size: 20px;
    text-align: center; }
    /* line 431, _cart.scss */
    .cart-item__price-total-block {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column-reverse; }
    /* line 437, _cart.scss */
    .cart-item__price-total-old {
      font-size: 14px;
      text-decoration: line-through;
      color: #888; }
  /* line 449, _cart.scss */
  .cart-item__price-cost {
    font-size: 18px;
    text-align: center;
    color: #777; }
    /* line 453, _cart.scss */
    .cart-item__price-cost-block {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column-reverse; }
    /* line 459, _cart.scss */
    .cart-item__price-cost-old {
      font-size: 12px;
      text-decoration: line-through;
      color: #888; }
  /* line 472, _cart.scss */
  .cart-item__delete {
    cursor: pointer; }

/* line 478, _cart.scss */
.cart-info {
  padding-top: 15px;
  padding-bottom: 20px;
  border-left: 1px solid #e1e1e1; }
  @media (max-width: 992px) {
    /* line 478, _cart.scss */
    .cart-info {
      border-left: none; } }
  /* line 487, _cart.scss */
  .cart-info__header {
    font-size: 28px; }
  /* line 491, _cart.scss */
  .cart-info__elem {
    padding-bottom: 20px; }
    /* line 494, _cart.scss */
    .cart-info__elem:last-child {
      padding-bottom: 0; }
    /* line 498, _cart.scss */
    .cart-info__elem-title {
      padding-bottom: 10px;
      font-size: 20px;
      color: #333; }
    /* line 504, _cart.scss */
    .cart-info__elem-text {
      color: #777; }
      /* line 507, _cart.scss */
      .cart-info__elem-text--mini {
        font-size: 10px;
        line-height: 3; }
      /* line 512, _cart.scss */
      .cart-info__elem-text--error {
        font-size: 12px;
        line-height: 1.5;
        color: red;
        padding-top: 10px; }
    /* line 520, _cart.scss */
    .cart-info__elem button[disabled] {
      background-color: #777; }
  /* line 526, _cart.scss */
  .cart-info__customAddress .personal-form_area--label {
    width: 85px; }
    /* line 528, _cart.scss */
    .cart-info__customAddress .personal-form_area--label select {
      width: 80px; }
  /* line 532, _cart.scss */
  .cart-info__customAddress .personal-form_area--input {
    width: calc(100% - 85px); }
    /* line 534, _cart.scss */
    .cart-info__customAddress .personal-form_area--input input {
      width: 100%;
      min-width: initial; }
  /* line 539, _cart.scss */
  .cart-info__customAddress .personal-form_area--error {
    border: 1px solid #ff0000;
    background: #ffe2d2;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5);
    -moz-box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5);
    box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.5); }
  /* line 549, _cart.scss */
  .cart-info__sum-elem {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5px;
    margin-bottom: 10px; }
    /* line 558, _cart.scss */
    .cart-info__sum-elem:last-child {
      margin-bottom: 0; }
  /* line 563, _cart.scss */
  .cart-info__sum-text {
    font-size: 16px;
    color: #666; }
  /* line 569, _cart.scss */
  .cart-info__sum-total--big {
    font-size: 24px;
    font-weight: bold;
    line-height: 1; }
    /* line 573, _cart.scss */
    .cart-info__sum-total--big.is_discount {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px; }
  /* line 580, _cart.scss */
  .cart-info__sum-total-number.is-emptyPrice {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold; }
  /* line 589, _cart.scss */
  .cart-info__sum-nds {
    font-size: 12px;
    text-align: center;
    color: #777; }
    /* line 593, _cart.scss */
    .cart-info__sum-nds .shippingInfo {
      text-decoration: underline; }
  /* line 599, _cart.scss */
  .cart-info__required {
    padding-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ff7000; }

/* Загрузка корзины из файла */
/* line 610, _cart.scss */
.cart-upload__input {
  height: 0;
  overflow: hidden;
  width: 0; }
/* line 616, _cart.scss */
.cart-upload__errors {
  padding: 2em 0;
  text-align: center; }
  /* line 619, _cart.scss */
  .cart-upload__errors--wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%; }
  /* line 629, _cart.scss */
  .cart-upload__errors-total {
    padding: 1em 0;
    font-size: 1.2em; }
  /* line 634, _cart.scss */
  .cart-upload__errors-header {
    width: 100%;
    padding: 5px 15px;
    border-bottom: 1px solid #000;
    font-weight: 700; }
  /* line 641, _cart.scss */
  .cart-upload__errors-body {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #000; }
  /* line 647, _cart.scss */
  .cart-upload__errors-row {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }

/* Сообщение о превышении лимита */
/* line 661, _cart.scss */
.sendMsgLimitToOwner-descr {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px; }
/* line 667, _cart.scss */
.sendMsgLimitToOwner-form textarea {
  position: relative;
  display: block;
  width: 75%;
  margin-bottom: 0;
  padding: 0.3rem 0.85rem;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
  color: #1c1c1c;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.5s all;
  width: 100%;
  min-height: 100px; }

/* line 1, _webinars.scss */
.link-icon .svgIcon {
  height: 14px;
  width: 14px;
  vertical-align: text-top;
  margin-right: 5px; }

/* line 9, _webinars.scss */
.webinars_block {
  margin-bottom: 1rem; }
/* line 13, _webinars.scss */
.webinars_title {
  margin-bottom: 1em; }
/* line 17, _webinars.scss */
.webinars_subtitle {
  margin-bottom: .25em; }
  /* line 20, _webinars.scss */
  .webinars_subtitle--small {
    font-size: 26px; }

/* line 27, _webinars.scss */
.webinars-previews .editor {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cdcdcd; }
  /* line 32, _webinars.scss */
  .webinars-previews .editor::after {
    content: '';
    display: block;
    clear: both; }
  /* line 38, _webinars.scss */
  .webinars-previews .editor p:last-child {
    margin-bottom: 0; }

/* line 45, _webinars.scss */
.webinar-preview + .webinar-preview {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #cacaca; }
/* line 51, _webinars.scss */
.webinar-preview_title {
  margin-bottom: 1em;
  font-size: 28px; }
/* line 56, _webinars.scss */
.webinar-preview_speakers {
  display: flex;
  padding: 0 10px;
  margin-top: -33%; }
/* line 62, _webinars.scss */
.webinar-preview_speaker {
  position: relative;
  width: 30%;
  border: 2px solid #eee;
  margin: 0 10px; }

@media (max-width: 768px) {
  /* line 71, _webinars.scss */
  .webinar-preview_content {
    margin-top: 1rem; } }
/* line 1, _product_videos.scss */
.product-videos {
  position: relative;
  margin-bottom: 1rem;
  padding: 0 2rem; }
  /* line 6, _product_videos.scss */
  .product-videos_link {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
    cursor: pointer; }
  /* line 15, _product_videos.scss */
  .product-videos_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%); }
  /* line 24, _product_videos.scss */
  .product-videos_button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    pointer-events: none; }
    /* line 37, _product_videos.scss */
    .product-videos_button-shape {
      fill: #212121;
      fill-opacity: 0.8; }
    /* line 42, _product_videos.scss */
    .product-videos_button-icon {
      fill: #ffffff; }
    /* line 46, _product_videos.scss */
    .product-videos_button:focus {
      outline: none; }
  /* line 51, _product_videos.scss */
  .product-videos_link:hover .product-videos_button-shape, .product-videos_button:focus .product-videos_button-shape {
    fill: #ff0000;
    fill-opacity: 1; }
  /* line 57, _product_videos.scss */
  .product-videos .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: -1;
    display: flex;
    justify-content: space-between;
    font-size: 3rem;
    transform: translateY(-50%); }
  /* line 69, _product_videos.scss */
  .product-videos .owl-prev.disabled,
  .product-videos .owl-next.disabled {
    opacity: .3; }

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

/* line 6, owl.carousel.min.css */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

/* line 6, owl.carousel.min.css */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

/* line 6, owl.carousel.min.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

/* line 6, owl.carousel.min.css */
.owl-carousel.owl-hidden {
  opacity: 0; }

/* line 6, owl.carousel.min.css */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

/* line 6, owl.carousel.min.css */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 6, owl.carousel.min.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

/* line 6, owl.carousel.min.css */
.owl-carousel.owl-rtl {
  direction: rtl; }

/* line 6, owl.carousel.min.css */
.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* line 6, owl.carousel.min.css */
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-animated-in {
  z-index: 0; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-animated-out {
  z-index: 1; }

/* line 6, owl.carousel.min.css */
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* line 6, owl.carousel.min.css */
.owl-height {
  transition: height .5s ease-in-out; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

/* line 6, owl.carousel.min.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
