

/* Start:/local/templates/2023/components/bitrix/catalog.element/.default/style.css?177125163522838*/
.product {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .product {
    margin-bottom: 20px;
  }
  .block.seria-catalog {
    border-top: 0;
    padding-top: 0;
  }
}

.card-panel {
  border-bottom: 1px solid #b3c6d6;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.product__code {
  color: #ff7900;
}
.product__documentation {
  padding-top: 1rem;
  border-top: 1px solid #e4eef5;
}
.product__main-props {
  padding-top: 1rem;
  border-top: 1px solid #e4eef5;
}
.product__main-prop {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.product__info-block {
  border-radius: 10px;
  margin-top: 0;
  background: #fff;
  padding: 15px 15px;
  color: #0e4069;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  box-shadow: 0px 4px 4px 0px rgba(179, 198, 214, 0.1);
}

@media (max-width: 1200px) {
  .product__info-block {
    background: #eff5f9;
  }
}

.buy-buttons {
  margin-top: 20px;
}

.row.product__cross-buttons {
  margin-top: 10px;
  margin-bottom: 20px;
}

.product__price {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
}
@media (max-width: 992px) {
  .product .swiper {
    margin-right: auto;
  }
}
.product__tabs {
  background: var(--1-bg-blue, #eff5f9);
  margin-bottom: 45px;
}
.product__tab-list {
  display: flex;
  gap: 65px;
  align-items: center;
}
.product__tab {
  background: none;
  margin: 0;
  padding: 20px 0;
  border: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid transparent;
}
.product__tab.active {
  border-bottom: 1px solid #b3c6d6;
  color: var(--1-orange-1, #ff7900);
}
.product__tabs-block {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .product__tabs-block .tab-pane {
    padding: 20px 0 40px;
    border-bottom: 1px solid #b3c6d6;
  }
}
.product__props-list {
  margin-bottom: 45px;
}
.product__props-list h4 {
  margin-bottom: 15px;
}
.product__prop {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4eef5;
}

.product__prop-label {
  color: #0e4069;
}

.pay-block {
  border-radius: 10px;
  padding: 25px;
  background: var(--1-bg-blue, #eff5f9);
  box-shadow: 0px 4px 4px 0px rgba(179, 198, 214, 0.1);
}
@media (max-width: 992px) {
  .pay-block {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
}

.description__content {
  height: 200px;
  overflow: hidden;
}
.description__content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(transparent 37px, white);
}

.description__block {
  position: relative;
  font-size: 16px;
}

.description__block label {
  position: absolute;
  cursor: pointer;
  top: calc(100% + 20px);
}

.description__block input {
  display: none;
}

.description__block:after {
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}

.description__block label:after {
  content: 'Показать полностью';
  padding-right: 20px;
  font-weight: 500;
  border: 0;
  border-bottom: 1px dashed #ff861a;
  background: transparent;
  color: #ff861a;
  border-radius: 0;
  font-size: 14px;
  padding: 0 0 5px;
  /* background: url('/local/templates/2023/img/icons/down.svg') no-repeat right center; */
}

.description__block input:checked + label {
  top: calc(100% + 0px);
}

.description__block input:checked + label:after {
  content: '';
  position: relative;
  z-index: 50;
  font-weight: 0;
  padding-right: 0;
  font-weight: 0;
  border: 0;
  border-bottom: 0;
  background: transparent;
  color: #ff861a;
  border-radius: 0;
  font-size: 0;
  padding: 0;
}

.description__block input:checked ~ div {
  height: 100%;
}

.description__block:after input:checked ~ div {
  height: 0;
}

.description__block input:checked ~ div:before {
  background: transparent;
}

.description__block:has(> input:checked)::after {
  background: transparent;
  height: auto;
}

.main-gallery {
  position: sticky;
  top: 150px;
  z-index: 1;
}
@media (max-width: 992px) {
  .main-gallery {
    margin-bottom: 15px;
  }
}

.main-gallery__thumbs .swiper {
  overflow: hidden;
}

.main-gallery .swiper-pagination {
  position: absolute;
  width: calc(100% - 50px);
  bottom: -15px;
  left: 25px;
  right: auto;
  top: auto;
  z-index: 2;
}
.main-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #e4eef5;
  opacity: 1;
}
.main-gallery .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(14, 64, 105, 0.3);
}
.main-gallery .swiper-slide {
  border-radius: 10px;
  height: 500px;
  margin-bottom: 20px;
  text-align: center;
}

.main-gallery .swiper-slide a:hover {
  border: 0;
}

.main-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.main-gallery__thumbs {
  margin-top: 25px;
}
.main-gallery__thumbs .swiper-slide {
  border-radius: 10px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border: 1px solid var(--2-blue-middle, #b3c6d6);
}
.main-gallery__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.main-gallery .swiper-slide img {
  object-fit: contain !important;
  object-position: center !important;
}

.main-gallery .swiper-slide-thumb-active {
  border-color: #ff7900;
}

.product-files {
  padding-top: 1rem;
  border-top: 1px solid #e4eef5;
}

.available {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.sticker-percent-red {
  display: block;
  padding: 3px 4px 3px;
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  font-weight: 400;
  align-items: center;
  background-color: #ff7900;
  border-radius: 4px 6px;
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
}

.offers {
  margin-top: 20px;
}

.offersList__button {
  color: #0e4069;
  background: #fff;
  border-color: #0e4069;
  margin-bottom: 5px;
  padding: 5px 10px;
  display: inline-block;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #0e4069;
}

.offersList__button_active,
.offersList__button:hover {
  color: #0e4069;
  background: #b3c6d6;
  border: 1px solid #b3c6d6;
}

.btn.btn-min-price,
.btn.btn-sale {
  font-size: 15px;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  max-width: 100%;
}
#toast-container > div {
  opacity: 1;
}
#toast-container > .toast-success {
  background: green
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)
    no-repeat !important;
}

.btn.btnCardClick {
  background: #fff;
}

.btn.btnCardClickGray {
  background: #dfdede;
  border: 1px solid #dfdede;
}

.btn-outline-info.btnCardClickGray:hover {
  background: #dfdede;
  border: 1px solid #dfdede;
}

.btn-outline-info.btnCardClick:hover {
  background: #fff;
  border: 1px solid var(--2-blue-middle, #b3c6d6);
}

.scroll-80 {
  width: ato;
  max-width: 100%;
  overflow-x: auto;
  gap: 15px;
}

.scroll-80::-webkit-scrollbar {
  height: 5px;
  display: none;
}

.scroll-80::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll-80::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #b3c6d6;
  cursor: pointer;
}

.product-card__order-block_info__content {
  font-size: 16px;
  border: 1px solid #b3c6d6;
  padding: 15px;
  border-radius: 10px;
}

.tab-content {
  line-height: 1.5;
}

.tab-content h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.tab-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.tab-content p,
.tab-content ul,
.tab-content ol,
.tab-content table,
.tab-content iframe {
  margin-bottom: 15px;
}

.tab-content ul,
.tab-content ol {
  margin-left: 0;
  padding-left: 25px;
}

.tab-content li {
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}

.backgroundImg {
  height: 220px;
  display: block;
  width: 100%;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*14.02.26*/

/* ========== ЦЕНА ========== */
.product__price_mobile {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #e9ecef;
  font-size: 32px !important;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 20px;
  color: #0e4069;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product__price_mobile_d-lg {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #e9ecef;
  font-size: 32px !important;
  line-height: 1.1;
  font-weight: 700;
  /*margin-top: 20px;*/
  color: #0e4069;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .product__price_mobile {
    padding: 20px;
    margin-bottom: 25px;
  }
}

.product__price_mobile-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.product__price_mobile-current {
  font-size: 42px;
  font-weight: 800;
  color: #0e4069;
  line-height: 1;
}

@media (min-width: 768px) {
  .product__price_mobile-current {
    font-size: 42px;
  }
}

.product__price_mobile-old {
  font-size: 26px;
  font-weight: 400;
  color: #6c757d;
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .product__price_mobile-old {
    font-size: 24px;
  }
}

.product__price_mobile-discount {
  background: var(--primary);
  color: white;
  padding: 4px 10px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  transform: skew(-5deg);
}

@media (min-width: 768px) {
  .product__price_mobile-discount {
    padding: 5px 15px;
    font-size: 16px;
  }
}

/*название товара*/
.clima-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #0e4069;
}

@media (min-width: 576px) {
  .clima-title {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .clima-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

/* ========== КЛЮЧЕВЫЕ ХАРАКТЕРИСТИКИ ========== */
.clima-features {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .clima-features {
    padding: 20px;
    margin-bottom: 25px;
  }
}

.clima-features-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0e4069;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.clima-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (min-width: 576px) {
  .clima-features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.clima-feature-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.clima-feature-label {
  font-size: 11px;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

@media (min-width: 768px) {
  .clima-feature-label {
    font-size: 12px;
  }
}

.clima-feature-value {
  font-size: 13px;
  font-weight: 600;
  color: #0e4069;
  word-break: break-word;
}

@media (min-width: 768px) {
  .clima-feature-value {
    font-size: 14px;
  }
}

/* ========== КНОПКИ ДЕЙСТВИЙ ========== */
.clima-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .clima-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.clima-btn {
  padding: 14px 20px;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

@media (min-width: 576px) {
  .clima-btn {
    width: auto;
    min-width: 200px;
    flex: 1 1 auto;
    padding: 16px 24px;
    font-size: 15px;
  }
}

.clima-btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 5px 15px rgba(255, 121, 0, 0.3);
}

.clima-btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 121, 0, 0.4);
}

.clima-btn-secondary {
  background: var(--secondary);
  color: white;
  box-shadow: 0 5px 15px rgba(14, 64, 105, 0.2);
}

.clima-btn-secondary:hover {
  background: var(--secondary-dark);
  transform: translateY(-2px);
}

/* другие товары группы кнопка */
.offersList__button_mobile {
  padding: 6px 12px;
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 30px;
  color: #0e4069;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s ease;
  display: inline-block;
}

/* Hover для неактивных кнопок */
.offersList__button_mobile:hover {
  background: #ff7900;
  border-color: #ff7900;
  color: white;
}

/* Активная кнопка (уже оранжевая) */
.offersList__button_active_mobile {
  background: #ff7900;
  border: 2px solid #ff7900;
  color: white;
}

/* Чтобы при наведении на активную кнопку ничего не менялось */
.offersList__button_active_mobile:hover {
  background: #ff7900;
  border-color: #ff7900;
  color: white;
  cursor: default; /* или pointer если хочешь чтобы была кликабельной */
}

.offersList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* ========== ПРЕИМУЩЕСТВА ========== */
.clima-benefits {
  margin: 40px 0;
}

.clima-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

@media (min-width: 576px) {
  .clima-benefits-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

.clima-benefit-card {
  text-align: center;
  padding: 20px 10px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

@media (min-width: 768px) {
  .clima-benefit-card {
    padding: 30px 15px;
  }
}

.clima-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.clima-benefit-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, #ff9430, #ff7900);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

@media (min-width: 768px) {
  .clima-benefit-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.clima-benefit-title {
  font-size: 14px;
  font-weight: 700;
  color: #0e4069;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

@media (min-width: 768px) {
  .clima-benefit-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.clima-benefit-text {
  font-size: 12px;
  color: #6c757d;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .clima-benefit-text {
    font-size: 13px;
  }
}

.clima-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* ========== СЕТКА BOOTSTRAP ========== */
.clima-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.clima-col {
  position: relative;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Десктопная сетка (5 колонок = 41.666%, 7 колонок = 58.333%) */
@media (min-width: 992px) {
  .clima-col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .clima-col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width: 1200px) {
  .clima-col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .clima-col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.clima-carousel-title {
  font-size: 20px;
  font-weight: 700;
  color: #0e4069;
  margin: 0;
  margin-bottom: 30px;
}

/* ========== НАЛИЧИЕ ========== */
.clima-availability {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 12px 15px;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid #28a745;
}

.clima-availability.preorder {
  border-left-color: #ffc107;
}

.clima-availability-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #28a745;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.clima-availability.preorder .clima-availability-icon {
  background: #ffc107;
}

.clima-availability-text {
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 768px) {
  .clima-availability-text {
    font-size: 16px;
  }
}

/* ========== ДОСТАВКА ========== */
.clima-delivery {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .clima-delivery {
    padding: 20px;
    margin-bottom: 25px;
  }
}

.clima-delivery-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0e4069;
}

.clima-delivery-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 576px) {
  .clima-delivery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

.clima-delivery-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.clima-delivery-icon {
  width: 32px;
  height: 32px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7900;
  font-size: 16px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .clima-delivery-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.clima-delivery-content {
  flex: 1;
  min-width: 0;
}

.clima-delivery-label {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .clima-delivery-label {
    font-size: 13px;
  }
}

.clima-delivery-value {
  font-weight: 700;
  color: #0e4069;
  font-size: 14px;
  word-break: break-word;
}

@media (min-width: 768px) {
  .clima-delivery-value {
    font-size: 16px;
  }
}

/* ========== ПОДАРОК ========== */
.clima-gift {
  background: linear-gradient(135deg, #fff5e6 0%, #fff 100%);
  border: 2px solid #ff7900;
  border-radius: 12px;
  padding: 20px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .clima-gift {
    padding: 30px;
  }
}

.clima-gift::before {
  content: '🎁';
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 80px !important;
  opacity: 0.1;
  transform: rotate(15deg);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .clima-gift::before {
    font-size: 120px;
  }
}

.clima-gift-title {
  font-size: 20px;
  font-weight: 800;
  color: #ff7900;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .clima-gift-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.clima-gift-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .clima-gift-content {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
}

.clima-gift-image {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .clima-gift-image {
    width: 120px;
    height: 120px;
  }
}

.clima-gift-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clima-gift-info {
  flex: 1;
  text-align: center;
}

@media (min-width: 576px) {
  .clima-gift-info {
    text-align: left;
  }
}

.clima-gift-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .clima-gift-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.clima-gift-name a {
  color: #0e4069;
  text-decoration: none;
  transition: all 0.2s ease;
}

.clima-gift-name a:hover {
  color: #ff7900;
}

.clima-gift-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .clima-gift-price {
    justify-content: flex-start;
  }
}

.clima-gift-price-old {
  font-size: 16px;
  color: #6c757d;
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .clima-gift-price-old {
    font-size: 18px;
  }
}

.clima-gift-price-new {
  font-size: 20px;
  font-weight: 800;
  color: #ff7900;
}

@media (min-width: 768px) {
  .clima-gift-price-new {
    font-size: 24px;
  }
}

/* ========== КЛИЕНТЫ ========== */
.clima-clients {
  margin: 30px 0;
  padding: 30px 0;
  background: #f8f9fa;
}

.clima-clients-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.clima-client-item {
  flex: 0 0 auto;
  max-width: 100px;
  opacity: 0.7;
  transition: all 0.2s ease;
  filter: grayscale(100%);
}

@media (min-width: 768px) {
  .clima-client-item {
    max-width: 150px;
  }
}

.clima-client-item:hover {
  opacity: 1;
  filter: grayscale(0);
}

.clima-client-item img {
  max-width: 100%;
  height: auto;
}

/* ЦЕНА*/

.price-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.price-current {
  font-size: 40px;
  font-weight: 800;
  color: #333;
  line-height: 1;
}

.badge-discount {
  background: #ff4d4d;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(255, 77, 77, 0.3);
  display: inline-block;
  white-space: nowrap;
}

.price-old-wrapper {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.price-old {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
}

.price-saved {
  font-size: 14px;
  color: #00a65a;
  background: #e8f5e9;
  padding: 4px 8px;
  border-radius: 20px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .price-current {
    font-size: 32px;
  }
  .badge-discount {
    font-size: 14px;
    padding: 4px 10px;
  }
  .price-header {
    gap: 8px;
  }
}

/* End */


/* Start:/local/templates/2023/components/bitrix/catalog.viewed.products/swipper/style.css?1718536513975*/
.card__img{
  position: relative;
  display: block;
  width: 100%;
  min-height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sticker-percent-red {
  display: inline-flex;
  padding: 3px 4px 3px;
  color: #fff;
  font-size: 1rem;
  align-items: center;
  margin-left: 6px;
  font-weight: 600;
  background-color: #f56931;
  border-radius: 4px 6px;
  height: 18px;
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
  margin-top: auto;
}
.price-discount {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
}
.price-discount::before {
  background-color: #f56931;
  content: '';
  display: block;
  height: 2px;
  position: relative;
  right: 0;
  top: 11px;
  -webkit-transform: rotate(172deg);
  transform: rotate(172deg);
  width: 100%;
}

@media (max-width: 992px) {
  .catalog-section .card {
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
  }
}

/* End */


/* Start:/local/templates/2023/components/bitrix/catalog.item/.default/style.css?1718457202787*/
.sticker-percent-red {
  display: inline-flex;
  padding: 3px 4px 3px;
  color: #fff;
  font-size: 1rem;
  align-items: center;
  margin-left: 6px;
  font-weight: 600;
  background-color: #f56931;
  border-radius: 4px 6px;
  height: 18px;
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
  margin-top: auto;
}
.price-discount {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
}
.price-discount::before {
  background-color: #f56931;
  content: '';
  display: block;
  height: 2px;
  position: relative;
  right: 0;
  top: 11px;
  -webkit-transform: rotate(172deg);
  transform: rotate(172deg);
  width: 100%;
}

@media (max-width: 992px) {
  .catalog-section .card {
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
  }
}

/* End */
/* /local/templates/2023/components/bitrix/catalog.element/.default/style.css?177125163522838 */
/* /local/templates/2023/components/bitrix/catalog.viewed.products/swipper/style.css?1718536513975 */
/* /local/templates/2023/components/bitrix/catalog.item/.default/style.css?1718457202787 */
