/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/util/ImageZoom.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.image-zoom-fade {
  z-index: 999990;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-black) !important;
}

.image-zoom-container.swiper {
  opacity: 1;
  background-color: transparent;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-zoom-container.swiper .swiper-button-prev {
  left: 16px;
  right: auto;
  top: 50%;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: absolute;
  transition: background-color 0.3s;
  cursor: pointer;
  background-color: var(--bs-white) !important;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-zoom-container.swiper .swiper-button-prev::after {
  content: url(/next_image/icons/arrow_left_5.svg);
  font-size: 24px;
  line-height: 24px;
  padding: 2px 3px 0 0;
}
@media (min-width: 992px) {
  .image-zoom-container.swiper .swiper-button-prev {
    left: 24px;
  }
}
.image-zoom-container.swiper .swiper-button-next {
  right: 16px;
  left: auto;
  top: 50%;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: absolute;
  transition: background-color 0.3s;
  cursor: pointer;
  background-color: var(--bs-white) !important;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-zoom-container.swiper .swiper-button-next::after {
  content: url(/next_image/icons/arrow_right_5_md.svg);
  font-size: 24px;
  line-height: 24px;
  padding: 2px 0 0 2px;
}
@media (min-width: 992px) {
  .image-zoom-container.swiper .swiper-button-next {
    right: 24px;
  }
}
.image-zoom-container.swiper .swiper-button-prev:hover,
.image-zoom-container.swiper .swiper-button-next:hover {
  background-color: var(--bs-gray-200) !important;
}
.image-zoom-container.swiper .swiper-button-prev:active,
.image-zoom-container.swiper .swiper-button-next:active {
  background-color: var(--bs-gray-300) !important;
}

.image-zoom-close {
  left: auto;
  right: 12px;
  top: 12px;
  position: fixed;
  cursor: pointer;
  box-sizing: content-box;
  width: 48px;
  height: 48px;
  border: 0;
  z-index: 1999999;
}
@media (min-width: 992px) {
  .image-zoom-close {
    padding-right: 17px;
  }
}
.image-zoom-close .icon-ok {
  z-index: 1999999;
  color: var(--bs-white);
  transition: color 0.3s;
}
.image-zoom-close:hover .icon-ok {
  color: var(--bs-gray-200);
}
.image-zoom-close:active .icon-ok {
  color: var(--bs-gray-300);
}

.image-zoom-div {
  width: 100%;
  height: 100%;
}
.image-zoom-div .image-zoom-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  cursor: default;
}

.image-zoom-next::after {
  content: "next";
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: initial;
  line-height: 1;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/react-photo-view/dist/react-photo-view.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.PhotoView-Portal{direction:ltr;height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{cursor:-webkit-grab;cursor:grab;max-width:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.PhotoView__Photo:active{cursor:-webkit-grabbing;cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{bottom:0;direction:ltr;left:0;position:absolute;right:0;top:0;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:rgba(0,0,0,.5);color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:rgba(0,0,0,.3);box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/topdownbutton/topdownbutton.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.topdownbutton-v2 .down {
  position: fixed;
  right: 0;
  bottom: 6rem;
  width: 3.25rem;
  height: 3.25rem;
  z-index: 4;
  font-size: 19px;
  padding-top: 10px;
}

.topdownbutton-v2 .top {
  position: fixed;
  right: 0;
  bottom: 10rem;
  width: 3.25rem;
  height: 3.25rem;
  z-index: 4;
  font-size: 19px;
  padding-top: 10px;
}

.topdownbutton-v2 .help_chat {
  position: fixed;
  right: 0;
  bottom: 2rem;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 19px;
  padding-top: 10px;
}

@media (max-width: 992px) {
  .topdownbutton-v2 .down {
    position: fixed;
    right: 0;
    bottom: 4rem;
    width: 3.25rem;
    height: 3.25rem;
  }
  .topdownbutton-v2 .top {
    position: fixed;
    right: 0;
    bottom: 8rem;
    width: 3.25rem;
    height: 3.25rem;
  }
  .topdownbutton-v2 .help_chat {
    position: fixed;
    left: 0;
    bottom: 4rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}
@media (max-width: 575.98px) {
  .topdownbutton-v2-upper .help_chat {
    bottom: calc(4rem + 58px);
  }
  .topdownbutton-v2-upper .down {
    bottom: calc(4rem + 58px);
  }
  .topdownbutton-v2-upper .top {
    bottom: calc(8rem + 58px);
  }
}
.badge-success {
  background-color: #6dc344;
  color: #fff !important;
}

a.badge-success:focus,
a.badge-success:hover {
  color: #212529;
  background-color: #57a133;
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(109, 195, 68, 0.5);
}

/* JIVO site */
jdiv[class*=__jivoMobileButton] {
  display: none !important;
}

jdiv#jvLabelWrap {
  position: absolute;
  display: none !important;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/lot/ui/ProductGallery.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.card-gallery .gallery-slider {
  max-height: 620px;
  overflow-y: auto;
  overflow-x: hidden;
}
.card-gallery .gallery-slider::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
  background-repeat-x: no-repeat;
  background-position-x: center;
}
.card-gallery .gallery-slider::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--bs-gray-300);
}
@media (max-width: 991.98px) {
  .card-gallery .gallery-slider {
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .card-gallery .gallery-slider::-webkit-scrollbar {
    height: 4px;
    background-color: transparent;
    background-repeat-x: no-repeat;
    background-position-x: center;
  }
  .card-gallery .gallery-slider::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--bs-gray-300);
  }
}
.card-gallery .gallery-slider .slider-item {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .card-gallery .gallery-slider .slider-item {
    margin-bottom: 0 !important;
    margin-right: 8px;
    width: 60px;
    height: 60px;
  }
}
.card-gallery .gallery-slider .slider-item:hover {
  opacity: 0.8;
}
.card-gallery .gallery-slider .slider-item.active,
.card-gallery .gallery-slider .slider-item:active {
  opacity: 0.4;
}
.card-gallery .gallery-slider .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-gallery .gallery-main-img .img-item {
  height: 620px;
  max-width: 100%;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .card-gallery .gallery-main-img .img-item {
    height: 440px;
  }
}
.card-gallery .gallery-main-img .img-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/lot/cards/LotCard.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.product-card .container-img {
  max-height: 680px;
  min-height: 160px;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.product-card .container-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.product-card .container-img img.horizontal {
  object-fit: contain;
}
.product-card .container-img video {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.product-card .prices {
  flex-direction: column;
  align-items: start;
}
@media (min-width: 992px) {
  .product-card .prices {
    flex-direction: row;
    align-items: end;
  }
}
.product-card .sp-slider,
.product-card .sp-slides {
  height: 100%;
}
.product-card .sp-slide {
  height: 100%;
  width: 100%;
}
.product-card .sp-slider-dots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.product-card .sp-slider-dot {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: var(--bs-gray-200);
  cursor: pointer;
}
.product-card .sp-slider-dot.active {
  background-color: var(--bs-gray-600);
}
.product-card .sp-slider-dot:last-of-type {
  margin-right: 0 !important;
}

.text-stroke-white-3 {
  -webkit-text-stroke: 3px var(--bs-white);
}

@media (max-width: 767.98px) {
  .popover {
    --bs-popover-max-width: 320px !important;
  }
}
.product-card button.lot-like-btn:hover {
  color: var(--bs-red) !important;
}

.lot-like-btn-container:hover button.lot-like-btn {
  color: var(--bs-red) !important;
}

.card-badge {
  min-height: 30px;
}

.card-badge .delimiter {
  text-indent: -999999px;
  float: left;
  width: 1px;
  height: 30px;
  background: #f5f5f5;
  margin-left: 8px;
  margin-right: 8px;
}

@media (max-width: 991.98px) {
  .card-badge {
    min-height: 32px;
  }
  .card-badge .delimiter {
    height: 32px;
  }
}
.card-stat-badge {
  margin-right: 0 !important;
}

.candy-action img {
  width: 16px;
  height: 16px;
}

.lot-card-exclusive-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  filter: blur(32px);
}

.lot-card-exclusive {
  filter: blur(10px);
}

.truncate-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.dolyami-badge-icon {
  height: 20px !important;
  width: 20px !important;
}
@media (max-width: 1199.98px) {
  .dolyami-badge-icon {
    height: 24px !important;
    width: 24px !important;
  }
}

.compare-site-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--bs-gray-200);
  color: var(--bs-gray-600);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-slides-offset-before);
              margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-end: var(--swiper-slides-offset-after);
              margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-slides-offset-before);
              margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      -webkit-margin-after: var(--swiper-slides-offset-after);
              margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/modules/pagination.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/scss/custom_swiper.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.swiper-pagination-bullet {
  --swiper-pagination-color: #d6d6d6;
  --swiper-pagination-bullet-inactive-color: #f5f5f5;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 1;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 4px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 4px);
}

.swiper-pagination-bullets {
  left: 6px !important;
}

.swiper-pagination {
  text-align: left !important;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/lot/Lot.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@media (min-width: 1200px) {
  .modal-dialog.modal-lot {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .modal-dialog.modal-lot {
    max-width: 800px;
  }
}

.image_nav {
  width: 75px;
  height: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: 2px solid #c2e6b4;
  flex-shrink: 0;
}

/* success */
/* .image_nav:hover, .image_nav.active  {
  border:2px solid #6dc344;
} */
.image-large {
  transition: all 0.5s;
  /*border:1px solid rgb(0,0,0,0.05);*/
}

.image-large:hover {
  /*border:1px solid rgb(0,0,0,0.2);*/
}

.colour_delimiter .breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
}

/* Hide spin */
input.hide-spin::-webkit-outer-spin-button,
input.hide-spin::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input.hide-spin[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.rounded-left-md {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-right-md {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

@media (max-width: 575.98px) {
  .modal-lot.modal-dialog {
    margin: 0;
  }
  .modal-lot .modal-content {
    border: 0;
    border-radius: 0;
  }
}
.opacity-40 {
  opacity: 0.4;
}

.opacity-60 {
  opacity: 0.6;
}

.form-control.lot-order-input {
  padding: 0;
  height: 58px;
  width: 60px;
  border-radius: 0;
}

.form-control.lot-order-input:focus {
  box-shadow: none !important;
}

.lot-order-like-input-block {
  color: #999999 !important;
  background-color: #f5f5f5;
}

.form-control.lot-order-like-input {
  background-color: #f5f5f5;
  padding: 0;
  height: 52px;
  border-radius: 0;
  color: #999999;
}

.form-control.lot-order-like-input::placeholder {
  color: #999999 !important;
}

.form-control.lot-order-like-input:focus {
  box-shadow: none !important;
  background-color: #f5f5f5;
  color: #000000;
}

.form-control.lot-order-like-input:focus::placeholder {
  color: transparent !important;
}

.lot-gallery-main-img {
  height: 500px;
  flex-shrink: 0;
}

.sp-scrollbar-y-lot-gallery {
  max-height: 500px;
}

@media (max-width: 1199.98px) {
  .lot-gallery-main-img {
    height: 500px;
  }
  .sp-scrollbar-y-lot-gallery {
    max-height: 500px;
  }
}
@media (max-width: 767.98px) {
  .lot-gallery-main-img {
    height: 480px;
  }
  .sp-scrollbar-y-lot-gallery {
    max-height: 480px;
  }
}
@media (max-width: 575.98px) {
  .lot-gallery-main-img {
    height: 405px;
  }
  .sp-scrollbar-y-lot-gallery {
    max-height: 405px;
  }
}
.lot-gallery-slider-img {
  width: 75px;
  height: 75px;
  cursor: pointer;
  flex-shrink: 0;
}

.lot-gallery-main-img img,
.lot-gallery-slider-img img {
  width: 100%;
  height: 100%;
}

.lot-gallery-main-img img {
  object-fit: contain;
}

.lot-gallery-slider-img img {
  object-fit: cover;
}

.lot-gallery-slider-img:hover {
  opacity: 80%;
}

.lot-gallery-slider-img.active,
.lot-gallery-slider-img:active {
  opacity: 32%;
}

@media (max-width: 767.98px) {
  .lot-gallery-slider-img {
    width: 60px;
    height: 60px;
  }
}
.candy-action-lot img {
  width: 24px;
  height: 24px;
}

.lot-play-btn {
  position: relative;
}

.lot-comment-slider-img.lot-play-btn.video:after,
.lot-gallery-slider-img.lot-play-btn.video:after,
.lot-gallery-main-img.lot-play-btn.video:after {
  content: url(/next_image/icons/play_2.svg);
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  padding-top: 5px;
}

.lot-gallery-main-img.lot-play-btn.video:after {
  content: url(/next_image/icons/play_1.svg);
  width: 72px;
  height: 72px;
  overflow: auto;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.comments-lot-play-btn.video:after {
  content: url(/next_image/icons/play_2.svg);
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 118px;
  height: 88px;
  top: 1px;
  left: 1px;
  border-radius: 8px;
  padding-top: 5px;
}

.comment-attach-grid .comment-attach-grid-video:after {
  border-radius: 0 !important;
}

.comment-attach-grid--2 .comment-attach-grid__item:nth-child(1).comment-attach-grid-video:after {
  border-top-left-radius: 8px !important;
}

.comment-attach-grid--2 .comment-attach-grid__item:nth-child(2).comment-attach-grid-video:after {
  border-top-right-radius: 8px !important;
}

.users-gallery-lot-play-btn.video:after {
  content: url(/next_image/icons/play_2.svg);
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 158px;
  height: 118px;
  top: 1px;
  left: 1px;
  border-radius: 8px;
  padding-top: 5px;
}

@media (max-width: 767.98px) {
  .users-gallery-lot-play-btn.video:after {
    width: 118px !important;
    height: 88px !important;
  }
}
.comments-lot-play-btn,
.users-gallery-lot-play-btn {
  position: relative;
}

.sp-scrollbar-y-lot-gallery::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
  background-repeat-x: no-repeat;
  background-position-x: center;
}

.sp-scrollbar-x-lot-gallery::-webkit-scrollbar {
  height: 4px;
  background-color: transparent;
  background-repeat-x: no-repeat;
  background-position-x: center;
}

.sp-scrollbar-y-lot-gallery::-webkit-scrollbar-thumb,
.sp-scrollbar-x-lot-gallery::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--bs-gray-100);
}

.lot-gallery-gradient-bottom {
  display: inline-block;
  position: relative;
  line-height: 0;
}

.lot-gallery-gradient-bottom:after {
  content: "";
  display: block;
  width: 100%;
  height: 15%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent 0%, white 100%);
}

.lot-nav-pills {
  padding: 2px !important;
  position: relative;
}

.lot-nav-link {
  color: #aaaaaa;
  background-color: transparent;
  border-radius: 6px;
  padding: 6px 16px;
}

.lot-nav-link:hover {
  background-color: var(--bs-gray-200) !important;
}

.lot-nav-link.active {
  color: var(--bs-white) !important;
  background-color: var(--bs-black) !important;
  z-index: 1;
}
.lot-nav-link.active span {
  color: var(--bs-white) !important;
}

@media (max-width: 767.98px) {
  .lot-nav-pills {
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    flex-wrap: nowrap !important;
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex !important;
    align-items: center;
  }
  .lot-nav-pills::-webkit-scrollbar {
    display: none;
  }
  .lot-nav-link {
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .lot-nav-pills .lot-nav-link span {
    line-height: 1 !important;
  }
}
.lot-nav-pills-rectangle-left,
.lot-nav-pills-rectangle-right {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #ebebeb;
  top: 10px;
}

.lot-nav-pills-rectangle-left {
  left: 56px;
}

.lot-nav-pills-rectangle-right {
  right: 173px;
}

.lot-nav-link-photo.active ~ span.lot-nav-pills-rectangle-left,
.lot-nav-link-photo.active ~ span.lot-nav-pills-rectangle-right {
  opacity: 0;
}

a.lot-admin-btn-link {
  color: #0080ff !important;
}

.lot-admin-btn-link:hover {
  background-color: #f0f7ff !important;
}

.lot-admin-btn-link:hover span {
  opacity: 1 !important;
  transition: opacity 0.5s;
}

.lot-admin-btn-link:active {
  color: var(--bs-pink) !important;
}

.lot-btn-comment-like:hover {
  color: var(--bs-red) !important;
}

.container-img-lot_in_comment {
  height: 90px;
  width: 120px;
  flex-shrink: 0;
}

.img-lot_in_comment {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.comment a {
  color: var(--bs-purple) !important;
  text-decoration: none;
}

.comment a:hover {
  color: var(--bs-green) !important;
  text-decoration: none;
}

.comment-user-name {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 230px;
  overflow: hidden;
  white-space: nowrap;
}
.comment-user-name:hover {
  color: var(--bs-green) !important;
}

.comment-user-name-grad {
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 58%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.25) 90%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 58%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.25) 90%, transparent 100%);
}

@media (max-width: 575.98px) {
  .comment-attach-grid {
    display: grid;
    grid-gap: 0;
    gap: 0;
    margin-left: -16px;
    margin-right: -12px;
    border: 1px solid var(--bs-gray-100);
    border-top: 0;
    border-radius: 8px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
  }
  .comment-attach-grid__item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: var(--bs-gray-100);
    border-right: 1px solid var(--bs-gray-100);
    border-bottom: 1px solid var(--bs-gray-100);
  }
  .comment-attach-grid__item img {
    border-radius: 0;
  }
  .comment-attach-grid--1 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    grid-template-columns: 1fr;
  }
  .comment-attach-grid--1 .comment-attach-grid__item,
  .comment-attach-grid--1 .comment-attach-grid__doc {
    border-right: 0;
    border-bottom: 0;
  }
  .comment-attach-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .comment-attach-grid--2 .comment-attach-grid__item:nth-child(2),
  .comment-attach-grid--2 .comment-attach-grid__doc:nth-child(2) {
    border-right: 0;
  }
  .comment-attach-grid--2 .comment-attach-grid__item,
  .comment-attach-grid--2 .comment-attach-grid__doc {
    border-bottom: 0;
  }
  .comment-attach-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .comment-attach-grid--3 .comment-attach-grid__item:nth-child(3),
  .comment-attach-grid--3 .comment-attach-grid__doc:nth-child(3) {
    border-right: 0;
  }
  .comment-attach-grid--3 .comment-attach-grid__item,
  .comment-attach-grid--3 .comment-attach-grid__doc {
    border-bottom: 0;
  }
  .comment-attach-grid--4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .comment-attach-grid--4 .comment-attach-grid__item:nth-child(4) {
    grid-column: 1/-1;
    border-right: 0;
    border-bottom: 0;
  }
  .comment-attach-grid--4 .comment-attach-grid__item:nth-child(3),
  .comment-attach-grid--4 .comment-attach-grid__doc:nth-child(3) {
    border-right: 0;
  }
  .comment-attach-grid--5 {
    grid-template-columns: repeat(6, 1fr);
  }
  .comment-attach-grid--5 .comment-attach-grid__item:nth-child(-n+3) {
    grid-column: span 2;
  }
  .comment-attach-grid--5 .comment-attach-grid__item:nth-child(4),
  .comment-attach-grid--5 .comment-attach-grid__item:nth-child(5) {
    grid-column: span 3;
  }
  .comment-attach-grid--5 .comment-attach-grid__item:nth-child(3),
  .comment-attach-grid--5 .comment-attach-grid__doc:nth-child(3) {
    border-right: 0;
  }
  .comment-attach-grid--5 .comment-attach-grid__item:nth-child(5),
  .comment-attach-grid--5 .comment-attach-grid__doc:nth-child(5) {
    border-right: 0;
    border-bottom: 0;
  }
  .comment-attach-grid--5 .comment-attach-grid__item:nth-child(4),
  .comment-attach-grid--5 .comment-attach-grid__doc:nth-child(4) {
    border-bottom: 0;
  }
  .comment-attach-grid--6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .comment-attach-grid--6 .comment-attach-grid__item:nth-child(3),
  .comment-attach-grid--6 .comment-attach-grid__doc:nth-child(3),
  .comment-attach-grid--6 .comment-attach-grid__item:nth-child(6),
  .comment-attach-grid--6 .comment-attach-grid__doc:nth-child(6) {
    border-right: 0;
  }
  .comment-attach-grid--6 .comment-attach-grid__item:nth-child(n+4),
  .comment-attach-grid--6 .comment-attach-grid__doc:nth-child(n+4) {
    border-bottom: 0;
  }
  .comment-attach-grid--7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .comment-attach-grid--7 .comment-attach-grid__item:nth-child(7) {
    grid-column: 1/-1;
    border-right: 0;
    border-bottom: 0;
  }
  .comment-attach-grid--7 .comment-attach-grid__item:nth-child(3),
  .comment-attach-grid--7 .comment-attach-grid__doc:nth-child(3),
  .comment-attach-grid--7 .comment-attach-grid__item:nth-child(6),
  .comment-attach-grid--7 .comment-attach-grid__doc:nth-child(6) {
    border-right: 0;
  }
}
.lot-video {
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.container-btn-group-lot-property::-webkit-scrollbar {
  width: 0;
}

.container-btn-group-lot-property {
  -ms-overflow-style: none;
}

.lot-like-btn:hover span.icon-ok_icon_like {
  color: #ff4747 !important;
}

.lot-like-btn-one {
  background-color: #fff;
}

.lot-like-btn-one:hover {
  background-color: #fff5f5 !important;
  border-color: #fff5f5 !important;
}
.lot-like-btn-one:hover span.text-dark-60 {
  color: #ff4747 !important;
}
.lot-like-btn-one:hover span.icon-ok_icon_like {
  color: #ffadad !important;
}

.lot-dropdown-menu {
  top: -15px !important;
}

.lot-dropdown-menu-item {
  padding: 14px 12px 14px 20px;
  border-top: 1px solid #f5f5f5 !important;
}

.lot-dropdown-menu-item:hover {
  background-color: #f5f5f5 !important;
  color: #8ec200 !important;
  cursor: pointer;
}

.lot-dropdown-menu-item:active {
  background-color: #f5f5f5 !important;
  color: #ff0094 !important;
  cursor: pointer;
}

.sp-scrollbar-y-lot::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  background-repeat-x: no-repeat;
  background-position-x: center;
}

.sp-scrollbar-y-lot::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f5f5f5;
  border: 1px solid #aaaaaa;
}

.sp-scrollbar-gray-light::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}

.collapse-addlikelist-mobile {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 5;
  height: auto;
  overflow-y: auto;
}

.lot-order-fixed-bottom {
  bottom: 56px !important;
}

@media (max-width: 575.98px) {
  .lot-modal-mob-padding-bottom {
    padding-bottom: 60px;
  }
}
.dropdown-other-shops {
  position: relative;
  flex-direction: column;
  width: 280px;
  max-height: 305px;
  background-color: #fff;
  z-index: 8;
}

.dropdown-other-shops-item img {
  width: 92px;
}

.line-height-20 {
  line-height: 20px;
}

.dropdown-other-shops .sp-scrollbar-y::-webkit-scrollbar,
.collapse-other-shops-list-mobile .sp-scrollbar-y::-webkit-scrollbar {
  width: 5px;
}

.no-focus-shadow:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 21, 102, 0) !important;
}

.collapse-other-shops-list-mobile {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 5;
  height: auto;
  overflow-y: auto;
}

.lot-order-count.mobile {
  height: 40px;
}

.lot-order-count.desktop {
  height: 48px;
}

.lot-order-count-input {
  outline: none !important;
  width: 40px !important;
}

.lot-order-count-container {
  height: 40px !important;
}
.lot-order-count-container .lot-order-count:hover {
  background-color: var(--bs-gray-300) !important;
}
.lot-order-count-container .lot-order-count:active {
  background-color: var(--bs-gray-400) !important;
}
.lot-order-count-container .lot-order-count-input:hover {
  background-color: var(--bs-gray-300) !important;
}
.lot-order-count-container .lot-order-count-input:active {
  background-color: var(--bs-gray-400) !important;
}

.lot-order-count-container.desktop {
  height: 48px !important;
}

.lot-order-count-container .form-control.lot-order-count-input {
  height: calc(1.5em + 0.75rem + 20px);
}

.lot-order-count-container .form-control.lot-order-count-input-mobile {
  height: calc(1.5em + 0.75rem + 4px);
}

.lot-order-notification {
  bottom: 66px;
}

.lot-order-notification-mobile {
  bottom: 66px;
  left: 30px;
  right: 30px;
}

.btn-lot-order-loader {
  background-color: var(--bs-purple);
  width: 117px;
}

.lot-order-loader {
  width: 24px;
  height: 24px;
}

.order-loader {
  animation: lot-order-loader 1s infinite linear;
}

.btn-lot-order-loader-mob {
  background-color: var(--bs-purple);
  width: 101px;
}

.lot-order-loader-mob {
  width: 23px;
  height: 20px;
}

.lot-order-loader-mob-fast {
  width: 24px;
  height: 23px;
}

.order-loader-mob {
  animation: lot-order-loader 1s infinite linear;
}

@media screen and (max-width: 320px) {
  .lot-order-submit {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

.counter {
  border-radius: 10px;
  height: 40px !important;
}

@keyframes lot-order-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-lot-property {
  color: var(--bs-black) !important;
  border: 1px solid var(--bs-purple) !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  flex-shrink: 0;
  line-height: 140%;
}

.btn-lot-property:hover {
  color: var(--bs-black);
  border-color: var(--bs-green) !important;
}

.btn-lot-property:focus,
.btn-lot-property.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 0, 153, 0.5);
}

.btn-lot-property.disabled,
.btn-lot-property:disabled {
  color: var(--bs-black);
  background-color: transparent;
}

.btn-lot-property:not(:disabled):not(.disabled).active,
.show > .btn-lot-property.dropdown-toggle {
  color: var(--bs-white) !important;
  border-color: var(--bs-purple) !important;
  background-color: var(--bs-purple) !important;
}

.btn-lot-property:not(:disabled):not(.disabled):active:focus,
.btn-lot-property:not(:disabled):not(.disabled).active:focus,
.show > .btn-lot-property.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 0, 153, 0) !important;
}

.btn.focus.btn-lot-property {
  box-shadow: 0 0 0 0.2rem rgba(123, 21, 102, 0) !important;
}

.btn-group-toggle > .btn-lot-property,
.btn-group-toggle > .btn-group > .btn-lot-property {
  margin-bottom: 0;
}

.btn-group-toggle > .btn-lot-property input[type=radio],
.btn-group-toggle > .btn-lot-property input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-lot-property input[type=radio],
.btn-group-toggle > .btn-group > .btn-lot-property input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.share-lotpage .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title {
  display: none !important;
}

.share-lotpage .ya-share2__link {
  display: inline-block !important;
}

.share-lotpage .ya-share2__list {
  display: flex !important;
  flex-direction: row !important;
}

.share-lotpage ul li {
  list-style-type: none;
}
.share-lotpage .ya-share2__container_size_s .ya-share2__badge .ya-share2__icon {
  height: 24px !important;
  width: 24px !important;
  background-size: 24px 24px !important;
  display: block;
}
.share-lotpage .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0 24px 24px 0 !important;
  opacity: 35%;
  transition: all 0.3s;
}
.share-lotpage .ya-share2__item:not(.ya-share2__item_more):hover,
.share-lotpage .ya-share2__item.ya-share2__item_more > .ya-share2__link:hover,
.share-lotpage .ya-share2__item:not(.ya-share2__item_more):focus,
.share-lotpage .ya-share2__item.ya-share2__item_more > .ya-share2__link:focus {
  cursor: pointer;
  opacity: 1;
}
.share-lotpage .ya-share2__list.ya-share2__list_direction_horizontal {
  display: block;
}

@media (max-width: 575.98px) {
  .ya-share2__list.ya-share2__list_direction_horizontal {
    display: flex;
  }
  .share-lotpage .ya-share::-webkit-scrollbar {
    width: 0;
  }
  .share-lotpage .ya-share {
    -ms-overflow-style: none;
  }
}
.share-lotpage .ya-share2__badge {
  background-color: transparent !important;
}
.share-lotpage .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(https://24-ok.ru/image/social/vkontakte_gray.svg) !important;
}
.share-lotpage .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url(https://24-ok.ru/image/social/facebook_gray.svg) !important;
}
.share-lotpage .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url(https://24-ok.ru/image/social/odnoklassniki_gray.svg) !important;
}
.share-lotpage .ya-share2__item_service_pinterest .ya-share2__icon {
  background-image: url(https://24-ok.ru/image/social/pinterest_gray.svg) !important;
}
.share-lotpage .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url(https://24-ok.ru/image/social/twitter_gray.svg) !important;
}
.share-lotpage .ya-share2__item_service_viber .ya-share2__icon {
  background-image: url(https://24-ok.ru/image/social/viber_gray.svg) !important;
}
.share-lotpage .ya-share2__item_service_whatsapp .ya-share2__icon {
  background-image: url(https://24-ok.ru/image/social/whatsapp_gray.svg) !important;
}
.share-lotpage .ya-share2__item_service_skype .ya-share2__icon {
  background-image: url(https://24-ok.ru/image/social/skype_gray.svg) !important;
}
.share-lotpage .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(https://24-ok.ru/image/social/telegram_gray.svg) !important;
}

.comment-filter:last-child {
  border: none !important;
  padding-bottom: 50px !important;
}

.likes-comment-btn-65:hover .likes-comment-pic-65,
.likes-comment-btn-65:hover .likes-comment-count-65 {
  color: var(--bs-red) !important;
}

.visibility-hidden {
  visibility: hidden;
}

.lot-nav-link.selected {
  background-color: var(--bs-black) !important;
  color: var(--bs-white) !important;
}
.lot-nav-link.selected span {
  color: var(--bs-white) !important;
}

.lot-nav-link:active,
.lot-nav-link.active {
  background-color: var(--bs-gray-300) !important;
}

.green-purple-link {
  color: #7a7a7a !important;
}

.green-purple-link:hover {
  color: #8ec200 !important;
}

.green-purple-link:active {
  color: #990099 !important;
}

.element-gray-link-200:active,
.element-gray-link-200:hover {
  background-color: var(--bs-gray-200) !important;
}

.tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #6c757d;
}

@media (min-width: 360px) {
  .confirm-label-text {
    white-space: nowrap !important;
  }
}
.parameter-img {
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  width: 64px;
  height: 84px;
}
.parameter-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parameter-img:hover {
  border: 2px solid #8EC200;
}
.parameter-img:active, .parameter-img.selected {
  border: 2px solid #909;
}

.block-org {
  background-color: #F8F9FA;
  transition: background-color 0.2s ease, color 0.2s ease;
  overflow: hidden;
}
.block-org:hover {
  background-color: #E9ECEF;
}
.block-org .star {
  color: #FFC107;
}
.block-org .arrow {
  color: #ADB5BD;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .btn-block-action {
    display: flex;
    flex-direction: column;
  }
}

.modal-lot-wrapper {
  padding-left: 0 !important;
}

.btn-block-action {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-action {
  flex: 1 1;
  min-width: 260px;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

@media (max-width: 768px) {
  .btn-action {
    flex: 1 1 100%;
    min-width: 100%;
  }
}
@media (max-width: 425px) {
  .btn-action {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .lot-like-mobile .btn-red:hover {
    background-color: var(--bs-red) !important;
    border-color: var(--bs-red) !important;
    color: #fff !important;
  }
  .lot-like-mobile .btn-outline-red:hover {
    background-color: transparent !important;
    border-color: var(--bs-red) !important;
    color: var(--bs-red) !important;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/modules/navigation.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }

  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/comment/CommentEditor.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[contenteditable=true].your-message-placeholder:empty::before {
  cursor: text;
  color: var(--bs-gray-300);
  content: attr(placeholder);
}

.your-message-placeholder {
  overflow-y: auto;
  resize: none !important;
}

.comment-editor-container::-webkit-scrollbar {
  width: 0;
}

.comment-editor-container {
  -ms-overflow-style: none;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/editor/styles.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 */

.other h2 {
  font-size: 18px;
  color: #444;
  margin-bottom: 7px;
}

.other a {
  color: #777;
  text-decoration: underline;
  font-size: 14px;
}

.other ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.App {
  font-family: sans-serif;
  text-align: center;
}

h1 {
  font-size: 24px;
  color: #333;
}

.ltr {
  text-align: left;
}

.rtl {
  text-align: right;
}

.editor-container {
  border-radius: 2px;
  color: #000;
  position: relative;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.editor-inner {
  background: #fff;
  position: relative;
}

.editor-input {
  min-height: 150px;
  resize: none;
  font-size: 15px;
  caret-color: rgb(5, 5, 5);
  position: relative;
  -moz-tab-size: 1;
       tab-size: 1;
  outline: 0;
  padding: 15px 10px;
  caret-color: #444;
}

.editor-placeholder {
  color: #999;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 15px;
  left: 10px;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  pointer-events: none;
}

.editor-text-bold {
  font-weight: bold;
}

.editor-text-italic {
  font-style: italic;
}

.editor-text-underline {
  text-decoration: underline;
}

.editor-text-strikethrough {
  text-decoration: line-through;
}

.editor-text-underlineStrikethrough {
  text-decoration: underline line-through;
}

.editor-text-code {
  background-color: rgb(240, 242, 245);
  padding: 1px 0.25rem;
  font-family: Menlo, Consolas, Monaco, monospace;
  font-size: 94%;
}

.editor-link {
  color: rgb(33, 111, 219);
  text-decoration: none;
}

.tree-view-output {
  display: block;
  background: #222;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  white-space: pre-wrap;
  margin: 1px auto 10px auto;
  max-height: 250px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: auto;
  line-height: 14px;
}

.editor-code {
  background-color: rgb(240, 242, 245);
  font-family: Menlo, Consolas, Monaco, monospace;
  display: block;
  padding: 8px 8px 8px 52px;
  line-height: 1.53;
  font-size: 13px;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  -moz-tab-size: 2;
       tab-size: 2;
  /* white-space: pre; */
  overflow-x: auto;
  position: relative;
}

.editor-code:before {
  content: attr(data-gutter);
  position: absolute;
  background-color: #eee;
  left: 0;
  top: 0;
  border-right: 1px solid #ccc;
  padding: 8px;
  color: #777;
  white-space: pre-wrap;
  text-align: right;
  min-width: 25px;
}
.editor-code:after {
  content: attr(data-highlight-language);
  top: 0;
  right: 3px;
  padding: 3px;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
}

.editor-tokenComment {
  color: slategray;
}

.editor-tokenPunctuation {
  color: #999;
}

.editor-tokenProperty {
  color: #905;
}

.editor-tokenSelector {
  color: #690;
}

.editor-tokenOperator {
  color: #9a6e3a;
}

.editor-tokenAttr {
  color: #07a;
}

.editor-tokenVariable {
  color: #e90;
}

.editor-tokenFunction {
  color: #dd4a68;
}

.editor-paragraph {
  margin: 0;
  margin-bottom: 8px;
  position: relative;
}

.editor-paragraph:last-child {
  margin-bottom: 0;
}

.editor-heading-h1 {
  font-size: 24px;
  color: rgb(5, 5, 5);
  font-weight: 400;
  margin: 0;
  margin-bottom: 12px;
  padding: 0;
}

.editor-heading-h2 {
  font-size: 15px;
  color: rgb(101, 103, 107);
  font-weight: 700;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  text-transform: uppercase;
}

.editor-quote {
  margin: 0;
  margin-left: 20px;
  font-size: 15px;
  color: rgb(101, 103, 107);
  border-left-color: rgb(206, 208, 212);
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: 16px;
}

.editor-list-ol {
  padding: 0;
  margin: 0;
  margin-left: 16px;
}

.editor-list-ul {
  padding: 0;
  margin: 0;
  margin-left: 16px;
}

.editor-listitem {
  margin: 8px 32px 8px 32px;
}

.editor-nested-listitem {
  list-style-type: none;
}

pre::-webkit-scrollbar {
  background: transparent;
  width: 10px;
}

pre::-webkit-scrollbar-thumb {
  background: #999;
}

.debug-timetravel-panel {
  overflow: hidden;
  padding: 0 0 10px 0;
  margin: auto;
  display: flex;
}

.debug-timetravel-panel-slider {
  padding: 0;
  flex: 8 1;
}

.debug-timetravel-panel-button {
  padding: 0;
  border: 0;
  background: none;
  flex: 1 1;
  color: #fff;
  font-size: 12px;
}

.debug-timetravel-panel-button:hover {
  text-decoration: underline;
}

.debug-timetravel-button {
  border: 0;
  padding: 0;
  font-size: 12px;
  top: 10px;
  right: 15px;
  position: absolute;
  background: none;
  color: #fff;
}

.debug-timetravel-button:hover {
  text-decoration: underline;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/util/Pagination.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.pagination-layout {
  display: block;
}
@media (min-width: 1024px) {
  .pagination-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.pagination-layout.pagination-skeleton .pagination-controls {
  justify-content: center;
}
@media (min-width: 1024px) {
  .pagination-layout.pagination-skeleton .pagination-controls {
    justify-content: flex-start;
  }
}

.pagination-layout.pagination-skeleton .pagination-text {
  justify-content: center;
}
@media (min-width: 1024px) {
  .pagination-layout.pagination-skeleton .pagination-text {
    justify-content: flex-end;
  }
}

.pagination-layout .pagination-text {
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .pagination-layout .pagination-text {
    margin-top: 0;
  }
}

.pagination-layout .pagination-controls {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .pagination-layout .pagination-controls {
    margin-bottom: 0;
  }
}

.pagination-sp .first a,
.pagination-sp .prev a,
.pagination-sp .next a,
.pagination-sp .last a {
  color: var(--bs-gray-600) !important;
}

.pagination-sp .first:not(.disabled) a:hover,
.pagination-sp .prev:not(.disabled) a:hover,
.pagination-sp .next:not(.disabled) a:hover,
.pagination-sp .last:not(.disabled) a:hover {
  color: var(--bs-green) !important;
}

.pagination-sp .active a,
.pagination-sp .active div {
  color: var(--bs-purple) !important;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/react-loading-skeleton/dist/skeleton.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/util/skeleton-pulse/SkeletonPulse.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.skeleton-pulse {
  display: block;
  background-color: var(--bs-gray-200);
  animation: skeleton-pulse-infinite 1.2s ease-in-out infinite alternate;
}

.skeleton-pulse--circle {
  border-radius: 50%;
}

@keyframes skeleton-pulse-infinite {
  from {
    background-color: var(--bs-gray-200);
  }
  to {
    background-color: var(--bs-gray-400);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/advertisement/slider/Slider.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.advertisement-slider {
  overflow: hidden;
  border-radius: 16px;
}
.advertisement-slider .swiper-banner,
.advertisement-slider .swiper-wrapper,
.advertisement-slider .swiper-slide {
  height: 100%;
}
.advertisement-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advertisement-slider .advertisement-slider__skeleton-container {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.advertisement-slider .advertisement-slider__skeleton {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.carousel-inner {
  border-radius: 16px;
}

.carousel-indicators [data-bs-target] {
  width: 4px;
  height: 4px;
  padding: 0;
  margin-right: 6px;
  margin-left: 6px;
  background-color: #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  display: flex;
  flex-shrink: 0;
}
.carousel-indicators [data-bs-target] .active {
  opacity: 1;
}

.carousel-indicators {
  margin-bottom: 6px;
  list-style: none;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .carousel-indicators,
  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6%;
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.carousel-control-prev:hover, .carousel-control-prev:active,
.carousel-control-next:hover,
.carousel-control-next:active {
  color: white;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-indicators button,
.carousel.carousel-visible .carousel-control-prev,
.carousel.carousel-visible .carousel-control-next,
.carousel.carousel-visible .carousel-indicators button {
  opacity: 0.6;
  transition: opacity 0.5s ease;
}
.carousel:hover .carousel-indicators .active,
.carousel.carousel-visible .carousel-indicators .active {
  opacity: 1;
}
.carousel:hover .carousel-indicators .active .circle-banner,
.carousel.carousel-visible .carousel-indicators .active .circle-banner {
  opacity: 1;
}
.carousel:hover .carousel-control-prev:hover,
.carousel:hover .carousel-control-next:hover,
.carousel:hover .circle-banner:hover,
.carousel.carousel-visible .carousel-control-prev:hover,
.carousel.carousel-visible .carousel-control-next:hover,
.carousel.carousel-visible .circle-banner:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0;
}

.tooltip-inner.adv-banner-tooltip {
  border: 0 !important;
  max-width: none !important;
}

.carousel:hover .adv-banner-info,
.carousel.carousel-visible .adv-banner-info {
  opacity: 0.65;
  transition: opacity 0.5s ease;
}

.popover {
  --bs-popover-max-width: 700px;
  --bs-popover-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 6%);
  --bs-popover-border-width: 0;
}
.popover .popover-arrow {
  display: none;
}
.popover .popover-body {
  padding: 12px;
  color: var(--bs-gray-600);
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/advertisement/swiper.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.swiper-banner {
  --swiper-navigation-color: #fff;
  border-radius: 16px;
}
.swiper-banner .swiper-pagination-bullet {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 4px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
}
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next {
  width: 5%;
}
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 1px);
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 1px);
}
.swiper-banner .swiper-pagination-bullet,
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.swiper-banner .swiper-pagination-bullet-active {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .swiper-banner:hover .swiper-pagination-bullet,
  .swiper-banner:hover .swiper-button-prev,
  .swiper-banner:hover .swiper-button-next {
    opacity: 0.6;
    transition: opacity 0.5s ease;
  }
  .swiper-banner:hover .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .swiper-banner:active .swiper-pagination-bullet {
    --swiper-pagination-bullet-opacity: .8;
  }
  .swiper-banner:active .swiper-button-prev,
  .swiper-banner:active .swiper-button-next {
    opacity: 0.8;
  }
  .swiper-banner:active .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
.swiper-banner .swiper-pagination-fraction,
.swiper-banner .swiper-pagination-custom,
.swiper-banner .swiper-horizontal > .swiper-pagination-bullets,
.swiper-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 10px);
}
.swiper-banner {
  /* Чтобы не налезло на кнопку с показом информации по рекламе */
}
.swiper-banner .swiper-pagination-bullets {
  left: 10% !important;
  display: flex;
  justify-content: space-between;
}
.swiper-banner .swiper-pagination {
  text-align: center !important;
  width: 80%;
}
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-pagination {
  display: none;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .swiper-banner .swiper-button-prev,
  .swiper-banner .swiper-button-next,
  .swiper-banner .swiper-pagination {
    display: block;
  }
}

.adv-banner-info {
  position: absolute;
  right: 4px;
  bottom: 4px;
  background-color: #FFFFFF;
  border-radius: 12px;
  z-index: 11;
  opacity: 0.6;
}
.adv-banner-info:hover {
  opacity: 0.75 !important;
  background-color: #FFFFFF !important;
}
.adv-banner-info:active {
  opacity: 0.8 !important;
  background-color: #FFFFFF !important;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/index/announcement/Announcement.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.announcement .announcement-grid {
  display: flex !important;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.2vw, 24px) !important;
}
.announcement .announcement-grid__item {
  flex: 0 0 clamp((100% - 5 * clamp(12px, 1.2vw, 24px)) / 6, (100% - 5 * clamp(12px, 1.2vw, 24px)) / 6, 166px);
}
.announcement .announcement-grid .announcement-card {
  width: 100%;
  aspect-ratio: 3/4;
}
.announcement .announcement-grid .announcement-card__overlay {
  inset: 0;
}
.announcement .announcement-grid .announcement-card__views {
  line-height: 16px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 6px;
}
@media (max-width: 768px) {
  .announcement .announcement-grid {
    flex-wrap: wrap;
    gap: 12px !important;
  }
  .announcement .announcement-grid__item {
    width: calc((100% - 24px) / 3);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - 24px) / 3);
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/advertisement/banner_grid/BannerGrid.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.banner-grid .d-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
.banner-grid .banner-grid-card {
  width: 100%;
  height: 119px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .banner-grid .d-flex {
    gap: 12px !important;
  }
  .banner-grid .banner-grid-card {
    max-width: 342px;
  }
}
@media (min-width: 769px) {
  .banner-grid .banner-grid-card {
    height: 112px;
  }
}
@media (min-width: 992px) {
  .banner-grid .banner-grid-card {
    height: 98px;
  }
}
@media (min-width: 1200px) {
  .banner-grid .banner-grid-card {
    height: 118px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/lot/cards/LotCardEmpty.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.container-empty {
  max-height: 680px;
  min-height: 160px;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.container-empty .item {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-color: var(--bs-gray-200);
  animation-name: empty-infinite;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-direction: alternate;
  animation-delay: 0.4s;
}

@keyframes empty-infinite {
  from {
    background-color: var(--bs-gray-200);
  }
  to {
    background-color: var(--bs-gray-400);
  }
}
@media (max-width: 991.98px) {
  .empty-list .empty-list-item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .empty-list .empty-list-item:nth-child(n+5) {
    display: none;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/index/news/News.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.news .news__columns {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .news .news__columns {
    grid-template-columns: 1fr 1fr;
  }
}
.news .news__card {
  color: inherit;
  min-width: 0;
  height: 112px;
}
.news .news__card .news__card-inner:hover {
  background-color: var(--bs-gray-200) !important;
}
.news .news__card .news__card-inner:active {
  background-color: var(--bs-gray-300) !important;
}
@media (max-width: 991.98px) {
  .news .news__card-inner {
    border-radius: 0 !important;
  }
  .news .news__column--left .news__card:first-child .news__card-inner {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .news .news__column--right .news__card:last-child .news__card-inner {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
}
@media (min-width: 992px) {
  .news .news__column .news__card:first-child .news__card-inner {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .news .news__column .news__card:last-child .news__card-inner {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
.news .news__avatar span {
  bottom: -2px;
  right: -4px;
}
.news .news__avatar .icon-ok_icon_news_solid {
  -webkit-text-stroke: 1px var(--bs-white);
}
.news .news__body {
  min-width: 0;
}
.news .news__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .news__chevron {
  transform: translateY(5px);
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/index/comments/LastComments.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.last-comments__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}
.last-comments__lot > [id^=lot-card-] {
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  flex: 0 0 100% !important;
}
.last-comments__lot .last-comments__lot-card {
  width: 100%;
}
.last-comments__lot .last-comments__lot-card .card-footer {
  display: none !important;
}
.last-comments__comment-wrap {
  padding-top: 8px;
}

.last-comment-view__media-item {
  width: 65px;
  height: 87px;
  min-width: 65px;
}

.last-comment-view__media-item--first {
  border-top-left-radius: 16px;
}

.last-comment-view__media-item--last {
  border-top-right-radius: 16px;
}

.last-comment-view__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .last-comments__lot .last-comments__lot-card .lot-card__purchase-meta {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .last-comments__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/index/trademarks/TrademarksMini.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.tm-popular-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 992px) {
  .tm-popular-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
