

/* Start:/bitrix/templates/aspro-premier/components/bitrix/news.list/color-solutions/style.css?17829087436720*/
.color-solutions {
  --color-solutions-columns: 4;
}

.color-solutions__panel {
  background: #fff;
  padding: clamp(24px, 4vw, 40px);
}

.color-solutions__head {
  gap: 24px;
}

.color-solutions__title-part {
  align-items: flex-start;
  display: block;
  max-width: 720px;
}

.color-solutions__subtitle {
  margin-top: 10px;
}

.color-solutions__tabs-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
}

.color-solutions__tabs-wrapper {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 16px rgba(34, 34, 40, 0.08);
  display: inline-flex;
  margin: 0;
  max-width: 100%;
  overflow: visible;
  padding: 6px;
  position: relative;
}

.color-solutions__tabs {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  max-width: 100%;
  min-width: auto;
  overflow: visible;
  white-space: nowrap;
}

.color-solutions__tab {
  background-color: var(--secondary-black-dark-light-bg, #eff0f2);
  border: 0;
  border-radius: 24px;
  color: var(--fill_dark_lite_white_hover, #222228);
  cursor: pointer;
  display: block;
  flex: 0 0 auto;
  font-size: 13px;

  letter-spacing: 0;
  line-height: 18px;
  padding: 12px 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}

.color-solutions__tab:hover {
  background-color: var(--light, #e8e9ed) var(--dark, #4a4a53);
}

.color-solutions__tab:focus-visible {
  outline: 2px solid var(--theme-base-color, #2f6df6);
  outline-offset: 2px;
}

.color-solutions__tab.active {
  background-color: var(--theme-base-color, #2f6df6);
  color: var(--button_color_text, #fff);
  cursor: default;

}

.color-solutions__tab.active:hover {
  background-color: var(--theme-base-color, #2f6df6);
  color: var(--button_color_text, #fff);
}

.color-solutions .tabs .nav-tabs .color-solutions__tab.nav-tabs__item {
  border-radius: 30px;
  padding: 10px 24px;
}

.color-solutions__content {
  display: none;
  grid-template-columns: repeat(var(--color-solutions-columns), minmax(0, 1fr));
  gap: 24px 20px;
}

.color-solutions__content.active {
  display: grid;
}

.color-solutions__item {
  cursor: pointer;
  outline: none;
}

.color-solutions__item:focus-visible .color-solutions__preview {
  border-color: var(--theme-base-color);
  box-shadow: 0 10px 30px rgba(25, 35, 55, 0.2);
}

.color-solutions__preview {
  aspect-ratio: 2 / 1;
  background: #f3f4f6;
  border: 1px solid transparent;
  box-shadow: 0 4px 14px rgba(25, 35, 55, 0.12);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.color-solutions__item:hover .color-solutions__preview {
  box-shadow: 0 12px 34px rgba(25, 35, 55, 0.22);
  transform: translateY(-1px);
}

.color-solutions__img,
.color-solutions__swatch {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.color-solutions__name {
  margin-top: 14px;
  text-align: center;
}

.color-solutions__meta {
  margin-top: 4px;
  text-align: center;
}

.color-solutions-popup[hidden] {
  display: none;
}

.color-solutions-popup {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

.color-solutions-popup__overlay {
  background: rgba(38, 43, 49, 0.72);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.color-solutions-popup__window {
  background: #fff;
  max-height: calc(100vh - 48px);
  max-width: 1184px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.color-solutions-popup__close {
  align-items: center;
  border-radius: var(--theme-button-border-radius, 4px);
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
}

.color-solutions-popup__close:hover {
  background: var(--grey_bg, #f5f5f5);
}

.color-solutions-popup__main {
  min-width: 0;
}

.color-solutions-popup__picture {
  aspect-ratio: 2.4 / 1;
  background: #f3f4f6;
  overflow: hidden;
  position: relative;
}

.color-solutions-popup__img,
.color-solutions-popup__swatch,
.color-solutions-popup__thumb-img,
.color-solutions-popup__thumb-swatch {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.color-solutions-popup__img.is-hidden,
.color-solutions-popup__swatch.is-hidden {
  display: none;
}

.color-solutions-popup__caption {
  background: rgba(24, 28, 34, 0.72);
  border-radius: var(--theme-button-border-radius, 4px);
  bottom: 18px;
  color: #fff;
  left: 50%;
  line-height: 24px;
  max-width: calc(100% - 48px);
  padding: 10px 22px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.color-solutions-popup__section-title {
  margin-top: 28px;
}

.color-solutions-popup__thumbs {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(8, 120px);
  margin-top: 18px;
  max-height: 268px;
  overflow: auto;
  padding: 2px;
}

.color-solutions-popup__thumb {
  border-radius: var(--theme-outer-border-radius, 8px);
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #eceff3;
  cursor: pointer;
  height: 120px;
  min-width: 0;
  padding: 10px;
  transition: box-shadow 0.2s ease;
  width: 120px;
}

.color-solutions-popup__thumb[hidden] {
  display: none !important;
}

.color-solutions-popup__thumb-picture {
  background: #f3f4f6;
  display: block;
  height: 100px;
  overflow: hidden;
  width: 100px;
}

.color-solutions-popup__thumb.active {
  box-shadow: inset 0 0 0 2px var(--theme-base-color);
}

.color-solutions-popup-opened {
  overflow: hidden;
}

@media (max-width: 991px) {
  .color-solutions__head {
    display: block;
  }

  .color-solutions__tabs {
    margin-top: 18px;
    overflow-x: auto;
  }

  .color-solutions__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .color-solutions-popup__window {
    padding: 32px 24px 24px;
  }

  .color-solutions-popup__thumbs {
    grid-template-columns: repeat(4, 120px);
  }
}

@media (max-width: 600px) {
  .color-solutions__panel {
    padding: 24px 16px 20px;
  }

  .color-solutions__content {
    gap: 20px 12px;
  }

  .color-solutions-popup {
    padding: 12px;
  }

  .color-solutions-popup__window {
    max-height: calc(100vh - 24px);
    padding: 32px 16px 18px;
  }

  .color-solutions-popup__picture {
    aspect-ratio: 1.65 / 1;
  }

  .color-solutions-popup__caption {
    bottom: 12px;
    font-size: 15px;
    line-height: 20px;
    max-width: calc(100% - 24px);
    padding: 8px 14px;
  }

  .color-solutions-popup__thumbs {
    gap: 12px;
    grid-template-columns: repeat(2, 120px);
    max-height: 236px;
  }
}

/* End */
/* /bitrix/templates/aspro-premier/components/bitrix/news.list/color-solutions/style.css?17829087436720 */
