

/* Start:/local/templates/template/components/bitrix/catalog/.default/style.css?1758014197160*/
.catalog-extended-wrap{
    margin-bottom: 52px;
}
.catalog-extended-wrap .slick-track{
    margin-left: 0;
}
.catalog-section-empty{
    margin-bottom: 25px;
}
/* End */


/* Start:/local/templates/template/components/bitrix/catalog.section.list/category_link_block_tags/css/style.css?16825194612923*/
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.container {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}

.categories-filter-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.categories-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.categories-filter-wrap .tt_upper {
  text-transform: uppercase;
}

.categories-filter {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.categories-filter li {
  margin-right: 5px;
  margin-bottom: 10px;

  display: none;
}

.categories-filter li.active {
  display: list-item;
}

.categories-filter a {
  color: #000;
  background-color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.154;
  display: block;
  border-radius: 0;
  border: 1px solid #b4cffb;
  padding: 4px 10px;
}

.categories-filter a:hover,
.categories-filter a:focus,
.categories-filter a:active {
  border-color: #f6a20a;
  background-color: #f6a20a;
  color: #fff;
}

.filter-show-all {
  margin-bottom: 10px;
  margin-right: 24px;
  font-size: 13px;
  border: none;
  background: none;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px dotted #333;
  position: relative;
  display: none;
}

.filter-show-all[type='hidden'] {
  color: #1d4e9f;
  border-bottom: 1px dotted #1d4e9f;
}

.filter-show-all .fa.fa-angle-up, .filter-show-all .fa.fa-angle-down {
  position: absolute;
  top: 1px;
  right: -17px;
  font-size: 17px;
}

.filter-show-all.active {
  display: block;
}

.filter-show-all:hover {
  color: #f6a20a;
  border-bottom: 1px dotted #f6a20a;
}

@media (max-width: 1023px) {
  .categories-filter-wrap,
  .categories-filter-title {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1166px) {
  .categories-filter li:nth-child(n+3) {
    display: none;
  }

  .categories-filter li.active:nth-child(n+3) {
    display: list-item;
  }
}

@media (min-width: 1167px) and (max-width: 1380px) {
  .categories-filter li:nth-child(n+4) {
    display: none;
  }

  .categories-filter li.active:nth-child(n+4) {
    display: list-item;
  }
}

@media (min-width: 1381px) and (max-width: 1599px) {
  .categories-filter li:nth-child(n+5) {
    display: none;
  }

  .categories-filter li.active:nth-child(n+5) {
    display: list-item;
  }
}

@media (min-width: 1600px) {
  .categories-filter li:nth-child(n+6) {
    display: none;
  }

  .categories-filter li.active:nth-child(n+6) {
    display: list-item;
  }
}

/* End */


/* Start:/local/templates/template/components/bitrix/news.list/category_link_block_tags/style.css?16819968492543*/

.categories-tabs {
    margin-top: 10px;
}
@media (max-width: 768px) {
    .categories-tabs {
        margin: 10px 0;
    }
}

.categories-tabs__content {
    display: none;
}

.categories-tabs__content.active {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.categories-tabs__caption {
    list-style: none;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.categories-tabs__caption_btn {
    display: inline-flex;
    font-size: 13px;
    border: none;
    background: none;
    cursor: pointer;
    text-align: center;
    color: #1d4e9f;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px dotted #1d4e9f;
    position: relative;
    text-transform: uppercase;
    margin-right: 35px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .categories-tabs__caption_btn {
        margin-right: 25px;
    }
}

.categories-tabs__caption_btn:hover, .active .categories-tabs__caption_btn:hover {
    margin-bottom: 10px;
    font-size: 13px;
    border: none;
    background: none;
    cursor: pointer;
    text-align: center;
    color: #f6a20a;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px dotted #f6a20a;
    position: relative;
    text-transform: uppercase;
    margin-right: 35px;
}

@media (max-width: 768px) {
    .categories-tabs__caption_btn:hover, .active .categories-tabs__caption_btn:hover {
        margin-right: 25px;
    }
}

.active .categories-tabs__caption_btn {
    display: inline-flex;
    font-size: 13px;
    border: none;
    background: none;
    cursor: pointer;
    text-align: center;
    color: #333;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px dotted #333;
    position: relative;
    text-transform: uppercase;
    margin-right: 35px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .active .categories-tabs__caption_btn {
        margin-right: 25px;
    }
}

.categories-tabs__caption_btn i {
    position: absolute;
    right: -17px;
    top: 1px;
    font-size: 17px;
}

.categories-tabs__content_li {
    margin-right: 5px;
    margin-bottom: 10px;
}

.categories-tabs__content_link {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.154;
    display: block;
    border-radius: 0;
    border: 1px solid #b4cffb;
    padding: 4px 10px;
}

.categories-tabs__content_link:hover {
    border-color: #f6a20a;
    background-color: #f6a20a;
    color: #fff;
}
/* End */


/* Start:/local/templates/template/components/pixelplus/catalog.section/.default/style.css?17065264072094*/

.not-found-product {
  padding: 30px 10px;
  text-align: center;
  overflow: hidden;
  font-family: opensans, sans-serif;
  background: #f0fbff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0fbff), to(#cef3ff));
  background: linear-gradient(180deg, #f0fbff 0%, #cef3ff 100%);
  height: 100%;
}

.not-found-product__title {
  font-size: 18px;
  font-weight: 900;
  color: #1d4e9f;
  text-transform: uppercase;
  line-height: 1.444;
  margin-bottom: 18px;
}

.not-found-product__description {
  font-size: 16px;
  font-weight: 300;
  color: #292929;
  line-height: 1.625;
  margin-bottom: 0;
}

.not-found-product__boxes {
  height: 200px;
  width: 100%;
  position: relative;
  margin-bottom: 18px;
}

.not-found-product__boxes img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.not-found-product__btn a {
  background-color: #f67a00;
  color: #fff;
  border: none;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 10px;
  text-decoration: none;
}

.not-found-product__btn a:hover {
  color: #fff;
}


@media screen and (max-width: 880px) {
  .not-found-product {
    width: calc(100% / 3 - 24px);
  }
}

@media screen and (max-width: 650px) {
  .not-found-product {
    width: calc(50% - 24px);
  }
}

@media screen and (max-width: 480px) {
  .not-found-product {
    width: calc(100% - 24px);
  }
}

.stickers-block-for-products{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.stickers-block-for-products > span{
  display: block;
  margin-bottom: 2px;
  padding: 5px 8px;
  font-size: .6875em;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  width: max-content;
}

.stickers-block-for-products .sticker-popular{background-color: #fd7e14;}
.stickers-block-for-products .sticker-new{background-color: #28a745;}
.stickers-block-for-products .sticker-recommend{background-color: #007bff;}
.stickers-block-for-products .sticker-sale{background-color: #dc3545;}

/* End */


/* Start:/local/templates/template/components/bitrix/catalog.section.list/tags_sections_bottom/style.css?16722209051345*/

.filter-show-bottom-all {
    font-size: 14px;
    border: none;
    background: none;
    cursor: pointer;
    text-align: center;
    color: #333;
    font-weight: 600;
    border-bottom: 1px dotted #333;
    margin-top: 10px;
    display: none;
}

.filter-show-bottom-all.active {
    display: block;
}

.filter-show-bottom-all:hover {
    /*color: #f6a20a;*/
}


/*
@media (min-width: 1024px) and (max-width: 1166px) {
>>>>>>> vk_task_322
    .tags-sections-bottom-list li:nth-child(n+3) {
        display: none;
    }

    .tags-sections-bottom-list li.active:nth-child(n+3) {
        display: list-item;
    }
}

@media (min-width: 1167px) and (max-width: 1380px) {
    .tags-sections-bottom-list li:nth-child(n+4) {
        display: none;
    }

    .tags-sections-bottom-list li.active:nth-child(n+4) {
        display: list-item;
    }
}

@media (min-width: 1381px) and (max-width: 1599px) {
    .tags-sections-bottom-list li:nth-child(n+5) {
        display: none;
    }

    .tags-sections-bottom-list li.active:nth-child(n+5) {
        display: list-item;
    }
}

@media (min-width: 1600px) {
    .tags-sections-bottom-list li:nth-child(n+14) {
        display: none;
    }

    .tags-sections-bottom-list li.active:nth-child(n+14) {
        display: list-item;
    }
}*/

.tags-sections-bottom-list li.hidden{
    display: none;
}
/* End */
/* /local/templates/template/components/bitrix/catalog/.default/style.css?1758014197160 */
/* /local/templates/template/components/bitrix/catalog.section.list/category_link_block_tags/css/style.css?16825194612923 */
/* /local/templates/template/components/bitrix/news.list/category_link_block_tags/style.css?16819968492543 */
/* /local/templates/template/components/pixelplus/catalog.section/.default/style.css?17065264072094 */
/* /local/templates/template/components/bitrix/catalog.section.list/tags_sections_bottom/style.css?16722209051345 */
