

/* Start:/local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/style.css?165994619215744*/
.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: calc(100% / 3); }
  .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: calc(100% / 3); }

.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: calc(100% / 3); }
  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/breadcrumb/origami_default/style.css?16599461921393*/
.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/sotbit_origami_catalog/bitrix/catalog.compare.list/.default/style.css?16599461921267*/
.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/catalog/sotbit_origami_catalog/bitrix/catalog.section.list/origami_default_4/style.css?165994619211121*/
.block_main_left_menu__content {
  width: 100%; }

.catalog-main_page .row {
  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; }
  .catalog-main_page .row .catalog-section_item {
    width: calc(50% - 30px);
    margin: 15px;
    border: 1px solid #EDEDED;
    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;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #FAFAFA; }
    .catalog-main_page .row .catalog-section_item .items_links-mobile {
      display: none; }
    .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      height: 100%;
      width: 100%; }
      .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .items_links-block {
        padding: 20px 30px; }
        .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .items_links-block .catalog-section_item-title_wrapper {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .items_links-block .icon-nav_button {
          -webkit-box-align: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 15px;
          min-width: 15px;
          display: none;
          height: 25px;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .items_links-block .icon-nav_button:before {
            content: "";
            display: inline-block;
            font-size: 7px;
            -webkit-transform: rotate(45deg) translateY(-3px);
            transform: rotate(45deg) translateY(-3px);
            color: #000;
            width: 10px;
            height: 10px;
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
            margin-top: 0;
            position: relative; }
      .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper:hover {
        -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15); }
      .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .items_links {
        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; }
      .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .catalog-section_item-image {
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        padding: 20px;
        background-color: #fff;
        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;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .catalog-section_item-image > img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .catalog-section_item-title {
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .catalog-items_links {
        color: #808080;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-size: 13px;
        margin-right: 5px; }
        .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .catalog-items_links > b {
          color: #000;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .catalog-items_links:hover {
          color: var(--main-color); }
          .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .catalog-items_links:hover > b {
            color: var(--main-color); }

@media screen and (max-width: 900px) {
  .block_main_left_menu__content {
    width: 100%; }
  .catalog-main_page .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .catalog-main_page .row .catalog-section_item {
      width: 100%;
      margin: 5px 0; } }

@media screen and (max-width: 500px) {
  .catalog-main_page .row .catalog-section_item {
    background: none; }
    .catalog-main_page .row .catalog-section_item .items_links-mobile {
      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;
      background-color: #FAFAFA;
      padding: 20px 10px 10px 70px; }
      .catalog-main_page .row .catalog-section_item .items_links-mobile .catalog-items_links:hover {
        color: var(--main-color); }
      .catalog-main_page .row .catalog-section_item .items_links-mobile .catalog-items_links {
        margin-bottom: 10px; }
    .catalog-main_page .row .catalog-section_item.mobile_opened .catalog_section-content_wrapper {
      position: relative; }
      .catalog-main_page .row .catalog-section_item.mobile_opened .catalog_section-content_wrapper .items_titles .catalog-section_item-title {
        color: var(--main-color);
        margin: 0; }
      .catalog-main_page .row .catalog-section_item.mobile_opened .catalog_section-content_wrapper .icon-nav_button {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        .catalog-main_page .row .catalog-section_item.mobile_opened .catalog_section-content_wrapper .icon-nav_button:before {
          color: var(--main-color);
          border-color: var(--main-color); }
    .catalog-main_page .row .catalog-section_item.mobile_closed .items_links-mobile {
      height: 0;
      opacity: 0;
      visibility: hidden;
      margin: 0;
      padding: 0; }
    .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper {
      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;
      padding: 20px;
      height: 70px;
      position: relative; }
      .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .items_links-block {
        padding: 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: justify;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: calc(100% - 60px); }
        .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .items_links-block .catalog-section_item-title_wrapper {
          max-width: calc(100% - 30px); }
        .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .items_links-block .catalog-section_item-title {
          margin: 0; }
        .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .items_links-block .icon-nav_button-mobile_wrapper {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-flex: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .items_links-block .icon-nav_button {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
      .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
        .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper:hover .catalog-section_item-title {
          color: #000; }
      .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .items_links {
        display: none; }
      .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .catalog-section_item-image {
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 10%;
                flex: 0 0 10%;
        height: 30px;
        width: 30px;
        max-width: 30px;
        margin-right: 20px;
        padding: 0; }
        .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .catalog-section_item-image > img {
          max-height: 40px;
          max-width: 40px; }
      .catalog-main_page .row .catalog-section_item .catalog_section-content_wrapper .catalog-section_item-title {
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; } }

/* End */
/* /local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/style.css?165994619215744 */
/* /local/templates/.default/components/bitrix/breadcrumb/origami_default/style.css?16599461921393 */
/* /local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/bitrix/catalog.compare.list/.default/style.css?16599461921267 */
/* /local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/bitrix/catalog.section.list/origami_default_4/style.css?165994619211121 */
