/* =========================================================
   DIGIPROG-MASTER
   КАРТОЧКА ТОВАРА EOL — DARK VOLUME VERSION
   ========================================================= */


/* =========================================================
   ОСНОВА
   ========================================================= */


.dp-shell{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

.dp-header,
.dp-hero,
.dp-benefits,
.dp-section-nav,
.dp-content-section,
.dp-compatibility,
.dp-details,
.dp-service-modal{
  font-family:Roboto,Arial,sans-serif;
}

.dp-header *,
.dp-hero *,
.dp-benefits *,
.dp-section-nav *,
.dp-content-section *,
.dp-compatibility *,
.dp-details *,
.dp-service-modal *{
  box-sizing:border-box;
}


/* =========================================================
   ШАПКА
   ========================================================= */

.dp-header{
  background:#101114;
  color:#fff;
  border-bottom:1px solid #292b30;
}

.dp-header a{
  color:#fff;
  text-decoration:none;
}

.dp-header-main{
  display:grid;
  grid-template-columns:250px 120px minmax(280px,1fr) 180px 60px;
  gap:20px;
  align-items:center;
  min-height:82px;
}

.dp-header .dp-original-logo{
  min-width:0;
}

.dp-header .dp-original-logo .logo{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:auto;
  max-width:250px;
  margin:0;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  line-height:1;
}

.dp-header .dp-original-logo .logo img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:58px;
  object-fit:contain;
}

.dp-brand{
  font-size:25px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:-1px;
  white-space:nowrap;
}

.dp-brand span{
  color:#ff6f1b;
}

.dp-brand small{
  display:block;
  margin-top:5px;
  color:#aeb0b8;
  font-size:10px;
  font-weight:400;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.dp-catalog-link{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:12px 16px;
  border-radius:6px;
  background:#ff6f1b;
  color:#fff !important;
  font-size:14px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  transition:background .18s ease,transform .18s ease;
}

.dp-catalog-link:hover{
  background:#ed5d0c;
  transform:translateY(-1px);
}

.dp-search{
  display:flex;
  min-width:0;
  height:46px;
  margin:0;
  overflow:hidden;
  border:1px solid #45474c;
  border-radius:6px;
  background:#1b1d21;
}

.dp-search:focus-within{
  border-color:#ff6f1b;
}

.dp-search input[type="search"]{
  width:100%;
  min-width:0;
  height:44px;
  margin:0;
  padding:10px 14px;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#fff !important;
  font-family:Roboto,Arial,sans-serif !important;
  font-size:14px;
  font-style:normal !important;
}

.dp-search input::placeholder{
  color:#aeb0b8;
}

.dp-search button{
  display:flex;
  flex:0 0 46px;
  align-items:center;
  justify-content:center;
  width:46px;
  height:44px;
  padding:0;
  border:0;
  background:transparent;
  color:#fff;
  font-size:18px;
  cursor:pointer;
}

.dp-header-phone{
  color:#fff !important;
  font-size:17px;
  font-weight:700;
  line-height:1.25;
  white-space:nowrap;
}

.dp-header-phone small{
  display:block;
  margin-top:4px;
  color:#b9bbc3;
  font-size:11px;
  font-weight:400;
}

.dp-header-cart{
  position:relative;
  text-align:center;
  line-height:1.15;
}

.dp-header-cart i{
  font-size:27px;
}

.dp-header-cart > span{
  position:absolute;
  top:-8px;
  right:4px;
  min-width:18px;
  padding:3px;
  border-radius:12px;
  background:#ff6f1b;
  color:#fff;
  font-size:10px;
}

.dp-header-cart small{
  display:block;
  margin-top:4px;
  color:#bbb;
  font-size:10px;
}

.dp-header-nav{
  display:flex;
  align-items:center;
  gap:26px;
  min-height:44px;
  overflow-x:auto;
  border-top:1px solid #292b30;
  scrollbar-width:thin;
}

.dp-header-nav a{
  padding:12px 0;
  color:#d6d7dc;
  font-size:13px;
  white-space:nowrap;
}

.dp-header-nav a:hover{
  color:#ff7a2e;
}


/* =========================================================
   ПЕРВЫЙ ЭКРАН ТОВАРА
   ========================================================= */

.dp-hero{
  padding-bottom:48px;
  background:
    radial-gradient(ellipse at 20% 48%,rgba(255,111,27,.15),transparent 42%),
    linear-gradient(110deg,#050506,#101114);
  color:#fff;
}

.dp-crumbs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:24px 0 32px;
  color:#aeb0b7;
  font-size:13px;
  line-height:1.4;
}

.dp-crumbs a{
  color:#aeb0b7;
  text-decoration:none;
}

.dp-crumbs a:hover{
  color:#ff7a2e;
}

.dp-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);
  gap:48px;
  align-items:start;
}


/* =========================================================
   ГАЛЕРЕЯ
   ========================================================= */

.dp-gallery{
  min-width:0;
}

.dp-main-image{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
  aspect-ratio:1.22;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.dp-main-image img{
  display:block;
  width:112% !important;
  height:112% !important;
  object-fit:contain;
}

.dp-thumbs{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:14px;
  margin-top:4px;
  padding:18px 0 6px;
  overflow:visible;
  scrollbar-width:none;
}

.dp-thumbs::-webkit-scrollbar{
  display:none;
}

.dp-thumb{
  display:flex;
  flex:0 0 96px;
  align-items:center;
  justify-content:center;
  width:96px;
  height:78px;
  margin:0;
  padding:4px;
  overflow:hidden;
  border:0 !important;
  border-radius:7px;
  background:transparent !important;
  box-shadow:none !important;
  opacity:.72;
  transition:opacity .18s ease,box-shadow .18s ease,transform .18s ease;
}

.dp-thumb:hover{
  opacity:1;
  transform:translateY(-2px);
}

.dp-thumb.is-active{
  border:0 !important;
  box-shadow:0 0 0 2px #ff6f1b inset !important;
  opacity:1;
}

.dp-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  border:0;
  border-radius:4px;
  background:transparent !important;
}

.dp-gallery > .dp-photo-note{
  display:none !important;
}

.dp-photo-note{
  margin:12px 0 0;
  color:#aeb0b7;
  font-size:13px;
  line-height:1.55;
}

.dp-no-photo{
  padding:100px 24px;
  border:1px solid #444;
  text-align:center;
}


/* =========================================================
   ПРАВАЯ ЧАСТЬ ТОВАРА
   ========================================================= */

.dp-summary.product-info{
  width:auto;
  float:none;
  padding:0;
}

.dp-eyebrow{
  margin:0 0 14px;
  color:#ff7a2e;
  font-size:12px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.dp-summary h1{
  margin:0 0 18px;
  color:#fff;
  font-family:Roboto,Arial,sans-serif !important;
  font-size:44px;
  font-weight:800;
  font-style:normal !important;
  line-height:1.02;
  letter-spacing:-.03em;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}

.dp-summary h1 strong{
  display:block;
  margin-top:5px;
  color:#ff6f1b;
  font-weight:800;
}

.dp-edition{
  display:inline-block;
  margin:0 0 20px;
  padding:8px 12px;
  border:1px solid #45474c;
  border-radius:5px;
  color:#c9cbd1;
  font-size:14px;
  line-height:1.4;
}

.dp-lead{
  max-width:560px;
  margin:0 0 22px;
  color:#cccdd1;
  font-size:16px;
  line-height:1.6;
}

.dp-sku{
  margin-bottom:10px;
  color:#afb1b8;
  font-size:13px;
}

.dp-status{
  margin-bottom:10px;
  color:#8fd19e;
  font-size:14px;
}

.dp-summary .product-order{
  margin:14px 0 0;
}

.dp-summary .row{
  display:flex;
  width:100%;
  margin:0;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}

.dp-summary .row::before,
.dp-summary .row::after{
  display:none;
}

.dp-summary .product-prices{
  display:block;
  width:100%;
  margin:0 0 8px;
  padding:0;
}

.dp-summary .prices-old{
  color:#a3a5aa;
  font-family:Roboto,Arial,sans-serif !important;
  font-size:17px;
  font-style:normal !important;
}

.dp-summary .prices-old:empty{
  display:none;
}

.dp-summary .prices-current{
  color:#fff;
  font-family:Roboto,Arial,sans-serif !important;
  font-size:50px;
  font-weight:800;
  font-style:normal !important;
  line-height:1.08;
  letter-spacing:-.02em;
}

.dp-summary .product-compare{
  margin:0 0 10px;
  color:#aeb0b7;
  font-family:Roboto,Arial,sans-serif !important;
  font-size:12px;
  font-style:normal !important;
  line-height:1.3;
}

.dp-summary .product-compare a{
  color:#aeb0b7;
}

.dp-summary .product-variants{
  margin:0 0 18px;
}

.dp-summary .product-variants:empty{
  display:none;
}

.dp-summary select{
  max-width:100%;
  padding:10px;
  border-radius:6px;
  background:#fff;
  color:#15171a;
  font-family:Roboto,Arial,sans-serif !important;
}

.dp-summary .product-quantity{
  flex:0 0 110px;
  width:110px;
  margin:0;
  padding:0;
}

.dp-summary .quantity{
  display:flex;
  width:110px;
  height:52px;
  overflow:hidden;
  border:1px solid #555;
  border-radius:6px;
  background:#17191d;
}

.dp-summary .quantity-button{
  position:static;
  display:flex;
  flex:0 0 32px;
  align-items:center;
  justify-content:center;
  width:32px;
  height:50px;
  padding:0;
  border:0;
  background:#24262b;
  color:#fff;
  font-family:Roboto,Arial,sans-serif !important;
  font-size:18px;
  font-style:normal !important;
  cursor:pointer;
}

.dp-summary .quantity-input{
  width:46px;
  min-width:0;
  height:50px;
  padding:0;
  border:0;
  background:#17191d;
  color:#fff;
  font-family:Roboto,Arial,sans-serif !important;
  font-size:17px;
  font-style:normal !important;
  text-align:center;
}

.dp-summary .product-buy.button{
  flex:1;
  width:auto;
  min-width:170px;
  min-height:52px;
  float:none;
  margin:0;
  padding:14px 20px;
  border:1px solid #ff6f1b;
  border-radius:6px;
  background:#ff6f1b;
  color:#fff !important;
  font-family:Roboto,Arial,sans-serif !important;
  font-size:15px !important;
  font-weight:700 !important;
  font-style:normal !important;
  line-height:1.2 !important;
  letter-spacing:0 !important;
  text-align:center;
  text-transform:uppercase;
  text-shadow:none !important;
  cursor:pointer;
  transition:background .18s ease,transform .18s ease;
}

.dp-summary .product-buy.button:hover{
  background:#ed5d0c;
  transform:translateY(-1px);
}

.dp-summary .product-buy.button:disabled{
  opacity:.45;
  cursor:not-allowed;
}

.dp-summary .product-quick_checkout.button{
  display:none !important;
}

.dp-consult{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  margin-top:12px;
  padding:12px 18px;
  border:1px solid #707278;
  border-radius:6px;
  color:#fff !important;
  font-family:Roboto,Arial,sans-serif !important;
  font-size:15px;
  font-weight:700;
  font-style:normal !important;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
  transition:border-color .18s ease,background .18s ease;
}

.dp-consult:hover{
  border-color:#ff6f1b;
  background:rgba(255,111,27,.05);
  color:#fff;
}


/* =========================================================
   ПОЛОСА ПРЕИМУЩЕСТВ
   ========================================================= */

.dp-benefits{
  padding:23px 0;
  border-top:1px solid #292b30;
  border-bottom:1px solid #292b30;
  background:#101114;
  color:#ddd;
}

.dp-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.dp-benefit-grid > div{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:14px;
  line-height:1.4;
}

.dp-benefit-grid i{
  color:#ff6f1b;
  font-size:25px;
}


/* =========================================================
   НАВИГАЦИЯ ПО РАЗДЕЛАМ
   ========================================================= */

.dp-section-nav{
  position:relative;
  z-index:2;
  background:#15181d;
  border-bottom:1px solid #2d3138;
}

.dp-section-nav-inner{
  display:flex;
  align-items:center;
  gap:8px;
  overflow-x:auto;
  scrollbar-width:none;
}

.dp-section-nav-inner::-webkit-scrollbar{
  display:none;
}

.dp-section-nav a{
  position:relative;
  flex:0 0 auto;
  padding:18px 20px 17px;
  color:#8f959f;
  font-size:14px;
  font-weight:500;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
  transition:color .18s ease,background .18s ease;
}

.dp-section-nav a::after{
  content:"";
  position:absolute;
  left:20px;
  right:20px;
  bottom:0;
  height:2px;
  background:transparent;
}

.dp-section-nav a:hover{
  background:rgba(255,255,255,.025);
  color:#fff;
}

.dp-section-nav a.is-active{
  color:#fff;
}

.dp-section-nav a.is-active::after{
  background:#ff6f1b;
}


/* =========================================================
   ОБЩИЕ НАСТРОЙКИ НИЖНИХ СЕКЦИЙ
   ========================================================= */

.dp-content-section{
  position:relative;
  scroll-margin-top:24px;
  padding:52px 0;
  color:#f2f3f5;
  border:0;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    inset 0 -1px 0 rgba(0,0,0,.42);
}

/*
   Объём секции:
   1) сверху мягкое высветление;
   2) в центре основной цвет;
   3) снизу мягкое затемнение.
*/

.dp-content-section--light{
  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,.035) 0,
      rgba(255,255,255,.014) 34px,
      rgba(255,255,255,0) 82px
    ),
    linear-gradient(
      to top,
      rgba(0,0,0,.30) 0,
      rgba(0,0,0,.14) 42px,
      rgba(0,0,0,0) 96px
    ),
    #1a1d22;
}

.dp-content-section--soft{
  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,.030) 0,
      rgba(255,255,255,.012) 34px,
      rgba(255,255,255,0) 82px
    ),
    linear-gradient(
      to top,
      rgba(0,0,0,.34) 0,
      rgba(0,0,0,.16) 46px,
      rgba(0,0,0,0) 102px
    ),
    #15181d;
}

.dp-section-kicker{
  margin:0 0 8px;
  color:#ff6f1b;
  font-size:12px;
  font-weight:800;
  line-height:1.3;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.dp-content-section h2,
.dp-compatibility h2,
.dp-details h2{
  margin:0 0 24px;
  color:#f4f5f7;
  font-size:32px;
  font-weight:800;
  line-height:1.15;
  letter-spacing:-.025em;
  text-transform:uppercase;
}

.dp-section-note{
  margin:24px 0 0;
  color:#8f959f;
  font-size:13px;
  line-height:1.65;
}


/* =========================================================
   ВОЗМОЖНОСТИ
   ========================================================= */

.dp-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:24px 0;
}

.dp-feature-grid article{
  min-width:0;
  padding:24px;
  border:1px solid #343841;
  border-radius:10px;
  background:#20242a;
}

.dp-feature-card{
  position:relative;
  overflow:hidden;
  cursor:pointer;
  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.dp-feature-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 0%,rgba(255,111,27,.16),transparent 38%);
  opacity:0;
  transition:opacity .2s ease;
}

.dp-feature-card:hover{
  transform:translateY(-5px);
  border-color:#ff6f1b;
  background:#282d34;
  box-shadow:
    0 18px 40px rgba(0,0,0,.30),
    0 0 0 1px rgba(255,111,27,.22),
    0 0 24px rgba(255,111,27,.10);
}

.dp-feature-card:hover::after{
  opacity:1;
}

.dp-feature-card:focus-visible{
  outline:3px solid rgba(255,111,27,.42);
  outline-offset:3px;
}

.dp-feature-grid i{
  position:relative;
  z-index:1;
  color:#ff6f1b;
  font-size:30px;
}

.dp-feature-grid h3{
  position:relative;
  z-index:1;
  margin:18px 0 10px;
  color:#f4f5f7;
  font-family:Roboto,Arial,sans-serif !important;
  font-size:18px;
  font-weight:700;
  font-style:normal !important;
  line-height:1.3;
  text-transform:uppercase;
}

.dp-feature-grid p{
  position:relative;
  z-index:1;
  margin:0;
  color:#aeb3bd;
  font-size:16px;
  line-height:1.6;
}

.dp-feature-more{
  position:relative;
  z-index:1;
  display:block;
  margin-top:18px;
  color:#ff7a2e;
  font-size:12px;
  font-weight:800;
  line-height:1;
  transition:transform .2s ease,color .2s ease;
}

.dp-feature-card:hover .dp-feature-more{
  color:#ff9b5d;
  transform:translateX(5px);
}


/* =========================================================
   СОВМЕСТИМОСТЬ — ОБЪЁМНАЯ СЕКЦИЯ
   ========================================================= */

.dp-compatibility{
  position:relative;
  scroll-margin-top:24px;
  padding:48px 0;
  border:0;
  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,.025) 0,
      rgba(255,255,255,.010) 34px,
      rgba(255,255,255,0) 78px
    ),
    linear-gradient(
      to top,
      rgba(0,0,0,.42) 0,
      rgba(0,0,0,.20) 44px,
      rgba(0,0,0,0) 104px
    ),
    radial-gradient(
      ellipse at 78% 55%,
      rgba(255,111,27,.17),
      transparent 48%
    ),
    linear-gradient(
      110deg,
      #0d0f12,
      #12151a
    );
  color:#fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    inset 0 -1px 0 rgba(0,0,0,.55);
}

.dp-compatibility-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:48px;
  align-items:center;
}

.dp-compatibility h2{
  margin-bottom:14px;
  color:#fff;
}

.dp-compatibility p:not(.dp-section-kicker){
  max-width:760px;
  margin:0;
  color:#b7bcc5;
  font-size:16px;
  line-height:1.65;
}

.dp-brand-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.dp-brand-chips span{
  padding:8px 12px;
  border:1px solid #40454d;
  border-radius:6px;
  background:rgba(255,255,255,.025);
  color:#e8eaed;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
}

.dp-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:14px 24px;
  border-radius:6px;
  background:#ff6f1b;
  color:#fff !important;
  font-family:Roboto,Arial,sans-serif !important;
  font-weight:700;
  text-decoration:none;
  transition:background .18s ease,transform .18s ease;
}

.dp-cta:hover{
  background:#ed5d0c;
  transform:translateY(-1px);
}


/* =========================================================
   КОМПЛЕКТАЦИЯ
   ========================================================= */

.dp-kit-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  gap:24px;
  align-items:stretch;
}

.dp-kit-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.dp-kit-item{
  display:flex;
  gap:14px;
  min-height:118px;
  padding:20px;
  border:1px solid #343841;
  border-radius:9px;
  background:#20242a;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.dp-kit-item:hover{
  transform:translateY(-2px);
  border-color:#4a4f59;
  background:#242930;
}

.dp-kit-item > i{
  display:flex;
  flex:0 0 30px;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  margin-top:1px;
  border:1px solid rgba(255,111,27,.55);
  border-radius:6px;
  background:rgba(255,111,27,.06);
  color:#ff6f1b;
  font-size:14px;
}

.dp-kit-item strong{
  display:block;
  margin-bottom:7px;
  color:#f0f2f4;
  font-size:15px;
  line-height:1.35;
}

.dp-kit-item span{
  display:block;
  color:#a3a9b3;
  font-size:13px;
  line-height:1.55;
}

.dp-kit-panel{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:250px;
  padding:28px;
  overflow:hidden;
  border:1px solid #353941;
  border-radius:9px;
  background:
    radial-gradient(circle at 80% 18%,rgba(255,111,27,.24),transparent 30%),
    linear-gradient(135deg,#171b20,#090b0e);
  color:#fff;
}

.dp-kit-icon{
  margin-bottom:auto;
  color:#ff6f1b;
  font-size:46px;
}

.dp-kit-panel strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:20px;
  line-height:1.25;
}

.dp-kit-panel p{
  margin:0;
  color:#b6bac3;
  font-size:14px;
  line-height:1.6;
}


/* =========================================================
   ДОСТАВКА И ГАРАНТИЯ
   ========================================================= */

.dp-service-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.dp-service-card{
  appearance:none;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  width:100%;
  min-height:210px;
  padding:22px;
  border:1px solid #343841;
  border-radius:9px;
  background:#20242a;
  color:#f3f4f6;
  font-family:Roboto,Arial,sans-serif;
  text-align:left;
  cursor:pointer;
  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.dp-service-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 0%,rgba(255,111,27,.16),transparent 38%);
  opacity:0;
  transition:opacity .2s ease;
}

.dp-service-card:hover{
  transform:translateY(-5px);
  border-color:#ff6f1b;
  background:#282d34;
  box-shadow:
    0 18px 40px rgba(0,0,0,.30),
    0 0 0 1px rgba(255,111,27,.22),
    0 0 24px rgba(255,111,27,.10);
}

.dp-service-card:hover::after{
  opacity:1;
}

.dp-service-card:focus-visible{
  outline:3px solid rgba(255,111,27,.42);
  outline-offset:3px;
}

.dp-service-card > i{
  position:relative;
  z-index:1;
  margin-bottom:16px;
  color:#ff6f1b;
  font-size:29px;
}

.dp-service-card h3{
  position:relative;
  z-index:1;
  margin:0 0 9px;
  color:#f4f5f7;
  font-size:16px;
  font-weight:800;
  line-height:1.25;
  text-transform:uppercase;
}

.dp-service-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:#aeb3bd;
  font-size:13px;
  line-height:1.55;
}

.dp-service-more{
  position:relative;
  z-index:1;
  display:block;
  margin-top:auto;
  padding-top:18px;
  color:#ff7a2e;
  font-size:12px;
  font-weight:800;
  line-height:1;
  transition:transform .2s ease,color .2s ease;
}

.dp-service-card:hover .dp-service-more{
  color:#ff9b5d;
  transform:translateX(5px);
}


/* =========================================================
   ВСПЛЫВАЮЩЕЕ ОКНО
   ========================================================= */

.dp-service-modal,
.dp-service-modal *{
  box-sizing:border-box;
}

.dp-service-modal{
  position:relative;
  width:min(560px,calc(100% - 32px));
  max-width:calc(100vw - 32px);
  max-height:calc(100% - 40px);
  margin:auto;
  padding:36px;
  overflow-y:auto;
  overflow-x:hidden;
  border:1px solid #35383e;
  border-radius:12px;
  background:
    radial-gradient(circle at 90% 5%,rgba(255,111,27,.18),transparent 34%),
    linear-gradient(145deg,#15171b,#0b0c0e);
  color:#fff;
  box-shadow:0 30px 90px rgba(0,0,0,.55);
}

.dp-service-modal::backdrop{
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

.dp-modal-close{
  position:absolute;
  top:15px;
  right:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  padding:0;
  border:1px solid #393c42;
  border-radius:50%;
  background:#222429;
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:27px;
  font-weight:300;
  line-height:1;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}

.dp-modal-close:hover{
  transform:rotate(5deg);
  border-color:#ff6f1b;
  background:#ff6f1b;
}

.dp-modal-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  margin-bottom:24px;
  border:1px solid rgba(255,111,27,.4);
  border-radius:10px;
  background:rgba(255,111,27,.08);
  color:#ff6f1b;
  font-size:30px;
}

.dp-service-modal .dp-section-kicker{
  margin:0 0 8px;
  color:#ff6f1b;
}

.dp-service-modal h3{
  max-width:440px;
  margin:0 0 22px;
  padding-right:30px;
  color:#fff;
  font-size:28px;
  font-weight:800;
  line-height:1.12;
  letter-spacing:-.02em;
  text-transform:uppercase;
}

.dp-modal-content{
  max-width:100%;
  color:#c3c5cb;
  font-size:15px;
  line-height:1.7;
  overflow-wrap:anywhere;
}

.dp-modal-content p{
  margin:0 0 15px;
}

.dp-modal-content p:last-of-type{
  margin-bottom:0;
}

.dp-modal-content strong{
  display:block;
  margin-top:22px;
  padding:15px 17px;
  border-left:3px solid #ff6f1b;
  border-radius:0 6px 6px 0;
  background:rgba(255,255,255,.045);
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1.55;
}

.dp-modal-contact{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:100%;
  min-height:52px;
  margin-top:28px;
  padding:14px 20px;
  border-radius:7px;
  background:#ff6f1b;
  color:#fff !important;
  font-size:14px;
  font-weight:800;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
  transition:background .2s ease,transform .2s ease;
}

.dp-modal-contact:hover{
  transform:translateY(-1px);
  background:#ed5d0c;
  color:#fff !important;
}


/* =========================================================
   ПОДРОБНОЕ ОПИСАНИЕ — ТОЖЕ С ОБЪЁМОМ
   ========================================================= */

.dp-details{
  position:relative;
  padding:52px 0;
  overflow:hidden;
  border:0;
  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,.025) 0,
      rgba(255,255,255,.010) 34px,
      rgba(255,255,255,0) 82px
    ),
    linear-gradient(
      to top,
      rgba(0,0,0,.36) 0,
      rgba(0,0,0,.16) 44px,
      rgba(0,0,0,0) 100px
    ),
    #12151a;
  color:#f2f3f5;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.022),
    inset 0 -1px 0 rgba(0,0,0,.50);
}

.dp-details > .dp-shell{
  width:100%;
}

.dp-details .tabs{
  width:100%;
  float:none;
  padding:0;
}

.dp-details .tabs-controls{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 28px;
  padding:0;
  border-bottom:1px solid #343841;
}

.dp-details .tabs-node{
  width:auto;
  float:none;
  padding:16px 18px;
  border:0;
  border-bottom:3px solid transparent;
  background:transparent;
  color:#9298a3;
  font-family:Roboto,Arial,sans-serif !important;
  font-style:normal !important;
  cursor:pointer;
  transition:color .18s ease;
}

.dp-details .tabs-node:hover{
  color:#fff;
}

.dp-details .tabs-node--active{
  border-bottom-color:#ff6f1b;
  background:transparent;
  color:#fff;
}

.dp-details .tabs-content{
  clear:both;
}

.dp-details .product-description{
  max-width:100%;
  color:#c5c9d1;
  font-size:16px;
  line-height:1.75;
  overflow-wrap:anywhere;
}

.dp-details .product-description p{
  margin-bottom:18px;
}

.dp-details .product-description h1,
.dp-details .product-description h2,
.dp-details .product-description h3,
.dp-details .product-description h4,
.dp-details .product-description h5,
.dp-details .product-description h6{
  color:#fff !important;
}

.dp-details .product-description strong{
  color:#fff;
}

.dp-details .product-description a{
  color:#ff8c48;
}

.dp-details .product-description ul,
.dp-details .product-description ol{
  color:#c5c9d1;
}

.dp-details .product-description img{
  display:block;
  max-width:100% !important;
  height:auto !important;
  margin:24px auto;
  border-radius:6px;
}

.dp-details .product-description iframe{
  max-width:100%;
  border:0;
}

.dp-details .product-description table{
  display:block;
  max-width:100%;
  overflow-x:auto;
  color:#c5c9d1;
}

.dp-details .product-properties{
  color:#c5c9d1;
}

.dp-details .product-properties td{
  padding-top:10px;
  padding-bottom:10px;
  border-color:#343841;
}

.dp-details .property-title{
  color:#8f959f;
}

.dp-details .property-values{
  color:#e1e3e7;
}


/* =========================================================
   ФОКУС
   ========================================================= */

.dp-header a:focus-visible,
.dp-search button:focus-visible,
.dp-search input:focus-visible,
.dp-hero a:focus-visible,
.dp-hero button:focus-visible,
.dp-section-nav a:focus-visible,
.dp-content-section a:focus-visible,
.dp-content-section button:focus-visible,
.dp-compatibility a:focus-visible,
.dp-details a:focus-visible,
.dp-details button:focus-visible{
  outline:2px solid #ff9d63;
  outline-offset:3px;
}


/* =========================================================
   ПЛАНШЕТ
   ========================================================= */

@media(max-width:1100px){

  .dp-header-main{
    grid-template-columns:220px 110px minmax(180px,1fr) 60px;
    gap:16px;
  }

  .dp-header-phone{
    display:none;
  }

  .dp-summary h1{
    font-size:38px;
  }

  .dp-summary .prices-current{
    font-size:44px;
  }

  .dp-hero-grid{
    gap:32px;
  }

}


/* =========================================================
   ДО 900 PX
   ========================================================= */

@media(max-width:900px){

  .dp-hero-grid{
    gap:28px;
  }

  .dp-benefit-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .dp-kit-grid{
    grid-template-columns:1fr;
  }

  .dp-service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .dp-compatibility-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .dp-compatibility .dp-cta{
    width:100%;
  }

}


/* =========================================================
   ТЕЛЕФОН
   ========================================================= */

@media(max-width:650px){

  .dp-shell{
    padding-left:16px;
    padding-right:16px;
  }

  .dp-header-main{
    grid-template-columns:minmax(0,1fr) auto 42px;
    gap:12px;
    min-height:0;
    padding-top:14px;
    padding-bottom:12px;
  }

  .dp-header .dp-original-logo .logo img{
    max-height:42px;
  }

  .dp-brand{
    font-size:21px;
  }

  .dp-brand small{
    font-size:8px;
  }

  .dp-catalog-link{
    padding:11px 12px;
    font-size:13px;
  }

  .dp-search{
    grid-column:1/-1;
    grid-row:2;
    height:44px;
  }

  .dp-header-cart{
    grid-column:3;
    grid-row:1;
  }

  .dp-header-cart > span{
    right:0;
  }

  .dp-header-nav{
    gap:22px;
    min-height:42px;
  }

  .dp-header-nav a{
    font-size:13px;
  }

  .dp-crumbs{
    padding:18px 0;
    font-size:12px;
  }

  .dp-hero{
    padding-bottom:30px;
  }

  .dp-hero-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .dp-main-image{
    aspect-ratio:1.25;
  }

  .dp-summary h1{
    font-size:34px;
  }

  .dp-lead{
    font-size:15px;
  }

  .dp-summary .prices-current{
    font-size:42px;
  }

  .dp-summary .product-quantity{
    flex:0 0 110px;
  }

  .dp-thumbs{
    gap:10px;
    padding-top:14px;
  }

  .dp-thumb{
    flex-basis:76px;
    width:76px;
    height:64px;
  }

  .dp-benefit-grid{
    gap:18px;
  }

  .dp-benefit-grid > div{
    font-size:13px;
  }

  .dp-section-nav a{
    padding:15px 12px 14px;
    font-size:13px;
  }

  .dp-section-nav a::after{
    left:12px;
    right:12px;
  }

  .dp-content-section,
  .dp-compatibility,
  .dp-details{
    padding-top:36px;
    padding-bottom:36px;
  }

  .dp-content-section h2,
  .dp-compatibility h2,
  .dp-details h2{
    font-size:26px;
  }

  .dp-feature-grid{
    grid-template-columns:1fr;
  }

  .dp-feature-grid article{
    padding:20px;
  }

  .dp-feature-grid p,
  .dp-details .product-description{
    font-size:15px;
  }

  .dp-kit-list{
    grid-template-columns:1fr;
  }

  .dp-kit-panel{
    min-height:210px;
  }

  .dp-service-grid{
    grid-template-columns:1fr;
  }

  .dp-service-card{
    min-height:180px;
  }

  .dp-details .tabs-node{
    padding:12px 8px;
    font-size:13px;
  }

  .dp-details .product-description *{
    max-width:100%;
  }

  .dp-service-modal{
    width:calc(100% - 24px);
    max-width:calc(100vw - 24px);
    padding:28px 22px 24px;
  }

  .dp-modal-close{
    top:12px;
    right:12px;
    width:38px;
    height:38px;
  }

  .dp-modal-icon{
    width:52px;
    height:52px;
    margin-bottom:20px;
    font-size:27px;
  }

  .dp-service-modal h3{
    padding-right:35px;
    font-size:23px;
  }

  .dp-modal-content{
    font-size:14px;
  }

}


/* =========================================================
   ТОЛЬКО ДЛЯ МЫШИ
   ========================================================= */

@media(hover:hover) and (pointer:fine){

  .dp-feature-card,
  .dp-service-card{
    will-change:transform;
  }

}
