/* GOST-ON hero decoration image (auto-generated) */
.pc-header-block { position: relative !important; }
.pc-header-block::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 24px;
    bottom: 24px;
    width: 42%;
    z-index: 7;
    background-image: url("/files/publications/019f808c-2d42-7987-827c-9701d032a46d/hero.png");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    pointer-events: none;
}
/* На мобильном прячем (текст и так занимает всю ширину). */
@media (max-width: 768px) {
    .pc-header-block::after { display: none; }
}
