/* «Возможности Форума» — плитки 2×2 со стеклянными иконками (макет 6832:12632).
   Пятая плитка — «Особый статус», её в макете нет, но с неё открывается экран услуги. */

.opts-back { position: absolute; left: 32px; top: 226px; white-space: pre; cursor: pointer;
  font-weight: 500; font-size: 28px; line-height: 1.2; color: rgba(255,255,255,0.85); }
.opts-title { position: absolute; left: 32px; top: 290px; width: 776px;
  font-weight: 700; font-size: 48px; line-height: 1.16; color: #fff; }

.opt-tile { position: absolute; width: 493px; height: 399px; cursor: pointer; overflow: hidden;
  box-sizing: border-box; padding: 42px 38px; border-radius: 24px;
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(14px); }
.opt-tile .t { font-weight: 600; font-size: 40px; line-height: 1.16; color: #fff; }
.opt-tile .s { margin-top: 12px; width: 300px; font-weight: 400; font-size: 28px; line-height: 1.2;
  color: rgba(255,255,255,0.72); }
.opt-ico { position: absolute; right: -10px; bottom: -20px; height: 300px; width: auto;
  pointer-events: none; }
.opt-ico-status { right: 56px; bottom: 30px; height: 100px; opacity: 0.85; }

/* Сетка макета: два столбца, два ряда; пятая плитка — во всю ширину под ними */
.opt-map      { left: 32px;  top: 380px; }
.opt-postcard { left: 555px; top: 380px; }
.opt-help     { left: 32px;  top: 810px; }
.opt-profile  { left: 555px; top: 810px; }
.opt-status   { left: 32px;  top: 1240px; width: 1016px; height: 160px; padding: 32px 38px; }
.opt-status .s { width: auto; }
