
/* BITBANK_PC_METHOD_NOTE_COMPACT_V34 */

/*
  ПК: ещё уменьшаем левую карточку описания метода примерно на 12%.
  Шапку, мобильную версию и основной обменный блок не трогаем.
*/
@media (min-width:681px){
  .hero-copy .direction-note{
    height:111px !important;
    min-height:111px !important;
    max-height:111px !important;
    overflow:hidden !important;
    padding:11px 15px !important;
  }

  .hero-copy .direction-note strong{
    min-height:0 !important;
    font-size:12.2px !important;
    line-height:1.18 !important;
    margin-bottom:4px !important;
  }

  .hero-copy .direction-note span{
    font-size:11.25px !important;
    line-height:1.29 !important;
  }
}

/* На средних планшетах оставляем чуть больше места */
@media (min-width:681px) and (max-width:980px){
  .hero-copy .direction-note{
    height:122px !important;
    min-height:122px !important;
    max-height:122px !important;
  }
}
