    .project-carousel .carousel-inner > .item > img {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }

    /* Контейнер миниатюр — прокручиваемый в один ряд */
    .thumb-nav {
      margin-top: 15px;
      text-align: center;
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 8px 0;
      scrollbar-width: thin;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .thumb-nav::-webkit-scrollbar {
      height: 6px;
    }

    .thumb-nav::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 3px;
    }

    .thumb-nav::-webkit-scrollbar-track {
      background-color: #f1f1f1;
      border-radius: 3px;
    }

    .thumb-nav img {
      display: inline-block;
      width: 73px;
      height: 73px;
      object-fit: cover;
      margin: 0 8px;
      cursor: pointer;
      border: 2px solid transparent;
      opacity: 0.7;
      border-radius: 6px;
      transition: all 0.3s ease;
      vertical-align: top;
    }

    .thumb-nav img:hover,
    .thumb-nav img.active {
      border-color: #337ab7;
      opacity: 1;
      transform: scale(1.05);
    }

    /* Убираем стандартные отступы Bootstrap и устанавливаем 5px слева/справа */
    .specs-box-container [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px;
    }

    .specs-box {
      text-align: center;
      padding: 20px 5px;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 2px 2px 35px 0px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease;
      margin-bottom: 10px;
      height: 100%;
    }

    .specs-box:hover {
      transform: translateY(-6px);
    }

    .specs-box .icon {
      font-size: 28px;
      margin-bottom: 10px;
    }

    .specs-box h3 {
      margin: 0;
      font-size: 1.4vw;
      font-weight: 700;
      color: #F89722;
    }

    .specs-box p {
      margin: 5px 0 0;
      color: #666;
      font-size: 14px;
    }

    .specs-row {
      margin-bottom: 10px;
    }

    .carousel-column {
      padding-right: 5%;
      padding-top: 25px;
    }

    .content-column {
      padding-left: 5%;
    }

    .project-title {
      font-size: 36px;
      font-weight: bold;
      margin: 20px 0 10px;
    }

    .project-subtitle {
      font-size: 16px;
      color: #555;
      line-height: 1.5;
    }

    .btn-custom {
      margin: 10px 5px;
    }

    @media (max-width: 768px) {
      .carousel-column, .content-column {
        padding-left: 15px;
        padding-right: 15px;
      }
      .specs-box-container [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
      }
    }
    

  /* комплектация */
    .feature-row {
        margin-bottom: 20px;
    }

    .image-box-wrapper {
        display: flex;
        align-items: flex-start;
        padding: 15px;
        border: 2px solid #F89722;
        border-radius: 8px;
        background: #f9f9f9;
        height: 170px;
        transition: all 0.3s;
        margin-bottom: 20px;
    }

    .image-box-wrapper:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .image-box-img {
        flex-shrink: 0;
        margin-right: 15px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 48px;
        color: #F89722;
    }

    .image-box-img i,
    .image-box-img img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .image-box-content {
        flex: 1;
        overflow: hidden;
    }

    .image-box-title {
        margin: 0 0 8px 0;
        font-size: 18px;
        color: #333;
        font-weight: 600;
        text-align: left;
    }

    .image-box-description {
        margin: 0;
        font-size: 14px;
        color: #666;
        line-height: 1.3;
    }

    /* Основной блок */
    .section-header_1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 30px 0 50px;
        position: relative;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        gap: 20px;
        text-align: center;
    }

    .section-header_1::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 100%;
        height: 6px;
        background: #F89722;
        border-radius: 4px;
    }

    .price-btn_1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 80px;
        background: #F89722;
        color: white;
        border: none;
        border-radius: 16px;
        font-size: 16px;
        cursor: pointer;
        box-shadow: 0 6px 16px rgba(248, 151, 34, 0.3);
        text-align: center;
        padding: 12px;
        font-weight: 600;
        opacity: 0.8;
        transition: opacity 0.3s;
    }

    .price-btn_1.active {
        opacity: 1;
        font-weight: 700;
        border: 2px solid #F89722;
        outline: 3px solid #F89722;
    outline-offset: 2px;
    }
.price-btn_1:focus {
    outline: 3px solid #F89722;
    outline-offset: 2px;
    opacity: 1;
}
    .price-btn_1 .title_1 {
        font-size: 1.1em;
        margin-bottom: 4px;
    }

    .price-btn_1 .price_1 {
        font-size: 1.2em;
        font-weight: 700;
    }

    .section-title_1 {
        font-size: 36px;
        font-weight: 700;
        white-space: nowrap;
        text-align: center;
    }

    /* Блок с контентом вкладок */
    .tabs-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    .tab-pane {
        display: none; /* Скрыты по умолчанию */
    }

    .tab-pane.active {
        display: block; /* Показывается активный */
    }

    @media (max-width: 768px) {
        .section-header_1 {
            flex-direction: column;
            gap: 30px;
            margin: 60px 0 40px;
        }

        .section-header_1::after {
            bottom: -8px;
            height: 5px;
        }

        .section-title_1 {
            font-size: 2em;
            white-space: normal;
            padding: 0 20px;
        }

        .price-btn_1 {
            width: 100%;
            max-width: 280px;
            min-height: 70px;
            font-size: 15px;
            margin-bottom: 15px;
        }

        .price-btn_1 .title_1 {
            font-size: 1em;
        }

        .price-btn_1 .price_1 {
            font-size: 1.15em;
        }
        
        #preim {margin-top: 0px!important} 
        
    }

    @media (max-width: 480px) {
        .section-title_1 {
            font-size: 1.8em;
        }

        .price-btn_1 {
            min-height: 60px;
            padding: 10px;
        }

        .price-btn_1 .price_1 {
            font-size: 1.1em;
        }
    }
 
    
.hovv-g:hover {
    background: #337ab7!important;
    color: #fff!important;
}
/*   #equipment {
 margin-top: -10%;   
  }   */
    
  /* Стили для WebKit */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #fecd38 0%, #764ba2 100%);
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #fecd38 0%, #ee5a24 100%);
    border-radius: 8px;
    border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff5252 0%, #c44569 100%);
}

/* Стили для Firefox 
html {
    scrollbar-width: thin;
    scrollbar-color: #ff6b6b #667eea;
}

*/


  