

/* Start:/local/templates/.default/components/bitrix/catalog/catalog/style.css?16984157642019*/
.site .catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px; }
  .site .catalog h1 {
    flex: 0 0 100%; }
  .site .catalog .left {
    flex: 0 0 370px;
    max-width: 100%; }
  .site .catalog .right {
    flex: 1 0 0px;
    max-width: 100%; }
  @media (max-width: 969px) {
    .site .catalog .left {
      flex: 100%; }
    .site .catalog .right {
      flex: 100%; } }
  .site .catalog-section-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px; }
  .site .catalog-sort {
    display: flex;
    align-items: center;
    gap: 30px; }
    .site .catalog-sort_item {
      display: inline-flex;
      align-items: center;
      height: 30px;
      padding-left: 10px;
      padding-right: 50px;
      background: var(--white) url(/img/arrow_bot.svg) no-repeat;
      background-position: calc(100% - 10px) center;
      cursor: pointer; }
      .site .catalog-sort_item.active {
        background-image: url(/img/arrow_bot_revert.svg); }
      .site .catalog-sort_item.active + .catalog-sort_block-list {
        display: block; }
    .site .catalog-sort_block {
      position: relative; }
      .site .catalog-sort_block-list {
        width: 100%;
        display: none;
        position: absolute;
        z-index: 10; }
      .site .catalog-sort_block-item {
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 10px;
        background: var(--white);
        height: 30px;
        border-top: 1px solid var(--section-color); }
  .site .catalog-view {
    display: flex;
    align-items: center;
    gap: 15px; }
    .site .catalog-view_title {
      font-weight: 400; }
    .site .catalog-view_item svg {
      fill: var(--svg); }
    .site .catalog-view_item.active svg, .site .catalog-view_item:hover svg {
      fill: var(--svg-hover); }

/*# sourceMappingURL=style.css.map */
.text_before{margin-bottom:20px;}
/* End */


/* Start:/local/templates/.default/components/uw/catalog.smart.filter/catalog/style.css?17454965192011*/
.filter {
  background: var(--section-color);
  padding: 40px 30px;
  height: max-content;
  margin-bottom: 30px;
  position: relative; }
  .filter .smartfilter {
    display: flex;
    flex-flow: column wrap; }
    .filter .smartfilter .bx-filter-parameters-box {
      flex: 1 0 0%; }
  .filter-container-modef {
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
  .filter-parameters-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px; }
  .filter-param .loading_prop {
    width: 49%;
    float: left; }
  .filter-input-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
  .filter-submit.btn {
    background-image: url(/img/search-white.svg);
    background-repeat: no-repeat;
    background-position: 25px center;
    padding-left: 60px;
    margin-left: auto; }
    .filter-submit.btn:hover {
      background-image: url(/img/search-black.svg); }
  .filter-block {
    flex: 100%; }

.checkbox label input {
  position: absolute;
  opacity: 0; }
  .checkbox label input + i {
    display: inline-flex;
    width: 16px;
    height: 16px;
    background: var(--white);
    min-width: 16px;
    margin-right: 20px;
    align-items: center;
    justify-content: center; }
  .checkbox label input:checked + i:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(/img/check.svg) no-repeat center 100%; }

.bx-filter-block {
  display: flex;
  flex-flow: column wrap; }
  .bx-filter-block.show-more .filter-param > div.notshow {
    display: none; }
  .bx-filter-block .more {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 10px; }

[data-element-count="0"] {
  display: none; }
 .not_able_checkbox,.filter-param-label.disabled{
	 color:#6e6e6e;
 }
 
 .checkbox label.disabled input + i:before{
	 display:none;
 }
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16887379741353*/
.pagenavigation {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    height: 40px;
    max-width: max-content;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pagenavigation a:after {
    content: none;
}

.pagenavigation_arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    opacity: 1;
    background: var(--button-color);
    background-size: 100% 100%;
    pointer-events: none;
}

.pagenavigation_arrow:hover {
    font-weight: bold;
    color: #000;
    background: var(--button-hover-color);
}

.pagenavigation_arrow.page-prev {
    left: 0;
}

.pagenavigation_arrow.page-next {
    right: 0;
}

.pagenavigation_arrow.active {
    pointer-events: auto;
}

.pagenavigation_page {
    width: 40px;
    height: 40px;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: .6;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.pagenavigation_page:hover {
    font-weight: bold;
}

.pagenavigation_page.active {
    opacity: 1;
    font-weight: bold;
}

.pagenavigation_page:before {
    content: none;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/actions/style.css?1664437736862*/
.actions-item {
  background-color: var(--actions-back-color);
  color: var(--white);
  padding: 30px 30px 40px; }
  .actions-item_name {
    font-size: 30px;
    font-weight: 700;
    color: var(--actions-color); }
  .actions-item_description {
    font-size: 20px;
    font-weight: 700; }
  .actions-item_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
    .actions-item_img img {
      max-width: 100%;
      object-fit: contain;
      object-position: center; }
  .actions-item_link {
    text-align: right; }
  @media (max-width: 969px) {
    .actions-item .md {
      display: flex !important;
      justify-content: space-around; }
    .actions-item_link {
      text-align: left;
      margin-top: 30px; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.compare.list/catalog/style.css?16644377361265*/
.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.section.list/catalog/style.css?16644377361852*/
.catalog-list {
  display: flex;
  flex-flow: wrap row;
  gap: 30px; }
  .catalog-list_item {
    flex: 1 0 40%;
    max-width: calc(50% - 15px); }
    @media (max-width: 480px) {
      .catalog-list_item {
        flex: 100%;
        max-width: 100%; } }
    .catalog-list_item-img {
      width: 100%;
      height: 238px;
      overflow: hidden;
      display: block; }
      .catalog-list_item-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
        margin: 0;
        transition: .3s ease; }
    .catalog-list_item-name {
      width: 100%;
      min-height: 50px;
      font-weight: 700;
      background: var(--section-color);
      transition: .3s ease;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      padding-left: 30px; }
    .catalog-list_item-link {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 50px;
      width: 50px;
      display: none;
      align-items: center;
      justify-content: center; }
    .catalog-list_item:hover .catalog-list_item-name {
      background: var(--svg-hover);
      color: var(--white); }
    .catalog-list_item:hover .catalog-list_item-link {
      display: flex; }
  .catalog-list.catalog_sections .catalog-list_item {
    flex: 1 0 30%;
    max-width: calc((100% - 60px) / 3); }
    @media (max-width: 969px) {
      .catalog-list.catalog_sections .catalog-list_item {
        flex: 1 0 40%;
        max-width: calc(50% - 15px); } }
    @media (max-width: 480px) {
      .catalog-list.catalog_sections .catalog-list_item {
        flex: 100%;
        max-width: 100%; } }
  .catalog-list-noempty {
    margin-bottom: 50px;
    width: 100%; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/catalog/style.css?17527350402593*/
.catalog-section {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }
  .catalog-section-item {
    background: var(--white);
    border: 1px solid var(--section-color);
    flex: 1 0 40%;
    position: relative;
    padding: 60px 23px 40px;
    max-width: calc(50% - 6px); }
    .catalog-section-item:hover {
      box-shadow: 0px 0px 10px 5px var(--section-color); }
    @media (max-width: 480px) {
      .catalog-section-item {
        max-width: none;
        flex: 100%; } }
    .catalog-section-item .item_hit {
      position: absolute;
      width: 50px;
      height: 50px;
      background: var(--button-hover-color);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      left: 0;
      top: 0; }
      .catalog-section-item .item_hit span {
        text-transform: uppercase;
        color: var(--actions-color);
        font-size: 16px;
        font-weight: 700; }
    .catalog-section-item .item_article {
      position: absolute;
      right: 24px;
      top: 17px;
      color: var(--article-color);
      font-weight: 400;
      font-size: 14px; }
    .catalog-section-item .item_name {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 25px;
      color: var(--link-color); }
      .catalog-section-item .item_name a {
        width: auto; }
    .catalog-section-item .item_picture {
      width: 100%;
      height: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px; }
      .catalog-section-item .item_picture img {
        width: 100%;
        height: 100%;
        max-width: 90%;
        object-fit: contain;
        object-position: center; }
    .catalog-section-item .item_brand {
      color: var(--article-color);
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 15px; }
    .catalog-section-item .item_price {
      font-size: 14px;
      font-weight: 600;
      color: var(--input-placeholder-color); }
      .catalog-section-item .item_price span {
        font-weight: 400; }
    .catalog-section-item .item_link {
      position: absolute;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      right: 0;
      bottom: 0;
      background: var(--svg-hover); }
	  
	  
	  .catalog-section-wrapper ul li{
		  margin-bottom:10px;
	  }

.catalog-section-tags {
  position: absolute;
  top: 20px;
  left: -10px;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog/style.css?16984157642019 */
/* /local/templates/.default/components/uw/catalog.smart.filter/catalog/style.css?17454965192011 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16887379741353 */
/* /local/templates/.default/components/bitrix/news.list/actions/style.css?1664437736862 */
/* /local/templates/.default/components/bitrix/catalog.compare.list/catalog/style.css?16644377361265 */
/* /local/templates/.default/components/bitrix/catalog.section.list/catalog/style.css?16644377361852 */
/* /local/templates/.default/components/bitrix/catalog.section/catalog/style.css?17527350402593 */
