

/* 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/catalog/bitrix/catalog.element/.default/style.css?178724182423576*/
.cElement .tagsBlock {
  margin-top: 0;
}

.cElement .ico-izbr_active,
.cElement .ico-srav_active {
  color: #be1e2d;
}

.cElement h3,
.cElement .h3 {
  margin-bottom: 1.875rem;
}

.cElement h4,
.cElement .h4 {
  margin-bottom: 0.625rem;
}

.cElement__header {
  position: relative;
}

.cElement__art {
  display: inline-block;
  margin-right: 1.875rem;
}

.cElement__art span {
  font-weight: 700;
}

.cElement__nameRU {
  display: inline-block;
  color: #9b9b9b;
}

.cElement__main {
  margin-top: 1.875rem;
}

.cElement__img {
  height: auto;
  min-height: auto;
  margin: auto;
  max-height: 500px;
  display: block;
  background: transparent top center/contain no-repeat;
  position: relative;
  z-index: 5;
}

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

.cElement__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

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

.cElement__propItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cElement__propItem.__LAST {
  margin-top: 3.125rem;
}

.cElement__propItem .linked__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cElement__propItem .linked__element {
  display: none;
  width: 30%;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
}

.cElement__propItem .linked__element:nth-child(-n+10) {
  display: inline-block;
}

.cElement__propItem .linked__element span {
  padding: 0.3125rem 0.625rem;
  border: 1px solid #be1e2d;
  background: #be1e2d;
  color: #fff;
  font-weight: 500;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

.cElement__propItem .linked__element span i {
  display: block;
  font-style: normal;
  white-space: nowrap;
  pointer-events: auto;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.cElement__propItem .linked__element a span {
  color: #414042;
  background: transparent;
}

.cElement__propItem .linked__element a:hover span {
  background: #be1e2d;
  color: #fff;
}

.cElement__propItem .linked__element.no-available span {
  background: transparent;
  color: #999;
  border-color: #999;
}

.cElement__propItem .linked__element.no-available a span {
  border-color: #999;
}

.cElement__propItem .linked__element.no-available a:hover span {
  background: #999;
}

.cElement__propName {
  width: 30%;
  color: #414042;
  font-weight: 600;
}

.cElement__propValue {
  width: 70%;
}

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

.cElement__thumb img {
  --sizeSquare: 100%;
  display: block;
  width: var(--sizeSquare);
  height: var(--sizeSquare);
  -o-object-fit: cover;
     object-fit: cover;
}

.cElement__thumbs {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cElement__buy {
  margin-bottom: 2.5rem;
  text-align: center;
}

.cElement__buy a {
  display: block;
}

.cElement__oneClick {
  margin-top: 0.625rem;
}

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

.cElement__companyBanner {
margin-bottom: 30px;
}

.cElement__buyContainer {
  padding: 1.25rem;
  border: 1px solid #ececec;
  background-color: #f8f8f8;
}

.cElement__available {
  margin-bottom: 1rem;
}

.cElement__available span {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.cElement__fav {
  margin-bottom: 0.625rem;
}

.cElement__fav a.--icon {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875em;
}

.cElement__price {
  line-height: 1;
  margin-bottom: 1.25rem;
}

.cElement__priceOLD {
  font-size: 18px;
  font-size: 1.125em;
  color: #be1e2d;
  font-weight: 300;
  text-decoration: line-through;
}

.cElement__priceNEW {
  font-size: 36px;
  font-size: 2.25em;
  font-weight: 700;
  color: #414042;
  white-space: nowrap;
}

.cElement__quantity {
  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;
  margin-bottom: 1.25rem;
}

.cElement__quantity .numBlock {
  width: 40%;
}

.cElement__quantity .measureBlock {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
}

.cElement__description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
  margin-right: calc(4.166666666666667% + 10px);
}

.cElement__descriptionSmall {
  font-size: 12px;
  font-size: 0.75em;
}

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

.cElement__notes {
  margin-bottom: -2.5rem;
}

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

.cElement__tabs {
  margin-bottom: 2rem;
}

.cElement__tabs .tabs {
  margin-bottom: 2rem;
}

.company-banner {
  background-color: #f7f7f7;
  overflow: hidden;
  max-width: 975px;

  .company-banner__inner {
    padding-block: 25px;
    padding-inline: 20px;

    @media (min-width: 1250px) {
      padding-block: 50px 30px;
      padding-inline: 50px;
    }
  }

  .company-banner__top {
    padding-block: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 40px 70px;
    border-bottom: 1px solid #dfdfdf;

    @media (min-width: 1100px) {
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
    }
  }

  .company-banner__logo {
    max-width: 185px;
    width: 100%;
    height: auto;
    object-fit: contain;

    @media (min-width: 780px) {
      max-width: 230px;
    }
  }

  .company-banner__description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;

    p {
      margin: 0;
    }
  }

  .company-banner__bottom {
    position: relative;
    padding-block: 30px 0;
    display: flex;
    flex-direction: column;

    @media (min-width: 780px) {
      padding-block: 50px 0;
      flex-direction: row;
      align-items: center;
      gap: 0 30px;
    }
  }

 .banner__bottom_text {
   @media (min-width: 780px) {
     width:60%;
   }
  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
 }
 }

.company-banner__bottom {
  min-height: 185px;
}


  /*.company-banner__list {*/
    .company-banner__bottom ul {
    max-width: 420px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
    margin: 0;
    padding-left: 25px;
    z-index: 1;

    li {}

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

  .company-banner__bg-img {
    height: 100%;
    object-fit: contain;
    z-index: 0;
    margin-left: auto;
    display: flex;
    margin-bottom: -40px;
    margin-right: -20px;
    margin-left: -20px;

    @media (min-width: 780px) {
      position: absolute;
      right: -50px;
      bottom: -35px;
      margin: 0;
    }

    img {
      width: 100%;
      height: 100%;
      max-height: 344px;
      pointer-events: none;
      transition: opacity 0.3s ease-in-out;

      @media (min-width: 780px) {
        max-width: 515px;
        max-height: 344px;
        opacity: 0.15;
      }

      @media (min-width: 1250px) {
        opacity: 1;
      }
    }
  }
}

.product-description {
  padding-block: 70px;
  padding-bottom: 0px;

  @media (min-width: 768px) {
    padding-block: 70px 100px;
    padding-bottom: 0px;
  }

  .product-description__wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 80px 0;

    @media (min-width: 768px) {
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      gap: 0 40px;
    }

  }

  .product-description__left {
    flex: 0 1 calc(50% - 40px);
  }

  .product-description__right {
    flex: 0 1 calc(45.3% - 40px);
  }

  .product-description-gastronomy {
    height: 100%;

    @media (min-width: 1250px) {
      max-width: 576px;
    }
  }
}

.product-description-group {

  .product-description-group__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #303536;

    @media (min-width: 768px) {
      font-size: 24px;
    }
  }

  .product-description-group__items {
    margin-top: 50px;

    @media (min-width: 768px) {
      margin-top: 28px;
    }

    ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch;
      gap: 30px 64px;
      list-style: none;
      padding-left: 0;
      margin: 0;

      @media (min-width: 768px) {
        gap: 24px 64px;
      }

      li {
        flex: 1 1 100%;
        min-height: 85px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #ddd;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

        @media (min-width: 992px) {
          flex: 1 1 calc(50% - 64px);
        }

        span {
          display: flex;
          align-items: center;
          gap: 0 10px;

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

          span {
            font-family: var(--font-family);
            font-weight: 700;
            font-size: 18px;
            line-height: 1.2;
            color: #303536;
          }
        }

        p {
          margin-top: 10px;
          margin-bottom: 0;
          font-family: var(--font-family);
          font-weight: 400;
          font-size: 14px;
          line-height: 1.3;
          color: #303536;
        }
      }
    }
  }

  & + & {
    margin-top: 70px;
  }
}

.product-description-gastronomy {
  display: flex;
  flex-direction: column;

  .product-description-gastronomy__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #303536;
  }

  .product-description-gastronomy__text {
    margin-top: 30px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #303536;
  }

  .product-description-gastronomy__list {
    margin-top: 30px;
    height: 100%;
    overflow: hidden;
    ul {
      display: none;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
     /* height: 100%;*/

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

      li {
        a {
          height: 100%;
        }
      }
    }

    .swiper {
      display: flex;
      overflow: unset;

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

      .swiper-wrapper {
        display: flex;
        align-items: stretch;
        height: auto;
      }

      .swiper-slide {

        .product-description-gastronomy__card {
          height: 100%;
        }
      }
    }
  }

  .product-description-gastronomy__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 230px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: #f7f7f7;
    overflow: hidden;
    cursor: auto;
    max-height: 250px;

    p {
      font-family: var(--font-family);
      font-weight: 700;
      font-size: 16px;
      line-height: 1.2;
      color: #303536;
      padding: 20px 16px;
      margin-bottom: 0;
    }

    img {
      position: absolute;
      right: -17%;
      bottom: -30%;
      width: 206px;
      height: 206px;
      object-fit: contain;
    }
  }
}

.cElement__grid {
  grid-template-columns: 25% calc(100% - 25% - 10px);
  justify-content: space-between;
  gap: 0 10px;
  grid-template-areas: "img prop"
                      "buy buy"
                      "info info"
                      "banner banner";

  @media (min-width: 780px) {
    display: grid;
    grid-template-columns: 20% calc(100% - 52% - 20px) 30%;
    gap: 0 10px;
    grid-template-areas: "img prop buy"
                        "img prop buy"
                        "rec rec buy"
                        "info info info"
                        "banner banner banner";
  }

  @media (min-width: 1000px) {
    grid-template-columns: 33% calc(100% - 55% - 40px) 22%;
    gap: 0 20px;
  }


  .cElement__imgBlock {
    grid-area: img;
    width: auto;
  }

  .cElement__propBlock {
    grid-area: prop;
    width: auto;
  }

  .cElement__buyBlock {
    grid-area: buy;
    width: auto;
  }

  .cElement__info {
    grid-area: info;
  }

  .cElement__companyBanner {
    /*margin-top: 40px;*/
    grid-area: banner;
    width: auto;
    margin-top: 20px;
    /*margin-inline: 10px;*/

    @media (min-width: 780px) {
      /*margin-top: 75px;*/
    }
  }
}

@media screen and (min-width: 960px) {
  .cElement__label .labelList__item span {
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1400px) {
  .cElement__quantity .numBlock {
    width: 60%;
  }

  .cElement__quantity .measureBlock {
    width: 30%;
  }
}

@media screen and (max-width: 1170px) {
  .cElement__imgBlock {
    width: calc(29.166666666666668% - 20px);
  }

  .cElement__propItem .linked__element {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .cElement__propItem .linked__element span {
    font-size: 14px;
    font-size: 0.875em;
  }

  .cElement__buyBlock {
    width: calc(25% - 20px);
  }

  .cElement__description {
    margin-right: calc(0% + 10px);
  }

  .cElement__sidebar {
    width: calc(25% - 20px);
  }
}

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

  .cElement__label .labelList__item span {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }

  .cElement__propBlock {
    width: calc(50% - 20px);
  }

  .cElement__propItem.__LAST {
    margin-top: 1rem;
  }

  .cElement__propItem.__LAST .cElement__propValue {
    width: 100%;
  }

  .cElement__propItem .linked__element span {
    font-size: 12px;
    font-size: 0.75em;
    padding: 0.25rem;
  }

  .cElement__propName {
    width: 40%;
  }

  .cElement__propValue {
    width: 60%;
  }

  .cElement__thumb {
    width: calc(25% - 20px);
  }

  .cElement__buy {
    margin-bottom: 1rem;
  }

  .cElement__buyBlock {
    width: calc(29.166666666666668% - 20px);
  }

  .cElement__description {
    width: calc(70.83333333333334% - 20px);
  }

  .cElement__sidebar {
    width: calc(29.166666666666668% - 20px);
  }

  .cElement__notes:last-child {
    margin-bottom: 0;
  }

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

  .cElement__notesItem {
    margin-bottom: 2rem;
  }
}
.cElement__main .bannerList {
  margin-bottom: 0px;
}
@media screen and (max-width: 780px) {
  .cElement .tagsBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cElement .tagsBlock .tagsName {
    margin-bottom: 0.5rem;
  }

  .cElement h3,
  .cElement .h3 {
    margin-bottom: 1rem;
  }

  .cElement__img {
    max-height: 250px;
  }

  .cElement__imgBlock {
    margin-bottom: 1rem;
  }

  .cElement__propBlock {
    width: calc(79.16666666666667% - 20px);
  }

  .cElement__propItem {
    margin-bottom: 0.25rem;
  }

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

  .cElement__buyBlock {
    margin-top: 1rem;
  }

  .cElement__buyBlock {
    margin-top: 1rem;
  }

  .cElement__buyBlockMd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cElement__buyBlock .bannerList {
    margin-bottom: 0;
  }

  .cElement__favBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .cElement__quantity {
    margin-bottom: 1rem;
    width: 100%;
  }

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

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

  .cElement__sidebar .bannerList {
    margin-bottom: 0;
  }

  .cElement__sidebar .bannerList .__vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .cElement__sidebar .bannerList .__vertical .bannerList__item {
    width: calc(50% - 20px);
  }

  .cElement__notesItem {
    margin-bottom: 1rem;
  }

  .cElement__tabs {
    margin-bottom: 1rem;
  }

  .cElement__tabs .tabs {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .cElement__imgBlock {
    width: calc(100% - 20px);
  }

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

  .cElement__thumb {
    width: calc(33.333333333333336% - 20px);
  }
}

@media screen and (max-width: 400px) {
  .cElement__label .labelList__item span {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-size: 0.875em;
  }

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

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

  .cElement__sidebar .bannerList .__vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cElement__sidebar .bannerList .__vertical .bannerList__item {
    width: calc(100% - 20px);
  }
}

@media (max-width: 768px) {
  .company-banner__top img{
    margin: 0 auto;
  }
}
.company-banner__inner h2 {
  margin-bottom: 2rem !important;
}

.product-description-group__items span h3 {
  margin-bottom: 0px;
}
@media (max-width: 1360px) {
  .cElement__propItem .linked__element span {
    font-size: 0.775em;
    padding-left: 7px;
  }
}

.taste-profile-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  align-items: center;
  margin-bottom: 2px;
}
.taste-profile-name {
  width: 115px;
}
.taste-profile-value-block {
  display: grid;
  grid-template-columns: repeat(5, 36px);
  gap: 4px;
  align-items: center;
}
.taste-profile-value-block span.taste-full {
  background: #303536;
}
.taste-profile-value-block span {
  border-radius: 2px;
}
.taste-profile-value-block span.taste-full:first-child {
  border-radius: 16px 2px 2px 16px;
}
.taste-profile-value-block span:last-child {
  border-radius: 2px 16px 16px 2px;
}
.taste-profile-value-block span {
  background: #30353666;
  height: 10px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 360px) {
  .taste-profile-name {
      min-width: 90px;
      width: 90px;
  }
  .taste-profile-value-block {
    grid-template-columns: repeat(5, 30px);
  }
  .taste-profile-value-block span {
    height: 8px;
  }
}
.new-recommended-block {
  grid-area: rec;
  position: relative;
}
.new-recommended-block .sectionList__add .btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}
.sectionList__itemContainer {
  position: relative;
}
.sectionList__itemContainer .sectionList__favBLOCK {
  top: 1.25rem;
  right: 1.25rem;
}
.sectionList__itemContainer .sectionList__favBLOCK a {
  gap: 5px;
}
.new-recommended-block .sectionList__itemList {
  margin: 0 0 0 0;
}
@media (max-width: 780px) { 
  .new-recommended-block .sectionList__itemList .sectionList__count {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .section .slider-btn {
    display: none !important;
  } 
}

.cElement__propValue_lists {
  display: flex;
  gap: 10px;
}
.cElement__propValue_lists_element {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100px;
  display: block;
}
.cElement__propValue_lists_element:before {
    content: "";
    width: 44px;
    height: 44px;
    border: 1px solid rgb(190 30 45 / 50%);
    border-radius: 100px;
    background: transparent;
    opacity: 0;
    transition: 0.3s;
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
}
.cElement__propValue_lists_element:hover:before {
  opacity: 1;
  transition: 0.3s;
}

/* Блок доверия: гарантия качества и ЕГАИС */
.cElement__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* сверху уже есть 10px от margin-bottom последнего .cElement__fav —
     добираем до 16px, чтобы отступ сверху совпал с отступом снизу */
  padding-top: 6px;
  margin-bottom: 1rem;
}
.cElement__trustItem {
  display: flex;
  /* выравнивание по верху, а не по центру: подпись ровно в две строки (30px) совпадает
     с телом иконки, а лента сертификата свисает ниже подписи — как в примере заказчика.
     При центровке тело сертификата вставало на 4px выше орла — иконки «плясали» */
  align-items: flex-start;
  gap: 8px;
  /* колонки делят ширину поровну, но не ужимаются уже своего содержимого:
     в узкой колонке карточки «Под контролем» остаётся на одной строке */
  flex: 1 1 0;
  color: #414042;
  text-decoration: none;
}
.cElement__trustItem:hover .cElement__trustText {
  color: #be1e2d;
}
.cElement__trustIcon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}
.cElement__trustText {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  transition: color 0.3s;
}

/* End */
/* /local/templates/xbitt/components/bitrix/catalog/catalog/style.css?178825211228643 */
/* /local/templates/xbitt/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?178724182423576 */
