

/* Start:/local/templates/main/components/bitrix/catalog/catalog/style.css?17858393514745*/
.section-wrapper {
  display: flex;
  gap: 50px;
}
@media (max-width: 1279px) {
  .section-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.section-wrapper .mobile-filter-opener {
  display: none;
  font-weight: 600;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1279px) {
  .section-wrapper .mobile-filter-opener {
    display: flex;
  }
}
@media (max-width: 767px) {
  .section-wrapper .mobile-filter-opener {
    font-size: 14px;
  }
}
.section-wrapper .mobile-filter-opener svg {
  display: block;
}
.section-wrapper .mobile-filter-opener:hover {
  color: #1D58BA;
  fill: #1D58BA;
}
.section-wrapper .section-filter {
  width: 325px;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .section-wrapper .section-filter {
    display: none;
  }
}
.section-wrapper .section-items {
  flex-grow: 1;
}
.section-wrapper .section-items .top-block {
  display: flex;
  align-items: center;
  height: 52px;
  background: #F5F5F7;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .section-wrapper .section-items .top-block {
    justify-content: space-between;
    position: relative;
  }
}
.section-wrapper .section-items .top-block .sort-block-outer {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .section-wrapper .section-items .top-block .sort-block-outer {
    flex-grow: 0;
  }
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block-mobile {
  display: none;
}
@media (max-width: 767px) {
  .section-wrapper .section-items .top-block .sort-block-outer .sort-block-mobile {
    display: block;
  }
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block-mobile .sort-mobile-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block-mobile .sort-mobile-title .arrow svg {
  display: block;
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block-mobile .sort-mobile-title.price-desc > svg {
  transform: rotateX(180deg);
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block {
  display: flex;
  gap: 25px;
}
@media (max-width: 1279px) {
  .section-wrapper .section-items .top-block .sort-block-outer .sort-block {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-wrapper .section-items .top-block .sort-block-outer .sort-block {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    z-index: 2;
    flex-direction: column;
    left: 0;
    width: 100%;
    background: #F5F5F7;
    padding: 20px;
    border-top: 1px solid #AAAAAA;
    border-radius: 0 0 5px 5px;
    transition: all 0.3s;
    gap: 15px;
  }
  .section-wrapper .section-items .top-block .sort-block-outer .sort-block.active {
    opacity: 1;
    pointer-events: unset;
  }
}
@media (max-width: 767px) {
  .section-wrapper .section-items .top-block .sort-block-outer .sort-block span:not([data-sort]) {
    display: none;
  }
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block span[data-sort] {
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block span[data-sort][data-sort=CATALOG_PRICE_1] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block span[data-sort][data-sort=CATALOG_PRICE_1][data-order="desc,nulls"] svg {
  transform: rotateX(180deg);
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block span[data-sort]:hover, .section-wrapper .section-items .top-block .sort-block-outer .sort-block span[data-sort].active {
  color: #1D58BA;
  fill: #1D58BA;
}
.section-wrapper .section-items .top-block .view-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-wrapper .section-items .top-block .view-block span {
  cursor: pointer;
}
.section-wrapper .section-items .top-block .view-block span.active svg, .section-wrapper .section-items .top-block .view-block span:hover svg {
  fill: #1D58BA;
}
.section-wrapper .section-items .top-block .view-block span svg {
  fill: #AAAAAA;
  display: block;
  transition: all 0.3s;
}

.filter-mobile {
  width: 600px;
}
@media (max-width: 767px) {
  .filter-mobile {
    width: calc(100vw - 60px);
  }
}
.filter-mobile .form-top {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #0071E3;
  color: #1D58BA;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.filter-mobile .form-bottom {
  padding: 30px 90px;
}
@media (max-width: 767px) {
  .filter-mobile .form-bottom {
    padding: 25px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1785839351703*/
.catalog-sections-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
  margin-bottom: 60px;
  width: 1200px;
}
.catalog-sections-list .catalog-section {
  text-decoration: none;
  display: flex;
  justify-content: center;
  height: 90px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 0 40px;
  flex-direction: column;
}
.catalog-sections-list .catalog-section:hover {
  box-shadow: 0 0 20px 0 rgba(0, 113, 227, 0.25);
}
.catalog-sections-list .catalog-section .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}
.catalog-sections-list .catalog-section .count {
  color: #C6C6C6;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/main/components/bitrix/catalog/catalog/style.css?17858393514745 */
/* /local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1785839351703 */
