.ol-selectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  pointer-events: none !important;
}

.header-top {
  padding-bottom: 12px;
}
.header-bottom {
  opacity: 0;
  right: -100%;
  height: 0;
}

@media (min-width: 992px) {
  .header-bottom {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
  }
}
main {
  padding-top: 69px;
  padding-bottom: 0;
}

.category {
  height: 100vh;
  height: calc(100vh - 69px);
  display: flex;
}
.category-title {
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.category #OSMap {
  width: 100%;
  height: 100%;
}
.category .view__type {
  text-align: center;
  background-position: 32px 6px;
}
.category__list {
  width: 100%;
  max-width: 345px;
  padding: 20px 0;
  overflow: hidden;
}
.category__list-top {
  padding: 0 25px;
}
.category__list .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.category__list .row {
  margin-left: 0;
  margin-right: 0;
}
.category__list .breadcrumbs {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 23px;
}
.category__list .breadcrumbs__list {
  flex-wrap: wrap;
  gap: 5px 10.5px;
}
.category__list .breadcrumbs__list-item {
  line-height: 11px;
}
.category__list-items {
  position: relative;
  padding: 0 24px 0 10px;
  overflow-y: auto;
  height: calc(100vh - 315px);
}
.category__list-items-more {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
  margin-top: -106px;
  width: 100%;
  max-width: 329px;
  height: 144px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='326' height='142' viewBox='0 0 326 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='-4' width='330' height='144' fill='url(%23paint0_linear_202_17334)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_202_17334' x1='161' y1='53.4' x2='161' y2='0' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='white'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  z-index: 1;
}
.category__list-items-more .more-button {
  width: 100%;
  max-width: 265px;
  margin-left: 15px;
}
.category__list-item {
  margin-bottom: 0;
  padding: 15px;
  gap: 10px;
  border-bottom: none;
  transition: all 0.2s;
}
.category__list-item:hover {
  box-shadow: none;
  background-color: #f5f5f5;
  cursor: pointer;
}
.category__item-row {
  margin-bottom: 3px;
  padding-top: 0;
  border-top: none;
}
.category__item-picture {
  width: 70px;
  height: 70px;
}
.category__item-title {
  margin-bottom: 3px;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
}
.category__rating-wrapper {
  display: block;
}
.category__rating-wrapper .rating {
  justify-content: space-between;
  width: 100%;
}
.category__rating-wrapper .rating__result {
  margin-right: 0;
}
.category__map {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: auto;
}
.category__map-popup {
  position: relative;
  top: unset !important;
  left: unset !important;
  width: 100%;
  max-width: 323px;
  border-radius: 10px;
  padding: 20px 18px 24px 18px;
  background-color: #fff;
  transform: translate(-27px, calc(-100% - 55px));
  border: 1px solid #dce0e3;
  box-shadow: 0 7px 30px 0 rgba(1, 0, 45, 0.05), 0 3px 10px 0 rgba(0, 5, 47, 0.02);
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
  pointer-events: auto !important;
}
.category__map-popup::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #dce0e3;
  top: -8px;
  background-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: calc(100% - 8px);
  transform: rotate(224deg);
}
.category__map-popup-header {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(55, 60, 65, 0.2);
}
.category__map-popup-close {
  position: absolute;
  top: 20px;
  right: 18px;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L21 21M21 1L1 21' stroke='%23373C41' stroke-width='2' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  z-index: 1;
}
.category__map-popup-title {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.category__map-popup-address {
  margin-bottom: 10px;
  padding-right: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}
.category__map-popup-price {
  padding-left: 7px;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}
.category__map-popup .rating {
  margin-bottom: 0;
  gap: 0;
}
.category__map-popup .rating__result {
  margin-left: 16px;
}
.category__map-popup-links {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.category__map-popup-links-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.category__map-popup-links-item .ico {
  width: 30px;
  height: 30px;
}
.category__map-popup svg {
  fill: transparent;
}

.category__list .sort__bar--inner {
  flex-wrap: wrap;
}
.category__list .sort__bar-top {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 9px;
}
.category__list .sort__bar-top .view__type,
.category__list .sort__bar-top .check-opened {
  width: calc(50% - 5px);
}
.category__list .sort__bar-top .check-opened label {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.category__list .filter {
  width: 100%;
}
.category__list .filter__list-item {
  flex-grow: 1;
}
.category__list .filter__list-item-label {
  text-align: center;
}
.category__list .filter__checked {
  flex-wrap: wrap;
}
.category__list .rating__stars {
  gap: 1px;
}
.category__list .rating__star {
  width: 14px;
  height: 14px;
}
.category__list .status__block {
  display: flex;
  justify-content: space-between;
}

.sorting__button {
  padding: 5px 40px 5px 13px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.4' d='M1 3.5H14M1 9.5H9.5M1 15.5H6.5M17 1.5V17M17 17L15 15.5M17 17L19 15.5' stroke='%23373C41' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
  background-position: right 15px center;
  background-repeat: no-repeat;
  border-radius: 40px;
  background-color: #f5f5f5;
}
.sorting__list.popup__items--right {
  right: 0;
  top: calc(100% + 2px);
}
.sorting__list.popup__items--right::after {
  right: 15px;
}

@media (max-width: 991px) {
  .header {
    height: 50px;
  }
  main {
    padding-top: 50px;
  }
  .ol-overlay-container {
    pointer-events: none !important;
  }
  .filter-mobile {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 10.5px 11px;
    background-color: #fff;
  }
  .sort__bar-mobile-button {
    margin-left: 18px;
  }
  .category__list {
    display: none;
  }
  .category__map-popup {
    max-width: 240px;
    padding: 20px 13.5px 9px 16.5px;
    transform: translate(-50%, calc(-100% - 55px));
  }
  .category__map-popup::after {
    top: calc(100% - 8px);
    left: 50%;
    transform: translateX(-50%) rotate(224deg);
  }
  .category__map-popup-header {
    margin-bottom: 16px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .category__map-popup-title {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .category__map-popup-close {
    top: 13px;
    right: 13px;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L11 11M11 1L1 11' stroke='%23373C41' stroke-width='2' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
  }
  .category__map-popup-close svg {
    display: none;
  }
  .category__map-popup-rating .rating__result,
  .category__map-popup-rating .category__map-popup-price {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
  }
  .category__map-popup-rating .rating__result {
    margin-left: auto;
  }
  .category__map-popup-links {
    display: none;
  }
  .category__map-popup-address {
    margin-bottom: 14px;
  }
  .category__map-popup-call {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .category__map-popup-call-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 140%;
  }
}
/*# sourceMappingURL=category-map.css.map */
