
.js-lazy-rutube {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font: 600 16px/1.3 system-ui, sans-serif;
  text-align: center;
  z-index: 1;
}
.js-lazy-rutube::before {
  content: '';
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 18px rgba(0,0,0,0.35);
}
.js-lazy-rutube::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #111;
  z-index: 2;
}
.js-lazy-rutube span {
  position: absolute;
  bottom: 12px;
  left: 0; right: 0;
  font-size: 13px;
  opacity: 0.85;
}
