.page-breadcrumbs {
  padding: 16px 0;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs__item {
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  color: var(--c-gray-2);
  display: block;
  padding: 0 7px;
}

.breadcrumbs__link {
  color: var(--c-deepblue);
}

.breadcrumbs__link:hover {
  color: var(--c-orange);
}

.breadcrumbs__current {
  color: var(--c-text);
}


.product-hero {
  padding: 80px 0;
}

.product-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 588px;
  gap: 24px;
  align-items: start;
}

.product-hero__media {
  min-width: 0;
}

.product-hero__content {
  min-width: 0;
}

.product-hero__header {
  margin-bottom: 16px;
}

.product-hero__specs {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.product-hero__spec {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 290px);
  gap: 8px;
}

.product-hero__spec-label,
.product-hero__spec-value {
  display: flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 8px;
}

.product-hero__spec:nth-child(odd) .product-hero__spec-label,
.product-hero__spec:nth-child(odd) .product-hero__spec-value {
  background-color: var(--c-lightblue);
}

.product-hero__spec-value {
  color: var(--c-deepblue);
  line-height: 1.5;
  font-weight: 700;
}

.product-hero__purchase {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 16px;
  background-color: var(--c-lightorange);
}

.product-hero__text{
    width: 100%;
}
.product-hero__text p{
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.product-hero__price-label {
  margin-bottom: 6px;
}

.product-hero__price {
  margin-bottom: 0;
  color: var(--c-deepblue);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
}

.product-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 24px;
  border-radius: 30px;
  background-color: var(--c-orange);
  color: var(--c-white);
  font-size: var(--fs-p);
  line-height: var(--lh-p);
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}

.product-hero__button:hover {
  box-shadow: 0px 4px 4px 0px #58001B33;
}

.product-hero__button:active {
  transform: translateY(2px);
}

.product-files__title {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c-gray-2);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--c-deepblue);
}

.product-files__list {
  display: grid;
}

.product-files__item {
  border-bottom: 1px solid var(--c-gray-2);
}

.product-files__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 8px 16px 0;
  transition: color 0.3s ease;
}

.product-files__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.product-files__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background-color: var(--c-orange-bg);
  color: var(--c-orange);
}

.product-files__icon-svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-files__name {
  margin-bottom: 0;
  color: var(--c-deepblue);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.product-files__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 185px;
  min-height: 48px;
  padding: 10px 22px;
  border-radius: 30px;
  background-color: var(--c-lightblue);
  color: var(--c-deepblue);
  transition: 0.3s;
  position: relative;
}

.product-files__action-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
}

.product-files__action::after {
  content: url("../icons/download.svg");
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: var(--c-orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-files__link:hover .product-files__name {
  color: var(--c-orange);
}

.product-files__link:hover .product-files__action {
  background-color: #dcecf5;
}

.product-gallery {
  --gallery-gap: 29px;
  --thumb-size: 95px;
  --thumb-gap: 29px;
  --thumb-radius: 10px;
  --frame-radius: 20px;
  --thumb-active-shadow: #0000001A;
}

.product-gallery__layout {
  display: grid;
  grid-template-columns: var(--thumb-size) minmax(0, 1fr);
  gap: var(--gallery-gap);
  align-items: start;
}

.product-gallery__main {
  order: 2;
  min-width: 0;
  max-width: 465px;
  max-height: 465px;
  border: 1px solid var(--c-gray-2);
  border-radius: var(--frame-radius);
}

.product-gallery__thumbs {
  order: 1;
  min-width: 0;
  max-width: var(--thumb-size);
  height: calc((var(--thumb-size) * 4) + (var(--thumb-gap) * 3));
  overflow: hidden;
}

.product-gallery__frame {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: var(--frame-radius);
  overflow: hidden;
}

.product-gallery__frame img,
.product-gallery__video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 465px;
  height: 465px;
}

.product-gallery__frame img {
  object-fit: contain;
}

.product-gallery__frame--video {
  background: #000;
}

.product-gallery__video {
  object-fit: cover;
}

.product-gallery__thumbs .swiper-slide {
  height: auto;
  padding: 5px;
}

.product-gallery__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 1px solid var(--c-gray-2);
  border-radius: var(--thumb-radius);
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.product-gallery__thumb:hover {
  transform: translateY(-1px);
}

.product-gallery__thumb:focus-visible {
  outline: 0;
  border-color: var(--c-orange);
  box-shadow: 0 0 0 3px var(--thumb-active-shadow);
}

.product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__thumbs .swiper-slide-thumb-active .product-gallery__thumb {
  border-color: var(--c-orange);
  box-shadow: 0 0 0 2px var(--thumb-active-shadow);
}

.product-gallery__play-badge {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  background: var(--c-orange);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.product-gallery__play-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -40% -50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

@media (max-width: 1300px) {
  .product-hero__inner{
    grid-template-columns: minmax(0, 1fr) 550px;
  }
}

@media (max-width: 1200px) {
  .product-gallery__layout {
    grid-template-columns: 1fr;
  }

  .product-hero {
    padding: 60px 0;
  }

  .product-hero__inner {
    grid-template-columns: 1fr;
  }

  .product-gallery__thumbs {
    order: 2;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 992px) {

  .product-hero__header p {
    max-width: none;
  }

  .product-gallery {
    --gallery-gap: 12px;
    --thumb-gap: 8px;
    --frame-radius: 16px;
  }

  .product-gallery__main {
    order: 1;
  }

  .product-gallery__play-badge::before {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 14px;
  }
}

@media (max-width: 576px) {
  .product-hero {
    padding: 24px 0 56px;
  }

  .product-gallery__main {
    max-width: 100%;
    max-height: 100%;
  }

  .product-hero__inner {
    gap: 28px;
  }

  .product-hero__header {
    margin-bottom: 20px;
  }

  .product-hero__specs {
    gap: 8px;
    margin-bottom: 20px;
  }

  .product-hero__spec {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
  }

  .product-hero__purchase {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 16px;
  }

  .product-files__title {
      padding-bottom: 8px;
      font-size: 18px;
      line-height: 1.35;
    }

    .product-files__link {
      padding: 16px 0;
      gap: 12px;
    }

    .product-files__meta {
      gap: 12px;
    }

    .product-files__icon {
      flex-basis: 52px;
      width: 52px;
      height: 52px;
      border-radius: 12px;
    }

    .product-files__icon-svg {
      width: 26px;
      height: 26px;
    }

    .product-files__action {
      min-width: 40px;
      width: 40px;
      height: 40px;
      min-height:40px;
      padding: 0;
      border-radius: 50%;
      font-size: 0;
      line-height: 0;
    }
    .product-files__action::after {
      position: absolute;
    }

    .product-files__action-text {
      display: none;
    }

    .product-files__action-icon {
      width: 24px;
      height: 24px;
    }
}


.problems {
  padding: 80px 0;
}

.problems__header {
  margin-bottom: 24px;
}

.problems__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.problems__feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.problems__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: var(--c-orange-bg);
  color: var(--c-orange);
}

.problems__feature-icon::after {
  content: url("../icons/material-symbols_check-box-outline.svg");
  width: 24px;
  height: 24px;
  display: block;
}

.problems__feature-text,
.problems__feature-text p {
  margin-bottom: 0;
  color: var(--c-deepblue);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.problems__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.problems__stat {
  padding: 16px;
  border-radius: 16px;
  background-color: var(--c-blue-bg);
}

.problems__stat-value {
  margin-bottom: 16px;
  color: var(--c-orange);
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .problems {
    padding: 60px 0;
  }

  .problems__header {
    margin-bottom: 44px;
  }

  .problems__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .problems__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .problems {
    padding: 56px 0;
  }

  .problems__header {
    margin-bottom: 36px;
  }

  .problems__header h2 {
    max-width: 260px;
  }

  .problems__header p {
    max-width: none;
  }

  .problems__features {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }

  .problems__stats {
    grid-template-columns: 1fr;
  }
}


.addons {
  padding: 80px 0;
  background-color: var(--c-blue-bg);
}

.addons__inner {
  display: grid;
  grid-template-columns: 1fr 716px;
  gap: 24px;
  align-items: start;
}

.addons__list {
  display: grid;
  gap: 24px;
}

.addons-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  background-color: var(--c-white);
}

.addons-card__image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 160px;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--c-lightblue);
}

.addons-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.addons-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.addons-card__title {
  margin-bottom: 8px;
  color: var(--c-deepblue);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.addons-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 30px;
  background-color: var(--c-orange);
  color: var(--c-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}

.addons-card__link:hover {
  box-shadow: 0px 4px 4px 0px #58001B33;
}

.addons-card__link:active {
  transform: translateY(2px);
}

@media (max-width: 1200px) {
  .addons {
    padding: 60px 0;
  }

  .addons__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

}

@media (max-width: 576px) {
  .addons {
    padding: 56px 0;
  }

  .addons__inner {
    gap: 24px;
  }

  .addons__list {
    gap: 16px;
  }

  .addons-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .addons-card__image {
    min-height: 260px;
  }

  .addons-card__title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
  }

  .addons-card__link {
    width: 100%;
    min-height: 40px;
    padding: 8px 16px;
  }
}


.integration {
  padding: 80px 0;
}

.integration__header {
  margin-bottom: 48px;
}

.integration__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  counter-reset: integration-step;
}

.integration__item {
  min-width: 0;
}

.integration-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  padding: 24px;
  border-radius: 8px;
  background-color: var(--c-blue-bg);
  height: 100%;
}

.integration-card__step {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
  color: var(--c-deepblue);
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
}

.integration-card__step-number {
  color: var(--c-text);
}

@media (max-width: 1200px) {
  .integration {
    padding: 60px 0;
  }

  .integration__header {
    margin-bottom: 32px;
  }

  .integration__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .integration {
    padding: 32px 0;
  }

  .integration__header {
    margin-bottom: 24px;
  }

  .integration__list {
    grid-template-columns: 1fr;
  }
}


.scenarios {
  padding: 80px 0;
}

.scenarios h2 {
  text-align: center;
  margin-bottom: 40px;
}

.scenarios__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.scenarios__item {
  min-width: 0;
}

.scenario-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.scenario-card__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
}

.scenario-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scenario-card__content {
  text-align: center;
}

.scenario-card__text p{
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .scenarios {
    padding: 60px 0;
  }

  .scenarios__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .scenarios {
    padding: 56px 0;
  }

  .scenarios h2 {
    margin-bottom: 24px;
  }

  .scenarios__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .scenario-card__image {
    margin-bottom: 16px;
  }

}
