@import url("/common/framework/css/product-header.ru.css.gz");

/* Responsive product header styles.

   @file        product-header.css.ru
   @author      marionm
   ========================================================================== */

/* ==========================================================================
   overrides for standard product header styles
   ========================================================================== */

:root {
    --product-header-red: #0067a4;
    --product-header-orange: #dd1100;
    --product-header-yellow: #6fffff;
}

#_product-name h1 svg {
    margin-bottom: -3px;
    width: 0px;
}

@media all and (max-width: 900px) {
    #_product-name h1 svg { width: 0px; }

  #_product-more-nav li a, #_product-nav ._product-is-subnav a {
    font-size: 1rem;
  }
}