.Card_bigBox__dMFDY,
.Card_box__eXxxB {
  position: relative;
}
.Card_bigBox__dMFDY:before,
.Card_box__eXxxB:before {
  background: linear-gradient(135deg, #727272, #323232, #525252);
}
.Card_bigBox__dMFDY:before,
.Card_boxTelegram__3PxVC:before,
.Card_box__eXxxB:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--br);
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.Card_boxTelegram__3PxVC:before {
  background: linear-gradient(90deg, #394aff, #ff8f28);
}
.Card_bigBox__dMFDY:before {
  padding: 3px;
}
.Card_shadow__4hUbc {
  box-shadow: inset 0 33px 25px 0 #000, inset 0 66px 15px 0 #ccc,
    inset 0 99px 5px 0 #fff;
  background-color: red;
}
