

/* Start:/local/templates/mark/components/bitrix/catalog.section/main_page_filter/style.css?17866959183357*/
.main__catalog .main__title {
  align-items: flex-start;
}

.main__catalog .main__descr-text {
  color: #88919e;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
  max-width: 720px;
}

.main__catalog-tab {
  margin-top: 28px;
}

.main__catalog-tab .tab-list {
  background: transparent;
  border-radius: 0;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
  width: 100% !important;
}

.main__catalog-tab .tab-list::-webkit-scrollbar {
  display: none;
}

.main__catalog-tab ul {
  overflow: visible;
  width: auto !important;
}

.main__catalog-tab .tab-list {
  overflow-x: auto;
}

.main__catalog-tab .tab-btn {
  background: #f4f5f7;
  border-radius: 50px;
  color: #475569;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  white-space: nowrap;
  width: max-content !important;
}

.main__catalog-tab .tab-btn.active {
  background: #0f172a;
  color: #fff;
}

.main__catalog-tab .tab-filter {
  background: transparent;
  margin-top: 16px;
  padding: 0;
}

.main__catalog-tab .tab-filter .title {
  color: #88919e;
  font-size: 13px;
  font-weight: 500;
}

.main__catalog-tab .tab-filter__item,
.main__catalog-tab .tab-filter__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.main__catalog-tab .tab-filter__item {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.main__catalog-tab .checkbox {
  position: relative;
}

.main__catalog-tab .checkbox__input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.main__catalog-tab .checkbox__label {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  color: #475569;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  padding: 7px 12px;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.main__catalog-tab .checkbox__input:checked + .checkbox__label,
.main__catalog-tab .checkbox__label:hover {
  border-color: #0f172a;
  color: #0f172a;
}

.main__catalog-tab .checkbox__input:checked + .checkbox__label {
  background: #0f172a;
  color: #fff;
}

.main__catalog-tab .tab-count {
  color: #88919e;
  font-size: 13px;
  margin: 20px 0 16px;
}

.main__catalog-tab .tab-more {
  margin-top: 24px;
}

.main__catalog-tab .more-btn {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  padding: 16px;
}

.main__catalog-tab .more-btn:hover {
  border-color: #2354ce;
  color: #2354ce;
}

#tab-content-ajax {
  transition: opacity .3s ease;
}

#tab-content-ajax.loaded {
  opacity: .45;
}

.main__catalog-tab .tab-container {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.main__catalog-tab .tab-container > .card,
.main__catalog-tab .tab-container > article.card {
  min-width: 0;
  width: auto;
}

@media (max-width: 1100px) {
  .main__catalog-tab .tab-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .main__catalog .main__descr-text {
    font-size: 14px;
  }

  .main__catalog-tab .tab-container {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .main__catalog-tab .tab-container {
    grid-template-columns: 1fr;
  }
}

/* End */


/* Start:/local/templates/mark/components/bitrix/catalog.section.list/catalog-nav/style.css?17866963601579*/
.catalog-nav__list {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  overflow: hidden;
}

.catalog-nav__item {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #0f172a;
  display: flex;
  gap: 16px;
  min-height: 88px;
  padding: 16px 18px;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.catalog-nav__item:hover {
  background: #f4f5f7;
  color: #0f172a;
}

.catalog-nav__img {
  align-items: center;
  background: #f4f5f7;
  border-radius: 6px;
  display: flex;
  flex-shrink: 0;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  width: 64px;
}

.catalog-nav__item:hover .catalog-nav__img {
  background: #fff;
}

.catalog-nav__img img {
  display: block;
  height: 40px;
  max-height: 40px;
  max-width: 52px;
  object-fit: contain;
  width: auto;
}

.catalog-nav__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 15px;
  font-weight: 500;
  line-height: 135%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .catalog-nav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .catalog-nav__list {
    grid-template-columns: 1fr;
  }

  .catalog-nav__item {
    min-height: 76px;
    padding: 12px 14px;
  }

  .catalog-nav__title .go-all span {
    display: none;
  }
}

/* End */


/* Start:/local/templates/mark/components/bitrix/news.list/main_brands/style.css?17866955621105*/
.fabricator__list {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 24px;
  overflow: hidden;
}

.fabricator__list > li {
  background: #fff;
  min-width: 0;
}

.fabricator__list .fabricator__item {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 0;
  display: flex;
  height: 96px;
  justify-content: center;
  padding: 16px 12px;
  transition: background-color .2s ease;
}

.fabricator__list .fabricator__item:hover {
  background: #f4f5f7;
}

.fabricator__list .fabricator__item img,
.fabricator__img {
  display: block;
  height: 40px;
  max-height: 40px;
  max-width: 100%;
  object-fit: contain;
  padding: 0;
  width: auto;
}

.fabricator__text {
  display: none;
}

@media (max-width: 1100px) {
  .fabricator__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .fabricator__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fabricator__list .fabricator__item {
    height: 84px;
  }
}

/* End */


/* Start:/local/templates/mark/css/advantages.css?17866954282162*/
.main .main__section {
  margin: 64px 0;
}

.main .advantages-section {
  background: #f4f5f7;
  margin: 72px 0;
  padding: 56px 0;
}

.advantage-stats {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.advantage-stat {
  padding: 0 32px;
}

.advantage-stat:first-child {
  padding-left: 0;
}

.advantage-stat + .advantage-stat {
  border-left: 1px solid #e6e8eb;
}

.advantage-stat__value {
  color: #2354ce;
  font-size: clamp(1.75rem, 1.2rem + 1.2vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 8px;
}

.advantage-stat__label {
  color: #88919e;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  max-width: 11em;
}

.advantage-items {
  display: grid;
  gap: 40px 48px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #e6e8eb;
}

.advantage-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.advantage-item__icon {
  align-items: center;
  display: flex;
  height: 28px;
  margin-bottom: 2px;
}

.advantage-item__icon svg {
  display: block;
  height: 24px;
  width: 24px;
}

.advantage-item__title {
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
}

.advantage-item__descr {
  color: #88919e;
  font-size: 14px;
  line-height: 155%;
  margin: 0;
}

@media (max-width: 1024px) {
  .advantage-stat {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .main .main__section {
    margin: 40px 0;
  }

  .main .advantages-section {
    margin: 40px 0;
    padding: 36px 0;
  }

  .advantage-stats {
    gap: 24px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advantage-stat,
  .advantage-stat:first-child {
    padding: 0;
  }

  .advantage-stat + .advantage-stat {
    border-left: 0;
  }

  .advantage-stat__label {
    max-width: none;
  }

  .advantage-items {
    gap: 28px;
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding-top: 32px;
  }
}

/* End */


/* Start:/local/templates/mark/components/bitrix/catalog.section/filtered-slider/style.css?1786700862447*/
.swiper-section .catalog-block-title {
  color: #0f172a;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}

.swiper-section .js-swiper-section .swiper-wrapper {
  align-items: stretch;
}

.swiper-section .js-swiper-section .swiper-slide {
  display: flex;
  height: auto;
}

.swiper-section .js-swiper-section .swiper-slide > article.card {
  height: 100%;
  width: 100%;
}

/* End */


/* Start:/local/templates/mark/components/bitrix/catalog.item/card/style.css?17867008633299*/
article.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 12px;
  position: relative;
}

article.card .card__header {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-height: 24px;
  position: relative;
  z-index: 2;
}

article.card .card__labels {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 4px;
  left: auto;
  min-width: 0;
  padding-right: 4px;
  position: static;
  top: auto;
  z-index: 1;
}

article.card .card__label {
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 3px 8px;
  text-transform: none;
  width: fit-content;
}

article.card .card__label--new {
  background-color: #fff1e0;
  color: #c05612;
}

article.card .card__label--special {
  background-color: #e8eefb;
  color: #2354ce;
}

article.card .card__label--hit,
article.card .card__label--default {
  background-color: #f4f5f7;
  color: #475569;
}

article.card .catalog__card-bar {
  flex-shrink: 0;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  width: auto !important;
  z-index: 3;
}

article.card .card__img {
  align-items: center;
  background: #f4f5f7;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  overflow: hidden;
}

article.card .card__img img {
  aspect-ratio: 4 / 3;
  height: auto;
  max-height: 148px;
  object-fit: contain;
  padding: 8px;
  width: 100%;
}

article.card .card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

article.card .card__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

article.card .card__title .title {
  color: #0f172a;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  min-height: calc(1.35em * 2);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 135%;
  margin: 0;
  overflow: hidden;
}

article.card .card__title .title a {
  color: inherit;
  text-decoration: none;
}

article.card .card__title .title a:hover {
  color: #2354ce;
}

article.card .card__sku,
article.card .clipboard {
  align-items: center;
  color: #88919e;
  display: flex;
  gap: 4px;
  max-width: 100%;
  min-height: 16px;
}

article.card .card__sku--empty {
  visibility: hidden;
}

article.card .scrolling-text {
  color: #88919e;
  display: inline-block;
  font-size: 12px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

article.card .card__title .firm {
  color: #88919e;
  font-size: 12px;
  min-height: 16px;
}

article.card .card__price {
  font-size: 22px;
  font-weight: 600;
  height: auto;
  letter-spacing: -.03em;
  line-height: 1.1;
  margin-top: 4px;
}

article.card .card__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
}

article.card .card__footer .button {
  margin-top: 0;
  width: 100%;
}

article.card .card__unavailable {
  align-items: center;
  background: #f4f5f7;
  border-radius: 6px;
  color: #94a3b8;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 0 12px;
  text-align: center;
  width: 100%;
}

/* End */


/* Start:/local/templates/mark/components/bitrix/news.list/main_news/style.css?17866962361643*/
.news-section .swiper-section__swiper {
  margin-top: 24px;
}

.news-section .js-swiper-news {
  overflow: hidden;
  padding-bottom: 0;
}

.news-section .js-swiper-news .swiper-slide {
  display: flex;
  height: auto;
}

.news__link {
  color: inherit;
  display: flex;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.news__card {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}

.news__link:hover .news__card {
  border-color: #2354ce;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .06);
}

.news__card-img {
  background: #f4f5f7;
  display: block;
  overflow: hidden;
}

.news__card-img img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.news__card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.news__card-date {
  color: #88919e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.news__card-title {
  color: #0f172a;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 135%;
  margin: 0;
  overflow: hidden;
}

.news__link:hover .news__card-title {
  color: #2354ce;
}

.news__card-descr {
  color: #64748b;
  display: -webkit-box;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 150%;
  margin: 0;
  overflow: hidden;
}

.news__card .title,
.news__card .descr {
  height: auto;
}

/* End */


/* Start:/local/templates/mark/components/prolaba/form/rss-main/style.css?1758717169411*/
.response p {
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    width: fit-content;
}

.response p.error {
    color: red;
    background-color: #fff0f0;
}


.success-block {
    display: none;

    margin-top: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.success-block.view {
    display: block;
}

.subscribe__form{
    overflow: hidden;
}
/* End */
/* /local/templates/mark/components/bitrix/catalog.section/main_page_filter/style.css?17866959183357 */
/* /local/templates/mark/components/bitrix/catalog.section.list/catalog-nav/style.css?17866963601579 */
/* /local/templates/mark/components/bitrix/news.list/main_brands/style.css?17866955621105 */
/* /local/templates/mark/css/advantages.css?17866954282162 */
/* /local/templates/mark/components/bitrix/catalog.section/filtered-slider/style.css?1786700862447 */
/* /local/templates/mark/components/bitrix/catalog.item/card/style.css?17867008633299 */
/* /local/templates/mark/components/bitrix/news.list/main_news/style.css?17866962361643 */
/* /local/templates/mark/components/prolaba/form/rss-main/style.css?1758717169411 */
