

/* Start:/local/templates/xbitt/components/bitrix/catalog/catalog/style.css?178825211228643*/
.catalog__aside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20.833333333333336% - 20px);
}

.catalog__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
  position: relative;
}

.catalog__description {
  margin-bottom: 1.25rem;
}

.catalog__sort {
  margin-bottom: 1.25rem;
}

.catalog__bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #ececec;
}

.sortBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort__sort {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 500;
}

.sort__sort a {
  color: #be1e2d;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
}

.sort__sort a:hover {
  color: #414042;
}

.sort__sort i {
  font-size: 18px;
  font-size: 1.125em;
  margin-left: 0.25rem;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  color: #9b9b9b;
}

.sort__show {
  margin-left: 1rem;
}

.sort__show .select {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 500;
  cursor: pointer;
}

.sort__show .select-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort__show .select-text span {
  padding-left: 0.5rem;
  color: #be1e2d;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.sort__show .select-text span:hover {
  color: #414042;
}

.sort__show i {
  font-size: 10px;
  font-size: 0.625em;
  font-weight: 700;
  margin-left: 0.25rem;
  font-style: normal;
  display: inline-block;
  color: #9b9b9b;
}

.sort__template {
  margin-left: auto;
}

.sort__template a {
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 300;
  display: inline-block;
  margin-right: 0.25rem;
}

.sort__template a:last-child {
  margin-right: 0;
}

.sort__template a.active {
  color: #be1e2d;
}

.tagsBlock {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tagsBlock.__v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tagsBlock.__v .tagsName {
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.tagsBlock.__t0 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.tagsName {
  margin-right: 1rem;
}

.tagsValue {
  margin-right: 1rem;
  margin-bottom: 0.75rem;
  display: inline-block;
}

.tagsValue a {
  background: #ececec;
  color: #727272;
  padding: 0.3125rem 0.625rem;
}

.tagsValue a:hover,
.tagsValue a.selected {
  background: #be1e2d;
  color: #fff;
}

.tagsValues {
  width: 100%;
}

.banner {
  position: relative;
  margin-top: 1.25rem;
}

.banner img {
  display: block;
  width: 100%;
}

.banner__btn {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  margin: auto;
}

#ajaxLoaderFilter {
  z-index: 10000;
  --indent: 0;
  position: fixed;
  top: var(--indent);
  bottom: var(--indent);
  right: var(--indent);
  left: var(--indent);
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#ajaxLoaderFilter:after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: fixed;
  background: transparent url("/include/images/ajax-loader.gif") center center/contain no-repeat;
}

.options {
  padding-block: 60px 80px;

  .options__body {
    display: grid;
    grid-template-columns: 100%;
    gap: 46px;

    @media (min-width: 992px) {
      grid-template-columns: 1fr .75fr;
      gap: 0 40px;
    }

    @media (min-width: 1250px) {
      grid-template-columns: 1fr .9fr;
      gap: 0 80px;
    }
  }

  .options__left {
    display: flex;
    flex-direction: column;
    gap: 30px 40px;
  }

  .options__right {}

  .advantages {
    .advantages__title {
      font-weight: 700;
      font-size: 26px;
      line-height: 1.3;
      color: #303536;

      p {
        margin-bottom: 0;
      }
    }

    .advantages__items {
      margin-top: 20px;

      .list {
        margin: 0;
        padding: 0;
        display: none;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;

        @media (min-width: 650px) {
          display: grid;
        }

        li {
          list-style: none;
        }
      }

      .slider {
        position: relative;
        overflow: hidden;
        z-index: 1;

        @media (min-width: 650px) {
          display: none;
        }

        .swiper-wrapper {
          transform: translate3d(0px, 0, 0);
          position: relative;
          width: 100%;
          height: 100%;
          z-index: 1;
          display: flex;
          align-items: stretch;
          transition-property: transform;
          box-sizing: content-box;
        }

        .swiper-slide {
          display: flex;
          height: auto;
          flex-shrink: 0;
          width: 100%;
          position: relative;
          transition-property: transform;
        }
      }
    }

    .advantages__item {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 24px;
      min-height: 212px;
      display: flex;
      flex-direction: column;
      gap: 16px 0;

      img {
        width: 56px;
        height: 56px;
        object-fit: contain;
      }

      h6 {
        margin-top: auto;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2;
        color: #303536;
      }

      p {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3;
        color: #303536;
      }
    }
  }

  .payment {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 36px;

    @media (min-width: 550px) {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
    
    .payment__title {
      font-weight: 700;
      font-size: 18px;
      line-height: 1.2;
      color: #303536;
    }

    .payment__items {

      ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 17px;
      }

      li {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;

        img {
          width: 60px;
          height: 40px;
          pointer-events: none;
        }
      }
    }
  }

  .in-store {

    .in-store__title {
      font-weight: 700;
      font-size: 26px;
      line-height: 1.3;
      color: #303536;
    }

    .in-store__text {
      margin-top: 20px;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      color: #303536;

      ul {
        padding-left: 20px;

        li + li {
          margin-top: 10px;
        }
      }
    }
  }
}

.section-banner {
  border: 1px solid #e9e9e9;
  background: #f7f7f7;
  min-width: 340px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;

  .section-banner__inner {
    display: grid;
    grid-template-columns: 100%;

    @media (min-width: 768px) {
      align-items: stretch;
      grid-template-columns: 32% calc(100% - 32%);
    }
  }

  .section-banner__image {
    height: 100%;
    max-height: 200px;

    @media (min-width: 550px) {
      max-height: 350px;
    }

    @media (min-width: 768px) {
      max-height: 100%;
    }

    img {
      min-width: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .section-banner__info {
    padding-block: 30px;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    @media (min-width: 768px) {
      padding-inline: 30px;
    }
  }

  .section-banner__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 0.90909;
    color: #000;
  }

  .section-banner__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
  }

  .section-banner__link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    border: 1px solid #676767;
    border-radius: 4px;
    padding-block: 12px;
    padding-inline: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
    min-width: 200px;
  }
}

@media screen and (min-width: 780px) {
  .catalog__aside.--left .h1 {
    display: none;
  }
}

@media screen and (max-width: 1170px) {
  .sortBox {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sort__sort a {
    margin-left: 0;
    margin-right: 0.5rem;
  }

  .sort__sort span {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .catalog__aside {
    width: calc(25% - 20px);
  }

  .catalog__aside.--right {
    display: none;
  }

  .catalog__content {
    width: calc(75% - 20px);
  }
}

@media screen and (max-width: 780px) {
  .sectionList__itemContainer .sectionList__favBLOCK span {
    display: none;
  }
  .new-recommended-block .sectionList__itemList {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }
  .new-recommended-block .row {
    margin-left: 0;
    margin-right: 0
  }
  .catalog__aside {
    width: calc(100% - 20px);
  }

  .catalog__content {
    width: calc(100% - 20px);
  }

  .catalog__content h1 {
    display: none;
  }

  .banner {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .sortBox {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sort__sort {
    width: 100%;
  }

  .sort__sort a {
    margin-left: 0.5rem;
    margin-right: 0;
  }

  .sort__sort span {
    display: inline-block;
  }

  .sort__show {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .sort__sort a {
    margin-right: 0.5rem;
    margin-left: 0;
  }

  .sort__sort span {
    display: none;
  }
}

/* RS-1374: облако «Популярное» на телефоне занимало пол-экрана и отодвигало
   первую карточку товара за сгиб. На узких экранах держим теги одной строкой
   с горизонтальной прокруткой, остальное открывается кнопкой. На десктопе
   блок остаётся прежним, кнопка не показывается. */
.tagsMore {
  display: none;
}

@media screen and (max-width: 767px) {
  /* Блок раскладываем в две строки одним переносом флексов, а не колонкой:
     в первой строке название слева и «Показать все» справа, во второй —
     сама лента тегов. Разметка при этом не меняется, порядок задаём через
     order, поэтому на десктопе блок остаётся тем же. */
  .tagsBlock.__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 0;
  }

  .tagsBlock.__top .tagsName {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 1rem;
    margin-bottom: 0;
  }

  .tagsBlock.__top .tagsValues {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 0.375rem;
    padding-bottom: 0.25rem;
    /* Лента уходит за правый край экрана — так видно, что её можно
       листать. 10px — правый отступ колонки .catalog__content, он на
       телефоне один и тот же на всех ширинах (замерено на 320, 390 и
       767). Поэтому лента доходит ровно до края экрана и ни на пиксель
       дальше: горизонтальной прокрутки у страницы не появляется. Через
       vw это не считаем: в 100vw входит полоса прокрутки, и на узком
       окне настольного браузера лента вылезала бы за экран. Сжиматься
       флексу нельзя, иначе он вернётся в ширину колонки.

       Внутренний padding-right держит тот же отступ в конце прокрутки:
       на старте он не виден, потому что теги ленту переполняют. */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% + 10px);
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 10px;
  }

  .tagsBlock.__top .tagsValues::-webkit-scrollbar {
    display: none;
  }

  .tagsBlock.__top .tagsValue {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
    white-space: nowrap;
  }

  /* Развёрнутое состояние — привычное облако в несколько рядов. Здесь
     листать нечего, поэтому вылет за край экрана убираем.

     Замечание от 29.08 (комм. 12015): раскрытое облако «криво
     отображается, отступов нет между плашками». Так и было. Фон плашки
     рисует инлайновая ссылка, её вертикальные поля в высоту строки не
     входят, поэтому фон на 2 px заходит на соседние ряды сверху и
     снизу. При нашем отступе 0.5rem между плашками оставалось 2–3 px
     просвета вместо прежних 6 — ряды выглядели слипшимися.

     Поэтому раскрытому облаку возвращаем ровно ту раскладку, что была
     до задачи: обычный поток вместо флексов и базовые отступы
     .tagsValue — 0.75rem снизу и пробел между инлайн-блоками по бокам.
     Своих значений не придумываем: и по вертикали, и по горизонтали
     просвет совпадает с десктопным блоком, где эти правила не менялись.
     Свёрнутая лента — тот самый первый экран, согласованный 28.08, —
     не затронута: все правила здесь только под классом --open. */
  .tagsBlock.__top.--open .tagsValues {
    display: block;
    overflow-x: visible;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }

  .tagsBlock.__top.--open .tagsValue {
    margin-bottom: 0.75rem;
    white-space: normal;
  }

  .tagsMore {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: inline-block;
    margin-left: auto;
    margin-top: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #be1e2d;
    font: inherit;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
  }
}

/* RS-1374: шапка раздела на телефоне съедала первый экран — 32 px отступа
   секции, 34 px заголовок и ещё 16 px под ним. Ужимаем, чтобы за сгиб
   попадала первая карточка товара.

   Правила живут в стилях компонента каталога, а не в общей теме: тема
   приезжает на каждую страницу сайта, и в ней эти же селекторы поднимали
   вёрстку главной, корзины, статей и всего остального, чего задача не
   касается. Здесь же стиль подключается только там, где отрисован каталог.

   Селекторы с `body` — не украшение: файл компонента подключается раньше
   темы, а `.section` в теме объявлен с той же специфичностью, и без `body`
   правило проиграло бы по порядку подключения. */
@media screen and (max-width: 767px) {
  body .section {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  body .breadcrumb {
    margin-bottom: 0.5rem;
  }

  body .hBoxInline {
    margin-bottom: 0.5rem;
  }

  body .hBoxInline h1,
  body.__alt .hBoxInline h1 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 0;
  }

  body .hBoxInline span {
    font-size: 14px;
    font-size: 0.875rem;
  }

  /* Два зазора вокруг блока тегов на телефоне сводим к 0.5rem.

     Сверху было 24 px: 16 px нижнего отступа кнопки «Показать фильтр»
     плюс 8 px верхнего у блока тегов. Оставляем всё на кнопке — так
     расстояние остаётся тем же и когда фильтр раскрыт, и когда под
     кнопкой сразу идут теги, а если блока тегов у раздела нет, отступ
     не удваивается.

     Снизу было 20 px между строкой сортировки и первой карточкой.

     Селектор .catalog__aside .filterBtn перебивает стиль компонента
     фильтра по специфичности и живёт здесь, в стилях каталога: сам
     фильтр рисуется ещё и на поиске с брендами, которых задача не
     касается. */
  body .catalog__aside .filterBtn {
    margin-bottom: 0.5rem;
  }

  body .catalog__sort {
    margin-bottom: 0.5rem;
  }
}


/* RS-1374: шапка раздела на телефоне занимала четыре строки — кнопка
   «Показать фильтр», облако «Популярное», ссылки сортировки и строка
   «Показать: N» с переключателем вида. Собираем управление в одну строку
   «фильтр — сортировка — вид» (как на decanter.ru). «Популярное»
   остаётся над ней: порядок блоков задан разметкой в section.php.

   Кнопка фильтра приезжает в эту строку скриптом: она принадлежит
   компоненту фильтра и на десктопе живёт в левой колонке, где фильтр
   раскрыт всегда. Поэтому переносим её только на телефоне и только
   вместе с самой панелью фильтра — иначе панель раскрывалась бы выше
   строки и уезжала бы из-под пальца. */
.sort__sortMob {
  display: none;
}

@media screen and (max-width: 780px) {
  /* Строка одна и не переносится: сортировка сжимается, кнопка фильтра и
     переключатель вида держат свою ширину. За счёт этого горизонтальной
     прокрутки не появляется даже на 320 px. */
  .catalog__sort .sortBox {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .catalog__sort .filterBtn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0.5rem 0 0;
  }

  .catalog__sort .filterBtn .btn {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    white-space: nowrap;
  }

  .catalog__sort .filterBtn .btn i {
    margin-right: 0.5rem;
  }

  /* Ссылки сортировки в одну строку не помещаются — на их месте тот же
     набор ссылок выпадающим списком. Разметка и обработчик у выпадашки
     общие с «Показать: N», своего скрипта не заводим. */
  .catalog__sort .sort__sort {
    display: none;
  }

  .sort__sortMob {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    /* Шире этого выпадающему списку расти незачем — на планшете
       остаток строки отдаём переключателю вида справа. */
    max-width: 15rem;
    margin-right: 0.5rem;
  }

  .sort__sortMob .select {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
  }

  .sort__sortMob .select-block {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 0.4375rem 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .sort__sortMob .select-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #414042;
  }

  /* Название текущей сортировки длинное («Популярности»), поэтому режем
     его многоточием, а не переносом строки. */
  .sort__sortMob .select-text span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sort__sortMob .select-text i {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 700;
    margin-left: 0.375rem;
    font-style: normal;
    display: inline-block;
    color: #9b9b9b;
  }

  .sort__sortMob .select-popup ul {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0;
  }

  .sort__sortMob .select-popup a {
    display: block;
    padding: 0.375rem 0.75rem;
    color: #414042;
  }

  .catalog__sort .sort__show {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0.5rem 0 0;
  }

  .catalog__sort .sort__template {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
  }

  /* Панель фильтра переехала под строку — отступ между ними ставим ей,
     иначе раскрытый фильтр прилипает к кнопке. */
  .catalog__content > .bx-filter {
    margin-top: 0.5rem;
  }

  /* «Популярное» идёт первым в колонке, перед строкой управления.
     Сверху отступ держит шапка раздела, снизу — те же 0.5 rem,
     что и остальные зазоры первого экрана. */
  .catalog__content > .tagsBlock.__top {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}

/* На узком экране «Показать: N» из строки убираем: три контрола из
   замечания важнее, а количество на странице меняют редко. До 560 px
   всё четыре умещаются, поэтому граница отдельная. */
@media screen and (max-width: 560px) {
  .catalog__sort .sort__show {
    display: none;
  }
}

/* Уже 360 px на подпись у кнопки места не остаётся: или обрезается
   название сортировки, или строка ползёт. Оставляем одну иконку
   фильтра — так же, как в примере с decanter.ru. */
@media screen and (max-width: 359px) {
  .catalog__sort .filterBtn .btn span {
    display: none;
  }

  .catalog__sort .filterBtn .btn i {
    margin-right: 0;
  }
}


/* RS-1374, замечание от 27.08 (комм. 11829): кнопке «Показать фильтр»
   вернуть прежний вид — прямые углы.

   Откуда взялось скругление. В RS-729 (комм. 11811, п.3) на мобильной
   ширине всем кнопкам и полям темы задали border-radius 12px общим
   правилом в styles/mobile-nav.css. Кнопка фильтра под него попала
   заодно и стала единственным скруглённым элементом в строке
   управления: выпадашка сортировки и переключатель вида рядом с ней
   остались с прямыми углами.

   Правило RS-729 не трогаем — по нему идёт отдельная задача. Здесь
   только исключение и только для кнопки фильтра. Селектор
   `body .filterBtn .btn` (0,2,1) перебивает `.btn`/`button.btn`
   (0,1,0 / 0,1,1) по специфичности, поэтому порядок подключения
   файлов роли не играет: стили компонента каталога приезжают раньше
   темы. Ловим кнопку в обоих положениях — и в левой колонке
   (.catalog__aside), и перенесённую скриптом в строку управления
   (.catalog__sort).

   Файл — стили компонента каталога, они приходят только на страницы
   каталога; сам фильтр рисуется ещё на поиске и брендах, их правка
   не касается.

   Медиазапрос повторяет границу правила RS-729 (767px), чтобы на
   десктопе не менялось вообще ничего. */
@media screen and (max-width: 767px) {
  body .filterBtn .btn {
    border-radius: 0;
  }
}

/* End */


/* Start:/local/templates/xbitt/components/bitrix/catalog.section/n24/style.css?178361745711274*/
.sectionList .ico-izbr_active,
.sectionList .ico-srav_active {
  color: #be1e2d;
}

.sectionList .labelList {
  position: absolute;
  top: 0;
}

.sectionList .sliderSection .sectionList__item,
.sectionList .sliderSectionBigData .sectionList__item {
  margin: 0;
}

.sectionList .sliderSectionBlock,
.sectionList .sliderSectionBigDataBlock {
  position: relative;
  padding: 0;
}

.sectionList .sliderSectionBlock.__HOVER,
.sectionList .sliderSectionBigDataBlock.__HOVER {
  color: #414042;
}

.sectionList .sliderSectionBlock.__HOVER .slider-btn:focus i,
.sectionList .sliderSectionBigDataBlock.__HOVER .slider-btn:focus i,
.sectionList .sliderSectionBlock.__HOVER .slider-btn:hover i,
.sectionList .sliderSectionBigDataBlock.__HOVER .slider-btn:hover i {
  color: #dcdcdc;
}

.sectionList .sliderSectionBlock.__HOVER .slider-btn.disabled i,
.sectionList .sliderSectionBigDataBlock.__HOVER .slider-btn.disabled i {
  color: #9b9b9b;
}

.sectionList .sliderSectionBlock.__HOVER .slider-btn i,
.sectionList .sliderSectionBigDataBlock.__HOVER .slider-btn i {
  color: #fff;
}

.sectionList .sliderSectionBlock .slider-btn-left,
.sectionList .sliderSectionBigDataBlock .slider-btn-left {
  left: -25px;
}

.sectionList .sliderSectionBlock .slider-btn-right,
.sectionList .sliderSectionBigDataBlock .slider-btn-right {
  right: -25px;
}

.sectionList__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  margin-bottom: 1.25rem;
}

.sectionList__itemList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  margin-bottom: 1.25rem;
}

.sectionList__itemList .sectionList__itemContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sectionList__itemList .sectionList__itemContent {
  width: 55%;
  padding-left: 1.875rem;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sectionList__itemList .sectionList__img {
  left: 1.5rem;
  right: 1.5rem;
}

.sectionList__itemList .sectionList__imgBLOCK {
  width: 30%;
  padding: 0;
  margin: 0;
}

.sectionList__itemList .sectionList__buyBLOCK {
  width: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sectionList__itemList .sectionList__buyBLOCK.__notavailable {
  width: 20%;
  margin-left: auto;
}

.sectionList__itemList .sectionList__count {
  margin-right: 0;
  margin-bottom: 2rem;
}

.sectionList__itemList .sectionList__priceBLOCK {
  margin-top: 0;
  margin-bottom: auto;
  padding: 0;
  padding-bottom: 1rem;
}

.sectionList__itemList .sectionList__priceOLD {
  bottom: auto;
  top: 100%;
  right: 0;
  left: auto;
}

.sectionList__itemList .sectionList__available {
  text-align: right;
}

.sectionList__itemList .sectionList__prop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.sectionList__itemList .sectionList__prop.__art {
  display: block;
  margin-bottom: 1rem;
}

.sectionList__itemList .sectionList__propName {
  width: 25%;
}

.sectionList__itemList .sectionList__propValue {
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
}

.sectionList__item.__COL-2 {
  width: calc(50% - 20px);
}

.sectionList__item.__COL-3 {
  width: calc(33.333333333333336% - 20px);
}

.sectionList__item.__COL-4 {
  width: calc(25% - 20px);
}

.sectionList__item.__COL-5 {
  width: calc(20% - 20px);
}

.sectionList__item.__COL-6 {
  width: calc(16.666666666666668% - 20px);
}

.sectionList__item.__COL-12 {
  width: calc(100% - 20px);
}

.sectionList__itemContainer {
  border: 1px solid #ececec;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sectionList__itemContainer:hover {
  -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
          box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}

.sectionList__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  background: transparent center center/contain no-repeat;
}

.sectionList__imgBLOCK {
  padding-top: 100%;
  position: relative;
  margin-bottom: 1.25rem;
}

.sectionList__favBLOCK {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.sectionList__favBLOCK .--icon i {
  margin-right: 0;
}

.sectionList__art {
  margin-bottom: 0.75rem;
}

.sectionList__name {
  margin-bottom: 1rem;
  font-weight: 700;
}

.sectionList__priceBLOCK {
  margin-top: auto;
  position: relative;
  margin-bottom: 1.125rem;
  padding-top: 1rem;
}

.sectionList__priceOLD {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #be1e2d;
  text-decoration: line-through;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 0;
  white-space: nowrap;
}

.sectionList__priceNEW {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.sectionList__buyBLOCK {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sectionList__available {
  width: 100%;
}

.sectionList__available a {
  display: block;
  text-align: center;
}

.sectionList__count {
  margin-right: 2rem;
}

.sectionList__ratingAWARDS {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1170px) {
  .sectionList__itemList .sectionList__imgBLOCK {
    min-height: 230px;
  }
}

@media screen and (max-width: 1400px) {
  .sectionList__itemList .sectionList__imgBLOCK {
    width: 20%;
  }

  .sectionList__itemList .sectionList__buyBLOCK {
    width: 25%;
  }

  .sectionList__imgBLOCK {
    padding-top: 70%;
    margin-bottom: 1rem;
  }

  .sectionList__art {
    margin-bottom: 0;
  }

  .sectionList__name {
    margin-bottom: 0;
  }

  .sectionList__priceBLOCK {
    margin-bottom: 0.5rem;
  }

  .sectionList__priceOLD {
    line-height: 1;
    bottom: auto;
    top: 0;
  }

  .sectionList__buyBLOCK {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sectionList__count {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .sectionList__add a {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1170px) {
  .sectionList__itemList .sectionList__priceOLD {
    top: auto;
    bottom: 0;
  }

  .sectionList__itemContainer {
    padding: 1rem;
  }

  .sectionList__imgBLOCK {
    padding-top: 100%;
  }

  .sectionList__name {
    line-height: 1.2;
  }
}

@media screen and (max-width: 960px) {
  .sectionList__item.__COL-5 {
    width: calc(25% - 20px);
  }
}

@media screen and (max-width: 780px) {
  .sectionList__itemList {
    margin-bottom: 1rem;
  }

  .sectionList__itemList .sectionList__itemContainer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .sectionList__itemList .sectionList__itemContent {
    width: auto;
    padding-right: 0;
    padding-left: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .sectionList__itemList .sectionList__buyBLOCK {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1rem;
  }

  .sectionList__itemList .sectionList__buyBLOCK.__notavailable {
    width: 100%;
  }

  .sectionList__itemList .sectionList__count {
    margin: 0 1rem;
  }

  .sectionList__itemList .sectionList__priceBLOCK {
    padding: 0;
    margin: 0;
  }

  .sectionList__itemList .sectionList__priceOLD {
    top: 100%;
    bottom: auto;
  }

  .sectionList__item.__COL-5 {
    width: calc(33.333333333333336% - 20px);
  }

  .sectionList__priceOLD {
    line-height: 1.5;
  }
}

@media screen and (max-width: 560px) {
  .sectionList__itemList .sectionList__img {
    background-position-y: top;
  }

  .sectionList__itemList .sectionList__imgBLOCK {
    width: 30%;
    min-height: 150px;
  }

  .sectionList__itemList .sectionList__prop {
    margin-bottom: 0;
  }

  .sectionList__itemList .sectionList__prop.__art {
    margin-bottom: 0.5rem;
  }

  .sectionList__item.__COL-3 {
    width: calc(50% - 20px);
  }

  .sectionList__item.__COL-4 {
    width: calc(50% - 20px);
  }

  .sectionList__item.__COL-5 {
    width: calc(50% - 20px);
  }

  .sectionList__item.__COL-6 {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 400px) {
  .sectionList__itemList .sectionList__itemContent {
    padding-left: 0;
    padding-top: 1rem;
    width: 100%;
  }

  .sectionList__itemList .sectionList__imgBLOCK {
    width: 100%;
  }

  .sectionList__itemList .sectionList__buyBLOCK {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0;
  }

  .sectionList__itemList .sectionList__buyBLOCK.__notavailable .btn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sectionList__itemList .sectionList__count {
    width: 50%;
    margin-left: 0;
  }

  .sectionList__itemList .sectionList__priceBLOCK {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .sectionList__itemList .sectionList__priceOLD {
    top: 0;
    bottom: 0;
  }

  .sectionList__itemList .sectionList__prop {
    display: none;
  }

  .sectionList__item.__COL-3 {
    width: calc(100% - 20px);
  }

  .sectionList__item.__COL-4 {
    width: calc(100% - 20px);
  }

  .sectionList__item.__COL-5 {
    width: calc(100% - 20px);
  }

  .sectionList__item.__COL-6 {
    width: calc(100% - 20px);
  }

  .sectionList__imgBLOCK {
    padding-top: 50%;
  }
}
/* End */


/* Start:/local/templates/xbitt/components/bitrix/system.pagenavigation/system/style.css?17677062941413*/
.pageNav {
  margin: 0;
  padding: 0;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  list-style: none;
  text-align: center;
}

.pageNav li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  min-width: 30px;
  height: 30px;
  background-color: #ececec;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pageNav li:hover {
  background-color: #dcdcdc;
}

.pageNav li.selected {
  background-color: #be1e2d;
  color: #fff;
  cursor: not-allowed;
}

.pageNav li a,
.pageNav li span {
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #727272;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pageNav li span {
  opacity: 0.5;
  cursor: not-allowed;
}
/* End */
/* /local/templates/xbitt/components/bitrix/catalog/catalog/style.css?178825211228643 */
/* /local/templates/xbitt/components/bitrix/catalog.section/n24/style.css?178361745711274 */
/* /local/templates/xbitt/components/bitrix/system.pagenavigation/system/style.css?17677062941413 */
