

/* Start:/local/templates/union_2026/components/bitrix/catalog.element/card-2/style.css?17864362877463*/
.card-2__title {
  margin: 20px 0 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
}
.card-2__main {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .card-2__slider-col {
    padding-right: 40px;
  }
}

.c2-slider {
  position: relative;
}
.c2-slider__labels {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c2-slider__labels img {
  width: 150px;
  height: auto;
}
.c2-slider__viewport {
  overflow: hidden;
}
.c2-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
}
.c2-slider .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.c2-slider .swiper-slide img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.c2-slider__video {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}
.c2-slider__nav {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}
.c2-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: #f5f5f5;
  color: #222;
  transition: background-color 0.2s, color 0.2s;
}
.c2-slider__arrow:hover {
  background: #000;
  color: #ffcf00;
}
.c2-slider__arrow.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.c2-slider__pagination {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.c2-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  opacity: 1;
  cursor: pointer;
}
.c2-slider__pagination .swiper-pagination-bullet-active {
  background: #222;
}
.c2-slider__caption {
  margin-top: 18px;
  min-height: 22px;
  font-size: 16px;
  color: #222;
}

.c2-info__collection, .c2-info__description {
  font-size: 15px;
  line-height: 21px;
  color: #222;
}
.c2-info__description {
  margin-top: 6px;
}
.c2-info__block {
  margin-top: 20px;
}
.c2-info__subtitle {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}
.c2-info__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.c2-info__actions > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c2-info__actions .btn {
  min-height: 42px;
}

.c2-price {
  margin-top: 20px;
}
.c2-price__title {
  font-size: 17px;
  font-weight: 500;
}
.c2-price__discount {
  margin: 6px 0 0;
  font-size: 1.35em;
  font-weight: bold;
  color: #e74c3c;
}
.c2-price__old {
  text-decoration: line-through;
  color: #aaa;
}
.c2-price__value {
  display: inline-block;
  margin-top: 4px;
  font-size: 22px;
  color: #222;
  text-decoration: none;
}
.c2-price__value--crossed {
  text-decoration: line-through;
}
.c2-price__value:hover {
  color: #222;
}
.c2-price__from {
  font-size: 15px;
  color: #aaa;
}
.c2-price__action {
  margin-top: 6px;
}
.c2-price__action-value {
  font-size: 22px;
  color: #e74c3c;
}
.c2-price__action-text {
  font-size: 13px;
  color: #aaa;
}
.c2-price .ico-info {
  font-size: 12px;
  color: #aaa;
}

.c2-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 12px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c2-options__item a {
  display: block;
}
.c2-options__item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.c2-options__caption {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #454449;
}
.c2-options--modal {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
.c2-options--modal .c2-options__item img {
  height: 180px;
}

.c2-table {
  margin-bottom: 0;
}
.c2-table td {
  padding: 4px 0;
  border: 0;
  font-size: 13.5px;
  vertical-align: middle;
}
.c2-table__name {
  width: 140px;
  color: #aaa;
}

.c2-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c2-thumbs img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.c2-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c2-btn .material-icons {
  font-size: 18px;
}

.c2-panels {
  margin-top: 20px;
}

.c2-panel {
  border-top: 1px solid #e8e8e8;
}
.c2-panel__head {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: none;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.c2-panel__head .material-icons {
  font-size: 20px;
  color: #aaa;
  transition: transform 0.2s;
}
.c2-panel__head.collapsed .material-icons {
  transform: rotate(-90deg);
}
.c2-panel__collapse {
  display: none;
}
.c2-panel__collapse.is-open {
  display: block;
}
.c2-panel__body {
  padding-bottom: 12px;
  font-size: 14px;
}
.c2-panel__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.c2-salon {
  margin: 10px 0;
  padding: 10px 15px;
  border: 1px solid #f6c9c5;
  border-radius: 2px;
  font-size: 14px;
}
.c2-salon a {
  color: #d9534f;
}

.c2-files {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c2-files a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.c2-properties__group {
  margin-bottom: 30px;
}
.c2-properties__title {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
}

.c2-modal__title {
  margin-bottom: 15px;
  font-size: 18px;
}

.card-2__modal {
  display: none;
}

.fancybox__container .card-2__modal {
  width: min(900px, 90vw);
  max-height: 90vh;
  padding: 20px;
  overflow-y: auto;
  background: #fff;
}
.fancybox__container .card-2__modal .m-content {
  width: 100%;
}

@media (max-width: 991.98px) {
  .card-2__title {
    font-size: 26px;
  }
  .c2-slider .swiper-slide {
    min-height: 320px;
  }
  .c2-slider .swiper-slide img {
    max-height: 420px;
  }
  .c2-info {
    margin-top: 30px;
  }
}
.c2-properties .options-grid-fluid {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}
.c2-properties .options-grid-fluid li {
  display: inline-block;
  vertical-align: top;
  width: 146px;
  max-width: 50%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
}
.c2-properties .options-grid-fluid .image-wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #eee center no-repeat;
  background-size: cover;
  border-radius: 2px;
  transition: box-shadow 0.25s;
}
.c2-properties .options-grid-fluid a:hover .image-wrap {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 18px rgba(0, 0, 0, 0.35);
}
.c2-properties .options-grid-fluid .figcaption {
  margin: 5px 0;
  font-size: 12px;
  line-height: 16px;
  color: #454449;
  word-wrap: break-word;
}
.c2-properties .group-title {
  margin: 20px 0 10px;
  font-size: 15px;
}
.c2-properties .group-title:first-child {
  margin-top: 0;
}
.c2-properties .target--hidden {
  display: none;
}
.c2-properties .target--hidden.visible {
  display: inline-block;
}

.fancybox__container #base-kit {
  display: block !important;
  width: min(700px, 90vw);
  max-height: 90vh;
  padding: 24px;
  overflow-y: auto;
  background: #fff;
}
.fancybox__container #base-kit .m-title,
.fancybox__container #base-kit .title-prhvrblock {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}
.fancybox__container #base-kit .m-content {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

/* End */
/* /local/templates/union_2026/components/bitrix/catalog.element/card-2/style.css?17864362877463 */
