

/* Start:/local/templates/xbitt/components/bitrix/catalog/catalog/style.css?178533360810720*/
.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;
  }
}
/* 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?178533360810720 */
/* /local/templates/xbitt/components/bitrix/catalog.section/n24/style.css?178361745711274 */
/* /local/templates/xbitt/components/bitrix/system.pagenavigation/system/style.css?17677062941413 */
