.disabled {
  position: relative;
  transition: opacity ease .26s;
  opacity: .4;
  &:before {
    position: absolute;
    z-index: 5;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
  }
}

.enabled {
  transition: opacity ease .26s;
  opacity: 1;
}

// /* Sticky informer */

// .sticky-informer {
//   position: fixed;
//   z-index: 10;
//   top: 0;
//   left: 0;
//   width: 100%;

//   backface-visibility: hidden;
//   transform: scale3d(1, 1, 1) translateZ(0);

//   &.sticky-informer-hidden-form {
//     transform: none;
//     backface-visibility: initial;

//     .form {
//       display: none;
//     }

//     .filters {
//       display: block;
//     }
//   }



// }

// .fake-sticky-informer {
//   width: 100%;
//   height: 107px;
// }

// .js-sorting.hidden {
//   display: block;
//   visibility: hidden;
// }
// .js-left-column.display-rekl {
//   display: block;
// }
// /* /Sticky informer */

.hide-with-opacity {
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);

  opacity: 0;
}

.js-preroll {
  &.hide-with-opacity {
    z-index: 0;

    pointer-events: none;
  }
}

.js-left-column {
  transition: opacity .25s ease;
  &.slide-up {
    // opacity: 1;
  }
}
// }
// .results-and-system-messages-container {
//   width: 710px;
//   float: left;
//   padding-top: 20px;
//   position: relative;
// }
