

/* Start:/bitrix/templates/groom-mir/components/groom/catalog.elements/.default/style.css?17738982132587*/
/* catalog */
.catalog {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.catalog-left {
  flex: 0 0 280px;
  max-width: 280px;
}
.catalog-right {
  flex: 1;
}
/* filter */
.catalog-filter__top {
  display: none;
  margin-bottom: 20px;
}
.catalog-filter {
  position: sticky;
  top: 148px;
}
.catalog-filter__title {
  font-size: 18px;
  font-weight: 600;
}
.catalog-filter__top button {
  padding: 0;
  margin: 0;
  outline: none;
  background: transparent;
  border: none;
}
.catalog-filter__top svg {
  width: 15px;
  height: 15px;
  color: var(--color4);
}
.catalog-filter__top button:hover svg {
  color: black;
}
.catalog-filter__wrapper {}
.catalog-filter__items {}
.catalog-filter__item + .catalog-filter__item {
  padding-top: 10px;
}
.catalog-filter__item--name {
  font-weight: 500;
  font-size: 16px;
}
.catalog-filter__item--wrapper {
  padding-top: 10px;
}
.catalog-filter__checked {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7.5px;
  color: black;
  font-size: 12px;
  cursor: pointer;
  padding: 0 10px;
  background: #A9A8B033;
  border: 1px solid #A9A8B0;
  border-radius: 15px;
}
.catalog-filter__checked:hover {
  background: white;
}
.catalog-filter__checked svg {
  width: 9px;
  height: 9px;
}
/* controls */
.catalog-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 20px;
}
.catalog-control {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7.5px;
  color: black;
  font-size: 12px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid #A9A8B0;
}
.catalog-control svg {
  width: 10px;
  height: 20px;
}
@media screen and (min-width: 992px) {
  .catalog-control__filter {
    display: none
  }
}
@media screen and (max-width: 991px) {
  .catalog-filter__top {
    display: flex;
    justify-content: space-between;
  }
  .catalog-left {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12000;
    background: #fff;
    padding: 20px;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .filter-open .catalog-left {
    display: flex;
    flex-direction: column;
  }
  .catalog-left .catalog-filter {
    top: 0 !important;
    position: relative !important;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .catalog-right .pagination {
    display: none;
  }
}
/* End */
/* /bitrix/templates/groom-mir/components/groom/catalog.elements/.default/style.css?17738982132587 */
