

/* Start:/local/templates/bdk/assets/css/bdk.css?177818637575150*/
*{padding:0;margin:0;border:0}
*,:after,:before{box-sizing:border-box}
:active,:focus{outline:0}
a:active,a:focus{outline:0}
aside,footer,header,nav{display:block}
html,body{height:100%;width:100%;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{color:#000;font-size:20px;font-family:'Roboto Condensed',sans-serif;font-weight:400;line-height:1.2;background:#fff}
body.lock{overflow:hidden}
button,input,textarea{font-family:inherit}
input::-ms-clear{display:none}
button{cursor:pointer;background:none}
a,a:visited{text-decoration:none;color:inherit}
a:hover{text-decoration:none;cursor:pointer}
ul li{list-style:none}
img{vertical-align:top;max-width:100%}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}

@font-face{
  font-family:'Roboto Condensed';
  src:url(/local/templates/bdk/assets/css/../fonts/RobotoCondensed-Regular.woff2) format('woff2'),
      url(/local/templates/bdk/assets/css/../fonts/RobotoCondensed-Regular.woff) format('woff'),
      url(/local/templates/bdk/assets/css/../fonts/RobotoCondensed-Regular.ttf) format('truetype');
  font-weight:400;font-style:normal;font-display:swap
}
@font-face{
  font-family:'Roboto Condensed';
  src:url(/local/templates/bdk/assets/css/../fonts/RobotoCondensed-Light.woff2) format('woff2'),
      url(/local/templates/bdk/assets/css/../fonts/RobotoCondensed-Light.woff) format('woff');
  font-weight:300;font-style:normal;font-display:swap
}

/* ==============================
   LAYOUT
   ============================== */
.container{max-width:1920px;width:100%;margin:0 auto;padding:0 160px}
.wrapper{width:100%;min-height:100%;overflow:hidden;display:flex;flex-direction:column;position:relative;z-index:2;background:#fff}
/* Затемнение при открытом боковом меню: внутри .wrapper, чтобы панели (z-index выше) были кликабельны — body::after раньше был над всем .wrapper (z-index:2) */
body.menu-open{overflow:hidden}
body.menu-open .wrapper{overflow:visible}
body.menu-open .wrapper::after{content:'';position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000;pointer-events:auto}
.main{position:relative;flex:1 1 auto}

/* ==============================
   HERO (header-home)
   ============================== */
.hero{position:relative;display:flex;min-height:776px;background:#fff}
.hero__left{width:701px;flex-shrink:0;display:flex;flex-direction:column;padding:80px 0 0 160px}
.hero__left-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;width:100%;margin-bottom:auto}
.hero__logo{display:flex;flex-direction:column;gap:32px;margin-bottom:0}
.hero__logo-img{width:88px;height:81px;object-fit:contain}
.hero__logo-title{font-size:24px;font-weight:400;text-transform:uppercase;line-height:1.17}
.hero__logo-subtitle{font-size:16px;font-weight:300;line-height:1.17}

.hero__right{flex:1;position:relative;overflow:hidden;height:628px;align-self:flex-start}
.hero__right-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .35s ease}
.hero__right-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6)}

.hero__right-content{position:relative;z-index:2;padding:48px 0 0 271px;color:#fff;height:100%;display:flex;flex-direction:column}
.hero__search{display:flex;align-items:center;gap:18px;border:1px solid #fff;padding:12px 24px;width:382px;height:40px;background:transparent}
.hero__search input{background:none;border:none;outline:none;color:#fff;font-size:14px;font-family:'Roboto Condensed',sans-serif;flex:1}
.hero__search input::placeholder{color:#fff;opacity:1}
.hero__search-btn{background:none;border:none;cursor:pointer;padding:0;display:flex}
.hero__search-btn svg{width:18px;height:18px}

.hero__slides{position:relative;flex:1;min-height:440px;margin-top:100px;overflow:hidden}
.hero__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateX(60px);transition:opacity .55s ease, transform .55s ease, visibility 0s linear .55s;pointer-events:none;display:flex;flex-direction:column}
.hero__slide--active{opacity:1;visibility:visible;transform:translateX(0);transition:opacity .55s ease, transform .55s ease;pointer-events:auto;z-index:1}

.hero__partner{position:relative;display:flex;flex-direction:column}
.hero__partner-title{font-size:58px;font-weight:400;text-transform:uppercase;line-height:1.17;margin:0 0 32px;color:#fff;min-height:132px}
.hero__partner-desc{font-size:24px;font-weight:300;line-height:1.5;margin:0 0 32px;color:#fff;max-width:788px;min-height:72px}
/* Кнопка на одной вертикали с .hero__slider (центр слайдера ≈ 508px от верха контента) */
.hero__partner-btn{margin-top:18px;align-self:flex-start}
.hero__partner-btn{display:inline-flex;align-items:center;gap:40px;background:#007DC1;padding:20px 32px;color:#fff;font-size:24px;font-weight:400;text-transform:uppercase;line-height:1.17;text-decoration:none;transition:background .3s}
.hero__partner-btn:hover{background:#006ba7}
.hero__partner-btn svg{width:54px;stroke:#fff;stroke-width:2;flex-shrink:0;transition:transform .3s ease}
.hero__partner-btn:hover svg{transform:translateX(8px)}

.hero__slider{display:flex;align-items:center;gap:20px;position:absolute;right:143px;top:488px;z-index:5}
.hero__slider-current{font-size:24px;font-weight:400;text-transform:uppercase;color:#fff}
.hero__slider-total{font-size:18px;font-weight:400;text-transform:uppercase;color:rgba(255,255,255,.63)}
.hero__slider-arrows{display:flex;gap:4px}
.hero__slider-arrows button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}
.hero__slider-arrows svg{width:20px;stroke:#fff;stroke-width:2;transition:transform .3s ease}
.hero__slider-arrows button:first-child:hover svg{transform:translateX(-6px)}
.hero__slider-arrows button:last-child:hover svg{transform:translateX(6px)}

/* menu block */
.hero__menu{position:absolute;bottom:0;left:160px;display:flex;gap:80px;background:#F5F5F5;padding:80px 72px 80px 80px;z-index:3}
.hero__menu-col{display:flex;flex-direction:column;gap:40px}
.hero__menu-col a{font-size:20px;font-weight:400;color:#000;line-height:1.17;transition:color .3s}
.hero__menu-col a:hover{color:#007DC1}

/* info strip — две равные колонки, ширина ≈ половина правой зоны (не наезжает на hero__menu) */
.hero__info{display:flex;gap:24px;position:absolute;bottom:24px;right:160px;left:auto;width:calc((100% - 972px - 160px - 24px) / 2);z-index:3;box-sizing:border-box}
.hero__info-item{font-size:32px;font-weight:400;text-transform:uppercase;line-height:1.17;color:#000;flex:1 1 0;min-width:0}

/* ==============================
   POPULAR MODELS
   ============================== */
.popular{padding:144px 0 0}
.popular__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:80px}
.popular__title{font-size:48px;font-weight:400;text-transform:uppercase;line-height:1.17}
.popular__link{display:flex;align-items:flex-end;gap:20px;text-decoration:none;color:#000}
.popular__link-text{font-size:48px;font-weight:400;text-transform:uppercase;line-height:1.17;text-align:right;transition:color .3s}
.popular__link svg{width:154px;stroke:#000;stroke-width:2;margin-bottom:21px;transition:transform .3s ease, stroke .3s}
.popular__link:hover .popular__link-text{color:#007DC1}
.popular__link:hover svg{stroke:#007DC1;transform:translateX(12px)}

/* cards grid */
.popular__grid{display:flex;flex-direction:column;gap:0}
.card{display:flex;align-items:center;gap:24px;padding:32px;border-bottom:2px solid #F5F5F5;transition:background .3s}
.card:hover{background:#FAFAFA}
.card__images{width:198px;height:296px;flex-shrink:0;position:relative}
.card__images img:first-child{position:absolute;left:0;top:0;width:118px;height:264px;object-fit:cover}
.card__images img:last-child{position:absolute;left:80px;top:32px;width:118px;height:264px;object-fit:cover}
.card__info{display:flex;gap:32px;flex:1;align-items:center}
.card__details{display:flex;flex-direction:column;gap:24px;flex:1}
.card__category{font-size:20px;font-weight:300;line-height:1.17;color:#000}
.card__name-wrap{display:flex;flex-direction:column;height:72px}
.card__name{font-size:48px;font-weight:400;text-transform:uppercase;line-height:1.17;color:#007DC1}
.card__article{font-size:14px;font-weight:300;line-height:1.17;color:#5B5B5B}
.card__price-wrap{display:flex;align-items:baseline;gap:8px}
.card__price{font-size:32px;font-weight:400;text-transform:uppercase;line-height:1.17}
.card__price-info{position:relative;width:16px;height:16px;display:inline-flex;cursor:help;outline:none;vertical-align:middle}
.card__price-info > img{width:16px;height:16px;display:block;opacity:.5;transition:opacity .2s;pointer-events:none}
.card__price-info:hover > img,.card__price-info:focus > img{opacity:1}
.card__price-tooltip{display:block;position:absolute;left:50%;bottom:calc(100% + 12px);width:280px;padding:12px 14px;margin-left:-140px;background:#2B2B2B;color:#fff;font-family:'Roboto Condensed',sans-serif;font-size:13px;font-weight:400;line-height:1.4;letter-spacing:.01em;text-transform:none;text-align:left;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);transition:opacity .2s ease, transform .2s ease, visibility 0s linear .2s;z-index:30;white-space:normal;box-shadow:0 8px 24px -8px rgba(0,0,0,.25);border-radius:3px}
.card__price-tooltip::after{content:"";position:absolute;top:100%;left:50%;margin-left:-6px;border:6px solid transparent;border-top-color:#2B2B2B;width:0;height:0}
.card__price-info:hover .card__price-tooltip,.card__price-info:focus .card__price-tooltip{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease, transform .2s ease}
.card__order-btn{display:inline-flex;align-self:flex-start;align-items:center;gap:8px;background:#007DC1;padding:12px 24px;height:56px;color:#fff;font-size:18px;font-weight:400;text-transform:uppercase;line-height:1.17;text-decoration:none;transition:background .3s}
.card__order-btn:hover{background:#006ba7}
.card__order-btn svg{width:27px;stroke:#fff;stroke-width:2;flex-shrink:0;transition:transform .3s ease}
.card__order-btn:hover svg{transform:translateX(5px)}

/* card right column */
.card__meta{display:flex;flex-direction:column;gap:24px;width:621px;flex-shrink:0}
.card__meta-section{display:flex;flex-direction:column;gap:12px}
.card__meta-label{font-size:20px;font-weight:400;line-height:1.17}
.card__colors{display:flex;flex-wrap:wrap;gap:8px}
.card__color-swatch{width:48px;height:48px;border-radius:0;background:#D9D9D9;cursor:pointer;position:relative}
.card__color-swatch.active{outline:2px solid #007DC1;outline-offset:2px}
.card__color-name{font-size:14px;font-weight:300;line-height:1.17;color:#5B5B5B;height:72px;display:flex;flex-direction:column}
.card__sizes{display:flex;flex-wrap:wrap;gap:12px}
.card__size{padding:12px 24px;height:48px;display:flex;align-items:center;justify-content:center;background:#F5F5F5;border:1px solid #F5F5F5;color:#000;font-size:20px;font-weight:400;text-transform:uppercase;cursor:pointer;transition:background .2s, border-color .2s, color .2s}
.card__size:hover{background:#E0E0E0;border-color:#E0E0E0}
.card__size.active{background:#D6D6D6;border-color:#D6D6D6}
.card__size-line{position:relative;width:49px;height:23px}

/* filter tabs */
.popular__tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:48px}
.popular__tab{padding:12px 24px;font-size:20px;font-weight:400;text-transform:uppercase;background:transparent;border:1px solid #F5F5F5;cursor:pointer;transition:all .3s}
.popular__tab:hover,.popular__tab.active{background:#007DC1;color:#fff;border-color:#007DC1}

/* ==============================
   ABOUT SECTION
   ============================== */
.about{padding:80px 0;position:relative;margin-top:64px}
.about__inner{display:flex;gap:64px;max-width:1489px}
.about__content{display:flex;flex-direction:column;gap:64px;max-width:788px}
.about__title{font-size:48px;font-weight:400;text-transform:uppercase;line-height:1.17}
.about__text{font-size:20px;font-weight:300;line-height:2;color:#000}
.about__text p+p{margin-top:16px}
.about__stats{display:flex;gap:80px;flex-wrap:wrap}
.about__stat{display:flex;flex-direction:column;gap:8px}
.about__stat-value{font-size:72px;font-weight:400;text-transform:uppercase;line-height:1.17;color:#007DC1}
.about__stat-label{font-size:20px;font-weight:300;line-height:1.5}
.about__image{flex:1;position:relative;min-width:400px}
.about__image img{width:100%;height:100%;object-fit:cover}

/* ==============================
   FOOTER
   ============================== */
.footer{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-end;column-gap:48px;padding-right:160px;box-sizing:border-box}
.footer__main{background:#007DC1;color:#fff;padding:80px 80px 24px 160px;flex:0 1 1219px;min-width:0;max-width:1219px}
.footer__links{display:flex;gap:24px;margin-bottom:80px}
.footer__col{display:flex;flex-direction:column;gap:40px}
.footer__col:first-child{width:247px;flex-shrink:0}
.footer__col:nth-child(2){width:382px;flex-shrink:0}
.footer__col:nth-child(3){flex:1}
.footer__col a{font-size:20px;font-weight:400;color:#fff;line-height:1.17;transition:opacity .3s}
.footer__col a:hover{opacity:.7}
.footer__bottom{display:flex;align-items:center;gap:24px}
.footer__copy{font-size:14px;font-weight:400;color:#fff;width:247px;flex-shrink:0}
.footer__policy{font-size:14px;font-weight:400;color:#fff;width:382px;flex-shrink:0}
.footer__policy a{color:#fff;transition:opacity .3s}
.footer__policy a:hover{opacity:.7}
.footer__credits{font-size:14px;font-weight:400;color:#fff}
.footer__message{position:static;display:flex;flex-direction:column;gap:35px;width:246px;max-width:100%;flex-shrink:0;box-sizing:border-box;margin:0 0 80px}
.footer__message-text{font-size:24px;font-weight:400;text-transform:uppercase;line-height:1.17;color:#000}
.footer__message-arrow{width:130px;display:inline-block}
.footer__message-arrow svg{width:130px;stroke:#000;stroke-width:2;transition:transform .3s ease, stroke .3s}
.footer__message:hover .footer__message-arrow svg,
.footer__message-arrow:hover svg{transform:translateX(10px);stroke:#007DC1}

/* ==============================
   KITS (ready-made combos)
   ============================== */
.kits{padding:0 0 80px}
.kits__header{display:flex;flex-direction:column;gap:24px;margin-bottom:48px}
.kits__title{font-size:48px;font-weight:400;text-transform:uppercase;line-height:1.17}
.kits__subtitle{font-size:20px;font-weight:400;text-transform:uppercase;line-height:1.17}
.kits__slider{position:relative}
.kits__viewport{overflow:hidden;cursor:grab;user-select:none;-webkit-user-select:none}
.kits__viewport.is-grabbing{cursor:grabbing}
.kits__track{display:flex;gap:48px;will-change:transform;transition:transform .55s cubic-bezier(.22,.61,.36,1)}
.kits__track.is-dragging{transition:none}
.kits__card{display:flex;flex-direction:column;gap:16px;flex:0 0 517px;width:517px}
.kits__card-img{width:517px;height:517px;background:#F5F5F5;position:relative;overflow:hidden}
.kits__card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.22,.61,.36,1)}
.kits__card:hover .kits__card-img img{transform:scale(1.04)}
.kits__card-name{font-size:34px;font-weight:400;line-height:1.17}
.kits__controls{display:flex;gap:16px;margin-top:32px;justify-content:flex-end}
.kits__arrow{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#F5F5F5;border:none;color:#000;cursor:pointer;transition:background .3s,color .3s}
.kits__arrow:hover{background:#007DC1;color:#fff}
.kits__arrow svg{width:24px;height:auto;pointer-events:none}
.kits__arrow:disabled{opacity:.3;cursor:not-allowed}
.kits__arrow:disabled:hover{background:#F5F5F5;color:#000}
.kits__dots{display:flex;gap:8px;justify-content:center;margin-top:24px}
.kits__dot{width:8px;height:8px;border-radius:50%;background:#D6D6D6;border:none;padding:0;cursor:pointer;transition:background .3s,width .3s}
.kits__dot.is-active{background:#007DC1;width:24px;border-radius:4px}

/* ==============================
   RESPONSIVE
   ============================== */
@media(max-width:1600px){
  .container{padding:0 80px}
  .hero__left{padding-left:80px;width:540px}
  .hero__right-content{padding-left:200px}
  .hero__slider{right:40px}
  .hero__menu{left:80px;gap:60px;padding:60px}
  .hero__info{right:80px;left:auto;width:calc((100% - 540px - 80px - 24px) / 2)}
  .hero__info-item{font-size:24px}
  .card__meta{width:480px}
  .footer{padding-right:80px}
}
@media(max-width:1366px){
  .hero__right-content{padding-left:160px}
  .hero__partner-title{font-size:48px;min-height:112px}
  .hero__partner-btn{margin-top:38px;padding:16px 24px;gap:24px}
  .hero__partner-btn svg{width:40px}
  .hero__slider{right:24px}
  .hero__menu{gap:40px;padding:48px}
  .hero__info{right:40px;gap:16px;width:calc((100% - 540px - 40px - 16px) / 2)}
  .hero__info-item{font-size:20px}
}
@media(max-width:1200px){
  .container{padding:0 40px}
  .hero{flex-direction:column;min-height:auto}
  .hero__left{width:100%;padding:40px}
  .hero__right{min-height:500px;height:auto;align-self:auto}
  .hero__right-content{padding:40px;min-height:500px}
  .hero__search{width:100%}
  .hero__partner-title{font-size:40px;min-height:96px}
  .hero__partner-desc{min-height:60px}
  .hero__slider{position:relative;top:auto;right:auto;margin-top:24px;align-self:flex-end}
  .hero__partner-btn{margin-top:32px}
  .hero__left-head{margin-bottom:24px;align-items:center}
  .hero__logo{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:6px 16px;align-items:start;flex:1;min-width:0}
  .hero__logo-img{grid-column:1;grid-row:1 / span 2;align-self:center;width:72px;height:66px;object-fit:contain}
  .hero__logo-title{grid-column:2;grid-row:1;font-size:20px;line-height:1.15}
  .hero__logo-subtitle{grid-column:2;grid-row:2;font-size:15px;line-height:1.17}
  .site-header__burger.hero__burger{display:flex}
  .hero__menu{
    position:fixed;
    top:0;
    right:-100%;
    left:auto;
    bottom:auto;
    width:320px;
    height:100vh;
    margin:0;
    flex-direction:column;
    flex-wrap:nowrap;
    align-items:stretch;
    gap:32px;
    padding:80px 40px 40px;
    background:#fff;
    z-index:1001;
    box-shadow:-4px 0 24px rgba(0,0,0,.1);
    transition:right .3s ease;
    overflow-y:auto;
    box-sizing:border-box;
  }
  .hero__menu.active{right:0}
  .hero__menu-col{gap:24px}
  .site-header__burger.active span:nth-child(1){transform:rotate(45deg) translate(3px,3px)}
  .site-header__burger.active span:nth-child(2){opacity:0}
  .site-header__burger.active span:nth-child(3){transform:rotate(-45deg) translate(3px,-3px)}
  .hero__info{position:relative;left:0;right:auto;bottom:auto;max-width:none;flex-wrap:wrap;padding:40px;gap:40px;width:100%}
  .hero__info-item{flex:1 1 calc(50% - 20px);min-width:min(100%,280px)}
  .popular__header{flex-direction:column;align-items:flex-start;gap:24px}
  .popular__link-text{font-size:32px;text-align:left}
  .card{flex-direction:column;align-items:flex-start}
  .card__info{flex-direction:column;width:100%}
  .card__meta{width:100%}
  .about__inner{flex-direction:column}
  .about__image{min-width:auto}
  .kits__track{gap:24px}
  .kits__card{flex:0 0 360px;width:360px}
  .kits__card-img{width:360px;height:360px}
  .footer{flex-direction:column;align-items:stretch;padding-right:0;row-gap:0;flex-wrap:wrap}
  .footer__main{width:100%;max-width:none;flex:0 0 auto;min-width:0;padding:60px 40px 24px}
  .footer__links{flex-wrap:wrap;gap:40px}
  .footer__col:first-child,.footer__col:nth-child(2),.footer__col:nth-child(3){width:auto;flex:1;min-width:200px}
  .footer__bottom{flex-wrap:wrap;gap:16px}
  .footer__copy,.footer__policy{width:auto}
  .footer__message{position:relative;right:auto;bottom:auto;margin:0;padding:40px;flex-direction:row;align-items:center;width:100%}
}
@media(max-width:768px){
  .container{padding:0 20px}
  .hero__partner-title{font-size:28px;min-height:72px}
  .hero__partner-desc{font-size:18px;min-height:54px}
  .hero__slides{min-height:300px}
  .popular__title{font-size:32px}
  .popular__link{display:none}
  .card__name{font-size:32px}
  .card__price{font-size:24px}
  .about__title{font-size:32px}
  .about__stat-value{font-size:48px}
  .about__stats{gap:40px}
  .kits__title{font-size:32px}
  .kits__card-name{font-size:24px}
  .footer__main{padding:40px 20px 24px}
  .footer__message{padding:40px 20px}
  .footer__message-text{font-size:20px}
}
@media(max-width:576px){
  .hero__partner-btn{padding:16px 24px;font-size:18px;gap:20px}
  .card__images{width:140px;height:210px}
  .card__images img:first-child{width:84px;height:188px}
  .card__images img:last-child{width:84px;height:188px;left:56px;top:22px}
  .card__colors{gap:4px}
  .card__color-swatch{width:36px;height:36px}
  .card__sizes{gap:8px}
  .card__size{padding:8px 16px;font-size:16px}
  .kits__card{flex:0 0 280px;width:280px}
  .kits__card-img{width:280px;height:280px}
  .kits__title{font-size:24px}
  .footer__links{flex-direction:column}
  .footer__col:first-child,.footer__col:nth-child(2),.footer__col:nth-child(3){min-width:auto}
  .footer__bottom{flex-direction:column;align-items:flex-start}
}

/* ==============================
   SITE HEADER (inner pages)
   ============================== */
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #F5F5F5}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:40px;padding-bottom:40px}
.site-header__logo{display:flex;align-items:center;gap:40px;text-decoration:none;color:#000;flex-shrink:0}
.site-header__logo-img{width:88px;height:81px;object-fit:contain;flex-shrink:0}
.site-header__logo-text{display:flex;flex-direction:column;gap:4px}
.site-header__logo-title{font-size:20px;font-weight:400;text-transform:uppercase;line-height:1.17}
.site-header__logo-subtitle{font-size:12px;font-weight:300;line-height:1.17;color:#000}
.site-header__nav{display:flex;align-items:center;gap:40px;flex-wrap:wrap;flex:1;justify-content:center}
.site-header__nav a{font-size:16px;font-weight:400;line-height:1.17;color:#000;white-space:nowrap;transition:color .3s}
.site-header__nav a:hover,.site-header__nav a.active{color:#007DC1}
.site-header__search{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;cursor:pointer;transition:opacity .3s;color:inherit;text-decoration:none}
.site-header__search:hover{opacity:.6}
.site-header__search svg{width:20px;height:20px}

/* ==============================
   BREADCRUMBS
   ============================== */
.breadcrumbs{padding:28px 0 31px;font-size:20px;font-weight:300;line-height:1.17;color:#5B5B5B;display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.breadcrumbs a{color:#5B5B5B;transition:color .3s}
.breadcrumbs a:hover{color:#007DC1}
.breadcrumbs__sep{margin:0 0}

/* ==============================
   CATALOG LAYOUT
   ============================== */
.catalog{padding:0 0 80px}
.catalog__title{font-size:48px;font-weight:400;text-transform:uppercase;line-height:1.17;margin-bottom:32px;letter-spacing:0}
.catalog__body{display:flex;gap:24px;align-items:flex-start}
.catalog__sidebar{width:382px;flex-shrink:0}
.catalog__content{flex:1;min-width:0}

/* Category accordion — white with borders, per user's request */
.cat-nav{display:flex;flex-direction:column;gap:0;margin-bottom:24px;border:1px solid #E5E5E5;background:#fff}
.cat-nav__item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px 32px;font-size:20px;font-weight:300;text-transform:uppercase;line-height:1.17;color:#000;text-decoration:none;cursor:pointer;transition:background .2s,color .2s;background:#fff;border-bottom:1px solid #E5E5E5}
.cat-nav__item:last-child{border-bottom:none}
.cat-nav__item:hover{background:#FAFAFA}
.cat-nav__item.active{background:#fff;color:#000;font-weight:400}
.cat-nav__item svg{width:16px;height:16px;flex-shrink:0;transition:transform .3s;color:#5B5B5B}
.cat-nav__item.open svg{transform:rotate(180deg)}
.cat-nav__sub{display:none;flex-direction:column;padding:4px 32px 16px;background:#fff;border-bottom:1px solid #E5E5E5}
.cat-nav__sub.open{display:flex}
.cat-nav__sub a{padding:8px 0;font-size:18px;font-weight:300;color:#000;line-height:1.17;text-decoration:none;transition:color .2s}
.cat-nav__sub a:hover{color:#007DC1}
.cat-nav__sub a.active{color:#007DC1}

/* Sidebar filters — gray bg, per Figma layout_YSS55R (padding 32, gap 24) */
.filter{display:flex;flex-direction:column;gap:24px;background:#F5F5F5;padding:32px}
.filter__title{font-size:24px;font-weight:400;text-transform:uppercase;line-height:1.17;margin-top:0}
.filter__group{display:flex;flex-direction:column;gap:16px}
.filter__group-title{font-size:20px;font-weight:400;line-height:1.17;color:#000;text-transform:none;padding:0;border:none;margin:0}
.filter__checkbox{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;font-weight:400;line-height:1.35;color:#000}
.filter__checkbox input{display:none}
.filter__checkbox-mark{width:18px;height:18px;border:1px solid #B5B5B5;flex-shrink:0;position:relative;transition:all .2s;background:#fff}
.filter__checkbox input:checked+.filter__checkbox-mark{background:#007DC1;border-color:#007DC1}
.filter__checkbox input:checked+.filter__checkbox-mark::after{content:'';position:absolute;left:5px;top:1px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.filter__checkbox--color .filter__color-sample{width:18px;height:18px;flex-shrink:0;border:1px solid rgba(0,0,0,.08)}
.filter__price{display:flex;flex-direction:column;gap:8px}
.filter__price-row{display:flex;gap:8px;align-items:flex-end}
.filter__price-field{flex:1;display:flex;flex-direction:column;gap:4px;cursor:text}
.filter__price-label{font-size:14px;font-weight:400;color:#8A8A8A;line-height:1;padding-left:2px}
.filter__price-input{width:100%;padding:10px 12px;font-size:16px;font-family:'Roboto Condensed',sans-serif;font-weight:400;color:#000;border:1px solid #E6E6E6;background:#fff;outline:none;transition:border-color .2s}
.filter__price-input:focus{border-color:#007DC1}
.filter__slider{position:relative;height:18px;margin:4px 2px 0}
.filter__slider-track{position:absolute;top:8px;left:0;right:0;height:2px;background:#E6E6E6}
.filter__slider-range{position:absolute;top:8px;left:0;right:0;height:2px;background:#007DC1}
.filter__slider-handle{position:absolute;top:50%;width:14px;height:14px;border-radius:50%;background:#007DC1;transform:translate(-50%,-50%);cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.2)}
.filter__sizes{display:flex;flex-wrap:wrap;gap:8px}
.filter__size{padding:10px 14px;font-size:14px;font-weight:400;font-family:'Roboto Condensed',sans-serif;background:#fff;border:1px solid #E5E5E5;cursor:pointer;transition:background .2s,color .2s,border-color .2s;color:#000;line-height:1.1;text-align:center;white-space:nowrap}
.filter__size:hover{background:#FAFAFA;border-color:#D5D5D5}
.filter__size.active{background:#007DC1;color:#fff;border-color:#007DC1}
.filter__reset{align-self:flex-start;margin-top:0;font-size:18px;font-weight:300;color:#007DC1;text-decoration:none;cursor:pointer;line-height:1.67}
.filter__reset:hover{text-decoration:underline}

/* ==============================
   CATALOG GRID (product cards)
   ============================== */
.catalog-grid{display:grid;gap:32px 24px}
.catalog-grid--4col{grid-template-columns:repeat(4,1fr)}
.catalog-grid--3col{grid-template-columns:repeat(3,1fr)}
.catalog-grid--2col{grid-template-columns:repeat(2,1fr)}

/* Catalog card — Figma layout_HA0V75: row align:flex-end, gap 24, padding 32; sale card has padding 32 32 88 for bottom Заказать button */
.cat-card{display:flex;flex-direction:column;position:relative;text-decoration:none;color:inherit;background:#fff;padding:32px 32px 88px;transition:box-shadow .3s;gap:24px}
.cat-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.06)}
.cat-card__top{display:flex;gap:24px;align-items:flex-end;flex:1}
.cat-card__img{flex:0 0 110px;width:110px;height:248px;background:transparent;position:relative;perspective:1200px}
.cat-card__img-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.4,0,.2,1)}
.cat-card__img.is-flipped .cat-card__img-inner,
.cat-card__img.is-hover .cat-card__img-inner{transform:rotateY(180deg)}
.cat-card__img-face{position:absolute;inset:0;display:flex;align-items:stretch;justify-content:flex-start;backface-visibility:hidden;-webkit-backface-visibility:hidden}
.cat-card__img-face--back{transform:rotateY(180deg)}
.cat-card__img-face img{height:100%;width:auto;max-width:100%;object-fit:contain;display:block;transition:transform .4s}
.cat-card:hover .cat-card__img-face img{transform:scale(1.02)}
.cat-card__img > img{height:100%;width:auto;max-width:100%;object-fit:contain;display:block;transition:transform .4s}
.cat-card:hover .cat-card__img > img{transform:scale(1.02)}
.cat-card__compare{position:absolute;top:0;left:0;width:24px;height:24px;border:none;background:transparent;color:#9A9A9A;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center;z-index:4;transition:color .2s,transform .3s}
.cat-card__compare svg{width:24px;height:24px;transition:transform .4s}
.cat-card__compare:hover{color:#007DC1}
.cat-card__compare.is-flipped svg,.cat-card__compare:hover svg{transform:rotateY(180deg)}
/* Body: flex column, compare at top (absolute), category+name at bottom (pushed down) */
.cat-card__body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:relative;align-self:stretch;gap:6px;padding-top:36px}
.cat-card__badge{align-self:flex-start;background:#007DC1;color:#fff;font-size:14px;font-weight:400;line-height:1;padding:6px 14px;text-transform:lowercase;letter-spacing:.02em;margin-bottom:6px}
.cat-card__category{font-size:16px;font-weight:300;line-height:1.17;color:#000}
.cat-card__name{font-size:18px;font-weight:400;line-height:1.17;color:#000;transition:color .2s;word-break:break-word}
.cat-card:hover .cat-card__name{color:#007DC1}
.cat-card__bottom{display:flex;align-items:center;gap:8px;flex-wrap:wrap;width:100%}
.cat-card__price-group{display:flex;flex-direction:column;gap:2px;line-height:1}
.cat-card__price{font-size:24px;font-weight:400;line-height:1;color:#000;font-family:'Roboto Condensed',sans-serif;display:inline-flex;align-items:baseline;gap:4px}
.cat-card__price-suffix{font-size:16px;font-weight:300;color:#5B5B5B;line-height:1}
.cat-card__price-old{font-size:14px;font-weight:300;line-height:1;color:#007DC1;text-decoration:line-through;text-decoration-color:#007DC1}
.cat-card__info{position:relative;width:16px;height:16px;display:inline-flex;cursor:help;outline:none;vertical-align:middle;align-self:center}
.cat-card__info > img{width:16px;height:16px;display:block;opacity:.5;transition:opacity .2s;pointer-events:none}
.cat-card__info:hover > img,.cat-card__info:focus > img{opacity:1}
.cat-card__tooltip{display:block;position:absolute;left:50%;bottom:calc(100% + 10px);width:240px;padding:10px 12px;margin-left:-120px;background:#2B2B2B;color:#fff;font-family:'Roboto Condensed',sans-serif;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:.01em;text-transform:none;text-align:left;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);transition:opacity .2s ease, transform .2s ease, visibility 0s linear .2s;z-index:30;white-space:normal;box-shadow:0 8px 24px -8px rgba(0,0,0,.25);border-radius:3px}
.cat-card__tooltip::after{content:"";position:absolute;top:100%;left:50%;margin-left:-6px;border:6px solid transparent;border-top-color:#2B2B2B;width:0;height:0}
.cat-card__info:hover .cat-card__tooltip,.cat-card__info:focus .cat-card__tooltip{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease, transform .2s ease}
/* Заказать button: Figma layout_AV6TM2 — absolute, padding 12 24, height 56, bg #007DC1, font 18 UPPER */
.cat-card__order{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#007DC1;color:#fff;font-size:18px;font-weight:400;text-transform:uppercase;line-height:1.17;padding:12px 24px;height:56px;opacity:0;transform:translateY(100%);transition:opacity .25s ease, transform .25s ease;pointer-events:none}
.cat-card__order svg{width:27px;height:8px;flex-shrink:0;stroke:#fff;stroke-width:1.6}
.cat-card:hover .cat-card__order,.cat-card:focus-within .cat-card__order{opacity:1;transform:translateY(0);pointer-events:auto}

/* Toolbar above grid (by Figma): row 1 = filter chips (layout_1MJDYJ y:488), row 2 = stock chip + sort + view toggle (y:560) */
.catalog__toolbar{display:flex;flex-direction:column;gap:24px;padding:0;margin-bottom:24px}
.catalog__toolbar-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.catalog__toolbar-row--sort{gap:32px;justify-content:space-between}
.catalog__tabs{display:flex;flex-wrap:wrap;gap:12px;flex:1;min-width:0}
.catalog__tab{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;height:48px;background:#F5F5F5;border:1px solid #F5F5F5;font-size:20px;font-weight:300;font-family:'Roboto Condensed',sans-serif;color:#000;cursor:pointer;transition:background .2s,color .2s;line-height:1.17;white-space:nowrap}
.catalog__tab:hover{background:#E6E6E6;border-color:#E6E6E6}
.catalog__tab.active{background:#007DC1;color:#fff;border-color:#007DC1;font-weight:400}
.catalog__tab--stock{padding:12px 24px}
.catalog__view{display:none;gap:12px;flex-shrink:0}
.catalog__view-btn{width:48px;height:48px;border:none;background:#F5F5F5;color:#000;cursor:pointer;padding:12px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,color .2s}
.catalog__view-btn svg{width:24px;height:24px}
.catalog__view-btn:hover{background:#E6E6E6}
.catalog__view-btn.active{background:#007DC1;color:#fff}
.catalog__view-btn.active:hover{background:#006ba7}
.catalog__sort{display:flex;align-items:center;gap:32px;flex-wrap:wrap}
.catalog__sort-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;padding:12px 0;font-size:20px;font-weight:400;font-family:'Roboto Condensed',sans-serif;color:#000;cursor:pointer;transition:color .2s;line-height:1.17}
.catalog__sort-btn svg{width:24px;height:24px;flex-shrink:0;color:#CACACA;transition:color .2s}
.catalog__sort-btn:hover{color:#007DC1}
.catalog__sort-btn:hover svg{color:#007DC1}
.catalog__sort-btn.active{color:#000;font-weight:400}
.catalog__sort-btn.active svg{color:#1C2026}

/* ==============================
   ВХОДНЫЕ ДВЕРИ — horizontal cards
   ============================== */
.series{margin-bottom:48px}
.series__title{font-size:32px;font-weight:400;text-transform:uppercase;line-height:1.17;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #F5F5F5}
.entry-card{display:flex;gap:32px;border:1px solid #F5F5F5;padding:24px;margin-bottom:24px;transition:box-shadow .3s}
.entry-card:hover{box-shadow:0 4px 24px rgba(0,0,0,.08)}
.entry-card__img{width:300px;flex-shrink:0;aspect-ratio:3/4;overflow:hidden;background:#F5F5F5}
.entry-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.entry-card:hover .entry-card__img img{transform:scale(1.03)}
.entry-card__body{display:flex;flex-direction:column;gap:16px;flex:1}
.entry-card__category{font-size:14px;font-weight:300;color:#5B5B5B;line-height:1.17}
.entry-card__name{font-size:32px;font-weight:400;text-transform:uppercase;line-height:1.17;color:#000;transition:color .3s}
.entry-card__name:hover{color:#007DC1}
.entry-card__article{font-size:14px;font-weight:300;color:#5B5B5B;line-height:1.17}
.entry-card__desc{font-size:16px;font-weight:300;line-height:1.5;color:#5B5B5B;max-width:500px}
.entry-card__meta{display:flex;flex-direction:column;gap:16px;margin-top:auto}
.entry-card__meta-section{display:flex;flex-direction:column;gap:8px}
.entry-card__meta-label{font-size:14px;font-weight:400;line-height:1.17}
.entry-card__colors{display:flex;flex-wrap:wrap;gap:6px}
.entry-card__color{width:32px;height:32px;cursor:pointer}
.entry-card__color.active{outline:2px solid #007DC1;outline-offset:2px}
.entry-card__sizes{display:flex;flex-wrap:wrap;gap:8px}
.entry-card__size{padding:8px 16px;font-size:14px;font-weight:400;border:1px solid #F5F5F5;cursor:pointer;transition:all .3s;font-family:'Roboto Condensed',sans-serif;background:transparent}
.entry-card__size:hover,.entry-card__size.active{background:#007DC1;color:#fff;border-color:#007DC1}
.entry-card__footer{display:flex;align-items:center;gap:24px;margin-top:auto}
.entry-card__price{font-size:32px;font-weight:400;line-height:1.17}
.entry-card__order{display:inline-flex;align-items:center;gap:8px;background:#007DC1;padding:12px 24px;color:#fff;font-size:16px;font-weight:400;text-transform:uppercase;text-decoration:none;transition:background .3s}
.entry-card__order:hover{background:#006ba7}
.entry-card__order svg{width:24px;stroke:#fff;stroke-width:2;flex-shrink:0}

/* ==============================
   PAGINATION — Figma layout_EZV0V9/3J2IZU: 48×48, font 20/400 center, gray #F5F5F5, active blue
   ============================== */
.pagination{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:48px 0 0}
.pagination__item{display:flex;align-items:center;justify-content:center;width:48px;height:48px;font-size:20px;font-weight:400;color:#000;text-decoration:none;background:#F5F5F5;border:none;transition:background .2s,color .2s;line-height:1.3;font-family:'Roboto Condensed',sans-serif}
.pagination__item:hover{background:#E6E6E6;color:#000}
.pagination__item.active{background:#007DC1;color:#fff}
.pagination__item.active:hover{background:#007DC1;color:#fff}
.pagination__item--arrow{font-size:0}
.pagination__item--arrow svg{width:14px;height:14px;stroke:#000;stroke-width:1.8;fill:none;transition:stroke .2s}
.pagination__item--arrow:hover svg{stroke:#000}
.pagination__dots{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#F5F5F5;font-size:20px;color:#000;padding:0;font-family:'Roboto Condensed',sans-serif}

/* ==============================
   CATALOG RESPONSIVE
   ============================== */
@media(max-width:1600px){
  .site-header__nav{gap:16px}
  .site-header__nav a{font-size:13px}
  .catalog__sidebar{width:264px}
  .catalog__body{gap:32px}
}
@media(max-width:1200px){
  .catalog__body{flex-direction:column;gap:24px}
  .catalog__sidebar{width:100%;order:-1}
  .cat-nav{flex-direction:row;flex-wrap:wrap;gap:6px}
  .cat-nav__item{flex:1;min-width:200px}
  .cat-nav__sub{width:100%;margin-top:0}
  .filter{flex-direction:row;flex-wrap:wrap;gap:24px;padding:20px;background:#FAFAFA}
  .filter__title{width:100%}
  .filter__group{width:calc(50% - 12px)}
  .catalog-grid--4col{grid-template-columns:repeat(3,1fr)}
  .catalog-grid--3col{grid-template-columns:repeat(3,1fr)}
  .catalog-grid--2col{grid-template-columns:1fr}
  .entry-card{flex-direction:column}
  .entry-card__img{width:100%;aspect-ratio:16/9}
  .catalog__title{font-size:32px}
}
@media(max-width:680px){
  .catalog-grid--4col{grid-template-columns:repeat(2,1fr)}
  .catalog-grid--3col{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .filter__group{width:100%}
  .catalog__title{font-size:28px}
  .series__title{font-size:24px}
  .entry-card__name{font-size:24px}
  .entry-card__price{font-size:24px}
  .pagination__item{width:40px;height:40px;font-size:16px}
}
@media(max-width:576px){
  .catalog-grid--4col{grid-template-columns:1fr}
  .catalog-grid--3col{grid-template-columns:1fr}
  .entry-card{padding:16px}
  .entry-card__footer{flex-direction:column;align-items:flex-start;gap:12px}
}

/* ==============================
   PRODUCT DETAIL PAGE
   ============================== */
.product{padding:40px 0 80px}
.product__top{display:flex;gap:64px;margin-bottom:80px;align-items:flex-start}

/* Gallery: legacy (thumbs + main) */
.product-gallery{display:flex;gap:16px;flex:0 0 640px;max-width:640px}
.product-gallery__thumbs{display:flex;flex-direction:column;gap:8px;width:80px;flex-shrink:0;overflow:hidden}
.product-gallery__thumb{width:80px;height:100px;cursor:pointer;border:2px solid transparent;transition:border-color .3s;overflow:hidden;background:#F5F5F5}
.product-gallery__thumb:hover,.product-gallery__thumb.active{border-color:#007DC1}
.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}
.product-gallery__main{flex:1;background:#F5F5F5;position:relative;overflow:hidden;aspect-ratio:3/4}
.product-gallery__main img{width:100%;height:100%;object-fit:cover;display:block}

/* Gallery: duo — 2 images side-by-side with vertical offset (Figma product 11/10) */
.product-gallery--duo{display:grid;grid-template-columns:1fr 1fr;gap:24px;flex:0 0 560px;max-width:560px;align-items:start}
.product-gallery__slot{display:block;background:#F5F5F5;aspect-ratio:244/340;overflow:hidden;cursor:zoom-in}
.product-gallery__slot:nth-child(1){margin-top:0}
.product-gallery__slot:nth-child(2){margin-top:48px}
.product-gallery__slot img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .5s}
.product-gallery__slot:hover img{transform:scale(1.03)}

/* Product info */
.product-info{flex:1;display:flex;flex-direction:column;gap:20px;min-width:0}
.product-info__breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;font-weight:300;line-height:1.4;color:#5B5B5B;margin-bottom:8px}
.product-info__breadcrumbs a{color:#5B5B5B;text-decoration:none;transition:color .2s}
.product-info__breadcrumbs a:hover{color:#007DC1}
.product-info__crumb-current{color:#000}

.product-info__head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.product-info__head .product-info__share{margin-left:auto}
.product-info__hint{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#007DC1;cursor:help;outline:none;vertical-align:middle}
.product-info__hint svg{width:16px;height:16px;display:block}
.product-info__hint--dots{color:#BDBDBD}
.product-info__hint--dots:hover{color:#007DC1}
.product-info__hint--solid{color:#007DC1}
.product-info__tooltip{position:absolute;left:50%;transform:translateX(-50%);bottom:calc(100% + 10px);background:#000;color:#fff;font-size:13px;line-height:1.35;padding:10px 14px;width:max-content;max-width:280px;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;pointer-events:none;z-index:10;text-transform:none}
.product-info__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#000}
.product-info__hint:hover .product-info__tooltip,
.product-info__hint:focus .product-info__tooltip,
.product-info__hint:focus-visible .product-info__tooltip{opacity:1;visibility:visible}
.product-info__name{font-size:56px;font-weight:400;text-transform:uppercase;line-height:1.1;margin:0;color:#007DC1}

/* ========== SERIES TABLE (catalog-vhodnye «Штамп») ========== */
.series-table{display:flex;flex-direction:column;gap:0;margin-top:16px}
.series-table__head,.series-table__row{display:grid;grid-template-columns:44px repeat(4,1fr);gap:16px;align-items:stretch}
.series-table__head{padding:14px 0 12px;border-bottom:1px solid #E3E3E3}
.series-table__col-title{font-size:13px;font-weight:700;line-height:1.35;letter-spacing:.02em;color:#000;padding:4px 8px;text-transform:uppercase}
.series-table__label-col{grid-row:1}
.series-table__row{padding:18px 0;border-bottom:1px solid #E3E3E3;position:relative}
.series-table__row:last-child{border-bottom:none}
.series-table__label{display:flex;align-items:center;justify-content:center}
.series-table__label span{display:inline-block;writing-mode:vertical-rl;transform:rotate(180deg);font-size:16px;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#000;white-space:nowrap;padding:8px 0}
.series-card{display:flex;flex-direction:column;position:relative;color:#000;text-decoration:none}
.series-card__img{position:relative;background:#F5F5F5;aspect-ratio:244/340;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:background .2s}
.series-card__img img{width:auto;height:92%;max-width:92%;object-fit:contain;display:block;transition:transform .5s}
.series-card:hover .series-card__img img{transform:scale(1.03)}
.series-card__compare{position:absolute;top:10px;right:10px;width:26px;height:26px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;color:#000;opacity:.85;transition:opacity .2s,color .2s;cursor:pointer;padding:0;z-index:2}
.series-card__compare:hover{opacity:1;color:#007DC1}
.series-card__compare svg{width:14px;height:14px}
.series-card__badge{position:absolute;top:10px;left:10px;z-index:2;background:#007DC1;color:#fff;font-size:13px;line-height:1;padding:6px 10px;text-transform:lowercase;letter-spacing:.01em;font-weight:400}
.series-card__bottom{display:flex;align-items:center;gap:10px;justify-content:flex-start;padding:12px 0 4px;min-height:38px}
.series-card__price{font-size:18px;font-weight:400;color:#000;letter-spacing:.01em}
.series-card__price-suffix{font-size:16px;color:#000}
.series-card__price-group{display:flex;flex-direction:column;gap:2px;line-height:1}
.series-card__price-old{font-size:13px;color:#8A8A8A;text-decoration:line-through;line-height:1}
.series-card--sale .series-card__price{color:#007DC1}
.series-card__info{display:inline-flex;width:16px;height:16px;cursor:help;position:relative;color:#8A8A8A}
.series-card__info img{width:16px;height:16px;display:block}
.series-card__info .cat-card__tooltip{bottom:calc(100% + 8px);left:0;transform:none}
@media(max-width:1100px){
  .series-table__head,.series-table__row{grid-template-columns:40px repeat(2,1fr);gap:12px}
  .series-table__col-title:nth-child(n+4),.series-table__row > .series-card:nth-child(n+4){display:none}
}
@media(max-width:640px){
  .series-table__head{display:none}
  .series-table__row{grid-template-columns:28px 1fr;gap:10px;padding:14px 0}
  .series-table__row > .series-card:nth-child(n+3){display:none}
  .series-table__label span{font-size:13px}
}
.product-info__share{width:40px;height:40px;flex-shrink:0;background:transparent;border:none;padding:8px;color:#5B5B5B;cursor:pointer;transition:color .2s}
.product-info__share:hover{color:#007DC1}
.product-info__share svg{width:20px;height:20px}

.product-info__article{font-size:14px;font-weight:300;line-height:1.17;color:#5B5B5B}
.product-info__tagline{font-size:18px;font-weight:300;line-height:1.4;color:#000;margin:0 0 8px}

.product-info__section{display:flex;flex-direction:column;gap:12px}
.product-info__label{font-size:16px;font-weight:400;line-height:1.17;color:#5B5B5B;text-transform:uppercase;letter-spacing:.04em}

.product-info__colors{display:flex;flex-wrap:wrap;gap:8px}
.product-info__color{width:40px;height:40px;cursor:pointer;position:relative;transition:outline .2s;border:1px solid rgba(0,0,0,.08);padding:0}
.product-info__color.active{outline:2px solid #007DC1;outline-offset:2px}
.product-info__color-name{font-size:14px;font-weight:300;color:#5B5B5B}
.product-info__sizes{display:flex;flex-wrap:wrap;gap:8px}
.product-info__size{padding:10px 20px;min-width:96px;background:transparent;border:2px solid #E6E6E6;font-size:16px;font-weight:400;line-height:1.2;cursor:pointer;transition:all .2s;font-family:'Roboto Condensed',sans-serif;color:#000}
.product-info__size:hover{border-color:#007DC1}
.product-info__size.active{background:#007DC1;color:#fff;border-color:#007DC1}

.product-info__radios{display:flex;gap:24px;flex-wrap:wrap}
.product-info__radio{display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-size:16px;font-weight:300;color:#000}
.product-info__radio input{position:absolute;opacity:0;pointer-events:none}
.product-info__radio-dot{width:20px;height:20px;border:1px solid #5B5B5B;border-radius:50%;position:relative;flex-shrink:0;transition:border-color .2s}
.product-info__radio-dot::after{content:'';position:absolute;inset:3px;background:#007DC1;border-radius:50%;opacity:0;transition:opacity .2s}
.product-info__radio input:checked + .product-info__radio-dot{border-color:#007DC1}
.product-info__radio input:checked + .product-info__radio-dot::after{opacity:1}

.product-info__price-block{display:flex;flex-direction:column;gap:4px;margin-top:16px}
.product-info__price-wrap{display:flex;align-items:center;gap:12px}
.product-info__price{font-size:40px;font-weight:400;text-transform:uppercase;line-height:1.1}
.product-info__price-info{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;cursor:help}
.product-info__price-info img{width:18px;height:18px;opacity:.6}
.product-info__price-info .cat-card__tooltip{min-width:220px}
.product-info__price-info:hover .cat-card__tooltip,.product-info__price-info:focus .cat-card__tooltip{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}
.product-info__stock{font-size:14px;font-weight:300;color:#3BA853}

.product-info__order{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-width:320px;background:#007DC1;padding:20px 28px;color:#fff;font-size:18px;font-weight:400;text-transform:uppercase;line-height:1.17;text-decoration:none;transition:background .3s;align-self:flex-start;margin-top:24px}
.product-info__order:hover{background:#006ba7}
.product-info__order svg{width:27px;height:14px;flex-shrink:0}

/* Tabs */
.product-tabs{margin-bottom:80px}
.product-tabs__nav{display:flex;gap:0;border-bottom:1px solid #E6E6E6;margin-bottom:40px}
.product-tabs__tab{padding:20px 32px;font-size:20px;font-weight:400;text-transform:uppercase;line-height:1.17;cursor:pointer;color:#5B5B5B;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s;white-space:nowrap;font-family:'Roboto Condensed',sans-serif}
.product-tabs__tab:hover{color:#000}
.product-tabs__tab.active{color:#000;border-bottom-color:#007DC1}
.product-tabs__panel{display:none;animation:tabFade .3s ease}
.product-tabs__panel.active{display:block}
.product-tabs__text{font-size:18px;font-weight:300;line-height:1.8;color:#000;max-width:1100px}
.product-tabs__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px;max-width:800px}
.product-tabs__list li{position:relative;padding-left:20px;font-size:18px;font-weight:300;line-height:1.5;color:#000}
.product-tabs__list li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#007DC1}
@keyframes tabFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* Legacy radio-based tabs (kept for back-compat) */
.product-tabs__radio{display:none}
.product-tabs__label{padding:16px 32px;font-size:20px;font-weight:400;text-transform:uppercase;line-height:1.17;cursor:pointer;color:#5B5B5B;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .3s;white-space:nowrap}
.product-tabs__label:hover{color:#000}
.product-tabs__radio:checked+.product-tabs__label{color:#000;border-bottom-color:#007DC1}

/* Tab: description */
.product-desc{max-width:900px}
.product-desc__text{font-size:20px;font-weight:300;line-height:2;color:#000;margin-bottom:32px}
.product-desc__text p+p{margin-top:16px}
.product-desc__features{display:flex;flex-direction:column;gap:12px}
.product-desc__feature{display:flex;align-items:flex-start;gap:12px;font-size:18px;font-weight:300;line-height:1.5}
.product-desc__feature::before{content:'';width:8px;height:8px;background:#007DC1;flex-shrink:0;margin-top:8px}

/* Tab: specifications */
.product-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.product-specs__group{background:#F7F7F7;padding:8px 24px}
.product-specs__table{width:100%;border-collapse:collapse}
.product-specs__table tr{border-bottom:1px solid #EAEAEA}
.product-specs__table tr:nth-child(even){background:#fff}
.product-specs__table tr:last-child{border-bottom:none}
.product-specs__table td{padding:14px 12px;font-size:15px;font-weight:300;line-height:1.4;vertical-align:top}
.product-specs__table td:first-child{font-weight:300;color:#5B5B5B;width:55%}
.product-specs__table td:last-child{color:#000;font-weight:400;text-align:right}

/* Tab: construction */
.product-construction{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:flex-start}
.product-construction__diagram{position:relative;background:#F5F5F5;aspect-ratio:3/4;overflow:hidden}
.product-construction__diagram img{width:100%;height:100%;object-fit:cover;display:block}
.product-construction__page{position:absolute;width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #D0D0D0;color:#5B5B5B;font-size:14px;font-weight:400;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-family:'Roboto Condensed',sans-serif;padding:0;box-shadow:0 2px 6px rgba(0,0,0,.15);transform:translate(-50%,-50%);z-index:2}
.product-construction__page:hover{background:#E6F3FA;border-color:#007DC1;color:#007DC1}
.product-construction__page.active{background:#007DC1;border-color:#007DC1;color:#fff}
.product-construction__list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;counter-reset:none}
.product-construction__item{display:flex;align-items:flex-start;gap:16px;font-size:16px;font-weight:300;line-height:1.5;color:#000;padding:12px 16px;cursor:pointer;border:1px solid transparent;transition:all .2s}
.product-construction__item:hover{background:#F7F7F7}
.product-construction__item.active{background:#E6F3FA;border-color:#007DC1}
.product-construction__item-num{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#007DC1;color:#fff;font-size:14px;font-weight:400;flex-shrink:0;border-radius:50%}

/* Recommended / "Сочетается с этой моделью" */
.recommend{padding:40px 0 80px}
.recommend__title{font-size:48px;font-weight:400;text-transform:uppercase;line-height:1.1;margin-bottom:48px}
.recommend__grid.catalog-grid{display:grid}
.recommend__grid.catalog-grid--3col{grid-template-columns:repeat(3,1fr);gap:24px}
/* Legacy scroll fallback (if .catalog-grid class is not present) */
.recommend__grid:not(.catalog-grid){display:flex;gap:24px;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.recommend__grid:not(.catalog-grid)::-webkit-scrollbar{height:4px}
.recommend__grid:not(.catalog-grid)::-webkit-scrollbar-track{background:#F5F5F5}
.recommend__grid:not(.catalog-grid)::-webkit-scrollbar-thumb{background:#007DC1;border-radius:2px}
.recommend__grid:not(.catalog-grid) .cat-card{min-width:280px;max-width:300px;flex-shrink:0;scroll-snap-align:start}

/* ==============================
   PRODUCT DETAIL RESPONSIVE
   ============================== */
@media(max-width:1600px){
  .product-gallery{flex:0 0 520px;max-width:520px}
  .product-gallery--duo{flex:0 0 460px;max-width:460px}
  .product__top{gap:48px}
  .product-info__name{font-size:44px}
}
@media(max-width:1200px){
  .product__top{flex-direction:column;gap:32px}
  .product-gallery{flex:none;max-width:100%;width:100%}
  .product-gallery--duo{flex:none;max-width:100%;width:100%}
  .product-gallery__main{max-height:500px}
  .product-gallery__thumbs{flex-direction:row;width:100%;overflow-x:auto}
  .product-gallery__thumb{width:72px;height:90px;flex-shrink:0}
  .product-info__name{font-size:36px}
  .recommend__title{font-size:36px}
  .recommend__grid.catalog-grid--3col{grid-template-columns:repeat(2,1fr)}
  .product-specs{grid-template-columns:1fr}
  .product-construction{grid-template-columns:1fr;gap:32px}
}
@media(max-width:768px){
  .product-info__name{font-size:28px}
  .product-info__price{font-size:28px}
  .product-tabs__tab,.product-tabs__label{padding:12px 20px;font-size:16px}
  .product-specs__table td:first-child{width:180px}
  .recommend__title{font-size:28px}
  .recommend__grid.catalog-grid--3col{grid-template-columns:1fr;gap:16px}
  .recommend__grid:not(.catalog-grid) .cat-card{min-width:240px}
}
@media(max-width:576px){
  .product-gallery{flex-direction:column-reverse}
  .product-gallery--duo{grid-template-columns:1fr}
  .product-gallery__thumbs{flex-direction:row;width:100%;order:2}
  .product-gallery__thumb{width:60px;height:75px}
  .product-tabs__nav{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .product-tabs__tab,.product-tabs__label{padding:12px 16px;font-size:14px}
  .product-info__sizes{gap:8px}
  .product-info__size{padding:8px 14px;font-size:14px;min-width:auto}
  .product-info__order{width:100%;justify-content:center;min-width:auto}
  .product-specs__table td{display:block;width:100%;padding:8px 0}
  .product-specs__table td:first-child{padding-bottom:0;font-size:14px}
  .product-specs__table tr{display:flex;flex-direction:column;padding:12px 0}
  .recommend__grid .cat-card{min-width:220px}
}

/* ==============================
   OUR WORKS (gallery page)
   ============================== */
.works{padding:48px 0 80px}
.works__title{font-size:60px;font-weight:400;text-transform:uppercase;line-height:1.15;margin-bottom:56px}

/* Masonry grid: 4-column CSS grid with rowspans / colspans for variety */
.works__grid--masonry{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:16px}
.works__tile{display:block;position:relative;overflow:hidden;background:#F5F5F5;grid-row:span 2}
.works__tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.works__tile:hover img{transform:scale(1.04)}
.works__tile--tall{grid-row:span 3}
.works__tile--wide{grid-column:span 2;grid-row:span 2}

.works__more-wrap{display:flex;justify-content:center;margin-top:48px}
.works__more{display:inline-flex;align-items:center;gap:16px;padding:20px 48px;background:#007DC1;color:#fff;font-size:18px;font-weight:400;text-transform:uppercase;font-family:'Roboto Condensed',sans-serif;border:none;cursor:pointer;transition:background .3s}
.works__more:hover{background:#006ba7}
.works__more svg{width:14px;height:8px}

/* Lightbox */
.lightbox{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}
.lightbox.active{opacity:1;pointer-events:auto}
.lightbox__close{position:absolute;top:24px;right:24px;width:48px;height:48px;font-size:32px;color:#fff;background:none;border:none;cursor:pointer;z-index:2;line-height:1;transition:opacity .3s}
.lightbox__close:hover{opacity:.7}
.lightbox__prev,.lightbox__next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:rgba(255,255,255,.1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .3s}
.lightbox__prev:hover,.lightbox__next:hover{background:rgba(255,255,255,.25)}
.lightbox__prev{left:24px}
.lightbox__next{right:24px}
.lightbox__prev svg,.lightbox__next svg{width:20px;height:20px}
.lightbox__content{max-width:90vw;max-height:85vh;display:flex;flex-direction:column;align-items:center;gap:16px}
.lightbox__img{max-width:100%;max-height:75vh;object-fit:contain;display:block}
.lightbox__caption{color:#fff;font-size:16px;font-weight:300;text-align:center;line-height:1.5}

/* ==============================
   FIRE DOORS page
   ============================== */
/* Dark header modifier — used on fire-doors.html where header lies on top of dark hero */
.site-header--dark{position:absolute;top:0;left:0;right:0;z-index:10;background:transparent;border-bottom:1px solid rgba(255,255,255,.12)}
.site-header--dark .site-header__logo-title,
.site-header--dark .site-header__logo-subtitle,
.site-header--dark .site-header__nav a{color:#fff}
.site-header--dark .site-header__nav a:hover,
.site-header--dark .site-header__nav a.active{color:#007DC1}
.site-header--dark .site-header__search{color:#fff}
.site-header--dark .site-header__search svg{stroke:#fff}
.site-header--dark .site-header__burger span{background:#fff}

.fire-hero{position:relative;margin-top:40px}
.fire-hero__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:16px;align-items:stretch;min-height:460px}
.fire-hero__media{position:relative;overflow:hidden;background:#1a1a1a;min-height:460px;display:flex;flex-direction:column;justify-content:flex-end}
.fire-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}
.fire-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.7) 100%)}
.fire-hero__text{position:relative;z-index:2;color:#fff;padding:48px 48px 48px}
.fire-hero__title{font-size:44px;font-weight:400;text-transform:uppercase;line-height:1.1;margin-bottom:20px;letter-spacing:.01em}
.fire-hero__subtitle{font-size:16px;font-weight:300;line-height:1.45;color:rgba(255,255,255,.88);margin-bottom:32px;max-width:520px}
.fire-hero__btn{display:inline-flex;align-items:center;justify-content:space-between;gap:48px;padding:20px 28px;background:#007DC1;color:#fff;font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:.02em;min-width:300px;transition:background .3s;text-decoration:none}
.fire-hero__btn:hover{background:#006ba7}
.fire-hero__btn svg{width:27px;height:14px;flex-shrink:0}
.fire-hero__features{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:16px;list-style:none;padding:0;margin:0;min-height:460px}
.fire-hero__feature{background:#F5F5F5;color:#000;padding:32px 32px;font-size:18px;font-weight:400;line-height:1.25;text-transform:uppercase;display:flex;align-items:center}

/* Features — 4 light tiles overlapping hero bottom (Figma frames 206/207/208/209) */
/* .fire-features — удалено, плашки теперь внутри .fire-hero__features */

/* Video block */
.fire-video{padding:120px 0}
.fire-video__title{font-size:48px;font-weight:400;text-transform:uppercase;line-height:1.17;margin-bottom:48px}
.fire-video__wrap{display:flex;gap:64px;align-items:flex-end}
.fire-video__player{position:relative;flex:1;aspect-ratio:16/9;background:#1a1a1a;cursor:pointer;overflow:hidden}
.fire-video__thumb{position:absolute;inset:0;background:url('/local/templates/bdk/assets/css/../img/hero-bg.png') center/cover no-repeat;opacity:.8}
.fire-video__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,.55) 100%)}
.fire-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:96px;height:96px;background:none;border:none;padding:0;cursor:pointer;z-index:2;transition:transform .3s}
.fire-video__play:hover{transform:translate(-50%,-50%) scale(1.1)}
.fire-video__play svg{width:96px;height:96px}
.fire-video__desc{width:360px;flex-shrink:0;font-size:18px;font-weight:300;line-height:1.6;color:#5B5B5B;padding-bottom:16px}

.fire-products{padding:0 0 120px}
.fire-products__title{font-size:48px;font-weight:400;text-transform:uppercase;line-height:1.17;margin-bottom:48px}

/* ==============================
   MODALS
   ============================== */
.modal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s;padding:20px;overflow-y:auto}
.modal.active{opacity:1;pointer-events:auto}
.modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6)}
.modal__card{position:relative;z-index:2;background:#fff;max-width:640px;width:100%;padding:56px 48px 48px;animation:modalSlide .3s ease;box-shadow:0 20px 60px rgba(0,0,0,.2);margin:auto}
.modal__card--order{max-width:720px}
.modal__card--success{max-width:640px}
@keyframes modalSlide{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}

.modal__close{position:absolute;top:20px;right:20px;width:40px;height:40px;font-size:28px;color:#000;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s;line-height:1;z-index:3}
.modal__close:hover{opacity:.5}

.modal__head{margin-bottom:32px}
.modal__title{font-size:32px;font-weight:400;text-transform:uppercase;line-height:1.15;margin-bottom:12px;color:#000}
.modal__subtitle{font-size:16px;font-weight:300;line-height:1.5;color:#5B5B5B;margin:0}

/* Product card inside order modal */
.modal__product{display:flex;gap:20px;align-items:stretch;padding:20px 0;margin-bottom:32px;border-bottom:2px solid #F5F5F5;position:relative}
.modal__product-img{width:96px;height:120px;object-fit:cover;background:#F5F5F5;flex-shrink:0}
.modal__product-main{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}
.modal__product-category{font-size:13px;font-weight:300;color:#5B5B5B;text-transform:none}
.modal__product-name-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
.modal__product-name{font-size:22px;font-weight:400;text-transform:uppercase;line-height:1.15;color:#007DC1}
.modal__product-article{font-size:13px;font-weight:300;color:#5B5B5B}
.modal__product-specs{display:flex;flex-direction:column;gap:4px;margin-top:4px}
.modal__product-spec{display:flex;justify-content:space-between;gap:12px;font-size:13px;line-height:1.4}
.modal__product-spec>span:first-child{color:#5B5B5B;font-weight:300}
.modal__product-spec>span:last-child{color:#000;font-weight:400;text-align:right}
.modal__product-price{font-size:22px;font-weight:400;text-transform:uppercase;color:#000;white-space:nowrap;align-self:flex-start;padding-top:8px}

/* Form */
.modal__form{display:flex;flex-direction:column;gap:0}
.modal__input{width:100%;padding:18px 0;font-size:16px;font-family:'Roboto Condensed',sans-serif;font-weight:300;border:none;border-bottom:1px solid #EAEAEA;background:transparent;outline:none;transition:border-color .3s;color:#000}
.modal__input::placeholder{color:#5B5B5B}
.modal__input:focus{border-bottom-color:#007DC1}
.modal__input--textarea{resize:vertical;min-height:56px;font-family:'Roboto Condensed',sans-serif}

.modal__submit{margin-top:32px;width:100%;padding:20px 24px;background:#007DC1;color:#fff;font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:.02em;font-family:'Roboto Condensed',sans-serif;cursor:pointer;transition:background .3s;border:none;display:flex;align-items:center;justify-content:center;gap:16px}
.modal__submit:hover{background:#006ba7}
.modal__submit svg{width:27px;height:14px;flex-shrink:0}

/* Agreement checkbox */
.modal__agree{display:flex;align-items:flex-start;gap:12px;margin-top:20px;cursor:pointer;user-select:none}
.modal__agree input{position:absolute;opacity:0;pointer-events:none}
.modal__agree-box{width:20px;height:20px;border:1px solid #007DC1;background:#007DC1;flex-shrink:0;margin-top:2px;position:relative;transition:all .2s}
.modal__agree-box::after{content:"";position:absolute;left:5px;top:1px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:1;transition:opacity .2s}
.modal__agree input:not(:checked)+.modal__agree-box{background:#fff}
.modal__agree input:not(:checked)+.modal__agree-box::after{opacity:0}
.modal__agree-text{font-size:12px;line-height:1.5;color:#5B5B5B;font-weight:300}
.modal__agree-text a{color:#007DC1;text-decoration:underline}

/* Messengers */
.modal__messengers{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:32px;padding-top:32px;border-top:1px solid #EAEAEA;flex-wrap:wrap}
.modal__messengers--success{margin-top:24px;padding-top:0;border-top:none;justify-content:flex-start}
.modal__messengers-text{font-size:15px;font-weight:400;text-transform:uppercase;color:#000}
.modal__messengers-icons{display:flex;gap:12px}
.modal__messenger{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;transition:transform .2s, opacity .2s}
.modal__messenger:hover{transform:translateY(-2px);opacity:.9}
.modal__messenger svg{width:28px;height:28px}
.modal__messenger--chat{background:#007DC1}
.modal__messenger--wa{background:#25D366}
.modal__messenger--tg{background:#2AABEE}

/* Modal demo page */
.modal-demo{padding:48px 0 120px}
.modal-demo__title{font-size:48px;font-weight:400;text-transform:uppercase;line-height:1.17;margin-bottom:16px}
.modal-demo__desc{font-size:20px;font-weight:300;line-height:1.6;color:#5B5B5B;margin-bottom:48px}
.modal-demo__buttons{display:flex;flex-wrap:wrap;gap:16px}
.modal-demo__btn{padding:20px 40px;background:#007DC1;color:#fff;font-size:18px;font-weight:400;text-transform:uppercase;font-family:'Roboto Condensed',sans-serif;cursor:pointer;transition:background .3s;border:none}
.modal-demo__btn:hover{background:#006ba7}

/* ==============================
   GALLERY / FIRE / MODALS RESPONSIVE
   ============================== */
@media(max-width:1600px){
  .fire-hero__title{font-size:36px}
  .fire-hero__text{padding:32px}
  .fire-hero__feature{padding:24px 24px;font-size:16px}
  .fire-video__wrap{gap:48px}
}
@media(max-width:1200px){
  .works__grid--masonry{grid-template-columns:repeat(3,1fr);grid-auto-rows:160px}
  .works__title{font-size:44px;margin-bottom:40px}
  .works__tile--wide{grid-column:span 2}
  .fire-hero{margin-top:24px}
  .fire-hero__grid{grid-template-columns:1fr;gap:12px;min-height:auto}
  .fire-hero__media{min-height:360px}
  .fire-hero__title{font-size:32px}
  .fire-hero__subtitle{font-size:16px;margin-bottom:24px}
  .fire-hero__btn{min-width:280px;padding:18px 22px;font-size:15px}
  .fire-hero__features{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr 1fr;gap:12px;min-height:auto}
  .fire-hero__feature{padding:20px 22px;font-size:15px;min-height:100px}
  .fire-video{padding:80px 0}
  .fire-video__title{font-size:36px}
  .fire-video__wrap{flex-direction:column;align-items:stretch;gap:24px}
  .fire-video__desc{width:auto;max-width:640px}
  .fire-products{padding:0 0 80px}
  .fire-products__title{font-size:36px}
  .modal__card{padding:40px 32px}
}
@media(max-width:768px){
  .works__grid--masonry{grid-template-columns:repeat(2,1fr);grid-auto-rows:140px;gap:12px}
  .works__title{font-size:32px;margin-bottom:32px}
  .works__tile--wide{grid-column:span 2}
  .works__tile--tall{grid-row:span 2}
  .works__more{padding:16px 32px;font-size:16px}
  .fire-hero{margin-top:16px}
  .fire-hero__media{min-height:320px}
  .fire-hero__text{padding:24px 20px}
  .fire-hero__title{font-size:26px}
  .fire-hero__subtitle{font-size:15px}
  .fire-hero__btn{min-width:auto;width:100%;gap:16px;padding:16px 20px}
  .fire-hero__features{grid-template-columns:1fr;grid-template-rows:auto}
  .fire-hero__feature{min-height:auto;padding:18px 20px;font-size:14px}
  .fire-video__title{font-size:28px}
  .fire-video__play{width:72px;height:72px}
  .fire-video__play svg{width:72px;height:72px}
  .fire-products__title{font-size:28px}
  .modal__title{font-size:24px}
  .modal__card{padding:32px 24px 24px}
  .modal__product{flex-wrap:wrap}
  .modal__product-price{align-self:center;width:100%;text-align:right;padding-top:0}
  .modal__product-img{width:80px;height:100px}
  .modal__messengers{flex-direction:column;align-items:flex-start;gap:12px}
  .modal-demo__title{font-size:32px}
}
@media(max-width:576px){
  .works__grid--masonry{grid-template-columns:1fr;grid-auto-rows:180px}
  .works__tile--wide,.works__tile--tall,.works__tile{grid-column:span 1;grid-row:span 1}
  .fire-hero__title{font-size:22px}
  .fire-hero__text{padding:20px 16px}
  .modal__card{padding:28px 20px 20px}
  .modal__product-img{width:64px;height:80px}
  .modal__product-name{font-size:18px}
  .modal__submit{padding:16px 20px;font-size:15px}
  .modal-demo__buttons{flex-direction:column}
  .modal-demo__btn{width:100%}
  .modal-demo__title{font-size:24px}
}

/* BURGER MENU */
.site-header__burger{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:6px;cursor:pointer;background:none;border:none;z-index:1002}
.site-header__burger span{display:block;width:24px;height:2px;background:#000;transition:all .3s}

@media(max-width:992px){
  .site-header__burger{display:flex}
  .site-header__nav{position:fixed;top:0;right:-100%;width:320px;height:100vh;background:#fff;flex-direction:column;padding:80px 40px 40px;gap:24px;z-index:1001;transition:right .3s ease;box-shadow:-4px 0 24px rgba(0,0,0,.1);overflow-y:auto}
  .site-header__nav.active{right:0}
  .site-header__nav a{font-size:20px}
  .site-header__burger.active span:nth-child(1){transform:rotate(45deg) translate(3px,3px)}
  .site-header__burger.active span:nth-child(2){opacity:0}
  .site-header__burger.active span:nth-child(3){transform:rotate(-45deg) translate(3px,-3px)}
  
  /* Hero adjustments for small screens */
  .hero__left{width:100%;padding:40px 20px}
  .hero__left-head{margin-bottom:32px;align-items:center}
  .hero__logo{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:6px 16px;align-items:start;flex:1;min-width:0}
  .hero__logo-img{grid-column:1;grid-row:1 / span 2;align-self:center;width:72px;height:66px;object-fit:contain}
  .hero__logo-title{grid-column:2;grid-row:1;font-size:18px;line-height:1.15}
  .hero__logo-subtitle{grid-column:2;grid-row:2;font-size:14px;line-height:1.17}
  .hero__info{padding:30px 20px;flex-direction:column;gap:24px}
  .hero__info-item{flex:none;width:100%}
  .hero__right-content{padding:30px 20px}
  .hero__search{width:100%;max-width:100%}
  
  /* Catalog sidebar becomes offscreen panel */
  .catalog__sidebar{position:fixed;top:0;left:-100%;width:320px;height:100vh;z-index:1001;background:#fff;overflow-y:auto;padding:80px 20px 20px;transition:left .3s ease;box-shadow:4px 0 24px rgba(0,0,0,.1)}
  .catalog__sidebar.active{left:0}
  .catalog__filter-toggle{display:flex}
}

/* Filter toggle button (hidden on desktop) */
.catalog__filter-toggle{display:none;align-items:center;gap:8px;padding:12px 24px;background:#F5F5F5;font-size:18px;font-weight:400;font-family:'Roboto Condensed',sans-serif;cursor:pointer;border:none;margin-bottom:24px;text-transform:uppercase}

/* ===== Scroll-reveal animations ===== */
[data-reveal]{opacity:0;will-change:opacity,transform;transition:opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1)}
[data-reveal="up"]{transform:translate3d(0,28px,0)}
[data-reveal="down"]{transform:translate3d(0,-28px,0)}
[data-reveal="left"]{transform:translate3d(-40px,0,0)}
[data-reveal="right"]{transform:translate3d(40px,0,0)}
[data-reveal="fade"]{transform:none}
[data-reveal="scale"]{transform:scale(.96)}
[data-reveal].is-visible{opacity:1;transform:none}
.about__stat-value[data-counter]{display:inline-block;min-width:1ch}
@media(prefers-reduced-motion:reduce){
  [data-reveal]{opacity:1;transform:none;transition:none}
}
/* Subtle image zoom on reveal */
.about__image[data-reveal] img{transform:scale(1.06);transition:transform 1.2s cubic-bezier(.22,.61,.36,1);will-change:transform}
.about__image[data-reveal].is-visible img{transform:scale(1)}

/* End */
/* /local/templates/bdk/assets/css/bdk.css?177818637575150 */
