

/* Start:/local/templates/union_2026/components/bitrix/catalog.element/card-7/style.css?17864362872453*/
.card-7__title {
  margin: 20px 0 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}
.card-7__subtitle {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
}
.card-7__description {
  margin-top: 40px;
  font-size: 15px;
  line-height: 22px;
}
.card-7__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: 40px 0 60px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}
.card-7__btn {
  min-width: 260px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .card-7__btn {
    width: 100%;
  }
}

.c7-slider__viewport {
  overflow: hidden;
}
.c7-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c7-slider .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.c7-slider .swiper-slide img {
  max-width: 100%;
  max-height: 640px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.c7-slider__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
}
.c7-slider__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 100%;
}
.c7-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: #f5f5f5;
  color: #222;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.c7-slider__arrow:hover {
  background: #000;
  color: #ffcf00;
}
.c7-slider__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.c7-slider__pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  margin-left: 10px;
}
.c7-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  opacity: 1;
  cursor: pointer;
}
.c7-slider__pagination .swiper-pagination-bullet-active {
  background: #222;
}
.c7-slider__caption {
  flex: 1 1 auto;
  min-height: 22px;
  font-size: 15px;
  color: #222;
  text-align: right;
}

@media (max-width: 767.98px) {
  .card-7__title {
    font-size: 26px;
  }
  .c7-slider__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .c7-slider__caption {
    text-align: left;
  }
}

/* End */


/* Start:/local/templates/union_2026/components/bitrix/catalog.element/.default/shareblock/viewed.css?17864362872352*/
.viewed {
  margin-top: 60px;
}
.viewed .title {
  font-size: 30px;
  margin-bottom: 35px !important;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .viewed .title {
    padding-bottom: 0;
    font-size: 25px;
  }
}

.viewed_row .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  height: 256px;
}
.viewed_row .swiper-slide a .elImgFirst {
  opacity: 0.25;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.viewed_row .swiper-slide a .secondImg {
  object-fit: contain !important;
  position: relative;
  height: 100%;
  width: 100%;
}

.viewed_row {
  position: relative;
  margin: 0;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .viewed_row .swiper {
    padding-left: 30px;
  }
}
.viewed_row .text {
  text-align: right;
  margin-top: 12px;
  color: rgba(51, 51, 51, 0.7882352941);
}
.viewed_row .slider {
  max-width: 1920px;
  margin: 45px auto;
}
.viewed_row .nav {
  display: flex;
  align-items: center;
  position: relative;
}
.viewed_row .nav .swiper-scrollbar {
  height: 1px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.viewed_row .nav .left {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  transform: none;
  height: 46px;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .viewed_row .nav .left {
    margin-left: 20px;
  }
}
.viewed_row .nav .left .firstLevel {
  position: relative;
  height: 100%;
}
.viewed_row .nav .right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  margin-left: 20px;
}
.viewed_row .nav .right .swiper-button-prev-custom {
  cursor: pointer;
}
.viewed_row .nav .right .swiper-button-prev-custom + .swiper-button-prev-custom {
  margin-left: 0;
}
.viewed_row .nav .right .swiper-button-prev-custom:first-child {
  margin-right: 25px;
}
.viewed_row .nav img {
  width: 26px;
  height: 32px;
}
.viewed_row .nav {
  margin-top: 30px;
}
.viewed_row .nav .right .swiper-button-next-custom-viewed {
  margin-right: 0;
}
.viewed_row .nav img {
  width: 22px;
  height: 46px;
}
.viewed_row .slider-default__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
}

/* End */
/* /local/templates/union_2026/components/bitrix/catalog.element/card-7/style.css?17864362872453 */
/* /local/templates/union_2026/components/bitrix/catalog.element/.default/shareblock/viewed.css?17864362872352 */
