
/* BITBANK_PC_METHOD_NOTE_STABLE_V28 */

/*
  Фикс только для ПК/планшета:
  левая карточка описания метода больше не меняет высоту
  при переключении методов оплаты/выплаты.
*/
@media (min-width:681px){
  .hero-copy .direction-note{
    height:126px !important;
    min-height:126px !important;
    max-height:126px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    scrollbar-width:thin !important;
    overscroll-behavior:contain !important;
  }

  .hero-copy .direction-note strong{
    display:block !important;
    min-height:22px !important;
  }

  .hero-copy .direction-note span{
    display:block !important;
  }

  .hero-copy .direction-note::-webkit-scrollbar{
    width:4px !important;
  }

  .hero-copy .direction-note::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.18) !important;
    border-radius:999px !important;
  }
}
