/* Блок Характеристики — оформлення як на макеті */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap');

/* Обгортка блоку */
.spec-section {
  margin-top: 24px;
  overflow: visible;
}

.spec-section .spec-title-img {
  width: 70%;
  max-width: 100%;
  height: auto;
  display: block;
}

.spec-section .desc-image {
  width: 70%;
  margin-left: 0;
  margin-right: auto;
}

.description-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  margin: 24px 16px 0;
  padding: 0;
}

.perevagy-center {
  margin-top: 20px;
}

.description-text-after-photo {
  margin-top: 20px;
}

.video-block {
  margin-top: 20px;
  text-align: center;
}

.video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.video-player {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 193, 7, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.video-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 193, 7, 1);
}
