

/* Start:/bitrix/templates/redesign/components/bitrix/catalog/shop1/style.css?17484385897947*/
.category {
  position: relative;
  display: flex;
  gap: 28px;
}
.category__left {
  flex-shrink: 0;
  width: 300px;
}
.category__filters-header {
  display: none;
}
.category__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.category__sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}
.category__sort-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.category__button {
  display: none !important;
}
.category__sort-text {
  margin-right: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-01);
}
.category__sort-item {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--pkun-04);
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-01);
  text-decoration: none;
}
.category__listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width:1280px) {
  .category__left {
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    padding: 40px;
    width: 380px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 2px 4px 4px 0 rgba(31, 38, 80, 0.1);
    z-index: 1;
  }
  .category__left.active {
    display: block;
    max-height: 100%;
    overflow: scroll;
  }
  .category__filters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--blue-01);
  }
  .category__button {
    display: flex !important;
  }
}
@media (max-width:880px) {  
  .category__left {
    top: 120px;
  }
  .category__right {
    width: 100%;
  }
  .category__sort {
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-bottom: none;
  }
  .category__sort-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .category__sort-text {
    display: none;
  }
  .category__sort-item {
    white-space: nowrap;
  }
  .category__listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width:550px) {
  .category__listing {
    grid-template-columns: 1fr;
  }
}
@media (max-width:480px) {
  .category__left {
    position: fixed;
    top: 0;
    left: 0;
    padding: 52px 15px 118px;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
  }
  .category__filters-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    z-index: 111;
  }
  .filter__popup.bx-filter-container-modef {
    display: none;
  }
}

.filters__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width:480px) {
  .filters__buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 15px;
    gap: 8px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
  }
}

.filter {
  position: relative;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #f5f5f5;
}
.filter__popup {
  position: relative;
}
.filter__popup-inner {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 3px 7px 0 rgba(31, 38, 80, 0.1), 2px 12px 12px 0 rgba(31, 38, 80, 0.09), 4px 27px 17px 0 rgba(31, 38, 80, 0.05), 7px 48px 20px 0 rgba(31, 38, 80, 0.01), 11px 76px 21px 0 rgba(31, 38, 80, 0);
  z-index: 1;
}
.filter__popup-inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  width: 18px;
  height: 18px;
  background: var(--white);
  border-radius: 4px;
  transform: rotate(45deg) translateX(-50%);
}
.filter__popup-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-02);
  white-space: nowrap;
}
.filter__popup-text #modef_num {
  color: var(--blue-01);
}
@media (max-width:1280px) {
  .filter__popup-inner {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
  }
  .filter__popup-inner::before {
    content: none;
  }
}

@media (min-width: 1281px) {
  .filter.js-hidden {
    display: none;
  }
}
.show-all-filters {
  margin: 10px 0;
}
.show-all-filters a {
  color: var(--blue-01);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px dashed var(--blue-01);
}
.show-all-filters a:hover {
  border-bottom-color: transparent;
}
.filter__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-01);
}
.filter__checkboxes {
  padding-right: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  column-gap: 10px;
  max-height: 200px;
  box-sizing: border-box;
  word-break: break-all;
  overflow-y: auto;
}
.filter__checkboxes::-webkit-scrollbar {
  width: 4px;
  background: #f5f5f5;
  border-radius: 4px;
}
.filter__checkboxes::-webkit-scrollbar-thumb {
  position: relative;
  width: 4px;
  background: #848485;
  border-radius: 2px;
}
.filter__label {
  display: flex;
  align-items: center;
  gap: 17px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-01);
  cursor: pointer;
}

.card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid var(--grey-01);
  border-radius: 20px;
  background: var(--white);
}
.card__top {
  position: relative;
  padding-top: 47px;
  display: flex;
  justify-content: center;
}
.card__info {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card__exist {
  position: relative;
  padding-left: 27px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-02);
}
.card__exist::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #13bc04;
  border-radius: 50%;
  transform: translateY(-50%);
}
.card__discount {
  padding: 2px 4px;
  background: var(--blue-01);
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--white);
}
.card__img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.card__wishlist {
  position: absolute;
  top: 0;
  right: 0;
}
.card__mid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card__code {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-03);
}
.card__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-02);
  text-decoration: none;
}
.card__prices {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.card__buttons {
  display: flex;
  gap: 6px;
  width: 100%;
}
.card__button {
  flex-grow: 1;
  height: 45px !important;
  line-height: 45px !important;
}
.card__buy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  background: var(--blue-01);
  border-radius: 50%;
}

.description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-02);
}
.description h2,
.description h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.description img {
  max-width: 100%;
}
/* End */


/* Start:/bitrix/templates/redesign/components/bitrix/catalog.section.list/shop/style.css?17631258461897*/
.sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.sections__item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  background: var(--pkun-04);
  border: 1px solid var(--grey-01);
  border-radius: 20px;
  box-sizing: border-box;
  text-decoration: none;
  transition-duration: 400ms;
}
.sections__item:hover {
  background: #e5f4ff;
}
.sections__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--blue-01);
}
.sections__img {
  margin-top: auto;
  align-self: flex-end;
  width: 206px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sections__bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sections__text {
  max-width: 150px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: var(--blue-02);
}
@media (max-width: 880px) {
  .sections {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}
@media (max-width: 640px) {
  .sections {
    column-gap: 8px;
    row-gap: 8px;
  }
  .sections__name {
    font-size: 16px;
  }
  .sections__img {
    width: 100px;
    height: 76px;
  }
  .sections__bottom {
    margin-top: 9px;
    gap: 5px;
  }
}
@media (max-width: 440px) {
  .sections {
    grid-template-columns: 1fr;
  }
}

.sections__item.hidden {
  display: none;
}

.sections__toggle {
  background-color: #fff;
  justify-content: center;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--grey-01);
  border-radius: 16px;
  box-sizing: border-box;
  text-decoration: none;
}
/* End */
/* /bitrix/templates/redesign/components/bitrix/catalog/shop1/style.css?17484385897947 */
/* /bitrix/templates/redesign/components/bitrix/catalog.section.list/shop/style.css?17631258461897 */
