.best_lots_carusel .owl-pagination {
  display: none; }
.best_lots_carusel .owl-controls {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%; }
  .best_lots_carusel .owl-controls .owl-buttons div {
    width: 32px;
    display: block;
    top: 50%;
    height: 64px;
    background: none;
    background-image: url(img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -40px; }
    .best_lots_carusel .owl-controls .owl-buttons div.owl-prev {
      background-position: 0 0;
      left: 10px; }
    .best_lots_carusel .owl-controls .owl-buttons div.owl-next {
      background-position: -32px 0;
      right: 10px; }

.lot_block .owl-carousel .owl-pagination {
  display: none; }
.lot_block .owl-carousel .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%; }
  .lot_block .owl-carousel .owl-nav div {
    width: 25%;
    box-sizing: border-box;
    padding: 0 calc(12.5% - 16px);
    display: block;
    top: 0;
    bottom: 0;
    background: url(img/controls.png) no-repeat calc(50% - 16px) center;
    background-clip: content-box;
    cursor: pointer;
    position: absolute;
    opacity: 0.7;
    transition: opacity 0.2s;
    z-index: 9999; }
    .lot_block .owl-carousel .owl-nav div:hover {
      opacity: 1; }
    .lot_block .owl-carousel .owl-nav div.owl-prev {
      background-position: calc(50% + 16px) center;
      left: 0; }
    .lot_block .owl-carousel .owl-nav div.owl-next {
      right: 0; }

/*# sourceMappingURL=main.css.map */
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?sxc9rc);
  src: url(../fonts/icomoon.eot?sxc9rc#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?sxc9rc) format("truetype"), url(../fonts/icomoon.woff?sxc9rc) format("woff"), url(../fonts/icomoon.svg?sxc9rc#icomoon) format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=" ico-"],
[class^=ico-] {
  font-family: icomoon !important;
  speak: none;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.price-changer-rub {
  font-size: 28px
}

.ico-rub:before {
  content: "";
  margin: 0 -5px
}

.price-changer-block {
  cursor: pointer;
  float: right;
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin: 3px;
  border: 1px solid #a60e0e;
  font-size: 22px
}

.price-changer {
  width: 87px;
  right: 10px;
  top: 50%;
  margin-top: -42px;
  position: absolute
}

.price-changer-block.active {
  color: #fff;
  background-color: #a60e0e
}

.rel {
  position: relative;
}

.sonar-wrapper {
  z-index: 99999;
  max-width: 56px;
  max-height: 56px;
  position: fixed;
  right: 40px;
  bottom: 40px;
}

.sonar-emitter {
  margin: 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  background-color: #1bd741;
  background-image: url('../img/whatsapp.svg');
}

.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #1bd741;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.sonar-wave {
  animation: sonarWave 1.5s linear infinite;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}