

/* Start:/local/templates/sotbit_origami/components/bitrix/catalog/sotbit_origami_catalog/style.css?173308625716403*/
.catalog_content__title {
  padding-bottom: 1rem;
}

iframe {
  max-width: 100%;
}

.block_page_navigation {
  text-align: center;
  margin-bottom: 2.5rem;
}
.block_page_navigation > span, .block_page_navigation > a {
  padding: 0.3rem 0.7rem;
  margin: 0 0.5rem;
}
.block_page_navigation .block_page_current {
  border: 1px solid var(--main-color);
}

.catalog_section_block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}
.catalog_section_block.catalog_section_block_bestsellers {
  padding: 0 0 32px;
}

.catalog_content .catalog_content__category_img_title {
  font-size: 0.9rem;
}
.catalog_content .catalog_content__category_comment {
  margin-bottom: 2rem;
}
.catalog_content .catalog_content__category_comment img {
  max-width: 100%;
  max-height: 100%;
}
.catalog_content .catalog_content__category_block_img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 110px;
  margin-bottom: 2rem;
}
.catalog_content .catalog_content__category_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog_content .catalog_content__canvas {
  margin-bottom: 2rem;
}
.catalog_content .catalog_content__canvas_img {
  width: 100%;
}
.catalog_content .catalog_content__category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.catalog_content .catalog_content__category_item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1rem;
  text-align: center;
  border: 1px solid #ebedee;
}
.catalog_content .catalog_content__category_item:hover {
  -webkit-box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
}

.tabs_block__product_card,
.block__product_cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.tabs_block__product_card .product_card__inner,
.block__product_cards .product_card__inner {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
  width: auto;
  margin-left: -1px;
}
.tabs_block__product_card .product_card__inner.product_card__inner--row,
.block__product_cards .product_card__inner.product_card__inner--row {
  width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.block__product_cards {
  margin-bottom: 37px;
  width: 100%;
}
.block__product_cards.block__product_cards--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column {
  width: 100%;
}
.block__product_cards .product_card__block_item {
  width: 25%;
  margin-bottom: -1px;
}
.block__product_cards .product_card__block_item-4 {
  width: 25%;
}
.block__product_cards .product_card__block_item-5 {
  width: 20%;
}
.block__product_cards .product_card__block_item-3 {
  width: 33.3333333333%;
}
.block__product_cards.block__product_cards--mobile-min .product_card__block_item {
  width: 25%;
  margin-bottom: -1px;
}
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
  width: 25%;
}
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
  width: 20%;
}
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
  width: 33.3333333333%;
}

.catalog-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.catalog_section_block_bestsellers .product_card__block_item {
  width: 100%;
}

.product_card__block_item > div {
  height: 100%;
}
.product_card__block_item.product_card__block_item--row {
  width: 100%;
  margin-bottom: -1px;
}

@media (max-width: 1300px) {
  .catalog_content__category_item {
    padding: 1rem;
  }
}
@media (max-width: 1200px) {
  div.block__product_cards .product_card__block_item {
    width: 25%;
  }

  div.block__product_cards .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }
}
@media (max-width: 992px) {
  div.block__product_cards .product_card__block_item {
    width: 33.3333333333%;
  }

  div.block__product_cards .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }

  .catalog_content__category_item {
    padding: 1.5rem;
  }

  #loadMore,
.catalog_content__category,
.catalog_content__category_block_img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 50%;
  }

  div.block__product_cards .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }

  div.block__product_cards .product_card__block_item {
    width: 50%;
    height: auto;
  }

  .catalog_content__sort_horizon_btn-block {
    display: none;
  }

  .catalog_content__category_item {
    width: calc(50% + 1px);
  }

  .catalog_content__title {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 22px;
  }

  .catalog_section_block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .catalog_content__category_item {
    width: 50%;
  }

  div.catalog_section_block .product_card__block_item,
div.block__product_cards-section .product_card__block_item {
    width: 50%;
  }

  div.catalog_section_block .product_card__block_item.product_card__block_item--row,
div.block__product_cards-section .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }

  .rating-block-title {
    display: none;
  }

  .product-detail-info-block-comment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem;
  }

  .product-detail-info-block-title {
    text-align: center;
  }

  .product-detail-photo-block .sticker_product,
.product-detail-photo-block .product_card__block_icon {
    top: 1rem;
  }

  .product-detail-price-and-cheaper {
    background: #f7f7f7;
    text-align: center;
    padding: 2rem 1rem 0 1rem;
  }
  .product-detail-price-and-cheaper .product-detail-title-price {
    display: inline-block;
  }
  .product-detail-price-and-cheaper .product_card__block__new_price_product {
    padding-right: 0;
    padding-bottom: 0;
  }
  .product-detail-price-and-cheaper .product_card__block__old_price_product {
    display: block;
    font-size: 0.8rem;
    margin: 0.3rem 0 0.5rem 0;
  }
  .product-detail-price-and-cheaper .product-detail-info-block-price {
    padding-bottom: 1rem;
  }

  .product-detail-info-block-brand {
    padding: 2.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #ededed;
  }
  .product-detail-info-block-brand .product-detail-info-block-brand-link {
    margin-bottom: 0;
  }

  .product-detail-info-block-main-property {
    text-align: center;
  }

  .product-detail-info-block .block-property-text-item {
    opacity: 0.5;
  }
  .product-detail-info-block .block-property-color-item.active,
.product-detail-info-block .block-property-text-item.active {
    opacity: 1;
  }
  .product-detail-info-block .product-detail-info-block-size {
    display: none;
  }
  .product-detail-info-block .product-detail-info-block-basket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 555;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 0;
  }
  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 50%;
    padding: 0.8rem 0.8rem;
  }
  .product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper {
    width: 50%;
  }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0;
  }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,
.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,
.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus {
    width: 33.33%;
    height: 100%;
    line-height: 3.2rem;
  }
  .product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0.5rem;
  }
  .product-detail-info-block .block-advantages-title {
    text-align: center;
    font-size: 1.5rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages-item img {
    max-width: 50px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages {
    border-bottom: 1px solid #ededed;
  }

  .product-detail-info-block-basic-property,
.product-detail-share-block-comment {
    display: none;
  }

  .product-detail-share-block-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
  }

  .product-detail-info-block-one-click-basket {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed;
  }

  .product_card__block_item {
    width: 100%;
  }

  .detail-product-advice.owl-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ededed;
    border-radius: 50px;
    margin-right: 1.333rem;
  }

  .detail-product-advice.owl-carousel .owl-dot.active span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    border-radius: 50px;
    margin-right: 1.333rem;
  }

  .detail-product-advice.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  .tabs_block__product_card {
    padding-right: 0;
  }

  .detail-product-advice.owl-carousel .product_card__block {
    padding: 2rem 0;
  }

  .product_set_item::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -27px;
    margin-right: -27px;
  }

  .product_set_item .d24 {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -13px;
    margin-right: -2px;
  }

  .product_set_comment {
    padding-bottom: 2rem;
  }

  .puzzle_block .detail_product {
    border-bottom: 1px solid #ededed;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .product_set_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .product_set_comment__price {
    padding-right: 0;
    padding-bottom: 1rem;
  }

  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.8rem;
  }

  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0;
  }

  .block_page_previous,
.block_page_next {
    display: none;
  }

  .catalog_section_block {
    padding-left: 15px;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .block__product_cards.block__product_cards--mobile-min .product_card__block_item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n) {
    margin-right: 0;
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
    width: calc((100% - 20px) / 3);
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
    width: calc((100% - 20px) / 3);
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 767px) {
  .panel_filter_sort {
    display: block;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none;
  }

  .catalog-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-wrapper .block_main_left_menu__content.no-padding {
    padding: 0 !important;
  }

  div.catalog_section_block .product_card__block_item,
div.block__product_cards-section .product_card__block_item {
    width: 100%;
  }

  .catalog_content__category_item {
    width: 100%;
  }

  .product_card__block__article {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .block_page_navigation > span,
.block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.3rem;
  }

  .catalog_content__canvas {
    display: none;
  }

  .catalog_content__canvas.catalog_content__canvas--display {
    display: block;
  }

  div.block__product_cards .product_card__block_item {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .panel_filter_sort {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 42px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .catalog_content__category_block_img {
    height: 85px;
    margin-bottom: 7px;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/style.css?173308612616368*/
.catalog_content__title {
  padding-bottom: 1rem;
}

.block_page_navigation {
  text-align: center;
  margin-bottom: 2.5rem;
}
.block_page_navigation > span, .block_page_navigation > a {
  padding: 0.3rem 0.7rem;
  margin: 0 0.5rem;
}
.block_page_navigation .block_page_current {
  border: 1px solid var(--main-color);
}

.catalog_section_block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}
.catalog_section_block.catalog_section_block_bestsellers {
  padding: 0 0 32px;
}

.catalog_content .catalog_content__category_img_title {
  font-size: 0.9rem;
}
.catalog_content .catalog_content__category_comment {
  margin-bottom: 2rem;
}
.catalog_content .catalog_content__category_comment img {
  max-width: 100%;
  max-height: 100%;
}
.catalog_content .catalog_content__category_block_img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 110px;
  margin-bottom: 2rem;
}
.catalog_content .catalog_content__category_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog_content .catalog_content__canvas {
  margin-bottom: 2rem;
}
.catalog_content .catalog_content__canvas_img {
  width: 100%;
}
.catalog_content .catalog_content__category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.catalog_content .catalog_content__category_item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1rem;
  text-align: center;
  border: 1px solid #ebedee;
}
.catalog_content .catalog_content__category_item:hover {
  -webkit-box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
}

.tabs_block__product_card,
.block__product_cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.tabs_block__product_card .product_card__inner,
.block__product_cards .product_card__inner {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
  width: auto;
  margin-left: -1px;
}
.tabs_block__product_card .product_card__inner.product_card__inner--row,
.block__product_cards .product_card__inner.product_card__inner--row {
  width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.block__product_cards {
  margin-bottom: 37px;
  width: 100%;
}
.block__product_cards.block__product_cards--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column {
  width: 100%;
}
.block__product_cards .product_card__block_item {
  width: 25%;
  margin-bottom: -1px;
}
.block__product_cards .product_card__block_item-4 {
  width: 25%;
}
.block__product_cards .product_card__block_item-5 {
  width: 20%;
}
.block__product_cards .product_card__block_item-3 {
  width: 33.3333333333%;
}
.block__product_cards.block__product_cards--mobile-min .product_card__block_item {
  width: 25%;
  margin-bottom: -1px;
}
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
  width: 25%;
}
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
  width: 20%;
}
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
  width: 33.3333333333%;
}

.catalog-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.catalog_section_block_bestsellers .product_card__block_item {
  width: 100%;
}

.product_card__block_item > div {
  height: 100%;
}
.product_card__block_item.product_card__block_item--row {
  width: 100%;
  margin-bottom: -1px;
}

@media (max-width: 1300px) {
  .catalog_content__category_item {
    padding: 1rem;
  }
}
@media (max-width: 1200px) {
  div.block__product_cards .product_card__block_item {
    width: 25%;
  }

  div.block__product_cards .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }
}
@media (max-width: 992px) {
  div.block__product_cards .product_card__block_item {
    width: 33.3333333333%;
  }

  div.block__product_cards .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }

  .catalog_content__category_item {
    padding: 1.5rem;
  }

  #loadMore,
.catalog_content__category,
.catalog_content__category_block_img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 50%;
  }

  div.block__product_cards .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }

  div.block__product_cards .product_card__block_item {
    width: 50%;
    height: auto;
  }

  .catalog_content__sort_horizon_btn-block {
    display: none;
  }

  .catalog_content__category_item {
    width: calc(50% + 1px);
  }

  .catalog_content__title {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 22px;
  }

  .catalog_section_block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .catalog_content__category_item {
    width: 50%;
  }

  div.catalog_section_block .product_card__block_item,
div.block__product_cards-section .product_card__block_item {
    width: 50%;
  }

  div.catalog_section_block .product_card__block_item.product_card__block_item--row,
div.block__product_cards-section .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }

  .rating-block-title {
    display: none;
  }

  .product-detail-info-block-comment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem;
  }

  .product-detail-info-block-title {
    text-align: center;
  }

  .product-detail-photo-block .sticker_product,
.product-detail-photo-block .product_card__block_icon {
    top: 1rem;
  }

  .product-detail-price-and-cheaper {
    background: #f7f7f7;
    text-align: center;
    padding: 2rem 1rem 0 1rem;
  }
  .product-detail-price-and-cheaper .product-detail-title-price {
    display: inline-block;
  }
  .product-detail-price-and-cheaper .product_card__block__new_price_product {
    padding-right: 0;
    padding-bottom: 0;
  }
  .product-detail-price-and-cheaper .product_card__block__old_price_product {
    display: block;
    font-size: 0.8rem;
    margin: 0.3rem 0 0.5rem 0;
  }
  .product-detail-price-and-cheaper .product-detail-info-block-price {
    padding-bottom: 1rem;
  }

  .product-detail-info-block-brand {
    padding: 2.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #ededed;
  }
  .product-detail-info-block-brand .product-detail-info-block-brand-link {
    margin-bottom: 0;
  }

  .product-detail-info-block-main-property {
    text-align: center;
  }

  .product-detail-info-block .block-property-text-item {
    opacity: 0.5;
  }
  .product-detail-info-block .block-property-color-item.active,
.product-detail-info-block .block-property-text-item.active {
    opacity: 1;
  }
  .product-detail-info-block .product-detail-info-block-size {
    display: none;
  }
  .product-detail-info-block .product-detail-info-block-basket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 555;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 0;
  }
  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 50%;
    padding: 0.8rem 0.8rem;
  }
  .product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper {
    width: 50%;
  }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0;
  }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,
.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,
.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus {
    width: 33.33%;
    height: 100%;
    line-height: 3.2rem;
  }
  .product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0.5rem;
  }
  .product-detail-info-block .block-advantages-title {
    text-align: center;
    font-size: 1.5rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages-item img {
    max-width: 50px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages {
    border-bottom: 1px solid #ededed;
  }

  .product-detail-info-block-basic-property,
.product-detail-share-block-comment {
    display: none;
  }

  .product-detail-share-block-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
  }

  .product-detail-info-block-one-click-basket {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed;
  }

  .product_card__block_item {
    width: 100%;
  }

  .detail-product-advice.owl-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ededed;
    border-radius: 50px;
    margin-right: 1.333rem;
  }

  .detail-product-advice.owl-carousel .owl-dot.active span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    border-radius: 50px;
    margin-right: 1.333rem;
  }

  .detail-product-advice.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  .tabs_block__product_card {
    padding-right: 0;
  }

  .detail-product-advice.owl-carousel .product_card__block {
    padding: 2rem 0;
  }

  .product_set_item::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -27px;
    margin-right: -27px;
  }

  .product_set_item .d24 {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -13px;
    margin-right: -2px;
  }

  .product_set_comment {
    padding-bottom: 2rem;
  }

  .puzzle_block .detail_product {
    border-bottom: 1px solid #ededed;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .product_set_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .product_set_comment__price {
    padding-right: 0;
    padding-bottom: 1rem;
  }

  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.8rem;
  }

  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0;
  }

  .block_page_previous,
.block_page_next {
    display: none;
  }

  .catalog_section_block {
    padding-left: 15px;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .block__product_cards.block__product_cards--mobile-min .product_card__block_item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n) {
    margin-right: 0;
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
    width: calc((100% - 20px) / 3);
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
    width: calc((100% - 20px) / 3);
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 767px) {
  .panel_filter_sort {
    display: block;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none;
  }

  .catalog-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-wrapper .block_main_left_menu__content.no-padding {
    padding: 0 !important;
  }

  div.catalog_section_block .product_card__block_item,
div.block__product_cards-section .product_card__block_item {
    width: 100%;
  }

  .catalog_content__category_item {
    width: 100%;
  }

  .product_card__block__article {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .block_page_navigation > span,
.block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.3rem;
  }

  .catalog_content__canvas {
    display: none;
  }

  .catalog_content__canvas.catalog_content__canvas--display {
    display: block;
  }

  div.block__product_cards .product_card__block_item {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .panel_filter_sort {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 42px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .catalog_content__category_block_img {
    height: 85px;
    margin-bottom: 7px;
  }
}
/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/menu/origami_filter/style.css?17330862615278*/
.block_main_left_menu__link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 10px;
    line-height: 1.5;
}

.block_main_left_menu__link-wrapper {
    width: 50px;
    padding-right: 12px;
}

.block_main_left_menu__link-img {
    max-width: 42px;
    max-height: 42px;
}

.block_main_left_menu__link-arrow {
    transform: rotate(270deg);
}

.block_main_left_menu__list_item {
    position: relative;
    border: 1px solid #ededed;
    display: block;
    min-height: 58px;
}

.block_main_left_menu__list_item:not(:last-child) {
    border-bottom: 0;
}

.block_main_left_menu__list_item::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.block_main_left_menu__list_item > div {
    color: var(--main-color);
    font-weight: 700;
}

.block_main_left_menu__list_item .block_main_left_menu__link > span {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.4rem;
}

.block_main_left_menu__list_item.active::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_item.current > a,
.block_main_left_menu__list_item.current > span {
    color: var(--main-color);
}

.block_main_left_menu__list_item:hover::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_item:hover > .block_main_left_menu__link .block_main_left_menu__link-arrow {
    fill: var(--main-color);
}

.block_main_left_menu__list_child {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 265px;
    padding: 0;
    margin-left: 0;
    margin-top: -1px;
    background-color: #fff;
    list-style-type: none;
    -webkit-box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
    z-index: 101;
}

.block_main_left_menu__list_child > .active::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background-color: var(--main-color);
}

.block_main_left_menu__list_child > .current > a,
.block_main_left_menu__list_child > .current > span {
    color: var(--main-color);
}

.block_main_left_menu__list_child li {
    border: 1px solid #ededed;
    padding: 0;
    margin: 0;
    position: relative;
}

.block_main_left_menu__list_child li:before {
    content: unset;
}

.block_main_left_menu__list_child > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    min-height: 58px;
    margin-bottom: -1px;
}

.block_main_left_menu__list_child > li::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.block_main_left_menu__list_child > li:hover::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_child > li:hover > .block_main_left_menu__list_child {
    display: block;
}

.block_main_left_menu__list_child > li:hover > .block_main_left_menu__list_child_link .block_main_left_menu__link-arrow {
    fill: var(--main-color);
}

.block_main_left_menu__list_child > li > div {
    color: var(--main-color);
    font-weight: 700;
}

.block_main_left_menu__list_child_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    padding-right: 35px;
    min-height: 56px;
}

.block_main_left_menu__list_child_link > span {
    color: #000;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.4rem;
}


.block_main_left_menu__list .current::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background-color: var(--main-color);
}

.block_main_left_menu__list_item {
    position: relative;
    margin-bottom: -1px;
}

.block_main_left_menu__list_item::before {
    content: unset;
}

.block_main_left_menu__list_item:hover > .block_main_left_menu__list_child {
    display: block;
}


.block_main_left_menu__list,
.block_main_left_menu__list_item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #ffffff;
}

.block_main_left_menu__list {
    margin-bottom: 3rem;
}

.block_main_left_menu__list .bx-inclinkspersonal-selected {
    position: relative;
    background-color: var(--main-color);
}

.block_main_left_menu__list .bx-inclinkspersonal-selected::after {
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    margin-top: -5px;
    font-size: 11px;
    content: "\e90b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.block_main_left_menu__list .bx-inclinkspersonal-selected span {
    color: #fff;
}

@media (max-width: 991px) {
    .block_main_left_menu__list {
        display: none;
    }
}

/* End */


/* Start:/local/templates/sotbit_origami/assets/css/filters/style.css?173308623544133*/
.bx_filter {
  /*=====================  SELECT   ========================================*/
  /*=====================  END SELECT   ========================================*/
  /*=====================  RADIO   ========================================*/
  /*=====================  END RADIO   ========================================*/
}
.bx_filter .bx-filter-param-btn-block label {
  margin-bottom: 0;
  cursor: pointer;
}
.bx_filter .mobile_filter-icon_cancel_small {
  display: none;
}
.bx_filter .radio_container_wrapper__resizer {
  overflow: hidden;
}
.bx_filter .find_property_value_wrapper {
  position: relative;
  margin-bottom: 5px;
}
.bx_filter .find_property_value_wrapper .icon-search {
  fill: rgba(0, 0, 0, 0.5);
}
.bx_filter .find_property_value_wrapper .icon-search::before {
  display: none;
}
.bx_filter .find_property_value_wrapper .search-icon {
  position: absolute;
  right: 10px;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.bx_filter .find_property_value {
  width: 100%;
  height: 40px;
  padding: 0 25px 0 10px;
  color: black;
  border: 1px solid #e4e4e4;
}
.bx_filter .find_property_value::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.bx_filter .find_property_value::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.bx_filter .find_property_value:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.bx_filter .find_property_value::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.bx_filter .find_property_value::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.bx_filter .bx-filter-btn-color-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-size: cover;
  border: 1px solid #ededed;
}
.bx_filter .bx-filter-param-btn-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bx_filter .checkboxes_with_pictures .bx-filter-param-label {
  padding: 2px 4px;
}
.bx_filter .bx-filter-param-label {
  min-height: 20px;
  padding: 2px;
  cursor: pointer;
}
.bx_filter .bx_filter_parameters_box_container {
  margin-bottom: 20px;
}
.bx_filter .bx_filter_parameters_box_container .bx_ui_slider_track {
  margin: 3.4rem 15px 2rem 13px;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block_wrapper {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block_wrapper .popup-window-hr {
  width: 24px;
  margin: 20px 0 0 0;
  height: 20px;
  display: none;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block_wrapper .bx_filter_parameters_box_container_block {
  margin: 0;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block_wrapper .bx_filter_parameters_box_container_block:nth-child(1) {
  margin: 0;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
  text-align: right;
  margin-left: 35px;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
  width: 100%;
  height: 2.8rem;
  border: 1px solid #ededed;
  color: #000000;
  text-align: left;
  padding-left: 16px;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::-webkit-input-placeholder {
  color: #807f7f;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::-moz-placeholder {
  color: #807f7f;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input:-ms-input-placeholder {
  color: #807f7f;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::-ms-input-placeholder {
  color: #807f7f;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::placeholder {
  color: #807f7f;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container img.calendar-icon {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  font-size: 18px;
  top: 7px;
  right: 3px;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container {
  max-width: 100%;
  position: relative;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container input.calendar {
  padding: 0 23px 0 4px;
  font-size: 15px;
}
.bx_filter .icon-nav_button {
  display: none;
}
.bx_filter .bx_ui_slider_track {
  position: relative;
  height: 5px;
  margin: 3.4rem 1rem 2rem;
}
.bx_filter .bx_ui_slider_part {
  position: absolute;
  top: -6px;
}
.bx_filter .bx_ui_slider_part.p1 {
  left: 6px;
}
.bx_filter .bx_ui_slider_part.p2 {
  left: 25%;
}
.bx_filter .bx_ui_slider_part.p3 {
  left: 50%;
}
.bx_filter .bx_ui_slider_part.p4 {
  left: 75%;
}
.bx_filter .bx_ui_slider_part.p5 {
  right: 5px;
}
.bx_filter .bx_ui_slider_part span {
  position: absolute;
  top: -1.8rem;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.bx_filter .bx_ui_slider_part.p2 span, .bx_filter .bx_ui_slider_part.p3 span, .bx_filter .bx_ui_slider_part.p4 span {
  display: none;
}
.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V {
  position: absolute;
  top: -1px;
  bottom: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bx_filter .bx_ui_slider_range {
  z-index: 85;
}
.bx_filter .bx_ui_slider_pricebar {
  z-index: 100;
}
.bx_filter .bx_ui_slider_pricebar_VD {
  z-index: 60;
  border-top: 1px solid #74868e;
  border-bottom: 1px solid #74868e;
  background: #849da4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0OWRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5M2FmYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#849da4", endColorstr="#93afb7", GradientType=0);
}
.bx_filter .bx_ui_slider_pricebar_VN {
  z-index: 70;
  border-radius: 5px;
  background: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6eccea", endColorstr="#73d6f6", GradientType=0);
}
.bx_filter .bx_ui_slider_pricebar_V {
  z-index: 80;
  top: -1px;
  bottom: -1px;
  background: var(--main-color);
}
.bx_filter .bx_ui_slider_handle {
  position: absolute;
  top: 100%;
  width: 22px;
  height: 22px;
}
.bx_filter .bx_ui_slider_handle:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.bx_filter .bx_ui_slider_handle:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.bx_filter .bx_ui_slider_handle.left {
  left: 0;
  margin-left: -10px;
  margin-top: -13px;
  background: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  border: 1px solid #a4a4a4;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
.bx_filter .bx_ui_slider_handle.right {
  right: 0;
  margin-right: -10px;
  margin-top: -13px;
  background: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  border: 1px solid #a4a4a4;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
.bx_filter .bx_filter_parameters_box_container_block {
  font-size: 11px;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 40%;
  color: #3f3f3f;
}
.bx_filter .bx_filter_search_button {
  cursor: pointer;
  outline: none;
  line-height: 39px;
  display: inline-block;
  height: 40px;
  width: 45%;
  padding: 0 0.5rem;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bx_filter .bx_filter_search_button:hover {
  border: 1px solid var(--main-color-hover);
  background: var(--main-color-hover);
}
.bx_filter .bx_filter_popup_result {
  position: absolute;
  z-index: 930;
  display: none;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  padding-right: 10px;
  white-space: nowrap;
  color: #3f3f3f;
  background-color: var(--main-color);
  -webkit-box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
}
.bx_filter .bx_filter_popup_result.right {
  left: 106%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bx_filter .bx_filter_popup_result.right::after {
  top: calc(50% - 3px);
  left: -5px;
}
.bx_filter .bx_filter_popup_result.left {
  right: 106%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bx_filter .bx_filter_popup_result.left::after {
  top: calc(50% - 6px);
  left: calc(100% - 9px);
}
.bx_filter .bx_filter_popup_result::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  background-color: var(--main-color);
  -webkit-transform: skew(45deg) rotate(-22deg);
          transform: skew(45deg) rotate(-22deg);
}
.bx_filter .bx_filter_popup_result a {
  text-align: center;
  display: inline-block;
  height: 100%;
  padding: 0 15px 0 10px;
  margin-left: 0;
  text-decoration: none;
  color: #ffffff;
  background: var(--main-color);
}
.bx_filter .bx_filter_popup_result a:hover {
  text-decoration: underline;
}
.bx_filter .popup_result_info {
  display: inline-block;
  color: #fff;
  line-height: 38px;
}
.bx_filter .popup_result_btns {
  background-color: var(--main-color);
  line-height: 38px;
}
.bx_filter .popup_result_btns a {
  display: none;
  background-color: var(--main-color);
}
.bx_filter .popup_result_btns input {
  display: none;
}
.bx_filter .popup_result_btns button {
  display: none;
}
.bx_filter .popup_result__close {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 13px;
  margin-right: 14px;
  cursor: pointer;
}
.bx_filter .popup_result__close::before, .bx_filter .popup_result__close::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  left: 0;
  top: 50%;
  background-color: #fff;
}
.bx_filter .popup_result__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bx_filter .popup_result__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bx_filter .bx_filter_popup_result_close {
  display: none;
}
.bx_filter .bx-filter-param-text {
  padding-left: 7px;
  font-size: 14px;
}
.bx_filter #modef_num_btn {
  margin: 0px 10px;
}
.bx_filter .bx-filter-select-text {
  position: relative;
  padding: 8px 30px 8px 13px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  cursor: pointer;
}
.bx_filter .bx-filter-select-text::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: 11px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bx_filter .radio_container {
  position: relative;
  margin-bottom: 0;
}
.bx_filter .radio_container:hover {
  color: var(--main-color);
}
.bx_filter .radio_container:hover input[type=radio]:checked + .radio-label::before {
  border: 0;
}
.bx_filter .radio_container:hover input[type=radio] + .radio-label::before {
  border: 1px solid var(--main-color);
}
.bx_filter .radio_container .radio-label_title {
  display: block;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px 0 25px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bx_filter .radio_container input[type=radio] {
  display: none;
}
.bx_filter .radio_container input[type=radio] + .radio-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 36px;
  min-height: auto;
  line-height: 20px;
  border: 1px solid transparent;
  cursor: pointer;
}
.bx_filter .radio_container input[type=radio] + .radio-label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  vertical-align: top;
  border: 1px solid #EDEDED;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bx_filter .radio_container input[type=radio] + .radio-label:empty::before {
  margin-right: 0;
}
.bx_filter .radio_container input[type=radio]:checked + .radio-label::before {
  -webkit-box-shadow: inset 0 0 0 6px var(--main-color);
          box-shadow: inset 0 0 0 6px var(--main-color);
  border: 0;
}
.bx_filter .radio_container input[type=radio]:focus + .radio-label::before {
  outline: none;
  border-color: var(--main-color);
}
.bx_filter .radio_container input[type=radio]:disabled + .radio-label {
  opacity: 0.4;
  cursor: inherit;
}
.bx_filter .radio_container input[type=radio]:disabled + .radio-label::before {
  -webkit-box-shadow: inset 0 0 0 3px #f4f4f4;
          box-shadow: inset 0 0 0 3px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.bx_filter .radio_container input[type=radio]:hover + .radio-label {
  border-color: transparent;
}
.bx_filter .radio_container input[type=radio]:hover + .radio-label span {
  color: var(--main-color);
}
.bx_filter .radio_container input[type=radio]::before {
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
}

.style-overflow-search {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 15rem;
}
.style-overflow-search::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
  border-radius: 10px;
}
.style-overflow-search::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}
.style-overflow-search::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ced2d5;
  border: 1px solid #ced2d5;
}
.style-overflow-search::-webkit-scrollbar-thumb:hover {
  background: #ced2d5;
}

.filter-drop-down-popup {
  padding: 0 12px;
  border: 1px solid #ededed;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.filter-drop-down-popup .popup-window-content {
  padding: 0 5px;
}
.filter-drop-down-popup .bx-filter-select-popup {
  width: 100%;
  max-height: 210px;
}
.filter-drop-down-popup label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  line-height: 20px;
  font-weight: normal;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
}
.filter-drop-down-popup label:hover {
  color: var(--main-color);
}
.filter-drop-down-popup label.disabled {
  color: #e4e4e4;
}
.filter-drop-down-popup ul {
  margin: 0;
  padding: 0 5px;
}
.filter-drop-down-popup .popup-window-content li {
  padding: 0;
  list-style: none;
}
.filter-drop-down-popup .popup-window-content ul {
  margin-left: 0;
}
.filter-drop-down-popup li {
  margin: 0;
  border-bottom: 1px solid #ededed;
}
.filter-drop-down-popup li::before {
  content: none;
}
.filter-drop-down-popup li:last-child {
  border-bottom: none;
}
.filter-drop-down-popup .bx-filter-btn-color-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: none;
  vertical-align: initial;
}
.filter-drop-down-popup .bx-filter-param-label .bx-filter-param-btn.bx-color-sl {
  width: 26px;
  height: 26px;
}
.filter-drop-down-popup .bx-filter-param-label .bx-filter-param-btn.bx-color-sl + .bx-filter-param-text {
  line-height: 26px;
}
.filter-drop-down-popup .bx-filter-param-text {
  padding-left: 7px;
  font-size: 14px;
}

/*=====================  CHECKBOX   ========================================*/
.filter-size label {
  min-width: 38px;
  min-height: auto;
  margin-bottom: 0.3rem;
}
.filter-size label span {
  color: #202020;
  cursor: pointer;
}
.filter-size label.bx-active span {
  color: #202020;
}
.filter-size input:disabled + label .bx-filter-param-text {
  color: #c2c2c2;
}
.filter-size .bx-filter-param-text {
  padding-left: 0;
}
.filter-size .radio_container_wrapper input:checked + label {
  border-color: transparent;
}
.filter-size .radio_container_wrapper input:hover + label {
  border-color: transparent;
}
.filter-size .radio_container_wrapper input:hover + label span {
  border-color: transparent;
}
.filter-size .type-checkbox input:checked + label {
  border-color: transparent;
}
.filter-size .type-checkbox input:focus + label {
  border-color: transparent;
}
.filter-size .type-checkbox input:checked + label {
  border-color: transparent;
}
.filter-size .type-checkbox input:hover + label {
  border-color: transparent;
}
.filter-size .type-checkbox label {
  min-height: auto;
  line-height: 1.7;
}
.filter-size:not(.catalog_content__filter_horizon_item_wrapper):hover::before {
  border: 1px solid var(--main-color);
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.checkbox__input:checked ~ .checkbox__label::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
  background-color: var(--main-color);
  border-color: var(--main-color);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiPjx0aXRsZT51bnRpdGxlZDwvdGl0bGU+PHBhdGggZD0iTTAsMFYxSDFWMEgwWk0wLjQ1LDAuNzRsLTAuMDguMDhMMC4yOCwwLjc0LDAuMTQsMC42bDAuMDgtLjA4TDAuMzYsMC42NWwwLjQxLS40MUwwLjg2LDAuMzJaIi8+PC9zdmc+");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiPjx0aXRsZT51bnRpdGxlZDwvdGl0bGU+PHBhdGggZD0iTTAsMFYxSDFWMEgwWk0wLjQ1LDAuNzRsLTAuMDguMDhMMC4yOCwwLjc0LDAuMTQsMC42bDAuMDgtLjA4TDAuMzYsMC42NWwwLjQxLS40MUwwLjg2LDAuMzJaIi8+PC9zdmc+");
}
.checkbox__input:checked ~ .checkbox__label::after {
  background-color: #2196F3;
}
.checkbox__input:checked:disabled ~ .checkbox__label::before {
  background-color: rgba(0, 0, 0, 0.26);
  background-clip: padding-box;
}
.checkbox__input:disabled ~ .checkbox__label {
  color: rgba(0, 0, 0, 0.38);
}
.checkbox__input:disabled ~ .checkbox__label a {
  color: rgba(0, 0, 0, 0.38);
  cursor: auto;
}
.checkbox__input:disabled ~ .checkbox__label::before {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.checkbox__input:disabled ~ .checkbox__label:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.checkbox__input:focus ~ .checkbox__label::after {
  -webkit-animation: click-wave 0.5s;
  animation: click-wave 0.5s;
}
.checkbox__input:not(:checked) ~ .checkbox__label::after {
  background-color: #000;
}

.checkbox__label {
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  line-height: 1.7;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkbox__label:hover {
  color: var(--main-color);
}
.checkbox__label:hover::before {
  border-color: var(--main-color);
}
.checkbox__label a {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.checkbox__label a:hover {
  text-decoration: underline;
}
.checkbox__label.active::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
  background-color: var(--main-color);
  border-color: var(--main-color);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiPjx0aXRsZT51bnRpdGxlZDwvdGl0bGU+PHBhdGggZD0iTTAsMFYxSDFWMEgwWk0wLjQ1LDAuNzRsLTAuMDguMDhMMC4yOCwwLjc0LDAuMTQsMC42bDAuMDgtLjA4TDAuMzYsMC42NWwwLjQxLS40MUwwLjg2LDAuMzJaIi8+PC9zdmc+");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiPjx0aXRsZT51bnRpdGxlZDwvdGl0bGU+PHBhdGggZD0iTTAsMFYxSDFWMEgwWk0wLjQ1LDAuNzRsLTAuMDguMDhMMC4yOCwwLjc0LDAuMTQsMC42bDAuMDgtLjA4TDAuMzYsMC42NWwwLjQxLS40MUwwLjg2LDAuMzJaIi8+PC9zdmc+");
}
.checkbox__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  margin: 3px 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.checkbox__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

/*=====================  END CHECKBOX   ========================================*/
/*=====================  COLORS CHECKBOXES   ========================================*/
.bx-filter-param-btn-inline.checkboxes_with_pictures input:disabled + .bx-filter-param-label {
  position: relative;
  cursor: default;
}
.bx-filter-param-btn-inline.checkboxes_with_pictures input:disabled + .bx-filter-param-label::before {
  content: "";
  height: 1px;
  width: 22px;
  background-color: #887f81;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  left: calc(50% - 10px);
}
.bx-filter-param-btn-inline.checkboxes_with_pictures input:disabled + .bx-filter-param-label::after {
  content: "";
  height: 1px;
  width: 22px;
  background-color: #887f81;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  left: calc(50% - 11px);
}
.bx-filter-param-btn-inline.checkboxes_with_pictures input:disabled + .bx-filter-param-label .bx-filter-btn-color-icon {
  opacity: 0.4;
}

/*=====================  END COLORS CHECKBOXES   ========================================*/
/*=====================  COLORS CHECKBOXES WITH LABELS   ========================================*/
.bx-filter-param--checkbox-pict-label .bx-filter-param-label {
  width: 100%;
}
.bx-filter-param--checkbox-pict-label .bx-filter-param-label.disabled {
  color: rgba(0, 0, 0, 0.38);
}
.bx-filter-param--checkbox-pict-label .bx-filter-param-label.disabled:hover .bx-filter-param-btn.bx-color-sl {
  border-color: #ededed;
}

/*=====================  ENDCOLORS CHECKBOXES WITH LABELS   ========================================*/
.checkboxes_with_pictures .bx-filter-param-label {
  width: 20%;
}

.bx-filter-param-label {
  font-weight: normal;
  cursor: pointer;
}
.bx-filter-param-label:hover .bx-filter-param-btn.bx-color-sl {
  border-color: var(--main-color);
}
.bx-filter-param-label .bx-filter-param-btn.bx-color-sl {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 3px;
  vertical-align: middle;
  border: 1px solid #ededed;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bx-filter-param-label.bx-active {
  color: var(--main-color);
}
.bx-filter-param-label.bx-active .bx-filter-param-btn.bx-color-sl {
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.mobile_filter-selected_number {
  width: 20px;
  height: 20px;
  padding-top: 1px;
  text-align: center;
  border-radius: 10px;
  background: var(--main-color);
}

.mobile_filter_btn {
  display: none;
  min-width: 90px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-align: center;
  color: var(--main-color);
  font-size: 13px;
  background: #fff;
  border: 1px solid #ededed;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.mobile_filter_btn .mobile_filter-selected_number {
  display: none;
  background: var(--main-color);
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
}
.mobile_filter_btn svg {
  fill: var(--main-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile_filter_btn:hover {
  color: #ffffff;
  background: var(--main-color);
}
.mobile_filter_btn:hover .mobile_filter-selected_number {
  color: var(--main-color);
  background: #ffffff;
}
.mobile_filter_btn:hover svg {
  fill: #fff;
}

.mobile_filter_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 995;
}

.bx_filter_wrapper .selected_items {
  display: none;
}

@media screen and (min-width: 992px) {
  .hide-xl {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .filter-size .col-xs-12 {
    padding-left: 9px !important;
  }
}
@media (max-width: 991px) {
  .mobile_filter_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
}
@media (max-width: 575px) {
  .mobile_filter_btn {
    margin: 0;
    height: 100%;
    width: calc(100% - 84px);
    padding: 10px;
    border-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .mobile_filter_form .bx_filter {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    z-index: 1001;
    background-color: #fff;
    border: 1px solid #ededed;
    overflow: hidden;
  }

  .bx_filter {
    /* CHECKBOXES */
    /* RADIO_BUTTONS */
    /* DROPDOWN */
  }
  .bx_filter .bx_filter__container {
    overflow-y: auto;
  }
  .bx_filter .style-overflow-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: none;
  }
  .bx_filter .selected_items {
    margin: 0 10px;
    font-size: 13px;
    color: #b3b3b3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bx_filter .checkbox__label {
    display: block;
    width: 100%;
    min-height: 20px;
    margin: 0;
  }
  .bx_filter .checkbox__label a {
    text-decoration: none;
    vertical-align: initial;
  }
  .bx_filter .checkbox__label:hover::before {
    border-color: var(--main-color-hover);
  }
  .bx_filter .properties_block_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
  }
  .bx_filter .properties_block_title::before {
    content: "";
    position: relative;
    top: 5px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 0;
    font-weight: normal;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .bx_filter .properties_block_title span {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  .bx_filter .bx_filter_button_box {
    display: none;
  }
  .bx_filter .filter_block_wrapper_max_height {
    height: 100% !important;
  }
  .bx_filter .bx_filter__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 13px;
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
  }
  .bx_filter .bx_filter__title::after {
    content: none;
  }
  .bx_filter .bx_filter__title .block_main_left_menu__title-toggle {
    display: none !important;
  }
  .bx_filter .bx_filter_input_container input {
    padding: 5px;
    width: 90px;
    height: 40px;
  }
  .bx_filter .bx-filter-select-container {
    margin: 0;
    padding: 20px;
    width: 100%;
  }
  .bx_filter .bx_filter_parameters_open_all {
    display: none;
  }
  .bx_filter .blank_ul_wrapper {
    border: none;
    border-top: 1px solid #ededed;
  }
  .bx_filter .bx_filter_parameters_box_checkbox {
    padding: 10px;
    border-bottom: 1px solid #ededed;
  }
  .bx_filter .find_property_value_wrapper {
    position: relative;
    display: block;
    margin: 15px 10px;
  }
  .bx_filter .find_property_value {
    width: 100%;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ededed;
  }
  .bx_filter .bx_filter_parameters_box_container_block_wrapper {
    margin: 25px 20px;
  }
  .bx_filter .bx_filter_parameters_box_container_block_wrapper .popup-window-hr {
    display: block;
  }
  .bx_filter .bx_ui_slider_track {
    margin: 3.4rem 30px 2rem 30px;
  }
  .bx_filter .bx_filter_parameters_box_container {
    margin: 0 !important;
    padding: 0;
  }
  .bx_filter form {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bx_filter .bx_filter_popup_result {
    position: absolute;
    left: 0 !important;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 351;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 40px;
    background: none;
    border: 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .bx_filter .bx_filter_popup_result .popup_result__close {
    display: none;
  }
  .bx_filter .bx_filter_popup_result.right::after {
    display: none;
  }
  .bx_filter .bx_filter_popup_result .popup_result_btns {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 42px;
  }
  .bx_filter .bx_filter_popup_result .popup_result_btns input {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .bx_filter .bx_filter_popup_result .popup_result_btns input[name=del_filter] {
    background: #fff;
    border: 1px solid #ededed;
    color: var(--main-color);
  }
  .bx_filter .bx_filter_popup_result .popup_result_btns button[name=set_filter] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .bx_filter .bx_filter_popup_result .popup_result_btns button[name=set_filter]:hover {
    background: var(--main-color-hover);
    border-color: var(--main-color-hover);
  }
  .bx_filter .bx-filter-btn-color-icon {
    width: 18px;
    height: 18px;
    border: none;
    vertical-align: initial;
  }
  .bx_filter .bx-filter-param-btn-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bx_filter .bx-filter-param-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 13px;
    border: 0;
    border-bottom: 1px solid #ededed;
  }
  .bx_filter .bx-filter-param-label .color_value {
    line-height: 24px;
    padding-left: 10px;
    font-weight: normal;
  }
  .bx_filter .bx-filter-param-label:active:not(.disabled) {
    color: var(--main-color);
  }
  .bx_filter .bx-filter-param-label:active:not(.disabled) .bx-color-sl {
    border-color: var(--main-color-hover);
  }
  .bx_filter .bx-filter-param-label.bx-active {
    border: none;
    border-bottom: 1px solid #ededed;
  }
  .bx_filter .bx-filter-param-label.bx-active .bx-color-sl {
    border: 1px solid var(--main-color);
  }
  .bx_filter .bx-filter-param-label:hover, .bx_filter .bx-filter-param-label:focus, .bx_filter .bx-filter-param-label:active {
    border: none !important;
    border-bottom: 1px solid #ededed !important;
  }
  .bx_filter .bx_filter_parameters_box_container_block {
    width: 90px;
  }
  .bx_filter .icon-nav_button {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .bx_filter .icon-nav_button::before {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .bx_filter span.icon-search {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 3rem;
    font-weight: bold;
  }
  .bx_filter .radio_container_wrapper input[type=radio]:checked + .radio-label::before {
    background-color: var(--main-color);
    border: 5px solid var(--main-color);
    -webkit-box-shadow: inset 0 0 0 7px #fff;
            box-shadow: inset 0 0 0 7px #fff;
  }
  .bx_filter .radio_container_wrapper input[type=radio] + .radio-label:before {
    border: 1px solid #e3e3e3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .bx_filter .radio_container_wrapper .radio_container {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ededed;
  }
  .bx_filter .radio_container_wrapper .radio_container .radio-label {
    margin: 0;
    width: 100%;
    cursor: pointer;
  }
  .bx_filter .radio_container_wrapper .radio_container .radio-label::before {
    position: static;
  }
  .bx_filter .radio_container_wrapper .radio_container .radio-label_title {
    display: inline-block;
    padding-left: 5px;
  }
  .bx_filter .radio_container_wrapper .radio_container label {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .bx_filter .radio_container_wrapper .radio_container label .radio-label_title.fonts__main_comment {
    font-size: 13px;
  }
  .bx_filter .radio_container_wrapper .radio_container:hover {
    color: var(--main-color);
  }
  .bx_filter .bx-filter-select-text {
    position: relative;
  }
  .bx_filter .bx-filter-select-text.fix {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bx_filter .popup_result_info {
    display: none;
    color: #a7a7a7;
  }
  .bx_filter .popup_result_info i {
    display: none;
  }
  .bx_filter .mobile_filter-icon_cancel_small {
    fill: #000;
    display: inline-block;
    stroke: #000000;
  }
  .bx_filter .used-now-title {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .bx_filter .not-used-now-title {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .bx_filter .used-now-title,
.bx_filter .not-used-now-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f6;
    height: 46px;
    width: 100%;
    margin: 0;
    padding: 14px 25px 14px 13px;
    border-bottom: 1px solid #ededed;
    font-size: 13px;
  }
  .bx_filter .bx-filter-param-btn-block .bx-filter-param-label {
    width: 100%;
    height: 48px;
    margin: 0;
    padding-left: 15px;
    font-weight: normal;
    border-bottom: 1px solid #EDEDED;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .bx_filter .bx-filter-param-btn-block .bx-filter-param-label:hover {
    color: var(--main-color-hover);
  }
  .bx_filter .bx-filter-param-btn-block .bx-filter-param-label:hover .bx-filter-param-btn.bx-color-sl {
    border-color: var(--main-color-hover);
  }
  .bx_filter .bx-filter-param-btn-block .bx-filter-param-label.bx-active .bx-filter-param-btn.bx-color-sl {
    border: 1px solid var(--main-color-hover);
  }
  .bx_filter .col-xs-12 {
    padding: 0;
  }
  .bx_filter .col-xs-12 .bx-filter-param-btn-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bx_filter .col-xs-12 label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bx_filter .bx-filter-param-btn.bx-color-sl {
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .bx_filter .bx-filter-param-label .bx-filter-param-text {
    padding-left: 10px;
  }
  .bx_filter .bx_ui_slider_part.fonts__small_comment.p1 {
    left: 51px;
    color: #808080;
  }
  .bx_filter .bx_ui_slider_part.fonts__small_comment.p1 span {
    text-align: left;
    color: #808080;
    font-size: 12px;
  }
  .bx_filter .bx_ui_slider_part.fonts__small_comment.p5 {
    right: 51px;
  }
  .bx_filter .bx_ui_slider_part.fonts__small_comment.p5 span {
    text-align: right;
    color: #808080;
    font-size: 12px;
  }
  .bx_filter .bx-filter-param-label.bx-active.selected {
    color: inherit;
  }
  .bx_filter .bx-filter-param-label.bx-active.selected .bx-color-sl {
    border-color: #ededed;
  }
  .bx_filter .disabled {
    cursor: initial;
  }
  .bx_filter .disabled .bx-color-sl,
.bx_filter .disabled .color_value {
    opacity: 0.4;
  }
  .bx_filter .blank_ul_wrapper.type-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bx_filter .fonts__middle_comment {
    font-size: 13px;
  }
  .bx_filter .popup_result_btns {
    width: 100%;
    height: 0;
  }
  .bx_filter .popup_result_btns--summary {
    height: 90px;
  }
  .bx_filter .bx-filter-param-btn-inline.checkboxes_with_pictures input:disabled + .bx-filter-param-label::before, .bx_filter .bx-filter-param-btn-inline.checkboxes_with_pictures input:disabled + .bx-filter-param-label::after {
    display: none;
  }
}

@media (max-width: 1299px) {
  .bx_filter_parameters_box_container .fonts__main_comment {
    font-size: 0.8rem;
  }
}

.item_name_wrapper {
  line-height: 1.4;
}
/* End */


/* Start:/local/templates/sotbit_origami/assets/css/filters/vertical/style.css?173308623512031*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.mm-wrapper_opening .bx_filter_wrapper {
  left: -100%;
}

.filter-vertical {
  margin-bottom: 37px;
}
.filter-vertical .smartfilter {
  overflow: hidden;
}
.filter-vertical .sotbit-filter-props-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: height linear 300ms;
  transition: height linear 300ms;
}
.filter-vertical .bx-filter-param-label.disabled .bx-color-sl {
  opacity: 0.4;
}
.filter-vertical [data-type=filter-item] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter-vertical .find_property_value_wrapper {
  display: none;
}
.filter-vertical .bx_filter .used-now-title,
.filter-vertical .bx_filter .not-used-now-title {
  display: none;
}
.filter-vertical .bx_filter_parameters_open_all {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  color: var(--main-color);
  cursor: pointer;
}
.filter-vertical .bx_filter_parameters_open_all.open .icon-nav_button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-vertical .bx_filter_parameters_open_all:hover > .icon-nav_button {
  color: var(--main-color-hover);
  border-color: var(--main-color-hover);
}
.filter-vertical .bx_filter_parameters_open_all > .icon-nav_button {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 30px;
  padding: 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filter-vertical .bx_filter_parameters_open_all > .icon-nav_button::before {
  content: "";
  position: absolute;
  left: 11px;
  top: -1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid var(--main-color-hover);
  border-left: 1px solid var(--main-color-hover);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.filter-vertical .bx_filter_parameters_open_all .bx_filter_parameters_open_all_close {
  display: none;
}
.filter-vertical .bx_filter_parameters_open_all .bx_filter_parameters_open_all_open {
  display: inline-block;
  border-bottom: 1px solid var(--main-color);
}
.filter-vertical .bx_filter_parameters_open_all .bx_filter_parameters_open_all_open:hover {
  color: var(--main-color-hover);
  border-color: var(--main-color-hover);
}
.filter-vertical .bx_filter__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  position: relative;
  padding: 17px 20px;
  font-size: 18px;
  border-bottom: 1px solid #ededed;
}
.filter-vertical .bx_filter__title .block_main_left_menu__title-toggle {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-vertical .bx_filter__title .block_main_left_menu__title-toggle::after {
  position: absolute;
  top: 2px;
  left: 4px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.filter-vertical .bx_filter__title.active .block_main_left_menu__title-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-vertical .bx_filter_search_reset {
  cursor: pointer;
  outline: none;
  line-height: 39px;
  display: inline-block;
  height: 40px;
  padding: 0 0.5rem;
  width: 45%;
  text-decoration: none;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter-vertical .bx_filter_search_reset:hover {
  color: var(--main-color-hover);
  border: 1px solid var(--main-color-hover);
}
.filter-vertical .bx_filter_search_reset:active {
  position: relative;
}
.filter-vertical .bx_filter_section {
  position: relative;
  background-color: #fcfcfc;
  border: 1px solid #ededed;
  padding: 0;
}
.filter-vertical .bx_filter_button_box {
  margin-bottom: 0;
  padding-top: 25px;
  clear: both;
}
.filter-vertical .bx_filter_parameters_box {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #ededed;
}
.filter-vertical .bx_filter_parameters_box.active .bx_filter_parameters_box_title .bx_filter_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-vertical .bx_filter_parameters_box_title {
  display: inline-block;
  margin-bottom: 0;
  padding: 17px 20px;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
.filter-vertical .bx_filter_parameters_box_title .bx_filter_arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filter-vertical .bx_filter_parameters_box_title .bx_filter_arrow::before {
  position: absolute;
  top: -1px;
  left: 2px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.filter-vertical .bx_filter_parameters_box_title.fonts__middle_text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-vertical .bx_filter_parameters_box_title .item_name {
  margin-right: 5px;
}
.filter-vertical .bx_filter_block {
  position: relative;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
}
.filter-vertical .bx_filter_block.button {
  padding: 0 20px;
  border: none;
}
.filter-vertical .bx_filter_block.button .bx_filter_parameters_box_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-vertical .bx_filter_button_box .bx_filter_block,
.filter-vertical .bx_filter_parameters_box.active .bx_filter_block {
  height: auto;
}
.filter-vertical .filter-title {
  margin-right: 5px;
}
.filter-vertical .hidden_filter_props {
  display: none;
}
.filter-vertical .properties_block_title--mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .bx_filter_wrapper {
    position: fixed;
    width: 100vw;
  }
  .bx_filter_wrapper.show-mobile-filter {
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.5);
  }
  .bx_filter_wrapper.show-mobile-filter .bx_filter {
    width: 90%;
    left: 0;
  }

  .bx_filter {
    position: absolute;
    top: 0;
    left: -1000%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .bx_filter.used .used-now-title,
.bx_filter.used .not-used-now-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f6;
    height: 46px;
    width: 100%;
    margin: 0;
    padding: 14px 25px 14px 13px;
    border-bottom: 1px solid #ededed;
    font-size: 13px;
  }
  .bx_filter .bx_filter_parameters_box .used-now-title,
.bx_filter .bx_filter_parameters_box .not-used-now-title {
    display: none;
  }
  .bx_filter .bx_filter_parameters_box.usedNow .used-now-title,
.bx_filter .bx_filter_parameters_box.usedNow .not-used-now-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bx_filter .bx_filter_parameters_box.usedNow [data-type=filter-item] {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .bx_filter .bx_filter_parameters_box.usedNow [data-type=filter-item].mobile-sort {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  #modef_num_btn {
    margin: 0px 10px;
  }

  .mobile-filter-animate {
    -webkit-transition: left linear 200ms;
    transition: left linear 200ms;
  }

  .filter-vertical .bx_filter_section {
    padding: 1rem;
    min-height: 100%;
    border: none;
  }

  .filter-vertical .bx_filter_block {
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 10;
    display: block;
    height: 100% !important;
    width: 100%;
    background: #fcfcfc;
  }
  .filter-vertical .bx_filter_block.mobile-show {
    right: 0;
  }
  .filter-vertical .bx_filter_block.mobile-animate {
    -webkit-transition: right linear 200ms;
    transition: right linear 200ms;
  }

  .filter-vertical .sotbit-filter-props-wrap {
    overflow: auto;
    height: auto !important;
  }

  .bx_filter_parameters_box_checkbox {
    padding: 10px;
    border-bottom: 1px solid #ededed;
  }

  .filter-vertical .bx_filter_parameters_box_title .bx_filter_arrow {
    display: none;
  }

  .filter-vertical .find_property_value_wrapper {
    position: relative;
    display: block;
    margin: 15px 10px;
  }

  .filter-vertical .properties_block_title--mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
  }
  .filter-vertical .properties_block_title--mobile::before {
    content: "";
    position: relative;
    top: 5px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 0;
    font-weight: normal;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .filter-vertical .properties_block_title--mobile span {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }

  .filter-vertical .bx_filter_parameters_open_all {
    display: none;
  }

  .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block_wrapper {
    margin: 25px 20px;
  }

  [data-type=filter-parameters-box] {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  [data-type=filter-parameters-box].show-mobile-popup .bx_filter_parameters_box_container {
    padding-bottom: 100px;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/origami_default/style.css?17330861171469*/
.breadcrumb_block {
    padding: 23px 0;
}

.breadcrumb_block .icon-nav_2 {
    padding: 5px;
    font-size: 7px;
}

.breadcrumb_block__item {
    display: inline-block;
    font-size: 12px;
}

.breadcrumb_block__item_no_link {
    color: #8b8b8b;
}

.breadcrumb_block__item-arrow {
    fill: none;
    stroke: #000;
    margin: 0 8px;
}

@media (max-width: 1023px) {
    .breadcrumb_block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1343px) {
    .breadcrumb_block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .breadcrumb_block {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .breadcrumb_block {
        text-align: left;
        border-bottom: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        padding: 0.5rem 0;
        margin-bottom: 1rem;
        overflow: scroll;
        -ms-overflow-style: none;
        width: 100%;
        height: 40px;
        display: block;
        white-space: nowrap;
        position: relative;
    }

    .puzzle_block .breadcrumb_block {
        border-top: none;
    }

    .breadcrumb_block::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb_block::-webkit-scrollbar-track {
        display: none;
    }

    .breadcrumb_block::-webkit-scrollbar-thumb {
        display: none;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/origami_catalog/style.css?173308612325190*/
/* ___________ catalog canvas __________________ */
.catalog_content__canvas {
  margin-bottom: 2rem;
}

.catalog_content__canvas_img {
  width: 100%;
}

@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none;
  }
}
/* ___________ end catalog canvas __________________ */
/* ___________ catalog category __________________ */
#loadMore,
.catalog_content__category_block_img {
  margin-bottom: 2rem;
}

#loadMore {
  display: none;
}

.catalog_content__category {
  margin-bottom: 20px;
}

.catalog_content__category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog_content__category_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 1px solid #ebedee;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1rem;
  text-align: center;
  width: 20%;
  position: relative;
}
.catalog_content__category_item:hover {
  -webkit-box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .catalog_content__category_item {
    width: calc(50% + 1px);
  }
}
.catalog_content__category_block_img {
  height: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 460px) {
  .catalog_content__category_block_img {
    height: 85px;
    margin-bottom: 7px;
  }
}
.catalog_content__category_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#loadMore {
  cursor: pointer;
  text-align: center;
  color: #949393;
}
#loadMore .icon-nav_button {
  display: inline;
}
#loadMore .icon-nav_button::before {
  top: -1px;
  position: relative;
}

.catalog_content__category_comment {
  margin-bottom: 2rem;
}
.catalog_content__category_comment img {
  max-width: 100%;
  max-height: 100%;
}

/* ___________ end catalog category __________________ */
/* ___________ catalog filter __________________ */
.block_main_left_menu__filter {
  border: 1px solid #ced2d5;
  padding: 2rem;
}

.block_main_left_menu__filter_item__title,
.block_main_left_menu__title,
.block_main_left_menu__filter_item {
  margin-bottom: 1rem;
}

.block_main_left_menu__min_price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block_main_left_menu__input {
  width: 40%;
  height: 2rem;
  border: 1px solid #e4e4e4;
  color: #000000;
  text-align: center;
}

.catalog_content__filter_horizon_title,
.catalog_content__filter_horizon_item {
  display: inline-block;
}

.catalog_content__filter_horizon_item {
  margin-left: 1.5rem;
}

.catalog_content__filter_horizon_item_wrapper {
  position: absolute;
  width: 260px;
  z-index: 350;
  background: #ffffff;
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.catalog_content__filter_horizon_item_wrapper:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  left: 1.5rem;
  width: 1rem;
  height: 1rem;
  margin-bottom: -1.5rem;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner {
  background: #fff;
  border: 1px solid #ededed;
  width: 100%;
  margin: 1rem 0 0 !important;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .radio_container_wrapper {
  margin: 25px 20px;
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx-filter-select-container {
  margin: 25px 20px;
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .blank_ul_wrapper {
  padding: 20px 0 0 20px;
  margin: 12px 0 0 0;
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper {
  margin: 25px 20px 0 20px;
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value {
  color: black;
  border: 1px solid #e4e4e4;
  padding-left: 0.5rem;
  height: 40px;
  width: 100%;
  margin-bottom: 0.5rem;
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check {
  margin: 0 20px;
  font-size: 0.8rem;
  color: black;
  border-bottom: 1px dotted black;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check:hover {
  color: var(--main-color);
  border-bottom: 1px dotted var(--main-color);
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_reset {
  margin: 20px 0;
  margin-left: 4%;
  max-width: 45%;
  width: 100%;
}
.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_button {
  margin: 20px 0;
  margin-right: 4%;
  max-width: 45%;
  width: 100%;
}
.catalog_content__filter_horizon #style-overflow-search {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 15rem;
  cursor: pointer;
}
.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
  border-radius: 10px;
}
.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}
.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ced2d5;
  border: 1px solid #ced2d5;
}
.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb:hover {
  background: #ced2d5;
}
.catalog_content__filter_horizon .blank_ul_wrapper > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.catalog_content__filter_horizon .blank_ul_wrapper {
  padding: 1rem 0;
  margin: 1rem 0 1.5rem 0;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
}
.catalog_content__filter_horizon .button_filter_block {
  cursor: pointer;
  outline: none;
  line-height: 39px;
  display: inline-block;
  height: 40px;
  padding: 0 0.5rem;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid var(--main-color);
  background: var(--main-color);
}

.catalog_content__filter_horizon_item_name {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.catalog_content__filter_horizon_item_name:hover {
  color: var(--main-color);
}

.catalog_content__filter_horizon {
  margin-bottom: 0rem;
}

.select_block {
  position: relative;
  width: 100%;
  font-size: 0.9rem;
  color: #8b8b8b;
  /*padding: 0 1rem;*/
}

.catalog_content__sort_horizon_property .select_block {
  padding: 0;
}

.select_block select {
  height: 3rem;
  line-height: 3rem;
  padding: 0 15px 0 1rem;
  background: transparent;
  appearance: none;
  /* remove arrow        */
  -webkit-appearance: none;
  /* remove arrow Chrome */
  -moz-appearance: none;
  /* remove arrow FF     */
  border: 1px solid #ededed;
}

.select_block select::-ms-expand {
  display: none;
  /* remove arrow IE     */
}

.select_block select option {
  border: 1px solid #000;
  /*background: #eeeeee;*/
  line-height: 20px;
  color: #8b8b8b;
}

.select_block select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select_block .select-side {
  pointer-events: none;
  width: 40px;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  cursor: pointer;
}

.select_block .select-side:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 1rem;
  margin-top: -3px;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* ___________ end catalog filter __________________ */
/* ___________ end catalog filter __________________ */
.catalog_content__sort_horizon_view_card {
  float: right;
}
.catalog_content__sort_horizon_view_card .sort_horizon_view_card {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
  margin: 0 0.5rem;
}
.catalog_content__sort_horizon_view_card .sort_horizon_view_card.active {
  opacity: 1;
}

/* ___________ end catalog filter __________________ */
/* ___________ catalog pagination __________________ */
.show_more_block {
  position: relative;
  border: 1px solid var(--main-color);
  text-align: center;
  padding: 1rem 0;
  color: var(--main-color);
  cursor: pointer;
  margin-bottom: 2.5rem;
}
.show_more_block .icon-nav_button {
  display: inline-block;
  position: relative;
  top: -1px;
}
.show_more_block:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.show_more_block:hover.btnLoaderCustom > .loader-btn {
  fill: #fff;
}
.show_more_block:hover .sk-wave .sk-rect {
  color: #fff;
  background-color: #fff;
}
.show_more_block.btnLoaderCustom > .loader-btn {
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  fill: var(--main-color);
}

.show_more_block.fonts__main_comment.loaderBtns {
  color: transparent;
}
.show_more_block.fonts__main_comment.loaderBtns i {
  color: transparent;
}
.show_more_block.fonts__main_comment.loaderBtns .sk-wave {
  display: block;
}

.block_page_navigation {
  text-align: center;
  margin-bottom: 2.5rem;
}
.block_page_navigation > span, .block_page_navigation > a {
  padding: 0.3rem 0.7rem;
  margin: 0 0.5rem;
}
@media (max-width: 768px) {
  .block_page_previous,
.block_page_next {
    display: none;
  }
}
.block_page_current {
  border: 1px solid var(--main-color);
}

/* ___________ end catalog pagination __________________ */
/* ___________ catalog_section __________________ */
.catalog_section_block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}
.catalog_section_block .product_card__block_item {
  width: 25%;
  margin-bottom: -1px;
}
.catalog_section_block .product_card__block_item-4 {
  width: 25%;
}
.catalog_section_block .catalog_section_block .product_card__block_item-5 {
  width: 20%;
}
.catalog_section_block .catalog_section_block .product_card__block_item-3 {
  width: 33.3333333%;
}
.catalog_section_block.catalog_section_block_bestsellers {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 32px;
}

@media (max-width: 768px) {
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .block__product_cards.block__product_cards--mobile-min .product_card__block_item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n) {
    margin-right: 0;
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
    width: calc((100% - 20px) / 3);
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
    width: calc((100% - 20px) / 3);
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
    width: calc((100% - 20px) / 3);
  }
}
.catalog_content__category_img_title {
  font-size: 0.9rem;
}

.product_card__block_item > div {
  height: 100%;
}

.tabs_block__product_card,
.block__product_cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.tabs_block__product_card .product_card__inner,
.block__product_cards .product_card__inner {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
  width: auto;
  margin-left: -1px;
}
.tabs_block__product_card .product_card__inner.product_card__inner--row,
.block__product_cards .product_card__inner.product_card__inner--row {
  width: 100%;
  -ms-flex-preferred-size: none;
      flex-basis: none;
}

.block__product_cards {
  margin-bottom: 37px;
}

/* ___________ end catalog_section __________________ */
/* ------------catalog_section_page----------*/
.catalog_section_page {
  border-top: 1px solid #eeeeee;
  padding: 2rem 0 3rem 0;
  position: relative;
}
.catalog_section_page .popular_category_block_variant__canvas {
  margin-bottom: 3rem;
}
.catalog_section_page .catalog_content__sort_horizon_view_card {
  position: absolute;
  top: -2.5rem;
  right: 0;
}

/* ------------end catalog_section_page----------*/
@media (max-width: 1199.98px) {
  div.catalog_section_block .product_card__block_item {
    width: 25%;
  }

  div.catalog_section_block .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  div.catalog_section_block .product_card__block_item {
    width: 33.3333333333%;
  }

  div.catalog_section_block .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }
}
@media (max-width: 768px) {
  div.catalog_section_block .product_card__block_item {
    width: 50%;
    height: 100%;
  }

  div.catalog_section_block .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none;
  }

  .catalog_content__canvas.catalog_content__canvas--display {
    display: block;
  }

  div.catalog_section_block .product_card__block_item {
    width: 100%;
    height: 100%;
  }
}
.catalog-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 576px) {
  .catalog-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-wrapper .block_main_left_menu__content.no-padding {
    padding: 0 !important;
  }
}
.catalog_section_block_bestsellers .product_card__block_item {
  width: 100%;
}

.block__product_cards.block__product_cards--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_card__block_item.product_card__block_item--row {
  width: 100%;
  margin-bottom: -1px;
}

@media (max-width: 1299.98px) {
  .bx_filter .bx_filter_section {
    padding: 1rem;
  }

  .catalog_content__category_item {
    padding: 1rem;
  }
}
@media (max-width: 1199.98px) {
  div.catalog_section_block .product_card__block_item {
    width: 33.33%;
  }
}
@media (max-width: 991.98px) {
  .catalog_content__category_item {
    padding: 1.5rem;
  }

  #loadMore,
.catalog_content__category,
.catalog_content__category_block_img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .catalog_content__category_item {
    width: 50%;
  }

  div.catalog_section_block .product_card__block_item {
    width: 50%;
  }

  .rating-block-title {
    display: none;
  }

  .product-detail-info-block-comment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem;
  }

  .product-detail-info-block-title {
    text-align: center;
  }

  .product-detail-photo-block .sticker_product,
.product-detail-photo-block .product_card__block_icon {
    top: 1rem;
  }

  .product-detail-price-and-cheaper {
    background: #f7f7f7;
    text-align: center;
    padding: 2rem 1rem 0 1rem;
  }
  .product-detail-price-and-cheaper .product-detail-title-price {
    display: inline-block;
  }
  .product-detail-price-and-cheaper .product_card__block__new_price_product {
    padding-right: 0;
    padding-bottom: 0;
  }
  .product-detail-price-and-cheaper .product_card__block__old_price_product {
    display: block;
    font-size: 0.8rem;
    margin: 0.3rem 0 0.5rem 0;
  }
  .product-detail-price-and-cheaper .product-detail-info-block-price {
    padding-bottom: 1rem;
  }

  .product-detail-info-block-brand {
    padding: 2.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #ededed;
  }
  .product-detail-info-block-brand .product-detail-info-block-brand-link {
    margin-bottom: 0;
  }

  .product-detail-info-block-main-property {
    text-align: center;
  }

  .product-detail-info-block .block-property-text-item {
    opacity: 0.5;
  }
  .product-detail-info-block .block-property-color-item.active,
.product-detail-info-block .block-property-text-item.active {
    opacity: 1;
  }
  .product-detail-info-block .product-detail-info-block-size {
    display: none;
  }
  .product-detail-info-block .product-detail-info-block-basket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 555;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 0;
  }
  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 50%;
    padding: 0.8rem 0.8rem;
  }
  .product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper {
    width: 50%;
  }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0;
  }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,
.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,
.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus {
    width: 33.33%;
    height: 100%;
    line-height: 3.2rem;
  }
  .product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0.5rem;
  }
  .product-detail-info-block .block-advantages-title {
    text-align: center;
    font-size: 1.5rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages-item img {
    max-width: 50px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages {
    border-bottom: 1px solid #ededed;
  }

  .product-detail-info-block-basic-property,
.product-detail-share-block-comment {
    display: none;
  }

  .product-detail-share-block-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
  }

  .product-detail-info-block-one-click-basket {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed;
  }

  .product_card__block_item {
    width: 100%;
  }

  .detail-product-advice.owl-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ededed;
    border-radius: 50px;
    margin-right: 1.333rem;
  }

  .detail-product-advice.owl-carousel .owl-dot.active span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    border-radius: 50px;
    margin-right: 1.333rem;
  }

  .detail-product-advice.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  .tabs_block__product_card {
    padding-right: 0;
  }

  .detail-product-advice.owl-carousel .product_card__block {
    padding: 2rem 0;
  }

  .product_set_item::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -27px;
    margin-right: -27px;
  }

  .product_set_item .d24 {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -13px;
    margin-right: -2px;
  }

  .product_set_comment {
    padding-bottom: 2rem;
  }

  .puzzle_block .detail_product {
    border-bottom: 1px solid #ededed;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .product_set_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .product_set_comment__price {
    padding-right: 0;
    padding-bottom: 1rem;
  }

  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.8rem;
  }

  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  div.catalog_section_block .product_card__block_item {
    width: 100%;
  }

  .catalog_content__category_item {
    width: 100%;
  }

  .product_card__block__article {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .block_page_navigation > span,
.block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.3rem;
  }
}
/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/catalog/sotbit_origami_catalog/bitrix/catalog.compare.list/.default/style.css?17330862571267*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}


/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/origami_both/style.css?1733086160962*/
.show_more_block {
  position: relative;
  border: 1px solid var(--main-color);
  text-align: center;
  padding: 1rem 0;
  color: var(--main-color);
  cursor: pointer;
  margin-bottom: 2.5rem;
}
.show_more_block .icon-nav_button {
  display: inline-block;
  position: relative;
  top: -1px;
}
.show_more_block:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.show_more_block:hover.btnLoaderCustom > .loader-btn {
  fill: #fff;
}
.show_more_block:hover .sk-wave .sk-rect {
  color: #fff;
  background-color: #fff;
}
.show_more_block.btnLoaderCustom > .loader-btn {
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  fill: var(--main-color);
}
.show_more_block.fonts__main_comment.loaderBtns {
  color: transparent;
}
.show_more_block.fonts__main_comment.loaderBtns i {
  color: transparent;
}
.show_more_block.fonts__main_comment.loaderBtns .sk-wave {
  display: block;
}
/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/catalog.section/origami_default/style.css?173308625618154*/
.catalog_content__canvas_img {
  width: 100%;
}

#loadMore,
.catalog_content__category_block_img {
  margin-bottom: 2rem;
}

#loadMore {
  display: none;
}

.catalog_content__category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.catalog_content__category_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 1px solid #ebedee;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1rem;
  text-align: center;
  width: 20%;
}
.catalog_content__category_item:hover {
  -webkit-box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
}

.catalog_content__category_block_img {
  height: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog_content__category_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#loadMore {
  cursor: pointer;
  text-align: center;
  color: #949393;
}
#loadMore .icon-nav_button {
  display: inline;
}
#loadMore .icon-nav_button::before {
  top: -1px;
  position: relative;
}

.catalog_content__category_comment {
  margin-bottom: 2rem;
}
.catalog_content__category_comment img {
  max-width: 100%;
  max-height: 100%;
}

/* ___________ end catalog filter __________________ */
.catalog_content__sort_horizon_view_card {
  float: right;
}
.catalog_content__sort_horizon_view_card .sort_horizon_view_card {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
  margin: 0 0.5rem;
}
.catalog_content__sort_horizon_view_card .sort_horizon_view_card.active {
  opacity: 1;
}

/* ___________ end catalog filter __________________ */
/* ___________ catalog pagination __________________ */
.show_more_block {
  position: relative;
  border: 1px solid var(--main-color);
  text-align: center;
  padding: 1rem 0;
  color: var(--main-color);
  cursor: pointer;
  margin-bottom: 2.5rem;
}
.show_more_block .icon-nav_button {
  display: inline-block;
  position: relative;
  top: -1px;
}
.show_more_block:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.show_more_block:hover.btnLoaderCustom > .loader-btn {
  fill: #fff;
}
.show_more_block:hover .sk-wave .sk-rect {
  color: #fff;
  background-color: #fff;
}
.show_more_block.btnLoaderCustom > .loader-btn {
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  fill: var(--main-color);
}

.show_more_block.fonts__main_comment.loaderBtns {
  color: transparent;
}
.show_more_block.fonts__main_comment.loaderBtns i {
  color: transparent;
}
.show_more_block.fonts__main_comment.loaderBtns .sk-wave {
  display: block;
}

.block_page_navigation {
  text-align: center;
  margin-bottom: 2.5rem;
}
.block_page_navigation > span, .block_page_navigation > a {
  padding: 0.3rem 0.7rem;
  margin: 0 0.5rem;
}
.block_page_current {
  border: 1px solid var(--main-color);
}

/* ___________ end catalog pagination __________________ */
/* ___________ catalog_section __________________ */
.catalog_section_block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}
.catalog_section_block.catalog_section_block_bestsellers {
  padding: 0 0 32px;
}

.block__product_cards .product_card__block_item,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item {
  width: 25%;
  margin-bottom: -1px;
}
.block__product_cards .product_card__block_item-4,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
  width: 25%;
}
.block__product_cards .product_card__block_item-5,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
  width: 20%;
}
.block__product_cards .product_card__block_item-3,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
  width: 33.3333333333%;
}

.block__product_cards .product_card__block_item.product_card__block_item--column,
.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column {
  width: 100%;
}

.catalog_content__category_img_title {
  font-size: 0.9rem;
}

.product_card__block_item > div {
  height: 100%;
}

.tabs_block__product_card,
.block__product_cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.tabs_block__product_card .product_card__inner,
.block__product_cards .product_card__inner {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
  width: auto;
  margin-left: -1px;
}
.tabs_block__product_card .product_card__inner.product_card__inner--row,
.block__product_cards .product_card__inner.product_card__inner--row {
  width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.block__product_cards {
  margin-bottom: 37px;
}

/* ___________ end catalog_section __________________ */
/* ------------catalog_section_page----------*/
.catalog_section_page {
  border-top: 1px solid #eeeeee;
  padding: 2rem 0 3rem 0;
  position: relative;
}
.catalog_section_page .popular_category_block_variant__canvas {
  margin-bottom: 3rem;
}
.catalog_section_page .catalog_content__sort_horizon_view_card {
  position: absolute;
  top: -2.5rem;
  right: 0;
}

/* ------------end catalog_section_page----------*/
.catalog-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.catalog_section_block_bestsellers .product_card__block_item {
  width: 100%;
}

.block__product_cards.block__product_cards--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_card__block_item.product_card__block_item--row {
  width: 100%;
  margin-bottom: -1px;
}

@media (max-width: 1300px) {
  .catalog_content__category_item {
    padding: 1rem;
  }
}
@media (max-width: 1200px) {
  div.block__product_cards .product_card__block_item {
    width: 25%;
  }
  div.block__product_cards .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }
  div.block__product_cards .product_card__block_item {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  div.block__product_cards .product_card__block_item {
    width: 33.3333333333%;
  }

  div.block__product_cards .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }

  .catalog_content__category_item {
    padding: 1.5rem;
  }

  #loadMore,
.catalog_content__category,
.catalog_content__category_block_img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .catalog_content__category_item {
    width: 50%;
  }

  div.catalog_section_block .product_card__block_item,
div.block__product_cards-section .product_card__block_item {
    width: 50%;
  }

  div.catalog_section_block .product_card__block_item.product_card__block_item--row,
div.block__product_cards-section .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }

  .rating-block-title {
    display: none;
  }

  .product-detail-info-block-comment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem;
  }

  .product-detail-info-block-title {
    text-align: center;
  }

  .product-detail-photo-block .sticker_product,
.product-detail-photo-block .product_card__block_icon {
    top: 1rem;
  }

  .product-detail-price-and-cheaper {
    background: #f7f7f7;
    text-align: center;
    padding: 2rem 1rem 0 1rem;
  }
  .product-detail-price-and-cheaper .product-detail-title-price {
    display: inline-block;
  }
  .product-detail-price-and-cheaper .product_card__block__new_price_product {
    padding-right: 0;
    padding-bottom: 0;
  }
  .product-detail-price-and-cheaper .product_card__block__old_price_product {
    display: block;
    font-size: 0.8rem;
    margin: 0.3rem 0 0.5rem 0;
  }
  .product-detail-price-and-cheaper .product-detail-info-block-price {
    padding-bottom: 1rem;
  }

  .product-detail-info-block-brand {
    padding: 2.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #ededed;
  }
  .product-detail-info-block-brand .product-detail-info-block-brand-link {
    margin-bottom: 0;
  }

  .product-detail-info-block-main-property {
    text-align: center;
  }

  .product-detail-info-block .block-property-text-item {
    opacity: 0.5;
  }
  .product-detail-info-block .block-property-color-item.active,
.product-detail-info-block .block-property-text-item.active {
    opacity: 1;
  }
  .product-detail-info-block .product-detail-info-block-size {
    display: none;
  }
  .product-detail-info-block .product-detail-info-block-basket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 555;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 0;
  }
  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 50%;
    padding: 0.8rem 0.8rem;
  }
  .product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper {
    width: 50%;
  }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0;
  }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,
.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,
.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus {
    width: 33.33%;
    height: 100%;
    line-height: 3.2rem;
  }
  .product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0.5rem;
  }
  .product-detail-info-block .block-advantages-title {
    text-align: center;
    font-size: 1.5rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages-item img {
    max-width: 50px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .product-detail-info-block .product-detail-info-block-advantages {
    border-bottom: 1px solid #ededed;
  }

  .product-detail-info-block-basic-property,
.product-detail-share-block-comment {
    display: none;
  }

  .product-detail-share-block-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
  }

  .product-detail-info-block-one-click-basket {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed;
  }

  .product_card__block_item {
    width: 100%;
  }

  .detail-product-advice.owl-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ededed;
    border-radius: 50px;
    margin-right: 1.333rem;
  }

  .detail-product-advice.owl-carousel .owl-dot.active span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    border-radius: 50px;
    margin-right: 1.333rem;
  }

  .detail-product-advice.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  .tabs_block__product_card {
    padding-right: 0;
  }

  .detail-product-advice.owl-carousel .product_card__block {
    padding: 2rem 0;
  }

  .product_set_item::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -27px;
    margin-right: -27px;
  }

  .product_set_item .d24 {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -13px;
    margin-right: -2px;
  }

  .product_set_comment {
    padding-bottom: 2rem;
  }

  .puzzle_block .detail_product {
    border-bottom: 1px solid #ededed;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .product_set_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .product_set_comment__price {
    padding-right: 0;
    padding-bottom: 1rem;
  }

  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.8rem;
  }

  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0;
  }

  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 50%;
  }

  div.block__product_cards .product_card__block_item.product_card__block_item--row {
    width: 100%;
  }

  div.block__product_cards .product_card__block_item {
    width: 50%;
    height: auto;
  }

  .catalog_content__sort_horizon_btn-block {
    display: none;
  }

  .catalog_content__category_item {
    width: calc(50% + 1px);
  }

  .block_page_previous,
.block_page_next {
    display: none;
  }

  .catalog_section_block {
    padding-left: 15px;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .block__product_cards.block__product_cards--mobile-min .product_card__block_item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n) {
    margin-right: 0;
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
    width: calc((100% - 20px) / 3);
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
    width: calc((100% - 20px) / 3);
  }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 576px) {
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n) {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
    width: calc((100% - 20px) / 2);
  }

  div.block__product_cards .product_card__block_item {
    width: 100%;
    height: 100%;
  }

  .catalog-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-wrapper .block_main_left_menu__content.no-padding {
    padding: 0 !important;
  }

  div.catalog_section_block .product_card__block_item,
div.block__product_cards-section .product_card__block_item {
    width: 100%;
  }

  .catalog_content__category_item {
    width: 100%;
  }

  .product_card__block__article {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .block_page_navigation > span,
.block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.3rem;
  }
}
@media (max-width: 480px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .catalog_content__category_block_img {
    height: 85px;
    margin-bottom: 7px;
  }
}
/* End */


/* Start:/include/sotbit_origami/empty_filter/style.css?17330860952420*/
.empty-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px;
  margin-bottom: 40px;
  background-color: #f7f7f7; }
  .empty-filter .empty-filter__icon {
    fill: var(--main-color); }
  .empty-filter .empty-filter__icon-wrapper {
    margin-right: 20px; }
  .empty-filter .no-result_image {
    margin-right: 30px;
    width: 360px;
    height: 200px; }
  .empty-filter .empty-filter__text-block .empty-filter__text-block-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px; }
  .empty-filter .empty-filter__text-block .empty-filter__text-block-subtitle {
    font-size: 15px; }

.main-color_link {
  color: #fb0040; }
  .main-color_link:hover {
    color: #fb0040; }

@media screen and (max-width: 1024px) {
  .empty-filter {
    margin-bottom: 30px; }
    .empty-filter .empty-filter__text-block .empty-filter__text-block-title {
      line-height: 37px; } }

@media screen and (max-width: 768px) {
  .empty-filter .empty-filter__text-block .empty-filter__text-block-title {
    font-size: 24px; }
  .empty-filter {
    margin-bottom: 30px; }
    .empty-filter .empty-filter__text-block .empty-filter__text-block-subtitle {
      font-size: 14px; } }

@media screen and (max-width: 570px) {
  .empty-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .empty-filter .empty-filter__text-block .empty-filter__text-block-title {
      text-align: center;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 10px; }
    .empty-filter .empty-filter__text-block .empty-filter__text-block-subtitle {
      text-align: center;
      font-size: 13px; }
    .empty-filter .empty-filter__icon-wrapper {
      margin-right: 0;
      margin-bottom: 20px; } }

@media screen and (max-width: 420px) {
  .empty-filter .empty-filter__text-block .empty-filter__text-block-title {
    font-size: 17px;
    line-height: 25px; } }

/* End */
/* /local/templates/sotbit_origami/components/bitrix/catalog/sotbit_origami_catalog/style.css?173308625716403 */
/* /local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/style.css?173308612616368 */
/* /local/templates/sotbit_origami/components/bitrix/menu/origami_filter/style.css?17330862615278 */
/* /local/templates/sotbit_origami/assets/css/filters/style.css?173308623544133 */
/* /local/templates/sotbit_origami/assets/css/filters/vertical/style.css?173308623512031 */
/* /local/templates/.default/components/bitrix/breadcrumb/origami_default/style.css?17330861171469 */
/* /local/templates/.default/components/bitrix/catalog.section.list/origami_catalog/style.css?173308612325190 */
/* /local/templates/sotbit_origami/components/bitrix/catalog/sotbit_origami_catalog/bitrix/catalog.compare.list/.default/style.css?17330862571267 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/origami_both/style.css?1733086160962 */
/* /local/templates/sotbit_origami/components/bitrix/catalog.section/origami_default/style.css?173308625618154 */
/* /include/sotbit_origami/empty_filter/style.css?17330860952420 */
