

/* Start:/html/components-template/aside-targets/style.css?1752611429494*/
.aside-target {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }
  .aside-target__item {
    display: inline-block;
    padding: 6px 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ededed;
    transition: all ease .3s;
    font-size: 14px; }
    @media (min-width: 991.75px) {
      .aside-target__item {
        cursor: pointer; }
        .aside-target__item:hover {
          background-color: rgba(136, 136, 136, 0.05); } }

/* End */


/* Start:/local/templates/light/components/bitrix/news.detail/blog/style.css?1773495283120*/
.page-image{
    text-align: center;
    margin-bottom: 16px;
    padding: 0;
}
.img-rounded{
    border-radius: 8px;
}

/* End */


/* Start:/html/components-template/news-article/style.css?1773492937606*/
.news-article .products-slider {
  padding-bottom: 20px; }

.article-author {
  margin: 1rem 0 2rem;
  padding: 1.2rem 1.6rem;
  background: #f8f9fa;
  border-left: 3px solid #0d6efd;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem; }

.article-author__label {
  color: #6c757d; }

.article-author__name {
  color: #212529; }

.article-author__desc {
  color: #6c757d;
  font-size: 0.85rem; }

.article-author__date {
  color: #6c757d;
  font-size: 0.85rem;
  white-space: nowrap; }

/* End */


/* Start:/html/components-template/tabs-section/style.css?17734953633331*/
.tabs-nav-v2 {
  margin-bottom: 49px;
  overflow: hidden;
  overflow-x: auto; }
  .tabs-nav-v2::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .tabs-nav-v2::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
    background: var(--gray_bg_black);
    border: 1px solid #fff;
    border-color: var(--black_bg_black); }
  .tabs-nav-v2::-webkit-scrollbar-track {
    border-radius: 5px; }
  .tabs-nav-v2__list {
    display: flex;
    white-space: nowrap;
    min-width: auto;
    overflow: visible;
    z-index: 1;
    transform: translateX(0px);
    border-bottom: 1px solid #ededed;
    border-bottom-color: var(--stroke_black); }
  .tabs-nav-v2__item {
    margin: 0 23px 0 3px;
    cursor: pointer;
    display: block;
    padding: 18px 0 19px 0;
    color: #555;
    color: var(--basic_text_black); }
    .tabs-nav-v2__item:hover:not(.active) {
      color: #333;
      color: var(--theme-base-color); }
    .tabs-nav-v2__item.active {
      position: relative; }
      .tabs-nav-v2__item.active::after {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        z-index: 1;
        height: 2px;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        background: #9e9e9e;
        background: var(--theme-base-color); }

.tabs-container__item {
  padding-top: 10px; }
.tabs-nav-v2 + .tabs-container .tabs-container__item {
  padding-top: 49px; }

.tabs-container ul,
.tabs-container ul li {
  padding-left: 0 !important; }

.tabs-container ul li:before {
  content: "";
  position: relative;
  left: 0;
  top: 11px;
  background: #666;
  width: 11px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.tabs-container .introtext {
  padding: 0 0 0;
  color: #222;
  color: var(--white_text_black);
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin-bottom: 24px; }

.tab-docs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 24px; }
  .tab-docs__item {
    display: flex;
    padding: 18px 18px 22px 23px;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    transition: box-shadow ease .3s,border ease .3s,background ease .3s; }
    .tab-docs__item:hover {
      border-color: #fff;
      border-color: var(--stroke_black_hover);
      background-color: #fff;
      background-color: var(--card_bg_hover_black);
      box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1); }
    .tab-docs__item:not(:first-child) {
      border-top: 0; }
    .tab-docs__item:first-child {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .tab-docs__item:last-child {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
  .tab-docs__item-icon {
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 21px; }
  .tab-docs__item-title {
    font-weight: 500;
    color: #222;
    color: var(--white_text_black); }
    .tab-docs__item-title:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }
  .tab-docs__item-size {
    font-size: .86667em;
    line-height: calc(1em + 7px);
    color: #999; }

/* End */


/* Start:/html/components-template/content/style.css?17648054912665*/
.content {
  color: #555;
  color: var(--basic_text_black);
  max-width: 1200px;
  font-size: 1rem;
  line-height: calc(1em + 10px); }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: 500;
    margin: 30px 0 25px;
    color: #222;
    color: var(--white_text_black); }
  .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
    margin-top: 0; }
  .content h3 {
    font-size: 1.5em;
    line-height: calc(1em + 10px); }
  .content p {
    margin-bottom: 24px; }
    .content p:has(img) {
      margin-bottom: 24px; }
    .content p:has(img) + p {
      margin-top: 0; }
  .content ol, .content ol li {
    list-style-type: decimal; }
  .content ol, .content ul {
    padding-left: 17px;
    margin-bottom: 20px; }
    .content ol li, .content ul li {
      padding-left: 4px;
      margin-bottom: 12px;
      line-height: 24px; }
  .content tr {
    border-bottom: 1px solid var(--stroke_black); }
  .content td {
    padding: 12px 0 12px 0;
    font-size: .9375rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black); }
    .content td:first-of-type {
      color: #666;
      color: var(--lite_basic_text_black); }
  .content .char td:first-of-type {
    width: 50%; }
  .content img {
    margin-bottom: 24px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-top: 0; }
    .content p img {
      margin-bottom: 0;
      margin-top: 0; }
    /* Fallback для браузеров без поддержки :has() */
    @supports not selector(:has(*)) {
      .content p img {
        margin-bottom: 0;
        margin-top: 0; }
      .content p:only-child img {
        margin-bottom: 24px; } }

.file-type {
  width: 40px;
  height: 40px;
  display: block;
  background: url("/html/images/docs.svg") 0 -84px no-repeat; }
  .file-type--word {
    background-position: -42px 0; }
  .file-type--excel {
    background-position: -84px 0; }
  .file-type--pdf {
    background-position: 0 0; }

/* Мобильные стили для уменьшения отступов */
@media (max-width: 768px) {
  .content {
    max-width: 100%; }
  .content p {
    margin-bottom: 20px; }
    .content p:has(img) {
      margin-bottom: 20px; }
  .content img {
    margin-bottom: 20px;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    min-width: 0; }
    .content p img {
      margin-bottom: 0;
      margin-top: 0;
      max-width: 100% !important;
      width: auto !important;
      height: auto !important;
      min-width: 0; } }

/* End */


/* Start:/html/components-template/slide-block/style.css?17590671492219*/
.slide-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  fill: var(--fill_dark_light);
  color: #222;
  color: var(--white_text_black); }
  @media screen {
    .slide-block__head {
      cursor: pointer; } }
  .slide-block__head .icon {
    transform: rotate(180deg);
    transition: transform 0.3s; }

.slide-block__body {
  overflow: hidden;
  height: auto;
  padding-top: 13px;
  transition: height 0.3s, padding-top 0.3s; }
  .slide-block__body .nav-item {
    margin-bottom: 3px; }
  .slide-block__body .nav-link {
    color: #222;
    color: var(--white_text_black);
    display: inline-flex;
    align-items: center; }
    .slide-block__body .nav-link .icon {
      fill: var(--fill_dark_light);
      transform: rotate(90deg);
      margin-right: 5px; }
    .slide-block__body .nav-link .nav-item-name {
      padding: 4px 8px; }
    .slide-block__body .nav-link:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }
  .slide-block__body .nav-item.active .nav-link {
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--darkgrey_bg_black); }
    .slide-block__body .nav-item.active .nav-link .icon {
      display: none; }
  .slide-block__body .nav-lvl2 {
    padding-top: 3px;
    padding-left: 12px; }
  .slide-block__body .nav-lvl2-item {
    padding-bottom: 3px; }
  .slide-block__body .nav-lvl2-item.active .nav-lvl2-link {
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--darkgrey_bg_black); }
  .slide-block__body .nav-lvl2-link {
    padding: 4px 8px;
    color: #222;
    color: var(--white_text_black); }
    .slide-block__body .nav-lvl2-link:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }

.slide-block.closed .slide-block__head .icon {
  transform: rotate(0deg); }

.slide-block.closed .slide-block__body {
  height: 0px;
  padding-top: 0px; }

.slide-block--right {
  margin-bottom: 32px; }
  .slide-block--right .nav-item-name {
    padding: 4px 8px; }
  .slide-block--right .nav-item.active .nav-item-name {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    pointer-events: none;
    background-color: var(--darkgrey_bg_black); }

/* End */


/* Start:/local/templates/light/components/bitrix/search.tags.cloud/.default/style.css?175261142944*/
.aside-target__item a{
    color: inherit;
}
/* End */


/* Start:/html/components-template/products-slider/style.css?17709048855680*/
.products-slider {
  padding-bottom: 80px;
  overflow: visible; }
  .products-slider__header {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .products-slider__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    width: 100%;
    position: relative;
    -ms-overflow-style: none;
    /* Выравнивание по контейнеру: .container имеет max-width: 1532px, margin: auto, padding: 0 24px */
    padding-left: max(24px, calc((100vw - 1532px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1532px) / 2 + 24px));
    box-sizing: border-box; }
    .products-slider__wrapper::-webkit-scrollbar {
      display: none;
      width: 0;
      height: 0;
      background: transparent; }
    .products-slider__wrapper::-webkit-scrollbar-track {
      display: none;
      background: transparent; }
    .products-slider__wrapper::-webkit-scrollbar-thumb {
      display: none;
      background: transparent; }
  .products-slider__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    min-width: min-content;
    padding: 0; }
    .products-slider__grid.catalog-product-list {
      display: flex;
      flex-wrap: nowrap;
      gap: 20px;
      min-width: min-content;
      margin: 0;
      padding: 0; }
    .products-slider__grid .product-card-wrap {
      flex: 0 0 auto;
      min-width: 260px;
      max-width: 260px;
      width: 260px;
      margin: 0; }
  .products-slider__slider .product-card-wrap {
    height: 100% !important; }
  .products-slider__slider .product-card {
    border: 1px solid #ededed;
    border-color: var(--stroke_black); }
    .products-slider__slider .product-card:hover {
      border: 1px solid #ededed;
      border-color: var(--stroke_black);
      box-shadow: none; }

/* Уменьшенный размер изображений для слайдера с классом js-splide-products-sm */
.js-splide-products-sm .product-card__top {
  padding-top: 65%; }

/* Увеличенный размер изображений для products-slider */
.products-slider__grid .product-card__top {
  padding-top: 100% !important; }

@media (max-width: 768px) {
  .products-slider {
    padding-bottom: 40px;
    overflow: visible;
    margin-left: 0;
    margin-right: 0; }
  .products-slider__header {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0; }
  .products-slider__wrapper {
    margin-left: -24px;
    margin-right: -24px;
    /* 48px = 24px (компенсация margin) + 24px в одну линию с .container */
    padding-left: 48px;
    padding-right: 24px;
    width: calc(100% + 48px);
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    position: relative;
    box-sizing: content-box;
    will-change: scroll-position; }
    .products-slider__wrapper::-webkit-scrollbar {
      display: none;
      -ms-overflow-style: none;
      scrollbar-width: none; }
    .products-slider__wrapper * {
      -webkit-tap-highlight-color: transparent; }
  .products-slider__grid {
    gap: 16px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: max-content;
    min-width: 100%; }
    .products-slider__grid .product-card-wrap {
      min-width: 240px;
      max-width: 240px;
      width: 240px;
      flex-shrink: 0;
      flex-grow: 0;
      margin: 0;
      padding: 0;
      box-sizing: border-box; }
    .products-slider__grid .product-card {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%; }
    .products-slider__grid .product-card__inner {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%; }
    .products-slider__grid .product-card__top {
      margin: 0;
      padding-top: 100% !important;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; }
    .products-slider__grid .product-card__images {
      margin: 0;
      padding: 0; }
  .products-slider__slider .splide__track {
    margin: 0 -24px;
    padding: 0 24px !important; }
  .products-slider__slider .splide__slide {
    width: 260px; } }

@media (max-width: 600.75px) {
  .products-slider__wrapper {
    margin-left: -16px;
    margin-right: -16px;
    /* 32px = 16px (компенсация margin) + 16px в одну линию с контентом */
    padding-left: 32px;
    padding-right: 16px;
    width: calc(100% + 32px); }
  .products-slider__grid {
    gap: 12px; }
    .products-slider__grid .product-card-wrap {
      min-width: 220px;
      max-width: 220px;
      width: 220px; }
    .products-slider__grid .product-card__top {
      padding-top: 100% !important; } }

/* Дополнительные стили для обеспечения работы прокрутки */
.news-article .products-slider,
.content .products-slider,
.main-row__main .products-slider {
  overflow: visible !important; }

.news-article .products-slider__wrapper,
.content .products-slider__wrapper,
.main-row__main .products-slider__wrapper {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important; }
  .news-article .products-slider__wrapper::-webkit-scrollbar,
  .content .products-slider__wrapper::-webkit-scrollbar,
  .main-row__main .products-slider__wrapper::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important; }

/* End */


/* Start:/html/components-template/mixin__product-card/style.css?17700304108923*/
.product-card-wrap.hover {
  position: relative;
  z-index: 4; }
  .product-card-wrap.hover .product-card {
    height: auto; }
  .product-card-wrap.hover .product-card__offers {
    display: block; }

.product-card {
  height: 100%;
  min-width: 0;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  background: var(--card_bg_black);
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
  border: 1px solid rgba(0, 0, 0, 0); }
  .product-card:hover {
    border-color: #fafafa;
    border-color: var(--lite_bg_black);
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
    z-index: 1; }
    .product-card:hover .product-card__title {
      color: #9e9e9e;
      color: var(--fill_dark_lite_hover); }
  .product-card__inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%; }
  .product-card__top {
    width: 100%;
    position: relative;
    padding-top: 100%;
    margin: 0 auto;
    text-align: center;
    display: block; }
  .product-card__top-badges {
    position: absolute;
    z-index: 3;
    top: 0;
    left: -2px;
    display: flex;
    flex-wrap: wrap; }
  .product-card__images {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    flex: 1;
    padding-bottom: 10px; }
  .product-card__image {
    flex-grow: 1; }
    .product-card__image.active .product-card__image-pic {
      opacity: 1; }
  .product-card__image-span {
    display: block;
    height: 100%;
    z-index: 2;
    position: relative; }
  .product-card__image-pic {
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px; }
    .product-card__image-pic img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .product-card__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px; }
  .product-card__dots span {
    margin: 0 2px;
    display: inline-block;
    width: 12px;
    height: 2px;
    background: rgba(136, 136, 136, 0.5);
    border-radius: 100%; }
  .product-card__dots span.active {
    background-color: var(--light, #222); }
  .product-card__bottom-badges {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
  .product-card__info {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-basis: auto; }
  .product-card__prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 4px;
    color: #222;
    color: var(--white_text_black); }
  .product-card__price-new {
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: calc(1em + 7px);
    padding-right: 6px; }
  .product-card__price-old {
    white-space: nowrap;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: calc(1em + 7px);
    color: #999;
    text-decoration: line-through; }
  .product-card__title {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: calc(1em + 7px);
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    overflow: hidden;
    color: #222;
    color: var(--white_text_black);
    margin: 0; }
    .product-card__title a {
      color: inherit;
      text-decoration: none;
      display: block; }
      .product-card__title a:hover {
        text-decoration: underline; }
  .product-card__info-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 4px; }
  .product-card__rating {
    display: flex;
    align-items: baseline; }
    .product-card__rating .icon {
      fill: #ffb45b; }
    .product-card__rating span {
      color: #222;
      color: var(--white_text_black);
      padding-left: 4px;
      padding-right: 2px;
      font-size: 0.8125rem;
      line-height: 0; }
  .product-card__rating--zero .icon {
    fill: #ccc; }
  .product-card__stock {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0.8125rem;
    line-height: calc(1em + 7px);
    color: #2d7a5f; }
  .product-card__sku {
    color: #555;
    font-size: 0.8125rem;
    line-height: calc(1em + 7px); }
  .product-card__actions {
    margin-top: 11px;
    position: relative; }
  .product-card__actions-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-shrink: 0;
    justify-content: normal; }
  .product-card__btns {
    width: 103px; }
    .product-card__btns.preloader .product-card__buy {
      background: url("/html/images/preloader.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
      border-color: transparent !important;
      color: transparent !important;
      cursor: default !important; }
    .product-card__btns.preloader .counter {
      background: url("/html/images/preloader.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
      border-color: transparent !important;
      color: transparent !important;
      cursor: default !important; }
      .product-card__btns.preloader .counter input {
        color: rgba(0, 0, 0, 0); }
      .product-card__btns.preloader .counter span {
        opacity: 0; }
  .product-card__more {
    display: none; }
  .product-card__favorite, .product-card__compare {
    cursor: pointer;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.1s ease;
    opacity: 0.35; }
    .product-card__favorite .icon, .product-card__compare .icon {
      fill: var(--fill_dark_light); }
    .product-card__favorite.active, .product-card__favorite:hover, .product-card__compare.active, .product-card__compare:hover {
      opacity: 1; }
      .product-card__favorite.active .icon, .product-card__favorite:hover .icon, .product-card__compare.active .icon, .product-card__compare:hover .icon {
        fill: #9e9e9e;
        fill: var(--fill_dark_lite_hover); }
  .product-card__favorite {
    margin-left: 8px; }
  .product-card__offers {
    display: none; }
  .product-card__offers-line {
    margin-top: 10px; }
  .product-card__offers-title {
    padding-bottom: 2px;
    font-size: 0.75rem;
    line-height: calc(1em + 7px);
    color: #666;
    color: var(--lite_basic_text_black); }
  .product-card__offers-list {
    display: flex;
    align-items: center;
    justify-content: normal;
    flex-wrap: wrap;
    gap: 6px; }
  .product-card__offers-item {
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    height: 28px;
    width: 28px;
    font-size: 0;
    border: 3px solid var(--white_text_black_reverse);
    box-shadow: 0 0 0 1px var(--stroke_black, #9e9e9e); }
    .product-card__offers-item.text {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.875rem;
      width: auto;
      padding: 0 7px;
      color: var(--white_text_black); }
    .product-card__offers-item:hover {
      box-shadow: none; }
    .product-card__offers-item.active {
      box-shadow: 0 0 0 1.5px var(--theme-base-color); }

@media (max-width: 767.75px) {
  .product-card__actions {
    display: flex;
    flex-direction: column-reverse; }
  .product-card__btns {
    width: auto;
    flex: 1; }
    .product-card__btns .btn {
      width: 100%; }
  .product-card__offers {
    display: block;
    margin-bottom: 10px; } }

@media (max-width: 600.75px) {
  .product-card-wrap {
    width: 260px;
    min-width: 260px; }
    .product-card-wrap:not(:last-child) {
      margin-right: 24px; }
  .product-card__top-badges {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card__dots {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card__offers {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card--offers .product-card__more {
    display: flex; }
  .product-card--offers .product-card__buy {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card--offers .counter {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; } }

/* End */


/* Start:/html/components-template/mixin__countdown/style.css?1752611429477*/
.countdown {
  padding-left: 4px;
  display: flex; }
  .countdown__item {
    text-transform: lowercase;
    color: #222;
    color: var(--white_text_black);
    padding: 4px 3px 0 3px;
    font-size: 12px;
    width: auto;
    display: inline-block;
    position: relative;
    line-height: 1;
    height: 25px;
    font-weight: 700; }
    .countdown__item:not(:last-child)::after {
      letter-spacing: -3px;
      content: ':';
      position: relative;
      left: 1px; }

/* End */
/* /html/components-template/aside-targets/style.css?1752611429494 */
/* /local/templates/light/components/bitrix/news.detail/blog/style.css?1773495283120 */
/* /html/components-template/news-article/style.css?1773492937606 */
/* /html/components-template/tabs-section/style.css?17734953633331 */
/* /html/components-template/content/style.css?17648054912665 */
/* /html/components-template/slide-block/style.css?17590671492219 */
/* /local/templates/light/components/bitrix/search.tags.cloud/.default/style.css?175261142944 */
/* /html/components-template/products-slider/style.css?17709048855680 */
/* /html/components-template/mixin__product-card/style.css?17700304108923 */
/* /html/components-template/mixin__countdown/style.css?1752611429477 */
