@charset "UTF-8";
/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/** Кастомный фильтр в коллекциях START **/
.spartak-collections-filter .scf--group.active > .dropdown-select__title {
  background-color: #fbdb8e;
}

.spartak-collections-cards {
  margin-bottom: 40px;
}

.spartak-collections-cards .swiper-wrapper {
  align-items: stretch;
}

.spartak-collections-cards .slider-solution .swiper-slide {
  max-width: 250px;
  width: auto;
  height: auto;
  margin-right: 20px;
}

.spartak-collections-cards .scc--item {
  padding: 16px 32px 16px 20px !important;
  display: flex !important;
  gap: var(--theme-items-gap, 16px);
  align-items: center;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: rgb(248, 248, 252);
}

.spartak-collections-cards .scc--item.active {
  background-color: var(--theme-base-color);
}

.spartak-collections-cards .scc--item:not(.active):hover {
  background-color: rgb(255, 238, 198);
}

.spartak-collections-cards .scc--image {
  flex-shrink: 0;
}

.spartak-collections-cards .scc--image img {
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  height: 50px;
  width: 50px;
  object-fit: cover;
}

/* Стили текста */
.spartak-collections-cards .scc--name {
  white-space: normal;
  background-color: transparent !important;
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
}

.spartak-collections-cards .slider-nav.swiper-button-prev {
  left: -30px;
  transform: translateY(1px);
}

.spartak-collections-cards .slider-nav.swiper-button-next {
  right: -30px;
  transform: translateY(1px);
}

@media (max-width: 1240px) {
  .spartak-collections-cards .slider-nav {
    display: none;
  }
}

/** Кастомный фильтр в коллекциях START **/
/** Модификатор для скрытия длинного контента START **/
.mf-collapsed-block {
  position: relative;
}

.mf-collapsed-block:not(.-expanded) {
  max-height: 400px;
  overflow: hidden;
}

.mf-collapsed-block:not(.-expanded)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0px -170px 80px -80px rgb(255, 255, 255);
}

.mf-collapsed-block.-expanded {
  .mf-btn-show-more {
    position: relative;
    margin: 2rem auto 0;
    display: block;
  }
}

.mf-btn-show-more {
  --color: #ecedf0;
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  width: clamp(250px, 80%, 640px);
  max-width: 100%;
  height: 50px;
  box-shadow: 0 0 10px 5px #fff;
  background-color: var(--color);
  border-color: var(--color);
}

.mf-btn-show-more i {
  display: inline-block;
  border-bottom: solid 2px #222;
  border-left: solid 2px #222;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 1px;
  transform: rotate(-45deg) translate(5px, 2px);
  margin-left: 2px;
}

.mf-btn-show-more.active i {
  transform: rotate(135deg) translate(-2px, -3px);
}

.mf-btn-show-more:hover {
  --color: #e2e2e2;
}

/** Модификатор для скрытия длинного контента END **/
.is-horizontal-scroll {
  display: flex;
  overflow-y: auto;
  flex-wrap: nowrap;
}

.is-horizontal-scroll > * {
  -webkit-user-drag: none;
  user-select: none;
  flex-shrink: 0;
}

.is-horizontal-scroll.-hided-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.is-horizontal-scroll.-hided-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.is-width-100 {
  width: 100%;
}

.spartak-toc-list {
  box-shadow: inset 0 0 0 1px var(--stroke_black);
  border-radius: 10px;
  padding: 20px 25px 16px;
  width: auto;
  display: inline-block;
}

.spartak-toc-list > * {
  width: fit-content;
}

.spartak-toc-list a:not(:hover) {
  color: var(--basic_text_black);
}

.spm-sku-props__value--pict {
  --sku-width: 64px;
  --sku-height: 64px;
}

.spm-sku-props__value {
  padding: 8px 10px;
  --sku-height: 36px;
}

.content .icon-text {
  white-space: normal;
  height: auto;
  line-height: 1.4;
  min-height: 54px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #676767;
}

.content .icon-text * {
  display: contents;
}

.content .icon-text .fa {
  margin-right: 10px;
  display: inline-flex;
  margin-top: 0;
}