/* Roboto — normal */
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-VariableFont_wdth,wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Roboto — italic */
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Italic-VariableFont_wdth\,wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif; 
    
}

body {
  background-image: url('../../main/background.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

header {
  background-image: inherit; /* Наследует фон от body */
  background-repeat: inherit;
  background-position: inherit;
  background-size: inherit;
  background-attachment: inherit;
}

.hero-image img {
  position: absolute;
  top: 20px;
  left: 60px;
  width: 60px;
}

/* ======= Бургер ======= */
.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 10000;
  gap: 6px;

}

.burger span {
  height: 3px;
  width: 25px;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}

/* ======= Меню по умолчанию ======= */
.nav-menu {
  display: flex;
  justify-content: center;
  gap: 100px;
  

}

.underline {
  padding: 25px 0;
   border-top: 0.1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0.1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 10px;
}

nav a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 1em;
  transition: 0.3s;
  font-weight: 200 !important;
 
}

nav a span {
  color: #f57c00;
  
}

nav a:hover {
  color:  #f57c00;
  text-decoration: none;

}

@media (min-width: 769px) and (max-width: 1080px) {
  .burger {
    display: flex;
  }

  .underline {
    border: none;
  }

  nav.underline {
    display: none;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    max-width: 300px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 80px 20px;
    gap: 20px;
    transition: left 0.3s ease;
    z-index: 9999;
  }

  .nav-menu.active {
    left: 0;
    display: flex;
  }

  .nav-menu .underline {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .nav-menu a {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
  }

  .nav-menu a:hover {
    color: orange;
  }

   .burger span {
    background-color: #ffffff;
  }
.hero-image img {
    left: 30px;
    width: 50px;
  }

}

/* ==============================
   АДАПТАЦИЯ ДО 768
============================== */
/* ==============================
   БУРГЕР-МЕНЮ 480–768px
============================== */
@media (max-width: 768px) {
  .burger {
    display: flex;
  }
 
  .underline {
    border: none;
  }

  /* Меню скрыто по умолчанию */
  .nav-menu {
    position: absolute;
    top: -100%; /* прячем вверх */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
    transition: top 0.4s ease;
    z-index: 9999;
  }

  /* Когда активно — опускается вниз */
  .nav-menu.active {
    top: 0;
  }

  /* Чтобы .underline не ломала вертикаль */
  .nav-menu .underline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  /* Ссылки меню */
  .nav-menu a {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
    transition: color 0.3s;
  }

  .nav-menu a:hover {
    color:  #ff9a00;
  }

    .burger span {
    background-color: #ffffff;
  }
   .hero-image img {
    left: 25px;
    width: 50px;
  }

}

/* ==============================
   ДО 480px
============================== */
@media (max-width: 480px) {


  /* Меню чуть компактнее */
  .nav-menu {
   background-color: rgba(0, 0, 0, 0.7);
   padding: 0 0;
  }
  .nav-menu a {
    font-size: 1em;
  }
  .burger span {
    background-color: #ffffff;
  }

   .hero-image img {
    left: 20px;
    width: 40px;
  }
}

@supports (-webkit-touch-callout: none) {
  header {
    background-attachment: scroll !important;
  }
}

/* КОНТЕЙНЕР */

.container {
    width: 90%;
    opacity: 0.85;
    margin: 40px auto;
    padding: 40px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

/* ====== Блоки внутри контейнера ====== */
.product-box,
.system-box {
    display: flex;
    gap: 25px;
    margin-top: 0; /* или небольшое значение, например 10px */
    padding-top: 0;
    align-items: center;
    
}

/* ====== Фото ====== */
.product-photo img,
.system-photo img {
    width: 380px;
    height: auto;
    border-radius: 3px;
    object-fit: cover;
}

.system-photo img {
  margin-top: 55px;
}

.photo-caption {
    margin-top: 10px;
    font-weight: 300;
    font-size: 0.9em;
    max-width: 400px;
}

.photo-caption span {
  color: #f07b07;
}

.video-wrapper {
    position: relative;
    width: 380px;
    height: 300px;
    aspect-ratio: 16/9;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 25px;
}

/* Заглушка — превью-картинка */
.video-thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-image: url("screen_video.png"); /* ваша локальная картинка */
}

.video-thumb_one {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-image: url("screen_video_two.png"); /* ваша локальная картинка */
}


/* Кнопка Play */
.play-btn {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     pointer-events: none;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 20px;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #000;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
}


/* ====== Текст ====== */
.product-description,
.system-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    
}

.system-text {
  margin-bottom: 200px;
}

.product-description h2,
.system-text h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
    
}


/* Базовый стиль (для больших экранов, >1080px) */
/* Здесь всё уже у тебя есть */

/* ====== Адаптация под 1080px и меньше ====== */
@media (max-width: 1080px) {
.product-box,
.system-box {
 align-items: flex-start;
}
.system-box {
  margin-top: 40px;
}

.photo-caption {
  width: 300px;
}
.product-photo img { 
  width: 300px;
  height: auto;
}
.video-wrapper {
    width: 300px;
     height: 300px;
}

.system-photo img {
  width: 350px;
  height: auto;
  padding: 0 auto;
}

.container {
  padding: 30px;
  margin-top: 60px;
}


}

/* ====== Адаптация под 768px ====== */
@media (max-width: 768px) {
   .container {
        padding: 30px;
        margin-top: 60px;
    }
    .product-box,
    .system-box {
        flex-direction: column; /* блоки становятся вертикально */
        gap: 15px;
    }

    .system-photo img {
    width: 60%;      /* ширина изображения */
    height: auto;
    margin: 0 0;   

}

    .product-photo img,
    .video-wrapper {
        width: 100%; /* занимают всю ширину контейнера */
        max-width: 100%;
        height: auto;
    }

    .system-text {
        margin-bottom: 20px; /* вместо 200px */
    }
}

/* ====== Адаптация под 480px ====== */
@media (max-width: 480px) {
    .container {
        padding: 20px;
        margin-top: 80px;
    }

    .system-photo {
      width: 200px;
      height: auto;
     padding: 0 auto;
    }

.system-text h2 {
   text-align: left !important; /* корректное выравнивание */
        max-width: 100%; /* можно добавить, чтобы заголовок не растягивался */
}

    .product-description,
    .system-text {
        font-size: 14px;
        line-height: 1.4;
    }

    .system-text {
        margin-bottom: 20px; /* вместо 200px */
    }

 

    .play-btn {
        width: 50px;
        height: 50px;
    }

    .play-btn::after {
        left: 20px;
        top: 15px;
        border-width: 10px 0 10px 18px;
    }
    
}

@media (max-width: 400px) {
 .product-photo img,
 .system-photo img {
  width: 95%;
  height: auto;
 }
}


/* ТАБЛИЦА */
.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 20px;
  }

  .spec-table caption {
    font-weight: bold;
    font-size: 18px;
    background: #ddd;
    padding: 8px;
    border: 1px solid #000;
    margin-bottom: 10px;
    caption-side: top;
  }

  .spec-table th,
  .spec-table td {
    border: 1px solid #000;
    padding: 6px 10px;
    text-align: left;
    vertical-align: middle;
  }

  .spec-table th {
    background: #eee;
  }

  /* Выделение групп заголовками в первой колонке */
  .group-header {
    font-weight: bold;
    background-color: #ddd;
  }

  /* Выравнивание для единиц измерения */
  .unit {
    text-align: center;
    width: 80px;
  }

  /* КНОПКИ */
.contact-buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.whatsapp-btn:hover {
background-color: #e37302;
 border: 2px solid #e37302;
 transition: 0.5s;
}

.btn {
  padding: 12px 25px;
  font-size: 1em;
  font-weight: 500;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid #f57c00;
  color: #f57c00;
  
  
}



.whatsapp-btn {
  background: #f57c00;
  color: white;

}

/* ====== Адаптация под 1080px ====== */
@media (max-width: 1080px) {
  .contact-buttons {
    flex-direction: column; /* кнопки вертикально */
    gap: 10px;
  }

  .btn {
    padding: 8px 15px;
    font-size: 1em;
    width: 100%; /* занимают всю ширину контейнера */
    text-align: center;
    
  }
}

/* ====== Адаптация под 768px ====== */
@media (max-width: 768px) {
  .contact-buttons {
    gap: 15px;
    justify-content: flex-start; /* или center */
    text-align: left;
  }

  .btn {
    padding: 10px 18px;
    font-size: 0.8em;
    width: 100%; /* растягиваем под контейнер */
        font-size: 0.85em;
        padding: 8px 15px;
        white-space: normal; /* разрешаем перенос, если очень узко */
  }
}

/* ====== Адаптация под 480px ====== */
@media (max-width: 480px) {
  .contact-buttons {
    flex-direction: column; /* кнопки вертикально */
    gap: 10px;
  }

  .btn {
    padding: 8px 15px;
    font-size: 1em;
    width: 100%; /* занимают всю ширину контейнера */
    text-align: center;
    
  }
}

  /* Адаптив */
/* ====== Адаптация под 1080px ====== */
@media (max-width: 1080px) {
    .spec-table th,
    .spec-table td {
        padding: 5px 8px;
        font-size: 0.95em;
    }

    .unit {
        width: 60px;
    }
}

/* ====== Адаптация под 768px ====== */
@media (max-width: 768px) {
    .spec-table th,
    .spec-table td {
        padding: 4px 6px;
        font-size: 0.9em;
    }

    .unit {
        width: 50px;
    }
}

/* ====== Адаптация под 480px ====== */
@media (max-width: 480px) {
    .spec-table {
        font-size: 0.9em;
        display: block;       /* превращаем таблицу в блок для прокрутки */
        overflow-x: auto;     /* горизонтальная прокрутка, если таблица шире экрана */
        -webkit-overflow-scrolling: touch; /* плавная прокрутка на мобильных */
    }

    .spec-table th,
    .spec-table td {
        padding: 3px 5px;
    }

    .unit {
        width: 40px;
    }

    /* Если нужно, можно сделать caption меньше */
    .spec-table caption {
        font-size: 16px;
    }
}

/* СЕКЦИЯ 4*/
.section {
  display: flex;
 
  gap: 60px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 40px;
}

.text {

  width:  80%;
  text-align: justify;
}

.text h2 {
  margin-bottom: 15px;
  font-weight: bold;
}

.text p {
  line-height: 1.6;
  font-size: 16px;
}



.image {
  flex-shrink: 0;
  width: 230px;
}

.image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}


/* ====== Адаптация под 1080px ====== */
@media (max-width: 1080px) {
    .section {
        gap: 40px;
        margin-bottom: 20px;
    }

    .text p {
        font-size: 15px;
    }

    .image {
        width: 200px;
    }
}

/* ====== Адаптация под 768px ====== */
@media (max-width: 768px) {
    .section {
        gap: 25px;
        margin-bottom: 20px;
    }

    .text {
        width: 70%;
    }

    .image {
        width: 180px;
    }

    .text p {
        font-size: 14px;
    }
     .text h2 {
      text-align: left;
    }
}

/* ====== Адаптация под 460px ====== */
@media (max-width: 480px) {
    .section {
        flex-direction: column; /* вертикальный порядок */
        gap: 15px;              /* расстояние между элементами */
        align-items: center;     /* центрируем по горизонтали */
        margin-top: 20px;
    }

    .text,
    .image {
        width: 100%;           /* растягиваем на всю ширину контейнера */
            /* ограничение для изображения */
    }

    .text p {
        font-size: 13px;
        line-height: 1.5;
        text-align: justify;
    }

    .text h2 {
        text-align: left;      /* заголовок прижать к левому краю */
    }

    .image img {
        width: 100%;           /* изображение растянуто по контейнеру */
        height: auto;
        display: block;
    }
}



/* Общие стили таблицы */
.equipment-table {
    width: 100%;
    margin: 0 auto;            /* центрируем блок */
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

/* Для случая, когда таблица находится внутри div */
.equipment-table table {
    width: 100%;
    margin: 0 auto;            /* центрирование вложенной таблицы */
    border-collapse: collapse;
}

.equipment-table th,
.equipment-table td {
    border: 1px solid #000;
    padding: 15px;
    vertical-align: top;
}

/* Заголовок раздела */
.section-title th {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
}

/* Заголовок модели */
.model-title th {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    background: #f5f5f5;
}

/* Колонка цен */
.price-header {
    width: 230px;
    text-align: center;
}

/* Значение цены */
.price {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

/* AntiDive выделение */
.antidive {
    color: #b40000;
    text-decoration: underline;
}

/* ====== Адаптация под 1080px ====== */
@media (max-width: 1080px) {
    .equipment-table th,
    .equipment-table td {
        padding: 12px;
        font-size: 15px;
    }

    .price {
        font-size: 20px;
    }
}

/* ====== Адаптация под 768px ====== */
@media (max-width: 768px) {
    .equipment-table {
        font-size: 14px;
    }

    .equipment-table th,
    .equipment-table td {
        padding: 10px;
        word-break: break-word; /* перенос длинного текста */
    }

    .price {
        font-size: 18px;
    }

    .price-header {
        width: 150px;
    }
}

/* ====== Адаптация под 480px ====== */
@media (max-width: 480px) {
    .equipment-table {
        font-size: 12px;
        width: 100%;
        table-layout: fixed; /* фиксированные колонки */
    }

    .equipment-table table {
        width: 100%;
        table-layout: fixed;
    }

    .equipment-table th,
    .equipment-table td {
        padding: 6px 4px;
        text-align: center;
        vertical-align: middle;
        word-wrap: break-word; /* перенос длинного текста */
    }

    /* Делаем все колонки равной ширины */
    .equipment-table th,
    .equipment-table td {
        width: 50%; /* 2 колонки по 50% */
    }

    .price {
        font-size: 14px;
    }

    .section-title th,
    .model-title th {
        font-size: 16px;
    }
}




/* PRICE BLOCK */

   .price_info {
        width: 100%;
        margin-top: 40px;
    }

    .price_info h2,
    .price_info h3 {
        color: #000000;
        margin-bottom: 8px;
    }

    .block-title {
        font-weight: bold;
        color: #000000;
        margin-top: 25px;
    }

    .price_info ul {
        margin-top: 10px;
        padding-left: 22px;
    }

    .price_info ul li {
        margin-bottom: 6px;
    }

    .price_info ul li::marker {
        color: #000000;
    }

    .price_info b {
        color: #000000;
    }


/* ====== Адаптация под 1080px ====== */
@media (max-width: 1080px) {
    .price_info {
        margin-top: 30px;
    }

    .price_info h2 {
        font-size: 1.8em;
    }

    .price_info h3 {
        font-size: 1.5em;
    }

    .price_info ul li {
        margin-bottom: 5px;
        font-size: 15px;
    }
}

/* ====== Адаптация под 768px ====== */
@media (max-width: 768px) {
    .price_info {
        margin-top: 25px;
    }

    .price_info h2 {
        font-size: 1.5em;
    }

    .price_info h3 {
        font-size: 1.3em;
    }

    .price_info ul li {
        font-size: 14px;
        margin-bottom: 4px;
    }
}

/* ====== Адаптация под 480px ====== */
@media (max-width: 480px) {
    .price_info {
        margin-top: 20px;
    }

    .price_info h2 {
        font-size: 1.2em;
        text-align: left;
    }

    .price_info h3 {
        font-size: 1em;
        text-align: left;
    }

    .block-title {
        font-size: 1em;
        margin-top: 15px;
    }

    .price_info ul {
        padding-left: 18px;
    }

    .price_info ul li {
        font-size: 13px;
        margin-bottom: 3px;
    }
}



/* Телефон в правом углу */
.header-phone {
  position: absolute;
  right: 40px;
  top: 45px;
  transform: translateY(-50%);
  margin: 0;
}

.header-phone a {
  color: #FD7E14;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.header-phone a:hover {
  color: white;
}

/* Показываем телефон только до 1080px */
@media (max-width: 1080px) {
  .header-phone {
    position: absolute;
    left: 50px;
    top: 300px;
    transform: translateY(-50%);
    margin: 0;
    display: block;
  }

  .header-phone a {
    color: #f57c00;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
  }

  .header-phone a:hover {
    color: white;
  }

  .header-phone img {
    display: none;
  }
}

/* УБРАТЬ телефон на 768px и ниже */
@media (max-width: 768px) {
  .header-phone {
    display: none !important;
  }
  
}

/* УБРАТЬ телефон на 480px и ниже */
@media (max-width: 480px) {
  .header-phone {
    display: none !important;
  }

}


/* Footer Styles */
.footer {
    background-color: #333;
    color: #eee;
    padding: 20px;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    
}

.footer-section {
    width: 23%; /* 4 колонки */
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
}

.footer-section h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.footer-section a {
    color: #eee;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    font-weight: 300;
}

.footer-section a:hover {
    color: #f57c00;
}

.footer-section p {
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 0.8em;
}


.footer-bottom a {
    color:#f57c00;
    text-decoration: none;
}

/* Tablets — 2 колонки */
@media (max-width: 768px) {
    .footer-section {
        width: 48%;
        text-align: center;
    }
}

/* Phones — 1 колонка */
@media (max-width: 480px) {
    .footer-section {
        width: 100%;
        text-align: left;
    }
    .footer-section a,
    .footer-section p {
        font-size: 0.9em;
    }
}

/* ===== ОБЩИЙ КОНТЕЙНЕР ===== */
.plasma-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

/* ===== КАРТОЧКА АППАРАТА ===== */
.plasma-item {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 30px;
  margin-bottom: 60px;
  align-items: start;
}

/* ===== СЛАЙДЕР ===== */
.plasma-slider {
  position: relative;
  height: 260px;
  background: #f6f6f6;
  border-radius: 6px;
  overflow: hidden;
}

.plasma-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.plasma-slider img.active {
  opacity: 1;
}

/* ===== КНОПКИ ===== */
.plasma-slider .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
}

.plasma-slider .prev { left: 8px; }
.plasma-slider .next { right: 8px; }

/* ===== ТЕКСТ ===== */
.plasma-content h3 {
  margin-top: 0;
  font-size: 22px;
}

.plasma-content p {
  line-height: 1.6;
  margin-bottom: 10px;
}

/* ===== МОБИЛКА ===== */
@media (max-width: 900px) {
  .plasma-item {
    grid-template-columns: 1fr;
  }

  .plasma-slider {
    height: 240px;
  }
}

/* ===== СПИСОК ХАРАКТЕРИСТИК ===== */
.plasma-features {
  margin: 20px 0 25px;
  padding: 0;
  list-style: none;
}

.plasma-features li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  line-height: 1.55;
  font-size: 15px;
  color: #333;
}

/* Иконка-маркер */
.plasma-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 1px;
  color: #f09933; /* акцент */
  font-size: 14px;
}

/* ===== ТАБЛИЦА ХАРАКТЕРИСТИК ===== */
.spec-mini {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  font-size: 14px;
  background: #fafafa;
  border-radius: 6px;
  overflow: hidden;
}

/* строки */
.spec-mini tr {
  border-bottom: 1px solid #e5e5e5;
}

.spec-mini tr:last-child {
  border-bottom: none;
}

/* ячейки */
.spec-mini td {
  padding: 10px 14px;
  vertical-align: middle;
}

/* первый столбец */
.spec-mini td:first-child {
  color: #666;
  width: 60%;
}

/* второй столбец */
.spec-mini td:last-child {
  font-weight: 600;
  text-align: right;
  color: #000;
}

/* ховер */
.spec-mini tr:hover {
  background: #f3f3f3;
}

.features-check {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.features-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Оранжевая галочка */
.features-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #F09933;
}


/* мобильная адаптация */
@media (max-width: 600px) {
  .plasma-features li {
    font-size: 14px;
  }

  .spec-mini td {
    padding: 8px 10px;
  }
}


.plasma-actions {
  grid-column: 1 / 2; /* ← фикс */
  display: flex;
  justify-content:flex-start;
  align-items: center;
  margin-top: 14px;
  gap: 30px;
  text-align: center;
}


.plasma-price {
  font-size: 1em;
  font-weight: 700;
  color: #F09933;
  border: 2px solid #F09933;
  padding: 10px 22px;  
  border-radius: 3px;
 width: 140px;
}

.btn-buy {
  padding: 10px 22px;
  background: #F09933;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  width: 140px;
  
  transition: background 0.25s ease, transform 0.15s ease;
}

.btn-buy:hover {
  background: #d9821f;
  transform: translateY(-1px);
}


.plasma-slider img {
  background-color: white;
}

@media (max-width: 1080px) {
  .plasma-item {
    grid-template-columns: 320px 1fr;
  }

  .plasma-price,
  .btn-buy {
    width: 130px;
  }
}

/* ≤ 768px */
@media (max-width: 768px) {
  .plasma-item {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .plasma-actions {
    gap: 16px;
  }

  .plasma-price,
  .btn-buy {
    width: 120px;
    font-size: 0.95em;
  }
}

/* ≤ 480px */
@media (max-width: 480px) {
  .plasma-slider {
    height: 220px;
  }

  .plasma-actions {
    flex-direction: column;
    gap: 10px;
  }

  .plasma-price,
  .btn-buy {
    width: 100%;
    font-size: 0.95em;
  }

  .features-check li {
    font-size: 14px;
  }

  .spec-mini td {
    padding: 8px 10px;
    font-size: 13px;
  }
}

.page-title {
  font-size: 2.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #1e1e1e;
}

.page-title span {
  display: inline-block;
  color: #f57c00;          
  font-weight: 800;
  margin-left: 6px;
}
@media (max-width: 1080px) {
  .page-title {
    font-size: 2.1em;
  }
}

/* ≤ 768 (планшеты) */
@media (max-width: 768px) {
  .page-title {
    font-size: 1.8em;
    margin-bottom: 24px;
  }
}

/* ≤ 480 (мобилки) */
@media (max-width: 480px) {
  .page-title {
    font-size: 1.4em;
    line-height: 1.25;
  }

}

/* ===========================
   CNC Video
=========================== */

.cnc-video {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 40px auto 25px;
  cursor: pointer;
}

/* Постер */
.cnc-video__poster {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}


/* Кнопка Play */
.cnc-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: 0.3s;
}

.cnc-video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border-style: solid;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent #fff;
}

.cnc-video__play:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* Видео */
.cnc-video__player {
  display: none;
  width: 100%;
  height: 300px;
  border-radius: 3px;
}

/* ===========================
   Адаптация
=========================== */

@media (max-width: 1080px) {
  .cnc-video {
    max-width: 400px;
    margin: 10px auto 30px;
  }

  .cnc-video__poster,
  .cnc-video__player {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .cnc-video {
    max-width: 400px;
  }

  .cnc-video__play {
    width: 60px;
    height: 60px;
  }

  .cnc-video__play::before {
    border-width: 13px 0 13px 22px;
  }
}

@media (max-width: 480px) {
  .cnc-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 15px;
  }

  .cnc-video__player {
    height: 200px;
  }

  .cnc-video__play {
    width: 50px;
    height: 50px;
  }

  .cnc-video__play::before {
    border-width: 10px 0 10px 18px;
  }
}
/* ===== БАЗОВАЯ КНОПКА ===== */
.tg-question-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;

  display: flex;
  align-items: center;
  gap: 10px;

  background-color: #0088cc;
  color: #fff;

  padding: 14px 18px;
  border-radius: 50px;

  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;

  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* появление */
.tg-question-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===== ИКОНКА ===== */
.tg-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tg-icon img {
  width: 100%;
  height: 100%;
  display: block;
    transition: transform 0.3s ease;
}

/* ===== ТЕКСТ ===== */
.tg-text {
  white-space: nowrap;
}

/* Поворот иконки при hover */
@media (hover: hover) {
  .tg-question-btn:hover .tg-icon img {
    transform: rotate(-12deg) scale(1.05);
  }
}

/* ===== HOVER (desktop) ===== */
@media (hover: hover) {
  .tg-question-btn:hover {
    background-color: #0095e6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  }
}

/* ================================================= */
/* ===== MOBILE ≤ 480px : ИДЕАЛЬНЫЙ КРУГ ===== */
/* ================================================= */

@media (max-width: 480px) {

  .tg-question-btn {
    right: 14px;
    bottom: 14px;

    width: 56px;
    height: 56px;
    padding: 0;

    border-radius: 50%;

    justify-content: center;
  }

  .tg-text {
    display: none;
  }

  .tg-icon {
    width: 20px;
    height: 20px;
  }
}
