.main-slider {
  margin-right: unset;
}

@media (max-width: 1024px) {
  .b-header-bottom__panel .title-search-result {
    left: 0;
    width: 100%;
  }
}

.b-catalog-table__img:hover .preview {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .b-catalog-table__img:hover .preview {
    display: none !important;
  }
}

.b-catalog-table__img .preview {
  background-color: #fff;
  height: auto;
  position: absolute;
  bottom: 140px;
  left: -32px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease-out 0.2s;
  z-index: 1000;
}

.b-catalog-table__img .preview__img {
  padding: 10px;
}

.b-catalog-table__img .preview__img img {
  height: 300px !important;
  max-height: 300px;
  width: 500px;
  max-width: 500px;
  object-position: center;
}

.b-catalog-table__img .preview__title {
  padding-top: 10px;
  text-align: center;
  font-weight: 400;
  color: #427ec7;
}

.b-catalog-list__img .preview {
  transition: .2s ease-out .2s !important;
}
