/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/compiled/default-skin.e3f799c6dec9af194c86decdf7392405.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/compiled/default-skin.3ba3b1beb0f9bc74d63ecb7e084dfedc.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/compiled/preloader.e34aafbb485a96eaf2a789b2bf3af6fe.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/compiled/bx_loader.ca9d6f1fb98b0dc972321ecfb95c26c0.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/compiled/controls.dc63f47f632d5ba97f8923d3686cd3d9.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/compiled/controls.dc63f47f632d5ba97f8923d3686cd3d9.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/compiled/controls.dc63f47f632d5ba97f8923d3686cd3d9.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/compiled/controls.dc63f47f632d5ba97f8923d3686cd3d9.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #808080;
}
.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;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #808080;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #808080;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #e6e6e6;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #808080;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #808080;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #808080;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #cccccc;
  border-color: #737373;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #cccccc;
  border-color: #949494;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #cccccc;
  border-color: #949494;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #bababa;
  border-color: #737373;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.datepicker table tr td.range .badge {
  color: #e6e6e6;
  background-color: #000;
}
.datepicker table tr td.range.focused {
  background: #cccccc;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #e6e6e6;
  color: #808080;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #dfe9ee;
  border-color: #9cbccb;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #bed2dd;
  border-color: #508098;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #bed2dd;
  border-color: #74a0b6;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #bed2dd;
  border-color: #74a0b6;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a6c2d0;
  border-color: #508098;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #dfe9ee;
  border-color: #9cbccb;
}
.datepicker table tr td.range.highlighted .badge {
  color: #dfe9ee;
  background-color: #000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #bed2dd;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #dfe9ee;
  color: #808080;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f2c573;
  border-color: #ea9f15;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #eeb244;
  border-color: #754f0b;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #eeb244;
  border-color: #b27910;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #eeb244;
  border-color: #b27910;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #eba523;
  border-color: #754f0b;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f2c573;
  border-color: #ea9f15;
}
.datepicker table tr td.range.today .badge {
  color: #f2c573;
  background-color: #000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f2c573;
  color: #808080;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #808080;
  border-color: #545454;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #666666;
  border-color: #141414;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #666666;
  border-color: #363636;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #666666;
  border-color: #363636;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #545454;
  border-color: #141414;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #808080;
  border-color: #545454;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #808080;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #337ab7;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #e6e6e6;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #808080;
  cursor: default;
}
.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 {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.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 {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.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,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #337ab7;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #808080;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #e6e6e6;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
@font-face {
  font-family: "Stroke 7";
  src: url(/compiled/Stroke-7.37fcff1a6f212ec44ab4e77daa43504a.eot);
  src: url(/compiled/Stroke-7.37fcff1a6f212ec44ab4e77daa43504a.eot?#iefix) format("embedded-opentype"), url(/compiled/Stroke-7.72fa99d3003e96459a7b77a48e9a5e7c.ttf) format("truetype"), url(/compiled/Stroke-7.b60ce6b8b348e25d73f39050f74cc497.woff) format("woff"), url(/compiled/Stroke-7.46661d6d65debc63884004fed6e37e5c.svg#Stroke-7) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="s7-"],
[class*=" s7-"] {
  font-family: "Stroke 7";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.s7-point:before {
  content: "\E6CE";
}
.s7-input-check:before {
  content: "\E6CD";
}
.s7-menu3:before {
  content: "\E6CC";
}
.s7-menu2:before {
  content: "\E6CB";
}
.s7-check:before {
  content: "\E6CA";
}
.s7-album:before {
  content: "\E6AA";
}
.s7-arc:before {
  content: "\E6AB";
}
.s7-back-2:before {
  content: "\E6AC";
}
.s7-bandaid:before {
  content: "\E6AD";
}
.s7-car:before {
  content: "\E6AE";
}
.s7-diamond:before {
  content: "\E6AF";
}
.s7-door-lock:before {
  content: "\E6B0";
}
.s7-eyedropper:before {
  content: "\E6B1";
}
.s7-female:before {
  content: "\E6B2";
}
.s7-gym:before {
  content: "\E6B3";
}
.s7-hammer:before {
  content: "\E6B4";
}
.s7-headphones:before {
  content: "\E6B5";
}
.s7-helm:before {
  content: "\E6B6";
}
.s7-hourglass:before {
  content: "\E6B7";
}
.s7-leaf:before {
  content: "\E6B8";
}
.s7-magic-wand:before {
  content: "\E6B9";
}
.s7-male:before {
  content: "\E6BA";
}
.s7-map-2:before {
  content: "\E6BB";
}
.s7-next-2:before {
  content: "\E6BC";
}
.s7-paint-bucket:before {
  content: "\E6BD";
}
.s7-pendrive:before {
  content: "\E6BE";
}
.s7-photo:before {
  content: "\E6BF";
}
.s7-piggy:before {
  content: "\E6C0";
}
.s7-plugin:before {
  content: "\E6C1";
}
.s7-refresh-2:before {
  content: "\E6C2";
}
.s7-rocket:before {
  content: "\E6C3";
}
.s7-settings:before {
  content: "\E6C4";
}
.s7-shield:before {
  content: "\E6C5";
}
.s7-smile:before {
  content: "\E6C6";
}
.s7-usb:before {
  content: "\E6C7";
}
.s7-vector:before {
  content: "\E6C8";
}
.s7-wine:before {
  content: "\E6C9";
}
.s7-cloud-upload:before {
  content: "\E68A";
}
.s7-cash:before {
  content: "\E68C";
}
.s7-close:before {
  content: "\E680";
}
.s7-bluetooth:before {
  content: "\E68D";
}
.s7-cloud-download:before {
  content: "\E68B";
}
.s7-way:before {
  content: "\E68E";
}
.s7-close-circle:before {
  content: "\E681";
}
.s7-id:before {
  content: "\E68F";
}
.s7-angle-up:before {
  content: "\E682";
}
.s7-wristwatch:before {
  content: "\E690";
}
.s7-angle-up-circle:before {
  content: "\E683";
}
.s7-world:before {
  content: "\E691";
}
.s7-angle-right:before {
  content: "\E684";
}
.s7-volume:before {
  content: "\E692";
}
.s7-angle-right-circle:before {
  content: "\E685";
}
.s7-users:before {
  content: "\E693";
}
.s7-angle-left:before {
  content: "\E686";
}
.s7-user-female:before {
  content: "\E694";
}
.s7-angle-left-circle:before {
  content: "\E687";
}
.s7-up-arrow:before {
  content: "\E695";
}
.s7-angle-down:before {
  content: "\E688";
}
.s7-switch:before {
  content: "\E696";
}
.s7-angle-down-circle:before {
  content: "\E689";
}
.s7-scissors:before {
  content: "\E697";
}
.s7-wallet:before {
  content: "\E600";
}
.s7-safe:before {
  content: "\E698";
}
.s7-volume2:before {
  content: "\E601";
}
.s7-volume1:before {
  content: "\E602";
}
.s7-voicemail:before {
  content: "\E603";
}
.s7-video:before {
  content: "\E604";
}
.s7-user:before {
  content: "\E605";
}
.s7-upload:before {
  content: "\E606";
}
.s7-unlock:before {
  content: "\E607";
}
.s7-umbrella:before {
  content: "\E608";
}
.s7-trash:before {
  content: "\E609";
}
.s7-tools:before {
  content: "\E60A";
}
.s7-timer:before {
  content: "\E60B";
}
.s7-ticket:before {
  content: "\E60C";
}
.s7-target:before {
  content: "\E60D";
}
.s7-sun:before {
  content: "\E60E";
}
.s7-study:before {
  content: "\E60F";
}
.s7-stopwatch:before {
  content: "\E610";
}
.s7-star:before {
  content: "\E611";
}
.s7-speaker:before {
  content: "\E612";
}
.s7-signal:before {
  content: "\E613";
}
.s7-shuffle:before {
  content: "\E614";
}
.s7-shopbag:before {
  content: "\E615";
}
.s7-share:before {
  content: "\E616";
}
.s7-server:before {
  content: "\E617";
}
.s7-search:before {
  content: "\E618";
}
.s7-film:before {
  content: "\E6A5";
}
.s7-science:before {
  content: "\E619";
}
.s7-disk:before {
  content: "\E6A6";
}
.s7-ribbon:before {
  content: "\E61A";
}
.s7-repeat:before {
  content: "\E61B";
}
.s7-refresh:before {
  content: "\E61C";
}
.s7-add-user:before {
  content: "\E6A9";
}
.s7-refresh-cloud:before {
  content: "\E61D";
}
.s7-paperclip:before {
  content: "\E69C";
}
.s7-radio:before {
  content: "\E61E";
}
.s7-note2:before {
  content: "\E69D";
}
.s7-print:before {
  content: "\E61F";
}
.s7-network:before {
  content: "\E69E";
}
.s7-prev:before {
  content: "\E620";
}
.s7-mute:before {
  content: "\E69F";
}
.s7-power:before {
  content: "\E621";
}
.s7-medal:before {
  content: "\E6A0";
}
.s7-portfolio:before {
  content: "\E622";
}
.s7-like2:before {
  content: "\E6A1";
}
.s7-plus:before {
  content: "\E623";
}
.s7-left-arrow:before {
  content: "\E6A2";
}
.s7-play:before {
  content: "\E624";
}
.s7-key:before {
  content: "\E6A3";
}
.s7-plane:before {
  content: "\E625";
}
.s7-joy:before {
  content: "\E6A4";
}
.s7-photo-gallery:before {
  content: "\E626";
}
.s7-pin:before {
  content: "\E69B";
}
.s7-phone:before {
  content: "\E627";
}
.s7-plug:before {
  content: "\E69A";
}
.s7-pen:before {
  content: "\E628";
}
.s7-right-arrow:before {
  content: "\E699";
}
.s7-paper-plane:before {
  content: "\E629";
}
.s7-delete-user:before {
  content: "\E6A7";
}
.s7-paint:before {
  content: "\E62A";
}
.s7-bottom-arrow:before {
  content: "\E6A8";
}
.s7-notebook:before {
  content: "\E62B";
}
.s7-note:before {
  content: "\E62C";
}
.s7-next:before {
  content: "\E62D";
}
.s7-news-paper:before {
  content: "\E62E";
}
.s7-musiclist:before {
  content: "\E62F";
}
.s7-music:before {
  content: "\E630";
}
.s7-mouse:before {
  content: "\E631";
}
.s7-more:before {
  content: "\E632";
}
.s7-moon:before {
  content: "\E633";
}
.s7-monitor:before {
  content: "\E634";
}
.s7-micro:before {
  content: "\E635";
}
.s7-menu:before {
  content: "\E636";
}
.s7-map:before {
  content: "\E637";
}
.s7-map-marker:before {
  content: "\E638";
}
.s7-mail:before {
  content: "\E639";
}
.s7-mail-open:before {
  content: "\E63A";
}
.s7-mail-open-file:before {
  content: "\E63B";
}
.s7-magnet:before {
  content: "\E63C";
}
.s7-loop:before {
  content: "\E63D";
}
.s7-look:before {
  content: "\E63E";
}
.s7-lock:before {
  content: "\E63F";
}
.s7-lintern:before {
  content: "\E640";
}
.s7-link:before {
  content: "\E641";
}
.s7-like:before {
  content: "\E642";
}
.s7-light:before {
  content: "\E643";
}
.s7-less:before {
  content: "\E644";
}
.s7-keypad:before {
  content: "\E645";
}
.s7-junk:before {
  content: "\E646";
}
.s7-info:before {
  content: "\E647";
}
.s7-home:before {
  content: "\E648";
}
.s7-help2:before {
  content: "\E649";
}
.s7-help1:before {
  content: "\E64A";
}
.s7-graph3:before {
  content: "\E64B";
}
.s7-graph2:before {
  content: "\E64C";
}
.s7-graph1:before {
  content: "\E64D";
}
.s7-graph:before {
  content: "\E64E";
}
.s7-global:before {
  content: "\E64F";
}
.s7-gleam:before {
  content: "\E650";
}
.s7-glasses:before {
  content: "\E651";
}
.s7-gift:before {
  content: "\E652";
}
.s7-folder:before {
  content: "\E653";
}
.s7-flag:before {
  content: "\E654";
}
.s7-filter:before {
  content: "\E655";
}
.s7-file:before {
  content: "\E656";
}
.s7-expand1:before {
  content: "\E657";
}
.s7-expand2:before {
  content: "\E658";
}
.s7-edit:before {
  content: "\E659";
}
.s7-drop:before {
  content: "\E65A";
}
.s7-drawer:before {
  content: "\E65B";
}
.s7-download:before {
  content: "\E65C";
}
.s7-display2:before {
  content: "\E65D";
}
.s7-display1:before {
  content: "\E65E";
}
.s7-diskette:before {
  content: "\E65F";
}
.s7-date:before {
  content: "\E660";
}
.s7-cup:before {
  content: "\E661";
}
.s7-culture:before {
  content: "\E662";
}
.s7-crop:before {
  content: "\E663";
}
.s7-credit:before {
  content: "\E664";
}
.s7-copy-file:before {
  content: "\E665";
}
.s7-config:before {
  content: "\E666";
}
.s7-compass:before {
  content: "\E667";
}
.s7-comment:before {
  content: "\E668";
}
.s7-coffee:before {
  content: "\E669";
}
.s7-cloud:before {
  content: "\E66A";
}
.s7-clock:before {
  content: "\E66B";
}
.s7-check-circle:before {
  content: "\E66C";
}
.s7-chat:before {
  content: "\E66D";
}
.s7-cart:before {
  content: "\E66E";
}
.s7-camera:before {
  content: "\E66F";
}
.s7-call:before {
  content: "\E670";
}
.s7-calculator:before {
  content: "\E671";
}
.s7-browser:before {
  content: "\E672";
}
.s7-box2:before {
  content: "\E673";
}
.s7-box1:before {
  content: "\E674";
}
.s7-bookmarks:before {
  content: "\E675";
}
.s7-bicycle:before {
  content: "\E676";
}
.s7-bell:before {
  content: "\E677";
}
.s7-battery:before {
  content: "\E678";
}
.s7-ball:before {
  content: "\E679";
}
.s7-back:before {
  content: "\E67A";
}
.s7-attention:before {
  content: "\E67B";
}
.s7-anchor:before {
  content: "\E67C";
}
.s7-albums:before {
  content: "\E67D";
}
.s7-alarm:before {
  content: "\E67E";
}
.s7-airplay:before {
  content: "\E67F";
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.modal {
  z-index: 11000;
}
.modal-dialog {
  padding-top: 70px;
}
.modal-header .close {
  float: right;
}
.modal-header .modal-title {
  color: #808080;
  font-size: 1.143rem;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.alert {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 1rem;
  border: 2px solid #000000;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
}
.alert button {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  color: #f2f0ec;
  border-radius: 50%;
  opacity: 0.5;
}
.inverted .alert button {
  color: #000000;
}
.alert.success {
  color: #007933;
  border-color: #007933;
}
.alert.success button {
  background-color: #007933;
}
.alert.info {
  color: #838383;
  border-color: #838383;
}
.alert.info button {
  background-color: #838383;
}
.alert.warning {
  color: #ffb100;
  border-color: #ffb100;
}
.alert.warning button {
  background-color: #ffb100;
}
.alert.danger {
  color: #900000;
  border-color: #900000;
}
.alert.danger button {
  background-color: #900000;
}
@media only screen and (min-width: 62em) {
  .alert {
    padding: 2rem 3rem;
    margin-bottom: 2rem;
  }
}
div.pswp {
  z-index: 11000;
}
.datepicker-wrapper {
  background-color: #ffffff;
  position: relative;
}
.datepicker-wrapper input[type="text"] {
  margin-right: 0;
}
.datepicker-wrapper span.input-group-addon {
  width: 30px;
  height: 25px;
  font-size: 20px;
  padding-right: 1rem;
  position: absolute;
  right: 5px;
  top: 18px;
}
@media only screen and (min-width: 48em) {
  .datepicker input[type="text"] {
    width: 27.7rem !important;
  }
}
.cookies {
  display: none;
  font-size: 13px;
}
.cookies h3 {
  margin: 30px 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.cookies h3:first-child {
  margin-top: 0;
}
.cookies button {
  display: block;
  width: 100%;
  padding: 10px 0;
  white-space: nowrap;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 0 !important;
  margin-bottom: 15px !important;
}
.cookies button:last-of-type {
  margin-bottom: 0;
}
.cookies button.cookies-allow-all-button {
  background-color: #000000;
  color: #ffffff;
}
.cookies button.cookies-allow-all-button:focus {
  color: white;
}
.cookies button.cookies-default-button {
  background-color: #FFFFFF;
  border: 2px solid #CCC;
  color: #777;
}
.cookies button.cookies-default-button:focus {
  color: #777;
}
@media (min-width: 768px) {
  .cookies button {
    padding: 10px 0;
    font-size: 13px;
  }
}
.cookies-close-button {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #999999 !important;
  text-decoration: none !important;
  cursor: pointer;
}
.cookies-bar {
  z-index: 11000;
  position: fixed;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-calc(80%);
  width: calc(80%);
  max-width: 1000px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px #CCC;
          box-shadow: 0 0 5px #CCC;
  padding: 15px;
  border-radius: 5px;
}
.cookies-bar-buttons {
  width: 100%;
  margin-top: 20px;
}
.cookies-bar-buttons button {
  margin-bottom: 15px;
}
.cookies-bar-buttons button:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 37em) {
  .cookies-bar {
    bottom: 20px;
    width: -webkit-calc(60%);
    width: calc(60%);
  }
  .cookies-bar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cookies-bar-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cookies-bar-buttons {
    -webkit-flex-basis: 400px;
        -ms-flex-preferred-size: 400px;
            flex-basis: 400px;
    margin-top: 0;
    padding-left: 50px;
    padding-right: 20px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
}
.cookies-modal {
  z-index: 11000;
}
.cookies-modal-title {
  font-size: 16px;
  font-weight: bold;
}
.cookies-modal-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  margin-top: 20px;
}
.cookies-modal-section-header:first-of-type {
  margin-top: 0;
}
.cookies-modal-section-header > h3 {
  font-size: 16px;
}
.cookies-modal-checkbox {
  margin-right: 20px;
}
.cookies-modal-checkbox input:not(:checked) {
  border: 1px solid #838383;
}
.cookies-modal-checkbox label {
  font-weight: bold;
}
@media (min-width: 37em) {
  .cookies-modal .modal-dialog {
    width: 720px;
  }
  .cookies-modal .modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cookies-modal .modal-footer button {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .cookies-modal .modal-footer button:last-of-type {
    margin-right: 0;
  }
}
@font-face {
  font-family: "ModernGothic";
  src: url(/compiled/ModernGothic-Light.2317003d7cd28de14db031601d2b5857.woff2) format("woff2"), url(/compiled/ModernGothic-Light.7d80e52036c3417829de463724c8b2ee.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "ModernGothic";
  src: url(/compiled/ModernGothic-Regular.be3e39a079657970fa68a01b559ead56.woff2) format("woff2"), url(/compiled/ModernGothic-Regular.7b378182c6b9e4a0cafd78797af4cda2.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "ModernGothic";
  src: url(/compiled/ModernGothic-Medium.93d6098de806439dd025e0a1b040072d.woff2) format("woff2"), url(/compiled/ModernGothic-Medium.fe081f885ca2afbccb908dcc91db33f6.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "ModernGothic";
  src: url(/compiled/ModernGothic-Bold.e4d7fd4a603bf0e0280e9e574f4c7eb5.woff2) format("woff2"), url(/compiled/ModernGothic-Bold.f7c863068c75acc49cbaeff0201ff933.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "DinoKaplan";
  src: url(/compiled/Dino_KAPLAN_R-Regular.7c4774a9f4abd91ce80d336e9ae7e8d4.woff2) format("woff2"), url(/compiled/Dino_KAPLAN_R-Regular.3cc51e33ffa083568e5fb6051da3af15.woff) format("woff");
  font-weight: 400;
}
.form__fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.form__fieldset--hidden {
  display: none;
}
.form__legend {
  padding-top: 3rem;
  padding-bottom: 2.8rem;
}
.form input[type='text'],
.form input[type='number'],
.form input[type='email'],
.form input[type='tel'],
.form input[type='password'],
.form input[type='date'],
.form input[type='time'],
.form textarea {
  width: 100%;
  height: 3.8rem;
  border: none;
  outline: none;
  padding-left: 1.3rem;
  font-size: 1.25rem;
  letter-spacing: 0.01rem;
  line-height: 1.8rem;
  font-weight: 300;
}
.form input[type='text']:focus,
.form input[type='number']:focus,
.form input[type='email']:focus,
.form input[type='tel']:focus,
.form input[type='password']:focus,
.form input[type='date']:focus,
.form input[type='time']:focus,
.form textarea:focus,
.form input[type='text']:hover,
.form input[type='number']:hover,
.form input[type='email']:hover,
.form input[type='tel']:hover,
.form input[type='password']:hover,
.form input[type='date']:hover,
.form input[type='time']:hover,
.form textarea:hover {
  border-bottom: 3px solid #000000;
}
.form input[type='text'].has-error,
.form input[type='number'].has-error,
.form input[type='email'].has-error,
.form input[type='tel'].has-error,
.form input[type='password'].has-error,
.form input[type='date'].has-error,
.form input[type='time'].has-error,
.form textarea.has-error {
  border: 2px solid #ff0000;
}
.form textarea {
  height: 10rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.form select {
  width: 100%;
  height: 3.8rem;
  border: none;
  outline: none;
  padding-left: 1.3rem;
  font-size: 1.25rem;
  letter-spacing: 0.01rem;
  line-height: 1.8rem;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  background-image: url(/compiled/arrow-down.6fafa927083ae63d1cd04f0a7d2fd06b.svg);
  background-repeat: no-repeat;
  background-position: left 95% top 50%;
}
.form__label {
  display: block;
}
.form__label--separated {
  margin-bottom: 0.8rem;
}
.form__label--radio + input {
  display: inline-block;
  margin-left: 2rem;
}
.form input[type='radio']:first-of-type:before {
  clear: both;
}
.form input[type='checkbox'] + label:after {
  display: block;
  content: "";
  margin-bottom: 2rem;
}
.form__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
}
.form__container-item {
  width: 100%;
  margin-bottom: 2rem;
}
.form__container-item--hidden {
  display: none;
}
.form__container-item-block {
  width: 100%;
}
.form__container--hidden {
  display: none;
}
.form__radio-btns {
  width: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}
.form__radio-btns-b2b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.form .form-errors {
  font-weight: 500;
  color: #ff0000;
}
.form .form-errors--separated {
  margin-top: 0.6rem;
}
.form input[type='number'] {
  -moz-appearance: textfield;
}
.form input[type='number']::-webkit-outer-spin-button,
.form input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='checkbox'],
input[type='radio'] {
  width: 2.25rem;
  height: 2.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  vertical-align: middle;
  margin-right: 1rem;
  position: relative;
}
input[type='checkbox']:checked,
input[type='radio']:checked {
  background-color: #000000;
  background-image: url(/compiled/checkmark.5064cbf7d8cd7a73df844dd0b5399c9d.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 1.1rem 0.7rem;
          background-size: 1.1rem 0.7rem;
}
[data-toggle-target] {
  display: none;
  margin-top: 1rem;
}
[data-toggle="registration_roleOther"]:checked ~ [data-toggle-target="registration_roleOther"],
[data-toggle="registration_roleOther"]:checked ~ * [data-toggle-target="registration_roleOther"] {
  display: block;
}
[data-toggle="invoiceAddress_isCompany"]:checked ~ [data-toggle-target="invoiceAddress_isCompany"],
[data-toggle="invoiceAddress_isCompany"]:checked ~ * [data-toggle-target="invoiceAddress_isCompany"] {
  display: block;
}
[data-toggle="person_isDifferentDeliveryAddress"]:checked ~ [data-toggle-target="person_isDifferentDeliveryAddress"],
[data-toggle="person_isDifferentDeliveryAddress"]:checked ~ * [data-toggle-target="person_isDifferentDeliveryAddress"] {
  display: block;
}
[data-toggle="deliveryAddress_isElevatorAvailable"]:checked ~ [data-toggle-target="deliveryAddress_isElevatorAvailable"],
[data-toggle="deliveryAddress_isElevatorAvailable"]:checked ~ * [data-toggle-target="deliveryAddress_isElevatorAvailable"] {
  display: block;
}
[data-toggle="processOrder_shouldRegister"]:checked ~ [data-toggle-target="processOrder_shouldRegister"],
[data-toggle="processOrder_shouldRegister"]:checked ~ * [data-toggle-target="processOrder_shouldRegister"] {
  display: block;
}
[data-toggle="processOrder_specialTerms"]:checked ~ [data-toggle-target="processOrder_specialTerms"],
[data-toggle="processOrder_specialTerms"]:checked ~ * [data-toggle-target="processOrder_specialTerms"] {
  display: block;
}
.dependent-select-label--disabled,
[data-component-dependent-select]:disabled,
[data-component-dependent-select]:disabled + .form-errors {
  display: none !important;
}
@media only screen and (min-width: 48em) {
  .form input[type='text'],
  .form input[type='number'],
  .form input[type='email'],
  .form input[type='tel'],
  .form input[type='password'],
  .form input[type='date'],
  .form input[type='time'],
  .form textarea,
  .form select {
    width: 30rem;
  }
  .form__container-item {
    width: 30rem;
  }
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.pagination__arrow {
  width: 0.7rem;
  cursor: pointer;
}
.pagination__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}
.pagination__number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.pagination__number a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.pagination__number--active {
  background-color: #000000;
  color: #ffffff;
}
.pagination__number--active a {
  color: #ffffff;
}
@media only screen and (min-width: 62em) {
  .pagination {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .pagination__arrow {
    width: 0.9rem;
  }
  .pagination__number {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 75em) {
  margin-top: 4rem;
  margin-bottom: 5.5rem;
  .pagination__arrow {
    width: 0.9rem;
  }
  .pagination__number {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.text__container {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 6rem;
  padding-top: 3rem;
}
.text__title--md {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 500;
}
.text__title--lg {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.18rem;
}
.text--xs {
  font-size: 1rem;
  letter-spacing: 0.01rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.text--sm {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.text--md {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.text--lg {
  font-family: 'DinoKaplan', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.01rem;
}
.text__list {
  font-size: 1rem;
  letter-spacing: 0.01rem;
  line-height: 1.3rem;
  font-weight: 300;
}
.text__collection-title {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 62em) {
  .text__container {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 75em) {
  .text__container {
    margin-bottom: 12rem;
  }
  .text__title--md {
    font-size: 2rem;
    line-height: 3rem;
  }
  .text__title--lg {
    font-size: 2.8rem;
    line-height: 3rem;
    letter-spacing: 0.44rem;
    padding-top: 4rem;
  }
  .text--lg {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 90em) {
  .text__container {
    margin-bottom: 15rem;
  }
  .text__title--md {
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
    line-height: 3.25rem;
  }
  .text__title--lg {
    font-size: 4.4rem;
    line-height: 5.8rem;
    letter-spacing: 0.44rem;
  }
  .text--xs {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
  .text--md {
    font-size: 1.5rem;
  }
  .text--lg {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
.b2b-account {
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b2b-account__logout {
  color: #900000;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.b2b-account__list {
  min-width: 15rem;
  padding-top: 3.5rem;
  padding-bottom: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.b2b-account__list a.active {
  display: inline-block;
  border-bottom: 3px solid #000000;
}
.b2b-account__btn {
  margin-top: 6rem;
}
.b2b-account__delete-title {
  padding-top: 3rem;
}
@media only screen and (min-width: 75em) {
  .b2b-account__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.b2b__question {
  max-width: 41rem;
  margin-inline: auto;
  padding-top: 1rem;
  padding-bottom: 8rem;
  text-align: center;
}
.b2b__container-item {
  padding-bottom: 7rem;
}
.b2b__container-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.b2b__container-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  padding-bottom: 2rem;
}
.b2b__container-text-list {
  font-weight: normal;
}
.b2b__button {
  margin-top: 4rem;
}
@media only screen and (min-width: 90em) {
  .b2b__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .b2b__container-item {
    width: 40%;
  }
  .b2b__container-title {
    width: 18rem;
    height: 6rem;
  }
  .b2b__container-text {
    row-gap: 2rem;
  }
}
@media only screen and (min-width: 110em) {
  .b2b__container-item {
    width: 30%;
    max-width: 30rem;
  }
}
.b2b-info__subtitle {
  display: block;
  margin-bottom: 2rem;
}
.b2b-login {
  padding-top: 3rem;
}
.b2b-login__title {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.b2b-login__text {
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.b2b-login__text-link {
  border-bottom: 3px solid #000000;
}
.b2b-login__form input[type='email'],
.b2b-login__form input[type='password'] {
  width: 100%;
  max-width: 30rem;
}
.b2b-login__btn {
  display: block;
}
.b2b-orders__container {
  padding-top: 3rem;
  padding-bottom: 8rem;
}
.b2b-orders__container-list {
  border-top: 1px solid #000000;
}
.b2b-orders__container-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000000;
}
.b2b-orders__title {
  padding-bottom: 4rem;
}
.b2b-orders__order-number {
  width: 17rem;
}
.b2b-orders__state-in-production {
  color: #ffb100;
}
.b2b-orders__state-at-carrier {
  color: #469800;
}
.b2b-orders__details {
  border-bottom: 1px solid #000000;
}
@media only screen and (min-width: 75em) {
  .b2b-orders {
    width: 70%;
  }
}
.b2b-password__form input[type='password'] {
  width: 60%;
  min-width: 30rem;
}
.b2b-password__btn {
  margin-top: 6rem;
}
@media only screen and (min-width: 75em) {
  .b2b-password__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }
}
.b2b-registration__title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.b2b-registration__container {
  padding-bottom: 6rem;
}
.b2b-registration__container-text {
  padding-top: 3rem;
}
.b2b-registration__container-text-part {
  padding-bottom: 3rem;
}
.b2b-registration__password {
  padding-bottom: 3rem;
}
.b2b-registration__confirmation {
  max-width: 49rem;
  padding-top: 7rem;
  padding-bottom: 4rem;
}
.b2b-registration__confirmation-success {
  color: #007933;
  font-weight: 400;
  padding-bottom: 2rem;
}
.b2b-registration__confirmation-contact {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
.b2b-registration__confirmation-contact-link {
  border-bottom: 3px solid #000000;
}
@media only screen and (min-width: 62em) {
  .b2b-registration__title {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 75em) {
  .b2b-registration__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .b2b-registration__container-text {
    min-width: 26rem;
    margin-right: 3rem;
  }
}
.dropzone {
  background-color: #FFF;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 10px;
  min-width: 154px;
  min-height: 154px;
  padding: 15px;
  position: relative;
}
.dropzone .dz-preview {
  margin: 0 15px 0 0;
}
.dropzone .dz-preview:last-child {
  margin-right: 0;
}
.dropzone .dz-preview .dz-image {
  border-radius: 0 !important;
}
.dropzone .dz-preview .dz-image img {
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  max-width: 100%;
  max-height: 100%;
}
.dropzone .dz-preview .dz-details {
  bottom: 0;
  padding: 25px 10px;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: #e6e6e6 !important;
  border: none !important;
  border-radius: 0;
  font-size: 14px;
}
.dropzone .dz-preview .dz-details strong {
  font-weight: normal;
}
.dropzone .dz-preview .dz-remove {
  background-color: #FFF;
  border: 1px solid #545454;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  opacity: 0.50;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  z-index: 20;
}
.dropzone .dz-preview .dz-remove:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20enable-background%3D%22new%200%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M21.1%2C18.3c0.8%2C0.8%2C0.8%2C2%2C0%2C2.8c-0.4%2C0.4-0.9%2C0.6-1.4%2C0.6s-1-0.2-1.4-0.6L12%2C14.8l-6.3%2C6.3%0A%20%20%20%20c-0.4%2C0.4-0.9%2C0.6-1.4%2C0.6s-1-0.2-1.4-0.6c-0.8-0.8-0.8-2%2C0-2.8L9.2%2C12L2.9%2C5.7c-0.8-0.8-0.8-2%2C0-2.8c0.8-0.8%2C2-0.8%2C2.8%2C0L12%2C9.2%0A%20%20%20%20l6.3-6.3c0.8-0.8%2C2-0.8%2C2.8%2C0c0.8%2C0.8%2C0.8%2C2%2C0%2C2.8L14.8%2C12L21.1%2C18.3z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  -webkit-background-size: 12px 12px;
          background-size: 12px;
  display: block;
  opacity: 0.75;
  width: 20px;
  height: 20px;
}
.dropzone .dz-preview .dz-remove:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20enable-background%3D%22new%200%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23FF0000%22%20d%3D%22M21.1%2C18.3c0.8%2C0.8%2C0.8%2C2%2C0%2C2.8c-0.4%2C0.4-0.9%2C0.6-1.4%2C0.6s-1-0.2-1.4-0.6L12%2C14.8l-6.3%2C6.3%0A%20%20%20%20c-0.4%2C0.4-0.9%2C0.6-1.4%2C0.6s-1-0.2-1.4-0.6c-0.8-0.8-0.8-2%2C0-2.8L9.2%2C12L2.9%2C5.7c-0.8-0.8-0.8-2%2C0-2.8c0.8-0.8%2C2-0.8%2C2.8%2C0L12%2C9.2%0A%20%20%20%20l6.3-6.3c0.8-0.8%2C2-0.8%2C2.8%2C0c0.8%2C0.8%2C0.8%2C2%2C0%2C2.8L14.8%2C12L21.1%2C18.3z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dropzone .dz-message {
  margin: 12px 0 0;
}
.dropzone .dz-message > .icon {
  background: #e6e6e6 url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20486.3%20486.3%22%20style%3D%22enable-background%3Anew%200%200%20486.3%20486.3%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M395.5%2C135.8c-5.2-30.9-20.5-59.1-43.9-80.5c-26-23.8-59.8-36.9-95-36.9c-27.2%2C0-53.7%2C7.8-76.4%2C22.5%20c-18.9%2C12.2-34.6%2C28.7-45.7%2C48.1c-4.8-0.9-9.8-1.4-14.8-1.4c-42.5%2C0-77.1%2C34.6-77.1%2C77.1c0%2C5.5%2C0.6%2C10.8%2C1.6%2C16%20C16.7%2C200.7%2C0%2C232.9%2C0%2C267.2c0%2C27.7%2C10.3%2C54.6%2C29.1%2C75.9c19.3%2C21.8%2C44.8%2C34.7%2C72%2C36.2c0.3%2C0%2C0.5%2C0%2C0.8%2C0h86%20c7.5%2C0%2C13.5-6%2C13.5-13.5s-6-13.5-13.5-13.5h-85.6C61.4%2C349.8%2C27%2C310.9%2C27%2C267.1c0-28.3%2C15.2-54.7%2C39.7-69%20c5.7-3.3%2C8.1-10.2%2C5.9-16.4c-2-5.4-3-11.1-3-17.2c0-27.6%2C22.5-50.1%2C50.1-50.1c5.9%2C0%2C11.7%2C1%2C17.1%2C3c6.6%2C2.4%2C13.9-0.6%2C16.9-6.9%20c18.7-39.7%2C59.1-65.3%2C103-65.3c59%2C0%2C107.7%2C44.2%2C113.3%2C102.8c0.6%2C6.1%2C5.2%2C11%2C11.2%2C12c44.5%2C7.6%2C78.1%2C48.7%2C78.1%2C95.6%20c0%2C49.7-39.1%2C92.9-87.3%2C96.6h-73.7c-7.5%2C0-13.5%2C6-13.5%2C13.5s6%2C13.5%2C13.5%2C13.5h74.2c0.3%2C0%2C0.6%2C0%2C1%2C0c30.5-2.2%2C59-16.2%2C80.2-39.6%20c21.1-23.2%2C32.6-53%2C32.6-84C486.2%2C199.5%2C447.9%2C149.6%2C395.5%2C135.8z%22%20fill%3D%22%23BCD86C%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M324.2%2C280c5.3-5.3%2C5.3-13.8%2C0-19.1l-71.5-71.5c-2.5-2.5-6-4-9.5-4s-7%2C1.4-9.5%2C4l-71.5%2C71.5c-5.3%2C5.3-5.3%2C13.8%2C0%2C19.1%20c2.6%2C2.6%2C6.1%2C4%2C9.5%2C4s6.9-1.3%2C9.5-4l48.5-48.5v222.9c0%2C7.5%2C6%2C13.5%2C13.5%2C13.5s13.5-6%2C13.5-13.5V231.5l48.5%2C48.5%20C310.4%2C285.3%2C318.9%2C285.3%2C324.2%2C280z%22%20fill%3D%22%23bcd86c%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  -webkit-background-size: 40px 40px;
          background-size: 40px;
  border-radius: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
}
.dropzone .dz-message > h4 {
  color: #808080;
  font-weight: normal;
  margin: 10px 0 0;
}
.dropzone .dz-message > .uploaded-file__short-upload-text {
  display: none;
}
.collection__entry .dropzone .dz-message > .uploaded-file__short-upload-text {
  display: block;
}
.collection__entry .dropzone .dz-message > .uploaded-file__long-upload-text {
  display: none;
}
.care__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.care__section-title {
  padding-bottom: 4rem;
}
.care__list {
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.care__list-item {
  line-height: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}
.care__list-item--active {
  border-bottom: 4px solid #000000;
}
.care__container {
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 4rem 1.75rem;
  -ms-grid-column-align: center;
      justify-items: center;
  row-gap: 3rem;
}
.care__container-item {
  width: 100%;
  max-width: 22rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
.care__container-item-figure {
  width: 100%;
  height: 60%;
  margin-bottom: 4rem;
}
.care__container-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.care__container-item-image-title {
  padding-top: 1rem;
}
.care__container-item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25rem;
  font-weight: 700;
}
.care__container-item-price-number {
  font-size: 1.5rem;
  letter-spacing: 0.015rem;
}
.care__container-item:nth-child(n + 7) {
  display: none;
}
.care__section--show-more .care__container-item:nth-child(n + 7) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.care__btn {
  width: 100%;
}
.care__section--show-more ~ .product-collection__more {
  display: none;
}
@media only screen and (min-width: 75em) {
  .care__section-title {
    padding-bottom: 6rem;
  }
  .care__container {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 6rem 1.75rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 90em) {
  .care__section-title {
    padding-bottom: 8rem;
  }
}
.care-materials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem 3rem;
  margin-bottom: 8rem;
}
.care-materials__text {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 80%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.care-materials__container {
  width: 29rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2rem;
}
.care-materials__container-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.8rem;
}
.care-materials__container-figure-image {
  width: 6.25rem;
  height: 6.25rem;
}
.care-materials__container-figure-title {
  padding-left: 1.8rem;
}
.care-materials__container-recommendation {
  padding-top: 4rem;
  border-bottom: 1px solid #000000;
}
.care-materials__container-recommendation-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.8rem;
}
.care-materials__container-recommendation-figure-image {
  width: 6.1rem;
  height: 7.75rem;
}
.care-materials__container-recommendation-figure-title {
  padding-left: 1.8rem;
}
@media only screen and (min-width: 75em) {
  .care-materials__text {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 90em) {
  .care-materials__text {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
.career {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.career__text {
  padding-top: 8rem;
  padding-bottom: 5rem;
  width: 70%;
  max-width: 76rem;
  text-align: center;
}
.career__container-items {
  margin-top: 3rem;
  padding-bottom: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 3rem;
}
.career__container-items:not(:last-child) {
  border-bottom: 1px solid #000000;
}
.career__container-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 3rem 10rem;
}
.career__container-title {
  width: 25rem;
}
.career__container-text {
  font-weight: 300;
}
.career__question {
  padding-top: 6rem;
  padding-bottom: 3rem;
  text-align: center;
}
.career__contact-form {
  margin: 5rem auto 0;
}
@media only screen and (min-width: 75em) {
  .career__question {
    padding-top: 8rem;
  }
}
@media only screen and (min-width: 90em) {
  .career__question {
    padding-top: 15rem;
  }
}
.slider-wrapper {
  margin: 0 auto 2rem;
  width: 100%;
}
.bxslider li {
  display: none;
  margin-bottom: 0;
  padding-left: 0;
}
.bxslider li a {
  display: block;
}
.bxslider li img {
  width: 100%;
}
.bxslider li img.slider__image--desktop {
  display: none;
}
.bxslider li:before {
  display: none;
}
.bxslider li:first-child {
  display: block;
}
.bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: auto;
  background-color: transparent;
}
.bx-wrapper .bx-controls {
  height: 0;
}
.bx-wrapper .bx-controls .bx-prev,
.bx-wrapper .bx-controls .bx-next {
  background: none;
  width: 33% !important;
  top: 0 !important;
  bottom: 45px !important;
  margin-top: 0 !important;
}
.bx-wrapper .bx-controls .bx-pager,
.bx-wrapper .bx-controls .bx-controls-auto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 20px;
  z-index: 999;
}
.bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
  display: block;
  height: 0;
  width: 100%;
  border-radius: 0;
  border-top: 1px solid #000000;
  margin: 0;
}
.bx-wrapper .bx-controls .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active {
  border-top: 6px solid #000000;
  opacity: 1;
}
.bx-wrapper .bx-controls .bx-pager-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: 0 !important;
  font-size: 0;
  width: auto;
  height: auto;
}
.bx-wrapper .bx-prev {
  left: 0 !important;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" style="font-size: 24px;"><text y="12">←</text></svg>'), auto;
}
.bx-wrapper .bx-next {
  right: 0 !important;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" style="font-size: 24px;"><text y="12">→</text></svg>'), auto;
}
.bx-wrapper:hover .bx-controls .bx-prev,
.bx-wrapper:hover .bx-next {
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
}
@media only screen and (min-width: 62em) {
  .slider-wrapper {
    width: 95%;
  }
  .bxslider li img.slider__image--desktop {
    display: block;
  }
  .bxslider li img.slider__image--mobile {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .slider-wrapper {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 62em) {
  .slider-wrapper {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 75em) {
  .slider-wrapper {
    margin-bottom: 8rem;
  }
}
.divider {
  border-bottom: 2px solid #000000;
  position: relative;
  overflow: visible;
}
.divider::before {
  content: '';
  position: absolute;
  display: block;
  width: 25%;
  height: 0.25rem;
  background-color: #000000;
  top: -3px;
  left: -1px;
}
.divider::after {
  content: '';
  position: absolute;
  display: block;
  width: 25%;
  height: 0.25rem;
  background-color: #000000;
  top: 0;
  left: -1px;
}
.divider--inverted {
  border-bottom: 2px solid #ffffff;
}
.divider--inverted::before {
  background-color: #ffffff;
}
.divider--inverted::after {
  background-color: #ffffff;
}
.line {
  width: 100%;
  border-bottom: 1px solid #000000;
}
.hero-image {
  background-image: url(/compiled/hero-image-mobile.0856d48ef39d41c9fad6f8df40cc92e3.png);
  background-position: bottom 25% right;
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 75vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-image__picture {
  display: none;
}
.hero-image__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3rem;
  text-align: center;
  line-height: 2.3rem;
  aspect-ratio: 1.77777778;
  width: 90%;
  max-width: 30rem;
  min-width: 22rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.5rem;
  background-color: #ffffff;
  mix-blend-mode: exclusion;
}
.hero-image__link {
  display: block;
  width: 4.5rem;
  margin: 7rem auto 5rem auto;
  padding-bottom: 0.2rem;
  border-bottom: 4px solid #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  color: #ffffff;
  mix-blend-mode: exclusion;
}
.hero-image__divider {
  width: 80%;
  margin-inline: auto;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 62em) {
  .hero-image {
    margin-top: 6rem;
  }
  .hero-image__title {
    width: 60%;
    max-width: 40rem;
    min-width: 32rem;
    font-size: 2.2rem;
    letter-spacing: 1.8rem;
    line-height: 3rem;
    margin-top: 6rem;
  }
  .hero-image__link {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 75em) {
  .hero-image {
    background-image: none;
    background-color: #f2f0ec;
    display: block;
    position: relative;
    height: auto;
    margin-top: 10rem;
  }
  .hero-image__picture {
    display: block;
    width: 95%;
    height: auto;
    margin-inline: auto;
  }
  .hero-image__title {
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    aspect-ratio: 1.77777778;
    width: 50%;
    min-width: 38rem;
    max-width: 55rem;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-image__link {
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
         -o-transform: translate(-50%);
            transform: translate(-50%);
    margin-top: 0;
    margin-bottom: 0;
  }
  .hero-image__divider {
    width: 95%;
    margin-inline: auto;
    margin-top: 1.25rem;
    margin-bottom: 7rem;
  }
}
@media only screen and (min-width: 90em) {
  .hero-image__title {
    width: 50%;
    min-width: 43rem;
    max-width: 60rem;
    font-size: 2.8rem;
    letter-spacing: 2rem;
    line-height: 4rem;
  }
}
.collection {
  overflow: hidden;
}
.collection__images {
  width: 95%;
  max-width: 125rem;
  margin: 4.4rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.collection__images-container {
  margin: 0;
  position: relative;
  width: 100%;
  min-width: 100%;
}
.collection__image {
  height: auto;
  display: block;
}
.collection__image-title {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.collection__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.collection__image-overlay-btn {
  display: none;
}
.collection__image--desktop {
  display: none;
}
@media only screen and (min-width: 48em) {
  .collection {
    width: 80%;
    margin: 0 auto;
  }
  .collection__images-container {
    width: auto;
    min-width: auto;
  }
  .collection__images-container--full {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .collection__images-container--full img {
    width: 100%;
  }
  .collection__images-container--third {
    -webkit-flex-basis: -webkit-calc((100% - 1rem) * 0.325);
        -ms-flex-preferred-size: calc((100% - 1rem) * 0.325);
            flex-basis: calc((100% - 1rem) * 0.325);
  }
  .collection__images-container.collection__images-container--two-thirds {
    -webkit-flex-basis: -webkit-calc((100% - 1rem) * 0.675);
        -ms-flex-preferred-size: calc((100% - 1rem) * 0.675);
            flex-basis: calc((100% - 1rem) * 0.675);
  }
  .collection__images-container.collection__images-container--half {
    -webkit-flex-basis: -webkit-calc((100% - 1rem) * 0.5);
        -ms-flex-preferred-size: calc((100% - 1rem) * 0.5);
            flex-basis: calc((100% - 1rem) * 0.5);
  }
  .collection__image--desktop {
    display: block;
  }
  .collection__image--mobile {
    display: none;
  }
}
@media only screen and (min-width: 75em) {
  .collection {
    overflow: visible;
  }
  .collection__images {
    gap: 1.5rem;
  }
  .collection__images-container--third {
    -webkit-flex-basis: -webkit-calc((100% - 1.5rem) * 0.325);
        -ms-flex-preferred-size: calc((100% - 1.5rem) * 0.325);
            flex-basis: calc((100% - 1.5rem) * 0.325);
  }
  .collection__images-container.collection__images-container--two-thirds {
    -webkit-flex-basis: -webkit-calc((100% - 1.5rem) * 0.675);
        -ms-flex-preferred-size: calc((100% - 1.5rem) * 0.675);
            flex-basis: calc((100% - 1.5rem) * 0.675);
  }
  .collection__images-container.collection__images-container--half {
    -webkit-flex-basis: -webkit-calc((100% - 1.5rem) * 0.5);
        -ms-flex-preferred-size: calc((100% - 1.5rem) * 0.5);
            flex-basis: calc((100% - 1.5rem) * 0.5);
  }
  .collection__image-overlay {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .collection__image-overlay-btn {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
  }
  .collection__image-overlay:hover {
    background-color: #ffffff;
    opacity: 0.9;
  }
  .collection__image-overlay:hover .collection__image-overlay-btn {
    opacity: 1;
  }
}
.countless-options {
  width: 100%;
  max-width: 40rem;
  height: 70%;
  min-height: 40rem;
  margin: 5rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.countless-options__image {
  width: 100%;
}
.countless-options__text {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#cecece), color-stop(#d1d1d1), to(#d6d6d6));
  background: -webkit-linear-gradient(left, #cecece, #d1d1d1, #d6d6d6);
  background: -o-linear-gradient(left, #cecece, #d1d1d1, #d6d6d6);
  background: linear-gradient(to right, #cecece, #d1d1d1, #d6d6d6);
}
.countless-options__text--md {
  font-family: 'DinoKaplan', sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
}
.countless-options__text--sm {
  width: 80%;
  max-width: 30rem;
  margin: 1rem auto;
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
}
.countless-options__divider {
  width: 80%;
  max-width: 40rem;
  margin-inline: auto;
}
@media only screen and (min-width: 62em) {
  .countless-options {
    width: 80%;
  }
}
@media only screen and (min-width: 62em) {
  .countless-options__text--md {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (min-width: 75em) {
  .countless-options {
    max-width: 100rem;
    height: 48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .countless-options__image {
    width: 50%;
    max-width: 56rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .countless-options__text {
    width: 50%;
    padding-left: 4rem;
    padding-right: 2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(#d9d9d7), color-stop(#d8d8d6), to(#d7d5d6));
    background: -webkit-linear-gradient(top, #d9d9d9, #d9d9d7, #d8d8d6, #d7d5d6);
    background: -o-linear-gradient(top, #d9d9d9, #d9d9d7, #d8d8d6, #d7d5d6);
    background: linear-gradient(to bottom, #d9d9d9, #d9d9d7, #d8d8d6, #d7d5d6);
  }
  .countless-options__text--md {
    text-align: left;
    padding-top: 6rem;
  }
  .countless-options__text--sm {
    max-width: 35rem;
    margin: 0;
    padding-top: 3rem;
    padding-bottom: 0;
    text-align: left;
  }
  .countless-options__divider {
    max-width: 46rem;
    margin-bottom: 4rem;
  }
}
.crafts {
  background-color: #000000;
  color: #ffffff;
}
.crafts__title {
  text-align: center;
  padding-top: 5.3rem;
  padding-bottom: 3.7rem;
}
.crafts__text {
  width: 90%;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.crafts__text p:first-child {
  padding-bottom: 3rem;
}
.crafts__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
}
.crafts__link-title {
  padding-top: 1.5rem;
  text-align: center;
  color: #ffffff;
}
.crafts__image {
  width: 100%;
  margin-top: 1.4rem;
  display: block;
}
@media only screen and (min-width: 48em) {
  .crafts__text {
    width: 60%;
  }
}
@media only screen and (min-width: 75em) {
  .crafts__title {
    padding-bottom: 0;
  }
  .crafts__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .crafts__container-item {
    width: 50%;
  }
  .crafts__text {
    width: 70%;
    margin-top: 13rem;
    margin-inline: auto;
    padding-bottom: 9rem;
  }
  .crafts__link {
    width: 70%;
    margin-inline: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10rem;
  }
  .crafts__link-title {
    padding-top: 0;
    margin-left: 1.5rem;
  }
  .crafts__image {
    width: 50%;
    min-width: 30rem;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-section__title {
  text-align: center;
  font-size: 1.4rem;
  padding-top: 4.4rem;
}
.main-section__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-section__link-title {
  padding-top: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 62em) {
  .main-section__title {
    padding-top: 7rem;
  }
}
@media only screen and (min-width: 75em) {
  .main-section__title {
    padding-top: 9rem;
  }
}
.news {
  width: 90%;
  margin-inline: auto;
}
.news__image {
  width: 100%;
  padding-top: 4.4rem;
}
.news__text {
  padding-bottom: 2.125rem;
}
.news__text--md {
  font-family: 'DinoKaplan', sans-serif;
  font-weight: 400;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.news__link {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__link-title {
  padding-top: 1.5rem;
  text-align: center;
}
.news__divider {
  margin-bottom: 4.25rem;
}
@media only screen and (min-width: 75em) {
  .news {
    margin-top: 5.8rem;
    margin-bottom: 12rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    grid-template-areas: 'image text' 'image .' 'image link';
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
  .news__image {
    grid-area: image;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 0;
  }
  .news__text {
    text-align: left;
    grid-area: text;
  }
  .news__text--md {
    padding-top: 3rem;
  }
  .news__text--sm {
    width: 70%;
  }
  .news__link {
    grid-area: link;
    margin-top: 2rem;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .news__link-title {
    padding-top: 0;
    margin-left: 1.5rem;
  }
  .news__divider {
    display: none;
  }
}
.showroom {
  width: 90%;
  margin-inline: auto;
}
.showroom__image {
  width: 100%;
  margin-inline: auto;
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
}
.showroom__text--sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.showroom__text--sm p:first-child {
  text-decoration: underline 2px solid #000000;
  text-underline-offset: 4px;
}
.showroom__text--md {
  margin: 2rem auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.showroom__text--md p + p {
  margin-top: 1rem;
}
.showroom__reservation {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
}
.showroom__reservation-icon {
  display: inline-block;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}
.showroom__reservation-link {
  display: inline-block;
}
@media only screen and (min-width: 75em) {
  .showroom__image {
    padding-top: 6.6rem;
  }
  .showroom__text {
    padding-bottom: 5.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }
  .showroom__text--sm {
    width: 23rem;
    min-width: 23rem;
    row-gap: 2rem;
  }
  .showroom__text--sm p:first-child {
    text-align: left;
  }
  .showroom__text--md {
    width: 46rem;
    max-width: 46rem;
    margin: 0;
    padding-top: 0;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .showroom__text--md p + p {
    margin-top: 2rem;
  }
  .showroom__reservation-icon {
    padding-bottom: 1rem;
  }
  .showroom__reservation-link {
    padding-bottom: 3rem;
  }
}
.inspiration {
  margin-bottom: 12rem;
}
.inspiration__section + .inspiration__section {
  margin-top: 3rem;
}
.inspiration__title {
  text-align: center;
  margin-bottom: 4rem;
}
.inspiration__label {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1rem;
}
.inspiration__reference-title {
  width: 100%;
}
.inspiration__keywords-list {
  grid-area: list;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.inspiration__keywords-list-item {
  list-style-image: url(/compiled/circle-xs.a71d86e46377850289ecc15b1c586a0b.svg);
  list-style-position: inside;
}
.inspiration__content {
  max-width: 63rem;
  margin-top: 3.75rem;
}
.inspiration__content--hidden {
  display: none;
}
.inspiration__image {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.inspiration__toggle {
  display: none;
  position: absolute;
  left: 0;
}
.inspiration__toggle:checked ~ .inspiration__content--hidden {
  display: block;
}
.inspiration .questions__answer {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 62em) {
  .inspiration {
    width: 85%;
  }
  .inspiration__section + .inspiration__section {
    margin-top: 6rem;
  }
  .inspiration__title {
    margin-bottom: 7rem;
  }
  .inspiration__reference-title {
    width: 60%;
  }
  .inspiration__image-vertical {
    width: 45%;
  }
  .inspiration__keywords-list {
    grid-area: list;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
                -ms-grid-row-align: start;
            align-self: start;
  }
}
@media only screen and (min-width: 75em) {
  .inspiration {
    width: 80%;
  }
  .inspiration__section + .inspiration__section {
    margin-top: 8rem;
  }
  .inspiration__title {
    margin-bottom: 8rem;
  }
}
.header {
  width: 100%;
  z-index: 99999;
  position: fixed;
  top: 0;
  background-color: #f2f0ec;
}
.header--inverted {
  background-color: #000000;
  color: #ffffff;
}
.header--inverted a {
  color: #ffffff;
}
.header__container {
  width: 90%;
  height: 4rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__container-icons {
  width: 5.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav {
  display: none;
}
.header__logo-icon {
  height: 1rem;
}
.header__shopping-cart-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.689%22%20height%3D%2227.638%22%20viewBox%3D%220%200%2026.689%2027.638%22%3E%0A%20%20%3Cg%20id%3D%22Group_6180%22%20data-name%3D%22Group%206180%22%20transform%3D%22translate(19895.25%20-1798.489)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_11%22%20data-name%3D%22Path%2011%22%20d%3D%22M1%2C1.841H26.189V-24.3H1Z%22%20transform%3D%22translate(-19895.5%201823.536)%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.5%22%2F%3E%0A%20%20%20%20%3Crect%20id%3D%22Rectangle_290%22%20data-name%3D%22Rectangle%20290%22%20width%3D%2211%22%20height%3D%223%22%20rx%3D%221.5%22%20transform%3D%22translate(-19887%201802)%22%20fill%3D%22%23f2f0ec%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: cover;
          background-size: cover;
  color: #ffffff;
  width: 1.8rem;
  height: 1.8rem;
  padding-bottom: 0.1rem;
  font-size: 1.1rem;
}
.header__shopping-cart-icon--inverted {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226.689%22%20height%3D%2227.638%22%20viewBox%3D%220%200%2026.689%2027.638%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20id%3D%22Group_6180%22%20data-name%3D%22Group%206180%22%20transform%3D%22translate(19895.25%20-1798.489)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_11%22%20data-name%3D%22Path%2011%22%20d%3D%22M1%2C1.841H26.189V-24.3H1Z%22%20transform%3D%22translate(-19895.5%201823.536)%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20style%3D%22paint-order%3A%20fill%3B%20fill%3A%20rgba(0%2C%200%2C%200%2C%200)%3B%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3Crect%20id%3D%22Rectangle_290%22%20data-name%3D%22Rectangle%20290%22%20width%3D%2211%22%20height%3D%223%22%20rx%3D%221.5%22%20transform%3D%22translate(-19887%201802)%22%20style%3D%22%22%3E%3C%2Frect%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-color: #ffffff;
  color: #000000 !important;
}
.header__shopping-cart-icon--inverted a {
  color: #000000 !important;
}
.header__b2b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.header__b2b-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 0.5rem;
}
.header__b2b-account-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.header__b2b-account-email {
  display: none;
}
.header__b2b-account-logout {
  color: #900000;
}
.toggle-menu {
  height: 2rem;
}
.toggle-menu-btn-icon {
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 37em) {
  .header__b2b-account-icon {
    vertical-align: baseline;
  }
  .header__b2b-account-email {
    display: inline-block;
  }
}
@media only screen and (min-width: 62em) {
  .header__logo-icon {
    height: 1.2rem;
  }
  .header__container {
    height: 5rem;
  }
  .header__container-icons {
    width: 7.5rem;
  }
  .header__shopping-cart-icon {
    width: 2.3rem;
    height: 2.3rem;
    padding-bottom: 0.2rem;
  }
  .header .toggle-menu {
    height: 2.3rem;
  }
  .header .toggle-menu-btn-icon {
    width: 2.3rem;
    height: 2.3rem;
  }
}
@media only screen and (min-width: 75em) {
  .header__container {
    height: 6rem;
    width: 95%;
  }
  .header__container-icons {
    width: 7.2rem;
  }
  .header__nav {
    display: block;
  }
  .header__nav-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav-item {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 1.25rem;
  }
  .header__nav-item:hover {
    cursor: pointer;
  }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header__b2b-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media only screen and (min-width: 90em) {
  .header__b2b {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .header__container {
    height: 8rem;
  }
}
.footer {
  background-color: #ffffff;
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
}
.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__logo-icon {
  width: 12.8rem;
  height: 1.2rem;
}
.footer__form {
  margin: 4rem auto;
  width: 90%;
  max-width: 40rem;
  border-bottom: 1px solid;
  background-image: url(/compiled/search.b5338c74a3cff450d00931ded1148e8f.svg);
  background-repeat: no-repeat;
  background-position: left 0.5rem top 50%;
}
.footer__form-icon {
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  vertical-align: middle;
}
.footer__form-input {
  border: none;
  padding: 0.8rem 3rem;
  width: 100%;
  background-color: inherit;
}
.footer__form-input::-webkit-input-placeholder {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  color: #000000;
  opacity: 1;
}
.footer__form-input::-moz-placeholder {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  color: #000000;
  opacity: 1;
}
.footer__form-input:-ms-input-placeholder {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  color: #000000;
  opacity: 1;
}
.footer__form-input::placeholder {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  color: #000000;
  opacity: 1;
}
.footer__form-input:focus {
  outline: none;
  border-bottom: 3px solid #000000;
}
.footer__form-input:focus::-webkit-input-placeholder {
  color: #838383;
}
.footer__form-input:focus::-moz-placeholder {
  color: #838383;
}
.footer__form-input:focus:-ms-input-placeholder {
  color: #838383;
}
.footer__form-input:focus::placeholder {
  color: #838383;
}
.footer__container {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  width: 90%;
  margin: 0 auto;
}
.footer__nav-item + .footer__nav-item {
  margin-top: 0.6rem;
}
.footer__contacts {
  padding-top: 3.5rem;
  text-align: center;
}
.footer__cookie-settings {
  padding-top: 2rem;
}
@media only screen and (min-width: 48em) {
  .footer__nav {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media only screen and (min-width: 75em) {
  .footer {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .footer__logo-icon {
    width: 23rem;
    height: 2rem;
  }
  .footer__form {
    max-width: 46rem;
    margin: 6.25rem auto;
  }
  .footer__form-input::-webkit-input-placeholder {
    text-align: left;
  }
  .footer__form-input::-moz-placeholder {
    text-align: left;
  }
  .footer__form-input:-ms-input-placeholder {
    text-align: left;
  }
  .footer__form-input::placeholder {
    text-align: left;
  }
  .footer__nav {
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__nav-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    padding-bottom: 2.3rem;
  }
  .footer__nav-item {
    display: block;
  }
  .footer__nav-item + .footer__nav-item {
    margin-top: 0;
  }
  .footer__contacts {
    padding-top: 6rem;
  }
}
.toggle-menu__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  background-color: #000000;
  color: #ffffff;
}
.toggle-menu__container a {
  color: #ffffff;
}
.toggle-menu__container--hidden {
  display: none;
}
.btn-close {
  position: absolute;
  top: 1rem;
  right: 5%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.btn-close-image {
  width: 100%;
}
.main-menu {
  position: relative;
  width: 90%;
  top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.main-menu__item {
  padding-bottom: 1.3rem;
  font-family: 'DinoKaplan', sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.5rem;
}
.main-menu__item-arrow {
  margin-left: 1rem;
}
.main-menu__item-arrow--up {
  display: inline;
}
.main-menu__item-arrow--down {
  display: none;
}
.main-menu__item--hidden .main-menu__item-arrow--up {
  display: none;
}
.main-menu__item--hidden .main-menu__item-arrow--down {
  display: inline;
}
.main-menu__line {
  display: none;
}
.main-menu__container {
  padding-bottom: 3rem;
}
.main-menu__subitems {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.875rem;
  font-family: 'ModernGothic', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
.main-menu__item--hidden .main-menu__subitems {
  display: none;
}
.main-menu__languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.main-menu__languages-item {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.main-menu__languages-item--active {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.2rem;
}
.main-menu__form {
  max-width: 36rem;
}
.main-menu__form-search {
  margin-right: auto;
  width: 100%;
  border-bottom: 1px solid;
}
.main-menu__form-search-icon {
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  vertical-align: middle;
}
.main-menu__form-search-input {
  border: none;
  padding: 0.8rem 3rem;
  width: 100%;
  background-color: #000000;
  background-image: url(/compiled/search-inverted.48be59ec061328d1055b86731e26e78e.svg);
  background-repeat: no-repeat;
  background-position: left 0.5rem top 50%;
}
.main-menu__form-search-input::-webkit-input-placeholder {
  padding-left: 0.3rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #ffffff;
  opacity: 1;
}
.main-menu__form-search-input::-moz-placeholder {
  padding-left: 0.3rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #ffffff;
  opacity: 1;
}
.main-menu__form-search-input:-ms-input-placeholder {
  padding-left: 0.3rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #ffffff;
  opacity: 1;
}
.main-menu__form-search-input::placeholder {
  padding-left: 0.3rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #ffffff;
  opacity: 1;
}
.main-menu__form-search-input:focus {
  outline: none;
  border-bottom: 3px solid #ffffff;
}
.main-menu__form-search-input:focus::-webkit-input-placeholder {
  color: #e2e2e2;
}
.main-menu__form-search-input:focus::-moz-placeholder {
  color: #e2e2e2;
}
.main-menu__form-search-input:focus:-ms-input-placeholder {
  color: #e2e2e2;
}
.main-menu__form-search-input:focus::placeholder {
  color: #e2e2e2;
}
.main-submenu {
  margin-top: 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.main-submenu__login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.main-submenu__login-icon {
  width: 1rem;
}
@media only screen and (min-width: 62em) {
  .btn-close {
    width: 2.3rem;
    height: 2.3rem;
    top: 1.35rem;
  }
  .main-menu {
    top: 10%;
  }
  .main-menu__item {
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 75em) {
  .btn-close {
    right: 2.5%;
    top: 1.85rem;
  }
  .main-menu {
    top: 17%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-menu__items {
    max-width: 92rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-menu__item {
    font-size: 2.8rem;
    line-height: 3.1rem;
  }
  .main-menu__item-arrow {
    display: none;
  }
  .main-menu__line {
    display: block;
    border-bottom: 1px solid #ffffff !important;
  }
  .main-menu__line--inverted {
    background-color: #000000;
    color: #ffffff;
  }
  .main-menu__subitems {
    display: block;
    padding-top: 3.4rem;
    padding-left: 0;
  }
  .main-menu__container {
    max-width: 92rem;
    padding-top: 3rem;
    margin-bottom: 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-menu__container-item {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-menu__languages {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-menu__form {
    width: 36rem;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-menu__form-search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .main-submenu {
    margin-top: 0;
  }
}
@media only screen and (min-width: 90em) {
  .btn-close {
    top: -webkit-calc((max(min(15vh, 10rem), 6rem) - 2.6rem) / 2);
    top: calc((max(min(15vh, 10rem), 6rem) - 2.6rem) / 2);
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  background-color: #f2f0ec;
  height: 100%;
  font-family: 'ModernGothic', sans-serif;
  font-weight: 500;
  position: relative;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.btn-circle {
  width: 4rem;
  height: 4rem;
}
#main {
  margin-top: 4rem;
}
.main--inverted {
  background: #000000;
  color: #ffffff;
}
.main--inverted a {
  color: #ffffff;
}
@media only screen and (min-width: 62em) {
  #main {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 75em) {
  #main {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 90em) {
  #main {
    margin-top: 8rem;
  }
}
.news-main__list .paginated-list-top-pagination {
  display: none;
}
.news-main__list .paginated-list-bottom-pagination {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.5rem;
}
.news-main__list .paginated-list-bottom-pagination .btn::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto 0.5rem;
  content: "+";
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  font-weight: 300;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
}
.news-main__picture a {
  display: block;
}
.news-main__picture a img {
  width: 100%;
}
.news-main__block {
  margin-top: 2rem;
  padding: 1.5rem 1rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-main__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.news-main__menu-item {
  display: inline;
  cursor: pointer;
}
.news-main__menu-item span {
  display: inline-block;
}
.news-main__menu-item--active span {
  border-bottom: 4px solid #000000;
}
.news-main__sort {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.news-main__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid #000000;
}
.news-main__container .news-main__picture,
.news-main__container .news-main__details {
  display: block;
}
.news-main__container .news-main__close-arrow {
  display: inline;
}
.news-main__container .news-main__container-title,
.news-main__container .news-main__open-arrow {
  display: none;
}
.news-main__container--closed {
  padding-top: 3rem;
}
.news-main__container--closed .news-main__picture,
.news-main__container--closed .news-main__details,
.news-main__container--closed .news-main__close-arrow {
  display: none;
}
.news-main__container--closed .news-main__container-title {
  display: block;
}
.news-main__container--closed .news-main__open-arrow {
  display: inline;
}
.news-main__container--closed .news-main__container-part {
  margin-top: 0;
}
.news-main__container-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.news-main__container-text--md {
  padding-bottom: 2rem;
}
.news-main__container-text--sm {
  font-size: 1.2rem;
  letter-spacing: 0.01rem;
  line-height: 1.8rem;
  font-weight: 300;
}
.news-main__container-text--sm--hidden {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-main__container-text--sm p {
  margin-top: 1rem;
}
.news-main__container-text--sm p a {
  text-decoration: underline;
}
.news-main__container-part {
  width: 100%;
  margin-inline: auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5rem;
}
.news-main__container-part-date {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.news-main__container-title {
  cursor: pointer;
}
.news-main__date {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.25rem;
  font-weight: bold;
}
.news-main__arrow-wrapper {
  width: 1.8rem;
}
.news-main__arrow-wrapper__arrow {
  cursor: pointer;
}
.news-main__link {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-top: 4rem;
  margin-right: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-main__link-title {
  padding-right: 1rem;
  text-align: center;
}
.news-main__more {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-main__more-btn {
  cursor: pointer;
}
@media only screen and (min-width: 62em) {
  .news-main__block {
    margin-top: 3rem;
  }
  .news-main__container-text--md {
    padding-bottom: 2rem;
  }
  .news-main__container-part {
    width: 48%;
    margin: 3rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5rem;
  }
  .news-main__container-part-date {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .news-main__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .news-main__menu-item--active span {
    border-bottom: none;
  }
  .news-main__menu-item--active {
    margin-bottom: -1.5rem;
    border-bottom: 4px solid #000000;
  }
}
@media only screen and (min-width: 90em) {
  .news-main__block {
    margin-top: 5rem;
  }
  .news-main__container {
    padding-top: 3rem;
  }
  .news-main__container-text--md {
    padding-bottom: 2rem;
  }
  .news-main__container-part {
    width: 48%;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5rem;
  }
  .news-main__container-part-date {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .news-main__arrow {
    margin-right: 2rem;
  }
}
.news-article__title {
  width: 75%;
  margin-inline: auto;
  padding-top: 5rem;
  padding-bottom: 4rem;
  font-family: 'DinoKaplan', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.03rem;
  line-height: 3.5rem;
  text-align: center;
}
.news-article__container {
  margin-top: 3rem;
  margin-bottom: 6rem;
}
.news-article__container-text {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.news-article__figure-md {
  width: 100%;
  height: 70vh;
}
.news-article__figure-lg {
  width: 100%;
  height: 90vh;
}
.news-article__figure-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-article__figure-title {
  padding-top: 0.8rem;
}
.news-article__date {
  padding-bottom: 2rem;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.news-article__text-right {
  padding-top: 3rem;
  padding-bottom: 10rem;
}
.news-article__other-pages {
  padding-bottom: 1rem;
  border-bottom: 1px solid #000000;
}
@media only screen and (min-width: 62em) {
  .news-article__title {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}
@media only screen and (min-width: 75em) {
  .news-article__title {
    font-size: 5rem;
    line-height: 5.2rem;
  }
  .news-article__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-article__container-text {
    width: 45%;
    margin-top: 0;
  }
  .news-article__figure-md {
    width: 45%;
    max-width: 42rem;
    height: 80vh;
    max-height: 63rem;
  }
  .news-article__text-right {
    padding-top: 5rem;
    padding-bottom: 12rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .news-article__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 90em) {
  .news-article__title {
    padding-top: 6rem;
    font-size: 7rem;
    line-height: 6.8rem;
  }
}
.production__awards-year {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  line-height: 3.25rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.production__awards-container-items {
  margin-bottom: 2rem;
}
.production__awards-title {
  color: #838383;
  line-height: 2rem;
  padding-top: 2rem;
  border-bottom: 1px solid #838383;
}
.production__awards-title--yellow {
  color: #b59a00;
}
.production__awards-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.7rem;
}
.production__awards-name {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  color: #e2e2e2;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  line-height: 2rem;
}
.production__awards-description {
  color: #e2e2e2;
}
@media only screen and (min-width: 62em) {
  .production__awards-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }
}
@media only screen and (min-width: 75em) {
  .production__awards-block {
    -webkit-column-gap: 15rem;
       -moz-column-gap: 15rem;
            column-gap: 15rem;
  }
}
@media only screen and (min-width: 90em) {
  .production__awards-block {
    -webkit-column-gap: 25rem;
       -moz-column-gap: 25rem;
            column-gap: 25rem;
  }
  .production__awards-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 110em) {
  .production__awards-container {
    max-width: 64rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
.production {
  width: 90%;
  margin-inline: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.production__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  border-bottom: 2px solid #838383;
}
.production__list-item {
  line-height: 2rem;
}
.production__list-item--active {
  border-bottom: 4px solid #ffffff;
}
li.production__list-item {
  display: list-item;
}
.production__text--sm {
  color: #e2e2e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.production__text--sm + .production__text--sm {
  margin-top: 3rem;
}
.production__text--md {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.production__text--lg {
  margin-inline: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  font-family: 'DinoKaplan', sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 2.8rem;
}
.production__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
}
.production__container-image {
  width: 100%;
  margin-top: 2rem;
}
.production__figure {
  max-width: 94rem;
  margin-inline: auto;
  margin-top: 3rem;
}
.production__figure-image {
  width: 100%;
}
.production__figure-image-title {
  padding-top: 2.3rem;
  padding-bottom: 3rem;
  color: #e2e2e2;
}
.production__title {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.33rem;
  line-height: 2rem;
}
.production__collection {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 2rem;
  overflow: hidden;
}
.production__collection-image {
  width: 30rem;
}
.production__divider {
  width: 60%;
  margin-inline: auto;
  margin-top: 8rem;
}
.production .bx-wrapper {
  background-color: #000000;
}
.production .bx-wrapper .bx-pager-link {
  border-top: 1px solid #ffffff !important;
}
.production .bx-wrapper .bx-pager-link.active {
  border-top: 6px solid #ffffff !important;
}
.production .bx-wrapper .bx-prev {
  left: 0 !important;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" style="font-size: 24px"><text y="12" fill="white">←</text></svg>'), auto;
}
.production .bx-wrapper .bx-next {
  right: 0 !important;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" style="font-size: 24px"><text y="12" fill="white">→</text></svg>'), auto;
}
@media only screen and (min-width: 62em) {
  .production {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .production__text--lg {
    font-size: 3rem;
    line-height: 3.2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .production__container-image {
    width: 50%;
    max-width: 60rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 75em) {
  .production {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .production__text {
    max-width: 40rem;
  }
  .production__text--lg {
    font-size: 4rem;
    line-height: 4.2rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .production__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    width: auto;
    margin: 0;
  }
  .production__container--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .production__container-text {
    width: 49%;
  }
  .production__container-text-part {
    padding-top: 10rem;
  }
  .production__figure {
    margin-top: 10rem;
  }
  .production__figure-title {
    width: 70%;
  }
  .production__title {
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 2.1rem;
    line-height: 3.5rem;
  }
  .production__collection {
    width: 50%;
  }
  .production__divider {
    width: 40%;
  }
  .production .bx-wrapper .bx-pager {
    bottom: -4rem !important;
  }
}
@media only screen and (min-width: 90em) {
  .production {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .production__text {
    max-width: 42rem;
  }
  .production__text--md {
    padding-top: 1rem;
  }
  .production__text--lg {
    font-size: 4rem;
    line-height: 4.2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .production__container {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
  .production__figure {
    margin-top: 12rem;
  }
  .production__title {
    padding-top: 6rem;
    padding-bottom: 6rem;
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
.production__history-figure {
  width: 90%;
  max-width: 70rem;
  margin-inline: auto;
}
.production__history-figure-image {
  width: 100%;
}
.production__history-figure-image-title {
  padding-top: 0.8rem;
  color: #e2e2e2;
}
.production__history-text {
  padding-top: 4rem;
}
.production__history-container {
  margin-bottom: 2rem;
}
.production__history-container-image {
  width: 100%;
  max-width: 46rem;
}
@media only screen and (min-width: 75em) {
  .production__history-figure {
    width: 50%;
    max-width: 40rem;
    margin-inline: 0;
  }
  .production__history-text {
    max-width: 35rem;
  }
  .production__history-container {
    margin-top: 5rem;
    margin-bottom: 0;
  }
  .production__history-container:nth-child(even) .production__history-container-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .production__history-container:nth-child(even) .production__container-image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .production__history-container-text {
    max-width: 30%;
  }
  .production__history-container-image {
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 90em) {
  .production__history-text {
    max-width: 42rem;
  }
}
.product-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-description__photo {
  width: 100% !important;
}
.product-description__photo-image {
  width: 100% !important;
  margin: 0 auto;
}
.product-description__container {
  width: 90%;
  margin-inline: auto;
  padding-top: 3.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
}
.product-description__container-title {
  text-align: center;
  margin-bottom: 2rem;
}
.product-description__container-design {
  padding-bottom: 2.8rem;
  color: #838383;
  text-align: center;
}
.product-description__container-design-name {
  padding-bottom: 0.8rem;
}
.product-description__container-design-award {
  padding-bottom: 0.4rem;
}
.product-description__container-design-image {
  display: inline-block;
  padding-right: 0.5rem;
}
.product-description__container-design--highlighted {
  color: #000000;
}
.product-description__container-wrapper {
  margin-top: 1rem;
}
.product-description__container-text label {
  display: none;
}
.product-description__container-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem 1fr;
      grid-template-columns: 10rem 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000000;
}
.product-description__container-details #product_detail_sellableVariant_long_description label {
  display: none;
}
.product-description__container-details #product_detail_sellableVariant_bottom_description {
  display: none;
}
.product-description__container-details:first-child {
  border-top: 1px solid #000000;
}
.product-description__container-details-name {
  word-wrap: break-word;
}
.product-description__container-details:nth-of-type(n + 3) {
  display: none;
}
.product-description__container-wrapper--expanded .product-description__container-details:nth-of-type(n + 3) {
  display: -ms-grid;
  display: grid;
}
.product-description__container-wrapper--expanded ~ .product__btn-read {
  display: none;
}
.product-description__container-price {
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.product-description__container-price--before-discount {
  color: #ff0000;
  font-weight: normal;
}
.product-description__container-price--before-discount > div:first-child {
  text-decoration: line-through;
}
.product-description__add-to-shopping-cart {
  display: none;
  position: relative;
  max-width: 16rem;
}
.product-description .form__container-item {
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .product-description {
    width: 90%;
    margin-inline: auto;
    margin-top: 7rem;
    margin-bottom: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-description__photo {
    width: 60% !important;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .product-description__container {
    width: 40%;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .product-description__container-title {
    width: 100%;
    margin: 0;
    padding-bottom: 3rem;
    text-align: left;
  }
  .product-description__container-design-name,
  .product-description__container-design-award {
    text-align: left;
  }
  .product-description__container-price {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 90em) {
  .product-description__photo {
    width: 65% !important;
  }
  .product-description__container {
    width: 35%;
  }
}
.product-description-more {
  width: 95%;
  margin: 3rem auto 0;
}
.product-description-more__container-image {
  width: 100%;
}
.product-description-more__container-image img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.product-description-more__container-text {
  padding-top: 2rem;
  padding-bottom: 3rem;
  max-width: 40rem;
}
.product-description-more__container-text-title {
  padding-bottom: 1rem;
}
.product-description-more__container #productVideo {
  scroll-margin-top: 3rem;
}
@media only screen and (min-width: 62em) {
  .product-description-more {
    margin-top: 0;
    margin-bottom: 8rem;
  }
  .product-description-more__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem;
  }
  .product-description-more__container:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .product-description-more__container:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-description-more__container-image {
    width: 90%;
  }
  .product-description-more__container-image img {
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .product-description-more__container-text {
    width: 27rem;
    margin-inline: 0;
    padding: 0;
  }
  .product-description-more__container-text-content {
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
  }
  .product-description-more__container #productVideo {
    scroll-margin-top: 7rem;
  }
}
body {
  counter-reset: step;
}
.product-details {
  width: 90%;
  margin-inline: auto;
}
.product-details__container {
  margin-bottom: 2rem;
}
.product-details__section-title {
  padding-bottom: 2rem;
}
.product-details__title {
  display: block;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.product-details__title:before {
  counter-increment: step;
  content: counter(step);
  font-size: 2.5rem;
  font-weight: 100;
  margin-right: 1rem;
  vertical-align: middle;
}
.product-details__material {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.1rem;
     -moz-column-gap: 1.1rem;
          column-gap: 1.1rem;
}
.product-details__material-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.6rem;
}
.product-details__material-text {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.product-details__material-text--hidden {
  display: none;
}
.product-details__item-image-container {
  position: relative;
  width: 6.6rem;
  height: 6.6rem;
  display: block;
}
.product-details__item-image {
  border-radius: 50%;
  width: 100%;
}
.product-details__item input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  left: 0;
}
input:checked + .product-details__item-image-container::before {
  background-image: url(/compiled/white-dot.d3ba578d7ae212846704f4f4e9484646.svg);
  -webkit-background-size: 1.2rem 1.2rem;
          background-size: 1.2rem 1.2rem;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
}
.product-details__item-name {
  display: block;
  padding-top: 0.3rem;
  padding-bottom: 1.25rem;
}
.product-details__image-choice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  overflow: hidden;
}
.product-details__finish {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2.5rem;
}
.product-details__finish-name {
  margin-right: 2.5rem;
  padding-bottom: 0.1rem;
}
.product-details__finish-name--active {
  border-bottom: 3px solid #000000;
}
.product-details__finish-text {
  height: 4.2rem;
  line-height: 1.4rem;
  overflow-y: hidden;
}
.product-details__finish-text--hidden {
  display: none;
}
.product-details__description-text {
  line-height: 1.4rem;
}
.product-details__choice .choice-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product-details__choice input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  left: 0;
}
.product-details__choice label {
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 0.1rem;
  font-size: 1.25rem;
  display: block;
  cursor: pointer;
}
.product-details__choice input:checked + label {
  border-bottom: 3px solid #000000;
}
.product-details__image-choice label {
  margin-right: 0;
  margin-bottom: 0;
}
.product-details .patterns {
  padding-top: 50px;
  position: relative;
}
.product-details .patterns label .property-value__label {
  border: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.product-details .patterns label input:checked ~ .property-value__label {
  display: block;
}
.product-details .more {
  display: none;
}
.product-details .property-value--hidden {
  display: none !important;
}
.product-details .patterns.hide-more .property-value:not(.property-value--hidden) ~ .property-value:not(.property-value--hidden) ~ .property-value:not(.property-value--hidden) ~ .property-value:not(.property-value--hidden) ~ .property-value:not(.property-value--hidden) ~ .property-value:not(.property-value--hidden) ~ .property-value:not(.property-value--hidden) ~ .property-value:not(.property-value--hidden) ~ .property-value:not(.property-value--hidden) {
  display: none;
}
.product-details .patterns.hide-more.has-more .more {
  display: block;
}
.product-details .bx-wrapper {
  background: none;
}
@media only screen and (min-width: 62em) {
  .product-details__finish-text {
    height: auto;
    padding-bottom: 3rem;
  }
  .product-details__material-btn {
    display: none;
  }
  .product-details__material-text--hidden {
    display: block;
  }
}
@media only screen and (min-width: 75em) {
  .product-details__title {
    padding: 0;
    min-width: 20rem;
  }
  .product-details__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .product-details__items {
    max-width: 45rem;
    width: 100%;
  }
  .product-details__image-choice {
    max-width: 45rem;
    overflow: visible;
  }
  .product-details__accessories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-details__dimensions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  row-gap: 5rem;
}
.product-details__dimensions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-details__dimensions-container-title {
  display: block;
  padding-bottom: 1rem;
}
.product-details__dimensions-container-image {
  width: 8rem;
  height: 4.25rem;
}
.product-details__dimensions-container-image--tria {
  display: none;
}
.product-details__dimensions-container-image--round {
  display: none;
}
[data-product-id="d9d24659-2e21-403e-8286-c68d08bab3a3"] .product-details__dimensions-container-image {
  display: none;
}
[data-product-id="d9d24659-2e21-403e-8286-c68d08bab3a3"] .product-details__dimensions-container-image--tria {
  display: block;
}
[data-product-id="c112dcb8-39ac-4023-b611-72d19d8004aa"] .product-details__dimensions-container-image,
[data-product-id="b0c3c85f-8ab7-4b2e-b59f-f2d2c09edb84"] .product-details__dimensions-container-image,
[data-product-id="6f495e1b-7f77-4104-87c1-bc907ba278c6"] .product-details__dimensions-container-image,
[data-product-id="1040dc32-118d-433a-8741-030139ca15f8"] .product-details__dimensions-container-image {
  display: none;
}
[data-product-id="c112dcb8-39ac-4023-b611-72d19d8004aa"] .product-details__dimensions-container-image--round,
[data-product-id="b0c3c85f-8ab7-4b2e-b59f-f2d2c09edb84"] .product-details__dimensions-container-image--round,
[data-product-id="6f495e1b-7f77-4104-87c1-bc907ba278c6"] .product-details__dimensions-container-image--round,
[data-product-id="1040dc32-118d-433a-8741-030139ca15f8"] .product-details__dimensions-container-image--round {
  display: block;
}
.product-details__dimensions-form {
  overflow-y: auto;
}
.product-details__dimensions-form--hidden {
  display: none;
}
.product-details__dimensions-form label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0;
}
.product-details__dimensions-form input[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #f2f0ec;
}
.product-details__dimensions-form input[type='radio']:checked {
  background-color: #000000;
}
.product-details__dimensions-text {
  margin-top: 4rem;
}
@media only screen and (min-width: 75em) {
  .product-details__dimensions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }
  .product-details__dimensions-form {
    min-width: 10rem;
    max-width: 19rem;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow-y: visible;
  }
  .product-details__dimensions-form--hidden {
    display: block;
  }
  .product-details__dimensions-form label {
    display: inline-block;
    border: none;
    cursor: pointer;
    margin-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.1rem;
  }
  .product-details__dimensions-form label--active {
    border-bottom: 3px solid #000000;
  }
  .product-details__dimensions-form label-cm {
    display: none;
  }
  .product-details__dimensions-form input[type='radio'] {
    display: none;
  }
  .product-details__dimensions-text {
    margin-top: 0;
  }
}
.product-details__mechanism {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
.product-details__mechanism-container {
  -webkit-flex-basis: -webkit-calc(50% - 2rem);
      -ms-flex-preferred-size: calc(50% - 2rem);
          flex-basis: calc(50% - 2rem);
}
.product-details__mechanism-image {
  height: 3rem;
}
.product-details__mechanism-text {
  display: inline-block;
  margin-top: 1.25rem;
  cursor: pointer;
}
input[type="radio"]:checked ~ .product-details__mechanism-text {
  border-bottom: 3px solid #000000;
}
.product-details__mechanism input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
@media only screen and (min-width: 37em) {
  .product-details__mechanism-image {
    height: 4.25rem;
  }
}
@media only screen and (min-width: 48em) {
  .product-details__mechanism {
    gap: 3rem;
  }
  .product-details__mechanism-container {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
@media only screen and (min-width: 75em) {
  .product-details__mechanism {
    margin-bottom: 4rem;
  }
}
.product-details__individualization {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2rem 5rem;
}
.product-details__individualization-container {
  border: none;
  margin-bottom: 4rem;
}
.product-details__individualization-container-item {
  width: 17rem;
  padding-top: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-details__individualization-container-item-image {
  width: 100%;
}
.product-details__individualization-container-item-image--gatta {
  display: none;
}
[data-product-id="5ad2f7f5-2386-4a93-8ff8-529973f5dc47"] .product-details__individualization-container-item-image {
  display: none;
}
[data-product-id="5ad2f7f5-2386-4a93-8ff8-529973f5dc47"] .product-details__individualization-container-item-image--gatta {
  display: inline;
}
.product-details__individualization-container-label {
  padding-top: 0.8rem;
  display: inline-block;
  cursor: pointer;
}
.product-details__individualization-container-input {
  display: none;
}
.product-details__individualization-container-input:checked ~ .product-details__individualization-container-label span {
  border-bottom: 3px solid #000000;
}
.product-details__individualization-container[data-property-value-count="1"] {
  display: none;
}
.product-details__individualization-bolster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2rem 5rem;
}
.product-details__equipment {
  border: none;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2.3rem;
}
.product-details__equipment-container {
  max-width: 30rem;
  text-align: center;
}
.product-details__equipment-container-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-details__equipment-container-label {
  padding-top: 0.8rem;
  display: inline-block;
  cursor: pointer;
}
.product-details__equipment-container-input {
  display: none;
}
.product-details__equipment-container-input:checked ~ .product-details__equipment-container-label span {
  border-bottom: 3px solid #000000;
}
.product-details__equipment [data-property-id],
.product-details__equipment input {
  display: none;
}
@media only screen and (min-width: 62em) {
  .product-details__equipment-container {
    width: -webkit-calc(47%);
    width: calc(47%);
    max-width: 30rem;
  }
  .product-details__equipment-container-image {
    height: 15rem;
  }
}
.multiple-shopping-carts__item {
  display: block;
  border-bottom: 2px solid #838383;
}
.multiple-shopping-carts__item + .multiple-shopping-carts__item {
  margin-top: 2rem;
}
.multiple-shopping-carts__image {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 10rem;
  margin: 0 auto;
}
.multiple-shopping-carts__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 1rem;
  text-align: center;
}
.multiple-shopping-carts__button {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #FFFFFF;
  border: 2px solid #CCC;
  color: #777;
}
.multiple-shopping-carts__button--default {
  background-color: #000000;
  color: #ffffff;
}
.multiple-shopping-carts .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  font-size: 0.8rem;
}
@media only screen and (min-width: 48em) {
  .multiple-shopping-carts__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 1rem;
  }
  .multiple-shopping-carts__image {
    margin: 0;
  }
  .multiple-shopping-carts__description {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    text-align: left;
  }
}
@media only screen and (min-width: 75em) {
  .multiple-shopping-carts__description {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
  }
}
.product__btn {
  padding: 0.8rem;
  border: 2px solid #000000;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.product__btn-primary {
  color: #fff;
  background-color: #000 !important;
}
.product__btn-add-to-cart-container {
  position: relative;
}
.product__btn-add-to-cart-message {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.8rem;
  color: green;
  background: #f2f0ec;
  border: 1px solid green;
}
.product__btn-read {
  margin-top: 1.2rem;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  border-bottom: 3px solid #000000;
}
.product__btn-more {
  margin-left: 0.6rem;
  margin-top: 2.2rem;
  margin-bottom: 3.2rem;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  border-bottom: 3px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.product__arrow-down {
  width: 1.1rem;
  height: auto;
  cursor: pointer;
}
.product__video-link {
  max-width: 12rem;
  text-transform: uppercase;
  margin: 4rem auto;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 75em) {
  .product__btn {
    padding: 1.5rem;
  }
  .product__btn-add-to-cart-message {
    padding: 1.5rem;
  }
  .product__btn-read {
    margin-top: 4rem;
  }
  .product__video-link {
    display: block;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin: 0;
    margin-top: 1.25rem;
  }
}
.product-chair {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.product-chair__image {
  width: 2.5rem;
  height: 4rem;
}
.product-chair__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 3.5rem;
}
.product-chair__info-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 3.5rem;
}
.product-chair__info-items-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-chair__info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-chair__info-item-box {
  height: 1.6rem;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-top: 0.8rem;
  margin-left: 0.3rem;
}
.product-chair__info-height {
  margin-right: 0.8rem;
}
.product-chair__info-height-text {
  width: 8rem;
  height: 4rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-right: 3rem;
}
.product-chair__info-seat-height {
  margin-right: 0.8rem;
}
.product-chair__info-seat-height-text {
  width: 8rem;
  height: 2.1rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
  margin-right: 3rem;
}
.product-chair__info-width-box {
  width: 2.2rem;
}
.product-chair__info-width-text {
  font-weight: 700;
  vertical-align: middle;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-right: 3rem;
}
.product-chair__info-side-box {
  width: 2rem;
}
.product-chair__info-side-text {
  font-weight: 700;
  vertical-align: middle;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-right: 3rem;
}
.product-chair__weight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 5rem;
}
.product-chair__weight-icon {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 1rem;
  margin-right: 1rem;
}
.product-chair__weight-text {
  font-weight: 700;
}
@media only screen and (min-width: 75em) {
  .product-chair {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .product-chair__weight {
    margin-top: 0;
    margin-right: 1.5rem;
  }
}
.product-list {
  font-size: 0.1px;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
}
.product-list h2 {
  font-family: "Caviar Dreams", sans-serif;
  font-size: 2rem;
  margin-bottom: 10px;
  padding-left: 70px;
}
.product-list h2 a {
  color: #545454;
  word-spacing: 0;
}
.product-list h2 .icon {
  background-position: center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  vertical-align: sub;
  margin-left: -70px;
  margin-right: 10px;
  width: 60px;
}
@media all and (min-width: 37em) {
  .product-list h2 {
    font-size: 2.714rem;
  }
}
.product-list__more {
  text-align: center;
  margin: 3rem 0 6rem;
  font-size: 1.5rem;
}
.product-list__more .btn::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto 0.5rem;
  content: "+";
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  font-weight: 300;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
}
@media all and (min-width: 75em) {
  .product-list {
    gap: 1.5rem;
    max-width: 150rem;
  }
}
.product-list__product {
  display: inline-block;
  font-size: 1rem;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  word-spacing: 0;
}
.product-list__product .product-list__image-wrapper {
  background-color: #ffffff;
  font-size: 0;
  text-align: center;
  position: relative;
}
.product-list__product .product-list__image-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.product-list__product .product-list__image-wrapper img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.product-list__product h3 {
  text-align: center;
}
.product-list__product:last-child {
  margin-right: 0;
}
.product-list__product-title {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-list__product-overlay {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-list__product-overlay-btn {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto !important;
  width: auto !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.product-list__product-overlay:hover {
  opacity: 0.9;
  cursor: pointer;
}
.product-list__product-overlay:hover .product-list__product-overlay-btn {
  opacity: 0.9;
}
@media all and (min-width: 37em) {
  .product-list__product {
    -webkit-flex-basis: -webkit-calc(50% - 1rem / 2);
        -ms-flex-preferred-size: calc(50% - 1rem / 2);
            flex-basis: calc(50% - 1rem / 2);
  }
  .product-list__product--double {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media all and (min-width: 62em) {
  .product-list__product {
    -webkit-flex-basis: -webkit-calc((100% - 3 * 1rem) / 4);
        -ms-flex-preferred-size: calc((100% - 3 * 1rem) / 4);
            flex-basis: calc((100% - 3 * 1rem) / 4);
  }
  .product-list__product--double {
    -webkit-flex-basis: -webkit-calc(50% - 1rem / 2);
        -ms-flex-preferred-size: calc(50% - 1rem / 2);
            flex-basis: calc(50% - 1rem / 2);
  }
}
@media all and (min-width: 75em) {
  .product-list__product {
    -webkit-flex-basis: -webkit-calc((100% - 3 * 1.5rem) / 4);
        -ms-flex-preferred-size: calc((100% - 3 * 1.5rem) / 4);
            flex-basis: calc((100% - 3 * 1.5rem) / 4);
  }
  .product-list__product--double {
    -webkit-flex-basis: -webkit-calc(50% - 1.5rem / 2);
        -ms-flex-preferred-size: calc(50% - 1.5rem / 2);
            flex-basis: calc(50% - 1.5rem / 2);
  }
  .product-list__product-title {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
}
.products-category {
  overflow: hidden;
  margin: 4rem auto;
  width: 90%;
}
.products-category__menu {
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000000;
}
.products-category__menu:first-of-type {
  border-top: 1px solid #000000;
}
.products-category__menu-title {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  width: 100%;
  cursor: pointer;
}
.products-category__menu-list {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.products-category__menu-list-item {
  cursor: pointer;
}
.products-category__menu-list-item--active {
  border-bottom: 4px solid #000000;
}
.products-category__menu--opened .products-category__menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products-category__menu--opened .products-category__menu-toggle-arrow--down {
  display: none;
}
.products-category__menu--opened .products-category__menu-toggle-arrow--up {
  display: block;
}
.products-category__menu-toggle-arrow {
  float: right;
}
.products-category__menu-toggle-arrow--up {
  display: none;
}
.products-category__link-all-products {
  display: none;
}
.products__container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__title {
  padding-top: 3rem;
}
.products__text {
  max-width: 40rem;
  display: -ms-grid;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  margin-bottom: 2rem;
}
.products__image {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.products__design {
  padding-top: 4rem;
}
.products__design-name {
  padding-bottom: 0.3rem;
}
.products__design-image {
  padding-right: 0.5rem;
}
.products__design--highlighted {
  display: block;
  padding-bottom: 0.8rem;
}
.products__divider {
  width: 40%;
  max-width: 30rem;
}
@media only screen and (min-width: 48em) {
  .products-category__menu-title {
    cursor: auto;
    text-align: center;
  }
  .products-category__menu-title img {
    display: none;
  }
  .products-category__menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .products-category__menu-list-item--active {
    padding-bottom: 1rem;
    margin-top: 4px;
    margin-bottom: -1rem;
  }
  .products-category__menu-toggle-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 75em) {
  .products-category {
    overflow: visible;
  }
  .products-category__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .products-category__menu-title {
    text-align: left;
    width: 14rem;
  }
  .products-category__menu-list {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
  }
  .products-category__link-all-products {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
    padding-right: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  .products-category__link-all-products-icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: 0.4rem;
  }
  .products__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .products__title {
    padding-top: 4rem;
  }
  .products__text {
    max-width: 80rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 90em) {
  .products__title {
    padding-top: 5.6rem;
  }
  .products__text {
    margin-bottom: 8rem;
  }
}
.product__realization {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 4rem;
}
.product__realization-title {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}
.product__realization-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 1.5rem;
}
.product__realization-list-item {
  list-style-image: url(/compiled/circle-xs.a71d86e46377850289ecc15b1c586a0b.svg);
  list-style-position: inside;
}
.product__realization-text {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.product__realization-image {
  width: 100%;
  margin-bottom: 3rem;
}
.product__realization .bx-wrapper {
  background-color: transparent;
}
@media only screen and (min-width: 90em) {
  .product__realization {
    margin-bottom: 10rem;
  }
}
.product__sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: #f2f0ec 0%;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.product__sticky--hidden {
  display: none;
}
.product__sticky-container {
  width: 90%;
  margin-inline: auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.product__sticky-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.product__sticky-image {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
}
.product__sticky-noimg img {
  display: none !important;
}
.product__sticky-send {
  padding-bottom: 2rem;
}
.product__sticky-send-icon {
  padding-right: 0.5rem;
}
.product__sticky-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  padding-left: 0.8rem;
  padding-bottom: 1.5rem;
}
.product__sticky-amount-text {
  text-wrap: nowrap;
}
.product__sticky-amount--hidden {
  display: none;
}
.product__sticky-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1rem;
}
.product__sticky-block + .product__sticky-block {
  margin-top: 1rem;
}
.product__sticky-block-details {
  display: none;
}
.product__sticky-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.product__sticky-price-number {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-wrap: nowrap;
}
.product__sticky-price-number--before-discount {
  color: #ff0000;
  font-weight: normal;
}
.product__sticky-price-number--before-discount > div:first-child {
  text-decoration: line-through;
}
.product__sticky-price-text {
  font-size: 0.5rem;
  text-decoration: none;
}
.product__sticky-btn {
  background-color: inherit;
  -webkit-backdrop-filter: inherit;
          backdrop-filter: inherit;
  width: 100%;
}
.product__sticky-btn-and-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.product__sticky-btn-and-toggle > label {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right;
}
.product__sticky-toggle {
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  left: 0;
}
.product__sticky-toggle:checked ~ .product__sticky-block-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product__sticky-block .product__sticky-cart-more--open {
  display: inline;
}
.product__sticky-toggle:checked ~ .product__sticky-block .product__sticky-cart-more--open {
  display: none;
}
.product__sticky-block .product__sticky-cart-more--hide {
  display: none;
}
.product__sticky-toggle:checked ~ .product__sticky-block .product__sticky-cart-more--hide {
  display: inline;
}
.product__sticky-cart-more {
  cursor: pointer;
}
.product__sticky .product-details__mechanism-image,
.product__sticky .product-details__mechanism-image + br {
  display: none;
}
@media only screen and (min-width: 37em) {
  .product__sticky-block {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 75em) {
  .product__sticky-container {
    width: 100%;
    padding: 1rem 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product__sticky-container--hidden {
    display: block;
  }
  .product__sticky-container-item {
    display: block;
    padding: 0;
  }
  .product__sticky-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 26rem;
    margin-top: 0 !important;
  }
  .product__sticky-block--right {
    width: 100%;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 10rem;
  }
  .product__sticky-block-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product__sticky-price {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product__sticky-text {
    padding-inline: 2rem;
  }
  .product__sticky-details {
    padding: 0;
  }
  .product__sticky-send {
    min-width: 13rem;
    padding-bottom: 0;
  }
  .product__sticky-amount {
    padding: 0;
  }
  .product__sticky-amount--hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product__sticky-cart-more {
    display: none !important;
  }
  .product__sticky-btn {
    width: 16rem;
  }
}
@media only screen and (min-width: 110em) {
  .product__sticky-price {
    padding: 0;
  }
  .product__sticky-price-text {
    display: block;
  }
}
.product-technology__title {
  width: 80%;
  margin-inline: auto;
  padding-top: 5.75rem;
  padding-bottom: 0.2rem;
}
.product-technology__line {
  width: 80%;
  margin-inline: auto;
}
.product-technology__text {
  width: 60%;
  margin-inline: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: -ms-grid;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
}
.product-technology__figure {
  width: 80%;
  margin-inline: auto;
}
.product-technology__figure-img {
  width: 100%;
}
.product-technology__container {
  width: 80%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-technology__container-text {
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-technology__container-text--sm {
  padding-top: 2.25rem;
}
.product-technology__container-images {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-technology__container-images-img {
  width: 22rem;
  height: 28rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.product-technology__divider {
  width: 60%;
  margin-inline: auto;
}
.product-technology__link {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media only screen and (min-width: 90em) {
  .product-technology__text {
    max-width: 59rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .product-technology__figure-title {
    width: 70%;
  }
  .product-technology__container {
    width: 80%;
    margin-inline: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-technology__container-text {
    min-width: 46rem;
    padding-right: 6.5rem;
    padding-top: 13rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-technology__container-text--sm {
    padding-top: 2.25rem;
  }
  .product-technology__container-images-img {
    width: 46rem;
    height: 55rem;
    margin-bottom: 2rem;
    margin-right: 6.5rem;
  }
  .product-technology__divider {
    width: 40%;
  }
  .product-technology__link {
    padding-top: 10rem;
    padding-bottom: 6.25rem;
  }
}
.product-accessories__text {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}
.product-accessories__image {
  width: 6rem;
  height: auto;
}
.product-accessories__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.product-accessories__title {
  padding-bottom: 0.6rem;
}
.product-accessories__extra-btn {
  width: 100%;
  margin-bottom: 1.5rem;
}
.product-accessories__extra-title {
  padding-top: 0.5rem;
}
.product-accessories__item {
  margin-top: 2rem;
}
.product-accessories__btn {
  width: 13rem;
}
.product-accessories__price {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 75em) {
  .product-accessories__container-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .product-accessories__btn {
    width: 20rem;
  }
  .product-accessories__extra {
    display: block;
  }
  .product-accessories__extra-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-accessories__extra-image {
    max-width: 22rem;
  }
  .product-accessories__extra-btn {
    width: 22rem;
    margin-bottom: 1.5rem;
  }
  .product-accessories__price {
    width: 22rem;
    padding-top: 3rem;
  }
  .product-accessories__price-number {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25rem;
  }
}
.product-collection {
  overflow: hidden;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.product-collection__menu {
  width: 80%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.product-collection__menu-list {
  display: none;
}
.product-collection__images {
  width: 80%;
  height: 28rem;
  margin: 4rem auto;
  display: block;
}
.product-collection__images-container {
  position: relative;
}
.product-collection__images-container:not(:last-child) {
  margin-right: 1rem;
}
.product-collection__title {
  margin-inline: auto;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.product-collection__block {
  width: 80%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-collection__block-link {
  padding-bottom: 3.5rem;
}
.product-collection__container {
  width: 100%;
  padding: 3rem 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  background-color: #e2e2e2;
}
.product-collection__image {
  width: 22rem;
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.product-collection__image-title {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-collection__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-collection__image-overlay-btn {
  display: none;
}
.product-collection__more-line {
  display: none;
}
.product-collection__more-circle {
  display: none;
}
.product-collection__more-title {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 5rem;
  cursor: pointer;
}
.product-collection__link-all-products {
  display: none;
}
@media only screen and (min-width: 75em) {
  .product-collection {
    overflow: visible;
    padding-bottom: 4rem;
  }
  .product-collection__title {
    width: 14rem;
    margin: 0;
  }
  .product-collection__menu {
    min-width: 70rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-collection__menu-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .product-collection__menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .product-collection__menu-list-item {
    cursor: pointer;
  }
  .product-collection__menu-list-item--active {
    border-bottom: 4px solid #000000;
    margin-bottom: -1.3rem;
  }
  .product-collection__images {
    min-width: 70rem;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 2rem;
  }
  .product-collection__images-container {
    height: 28rem;
    margin: 0;
  }
  .product-collection__images-container:not(:last-child) {
    margin-right: 0;
  }
  .product-collection__image-overlay {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .product-collection__image-overlay-btn {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
  }
  .product-collection__image-overlay:hover {
    background-color: #ffffff;
    opacity: 0.9;
  }
  .product-collection__image-overlay:hover .product-collection__image-overlay-btn {
    opacity: 1;
  }
  .product-collection__container {
    max-width: 30rem;
    height: 28rem;
    padding-inline: 3rem;
  }
  .product-collection__block {
    display: block;
    width: auto;
    margin: 0;
  }
  .product-collection__block-link {
    display: none;
  }
  .product-collection__link-all-products {
    display: block;
    padding-right: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  .product-collection__link-all-products-icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: 0.4rem;
  }
  .product-collection__main-link {
    display: none;
  }
  .product-collection__more {
    max-width: 71rem;
    margin-inline: auto;
    position: relative;
    padding-top: 6rem;
    padding-bottom: 15rem;
  }
  .product-collection__more-line {
    display: block;
    position: relative;
  }
  .product-collection__more-container {
    position: absolute;
    top: 33%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .product-collection__more-circle {
    display: block;
  }
  .product-collection__more-title {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 90em) {
  .product-collection__menu-list-item--active {
    margin-bottom: -1.5rem;
  }
  .product-collection__images {
    min-width: 91rem;
    row-gap: 3.5rem;
  }
  .product-collection__image {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-collection__image-title {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
  .product-collection__container {
    max-width: 46rem;
    font-size: 1.25rem;
  }
  .product-collection__container-title {
    padding-bottom: 1.5rem;
  }
  .product-collection__more {
    max-width: 94rem;
  }
}
.product-configuration--hide {
  display: none;
}
.product-configuration__add-to-cart {
  text-align: center;
  margin: 4rem auto 8rem;
  position: relative;
  max-width: 16rem;
}
.questions-projects {
  padding-top: 5rem;
}
.questions-projects__title {
  max-width: 54rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.questions-projects__text {
  padding-bottom: 2.8rem;
}
.questions-projects__text-part,
.questions-projects__text-part p {
  padding-bottom: 1rem;
}
.questions-projects__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.4rem;
}
.questions-projects__image {
  mix-blend-mode: multiply;
}
.questions-projects__image--sm {
  width: 18rem;
}
.questions-projects__image--md {
  width: 36rem;
}
@media only screen and (min-width: 75em) {
  .questions-projects__title {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  .questions-projects__title {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .questions-projects__image--sm {
    width: 30rem;
  }
  .questions-projects__image--md {
    width: 100%;
    max-width: 80rem;
  }
}
.questions__title {
  text-align: center;
}
.questions__section-title {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.questions__faq-main-question {
  border-top: 1px solid #000000;
}
.questions__faq-main-question:last-child {
  border-bottom: 1px solid #000000;
}
.questions__choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.questions__choose-text {
  padding-bottom: 2rem;
}
.questions__choose-container-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 1.5rem 2.5rem 1.5rem 0;
  background-image: url(/compiled/arrow-down.6fafa927083ae63d1cd04f0a7d2fd06b.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 1.5rem 1.5rem;
          background-size: 1.5rem;
  background-position: right center;
}
.questions__choose-answer {
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}
.questions__arrow {
  width: 1.8rem;
  cursor: pointer;
}
.questions__answer {
  width: 100%;
  padding-bottom: 3rem;
}
.questions__answer-part {
  padding-bottom: 2rem;
}
.questions__answer-list-item {
  counter-increment: list;
  list-style: none inside none;
}
.questions__answer-list-item::marker {
  content: counter(list) ')\A0';
}
.questions__answer--hidden {
  display: none;
}
.questions__toggle {
  display: none;
  position: absolute;
  left: 0;
}
.questions__choose-answer,
.questions__answer {
  display: none;
}
.questions__toggle:checked ~ .questions__choose-answer,
.questions__toggle:checked ~ .questions__answer {
  display: block;
}
.questions__toggle:checked ~ .questions__container-item,
.questions__toggle:checked ~ .questions__choose-container-item {
  background-image: url(/compiled/arrow-up.a7942e2328dbb2ba8de4855202f28000.svg);
}
@media only screen and (min-width: 48em) {
  .questions__section-title {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .questions__choose-container-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .questions__choose-answer {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 75em) {
  .questions__section-title {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .questions__choose {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .questions__choose-container {
    width: 100%;
  }
  .questions__choose-container-item {
    padding: 3rem 3rem 3rem 0;
  }
  .questions__choose-answer {
    margin-top: -0.5rem;
  }
  .questions__answer {
    margin-top: -0.5rem;
  }
  .questions__container-item {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 5rem;
  }
}
.questions-list__title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.questions-list__item {
  border-top: 1px solid #000000;
}
.questions-list__item:last-of-type {
  border-bottom: 1px solid #000000;
}
.questions-list__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  font-weight: 500;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 4rem;
  background-image: url(/compiled/arrow-down.6fafa927083ae63d1cd04f0a7d2fd06b.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 2rem 2rem;
          background-size: 2rem;
  background-position: right center;
}
.downloads__section h3 {
  margin-bottom: 0.5rem;
}
.downloads__section + .downloads__section {
  margin-top: 2rem;
}
.downloads__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #000000;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.downloads__file:last-child {
  border-bottom: 1px solid #000000;
}
.downloads__file--name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.downloads__file--size {
  -webkit-flex-basis: 8rem;
      -ms-flex-preferred-size: 8rem;
          flex-basis: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.downloads__file--download {
  -webkit-flex-basis: 9rem;
      -ms-flex-preferred-size: 9rem;
          flex-basis: 9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.downloads__file--download img {
  height: 2.8rem;
}
.downloads__catalog-logo {
  margin-top: 2rem;
}
.downloads__text {
  max-width: 40rem;
  display: -ms-grid;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 62em) {
  .downloads {
    width: 85%;
  }
  .downloads__section h3 {
    margin-bottom: 0.8rem;
  }
  .downloads__section + .downloads__section {
    margin-top: 3rem;
  }
  .downloads__file--size {
    -webkit-flex-basis: 10rem;
        -ms-flex-preferred-size: 10rem;
            flex-basis: 10rem;
  }
  .downloads__file--download {
    -webkit-flex-basis: 10rem;
        -ms-flex-preferred-size: 10rem;
            flex-basis: 10rem;
  }
  .downloads__catalog-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
  .downloads__catalog-logo > section {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .downloads__catalog-logo {
    margin-top: 3rem;
  }
  .downloads__catalog-logo .downloads__section + .downloads__section {
    margin-top: 0;
  }
}
@media only screen and (min-width: 75em) {
  .downloads {
    width: 80%;
  }
  .downloads__catalog-logo {
    gap: 4rem;
  }
  .downloads__text {
    max-width: 80rem;
    margin-bottom: 5rem;
  }
}
.shopping-cart {
  width: 90%;
  margin: 0 auto 2rem;
}
.shopping-cart__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  border-bottom: 1px solid #000000;
}
.shopping-cart__list-item {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  display: none;
}
.shopping-cart__list-item--active {
  border-bottom: 4px solid #000000;
  display: block;
}
.shopping-cart__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #000000;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.shopping-cart__container-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.shopping-cart__container-image {
  height: 12.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.shopping-cart__text--md {
  font-size: 1.5rem;
  letter-spacing: 0.01rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.shopping-cart__description {
  padding-top: 2rem;
}
.shopping-cart__description-image {
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  width: 4.6rem;
  height: 4.6rem;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.shopping-cart__description-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-top: 2rem;
}
.shopping-cart__description-dimensions {
  font-weight: 300;
  font-size: 0.8rem;
}
.shopping-cart__description-value {
  margin-left: 2rem;
  font-weight: 300;
  font-size: 0.8rem;
}
.shopping-cart__block {
  padding-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.shopping-cart__block-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem;
}
.shopping-cart-item__remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.shopping-cart-item__remove img {
  width: 2.6rem;
  height: 2.6rem;
  vertical-align: middle;
}
.shopping-cart__amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.shopping-cart__amount-control {
  font-size: 1.8rem;
  font-weight: 300;
  background-color: #ffffff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}
.shopping-cart__amount input {
  display: none;
}
.shopping-cart__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: nowrap;
}
.shopping-cart__price-text {
  display: none;
}
.shopping-cart__total {
  padding-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
}
.shopping-cart__total-text {
  max-width: 22rem;
}
.shopping-cart__total-btn {
  display: block;
  width: 100%;
  padding: 1.5rem 5rem;
  border: 2px solid #000000;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.shopping-cart__total-price p + p {
  margin-top: 1rem;
}
.shopping-cart__empty {
  margin-top: 3rem;
  text-align: center;
}
.shopping-cart__empty p + p {
  margin-top: 1rem;
}
.shopping-cart__empty a {
  text-decoration: underline;
}
.shopping-cart label.text--md {
  display: block;
  padding-top: 3rem;
  padding-bottom: 2.8rem;
}
@media only screen and (min-width: 48em) {
  .shopping-cart {
    margin-bottom: 4rem;
  }
  .shopping-cart__description {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .shopping-cart__total {
    margin-left: 0;
    margin-right: 0;
  }
  .shopping-cart__total-btn {
    width: 25rem;
  }
  .shopping-cart__list-item {
    display: block;
  }
}
@media only screen and (min-width: 75em) {
  .shopping-cart__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .shopping-cart__container-image {
    width: 10rem;
    height: 12.8rem;
  }
  .shopping-cart__description-items {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .shopping-cart__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0;
  }
  .shopping-cart__block-item {
    width: 22rem;
  }
  .shopping-cart__total {
    padding-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media only screen and (min-width: 90em) {
  .shopping-cart__block-item {
    width: 25rem;
  }
  .shopping-cart__price-text {
    display: block;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 110em) {
  .shopping-cart__block-item {
    width: 36rem;
  }
}
.shopping-contact-info__total {
  margin-top: 3rem;
  margin-left: -10vw;
  margin-right: -10vw;
  padding: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 3rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
}
.shopping-contact-info__total h4 {
  margin-bottom: 0.5rem;
}
.shopping-contact-info__total-price {
  padding-bottom: 1rem;
}
.shopping-contact-info__total-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.shopping-contact-info__registration {
  max-width: 62rem;
  background-color: #dae2d2;
  margin-left: -10vw;
  margin-right: -10vw;
  margin-top: 0;
  padding: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 3rem;
}
.shopping-contact-info__registration-text {
  width: 27rem;
}
.shopping-contact-info__registration-form input {
  width: 100% !important;
}
.shopping-contact-info__registration-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shopping-contact-info__registration-subscribe input {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.shopping-contact-info__line {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.shopping-contact-info__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shopping-contact-info__btn .btn {
  width: 100%;
  padding: 1.5rem 5rem;
  border: 2px solid #000000;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .shopping-contact-info__btn .btn {
    width: 25rem;
  }
  .shopping-contact-info__total,
  .shopping-contact-info__registration {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 90em) {
  .shopping-contact-info__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .shopping-contact-info__container-item {
    max-width: 62rem;
  }
  .shopping-contact-info__total {
    width: 30rem;
    height: 36rem;
  }
}
.contacts__title {
  padding-bottom: 4rem;
}
.contacts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  border-bottom: 1px solid #000000;
}
.contacts__list-item {
  line-height: 2rem;
}
.contacts__list-item--active {
  border-bottom: 4px solid #000000;
}
li.contacts__list-item {
  display: list-item;
}
.contacts__text {
  max-width: 70rem;
  margin: 4rem auto;
  text-align: center;
}
.contacts__text-title {
  padding-bottom: 4rem;
}
.contacts__text-next {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
.contacts__container {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
.contacts__container-item {
  margin-top: 5rem;
}
.contacts__container-item-shops {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.contacts__container-title {
  padding-bottom: 1.5rem;
}
.contacts__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contacts__table-row td {
  min-width: 9rem;
}
.contacts__opening-hours + .contacts__opening-hours {
  padding-bottom: 1.5rem;
}
.contacts__map {
  width: 100%;
  height: 70vh;
  max-height: 400px;
  margin-bottom: 5rem;
}
.contacts__shops {
  display: inline-block;
  margin-bottom: 2rem;
  border-bottom: 3px solid #000000;
}
.contacts__shops-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.contacts__shops-list-shop {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 0.5rem;
  margin-left: 2rem;
}
.contacts__shops-list-shop li + li {
  margin-top: 0.25rem;
}
@media only screen and (min-width: 75em) {
  .contacts__title {
    padding-bottom: 6rem;
  }
  .contacts__container-item {
    margin-top: 4rem;
  }
  .contacts__container-item-regions {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 90em) {
  .contacts__title {
    padding-bottom: 8rem;
  }
  .contacts__container-item {
    margin-top: 3.5rem;
  }
  .contacts__container-item-regions {
    margin-top: 3.5rem;
  }
  .contacts__container-title {
    padding-bottom: 2rem;
  }
}
.contacts-showroom__reservation {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #000000;
}
.contacts-showroom__container {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media only screen and (min-width: 90em) {
  .contacts-showroom__reservation {
    padding-top: 4rem;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  background-color: #f2f0ec;
  height: 100%;
  font-family: 'ModernGothic', sans-serif;
  font-weight: 500;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
/*
table,
tbody,
tr,
td {
    all: unset;
}
 */
.btn-circle {
  width: 4rem;
  height: 4rem;
}
.main--inverted {
  background: #000000;
  color: #ffffff;
}
.main--inverted a {
  color: #ffffff;
}
