.btm_gdbr{
  position: sticky; z-index: 1001; right: 0; bottom: 0; left: 0;
  display: none; opacity: 0; background: #e9ca95; padding: 20px 4%;
  transition: opacity .2s;
}
.btm_gdbr.active{
  display: block; opacity: 1;
}
.btm_gdbr_left{

}
.btm_gdbr_yes{
  line-height: 1.25; padding: 1em 1em; background: #fff; text-align: center; border-radius: 10px; cursor: pointer
}
.btm_gdbr_right{
  margin: 10px 0 0;
}
.btm_gdbr_link{
  text-decoration: underline;
}
@media print, screen and (min-width: 768px){
  .btm_gdbr{
    display: none; align-items: center; justify-content: center;
  }
  .btm_gdbr.active{
    display: flex;
  }
  .btm_gdbr_left{
    flex-shrink: 0;
    width: 250px; margin: 0 1em 0 0;
  }
  .btm_gdbr_right{
    max-width: 700px; margin: 0;
  }
}
