.shop--cart__block{
  display:none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff5e;
}
.shop--cart__block.is-active{
  display:block;
}
