/* === INFOSTAND V71: exact supplied logo asset + cleaner centered mobile hero title === */

.hero .brand--mark > img,
.sticky-home-header__brand img,
.catalog-brand--mark .logo-tile img,
.catalog-footer__brand--mark .logo-tile img,
.footer-brand--mark .logo-tile img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
}

.hero .brand--mark > img,
.sticky-home-header__brand img,
.catalog-brand--mark .logo-tile img,
.catalog-footer__brand--mark .logo-tile img,
.footer-brand--mark .logo-tile img{
  border-radius:12px!important;
}

.catalog-brand--mark .logo-tile,
.catalog-footer__brand--mark .logo-tile,
.footer-brand--mark .logo-tile{
  background:transparent!important;
  overflow:visible!important;
}

@media (max-width:640px) and (orientation:portrait){
  :root{
    --hero-title-equal-size:clamp(58px,15vw,70px);
  }

  .hero-word-wrap{
    top:clamp(166px,19.1svh,188px)!important;
    left:var(--hero-mobile-pad)!important;
    right:var(--hero-mobile-pad)!important;
    display:block!important;
    overflow:visible!important;
  }

  .hero-word{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:calc(var(--hero-title-equal-size) * 1.76)!important;
    margin:0!important;
    display:grid!important;
    align-content:start!important;
    justify-items:center!important;
    font-size:0!important;
    line-height:1!important;
    text-align:center!important;
  }

  .hero-word span{display:none!important}

  .hero-word::before,
  .hero-word::after{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:"Unbounded",sans-serif!important;
    font-size:var(--hero-title-equal-size)!important;
    font-weight:800!important;
    line-height:.88!important;
    letter-spacing:-.04em!important;
    text-transform:uppercase!important;
    text-align:center!important;
    white-space:nowrap!important;
    transform:none!important;
  }

  .hero-word::before{
    content:"ИНФО"!important;
  }

  .hero-word::after{
    content:"СТЕНДЫ"!important;
    margin-top:clamp(2px,.55svh,8px)!important;
  }
}

@media (max-width:405px) and (max-height:870px) and (orientation:portrait){
  :root{--hero-title-equal-size:clamp(56px,14.8vw,64px)}
  .hero-word-wrap{top:160px!important}
}

@media (min-width:415px) and (max-width:640px) and (min-height:890px) and (orientation:portrait){
  :root{--hero-title-equal-size:clamp(62px,15.2vw,72px)}
  .hero-word-wrap{top:clamp(172px,19svh,194px)!important}
}
