.com-header {
  background: #131313;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}


.com-header-img {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.com-txt {
  position: absolute;
  padding: 50px 0;
  text-align: center;
}

.com-txt .com-txt-h2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.com-txt .com-txt-h2 .item1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
}


.com-txt h1 {
  padding: 2px 0px;
  font: 300 30px 'roboto condensed',sans-serif;
}

.com-txt .item1 span {
  font-weight: 600;
}


.orange {
  color: #fd7500;
}

.com-txt .sub-txt {
  color: #b4b4b4;
  font-size: 14px;
}

.com-txt h1 {
  padding: 2px 0px;
  font: 300 30px 'roboto condensed',sans-serif;
      color: #fff;
}

.community-section li.item2 {
    margin: 10px auto;
}

.com-grid{
  display:grid;
  grid-template-columns: 300px 1fr;
  gap:24px;
  align-items:start;
}
.com-filter{
  position:sticky; top:16px;
  background:#fff; border:1px solid #eaeaea; border-radius:12px;
  padding:16px; box-shadow:0 8px 24px rgba(16,24,40,.06);
}
.fil-block{ margin-bottom:16px; }
.fil-label{ display:block; font:600 13px/1.2 Inter,system-ui,sans-serif; color:#111; margin-bottom:8px; }
.fil-input{
  width:100%; padding:10px 12px; border:1px solid #dfe3ea; border-radius:8px;
  background:#fff; color:#111;
}
.fil-row{ display:flex; align-items:center; gap:8px; }
.fil-input.short{ width:100%; max-width:110px; }
.fil-sep{ color:#667085; }
.fil-help{ color:#667085; }
.fil-actions{ display:flex; gap:8px; margin-top:8px; }
.btn.grad{ padding:10px 14px; background:#ff7a1a; color:#fff; border-radius:8px; border:0; cursor:pointer; }
.btn.ghost{ padding:10px 14px; border:1px solid #e4e6ef; border-radius:8px; color:#111; text-decoration:none; background:#fff; }
@media (max-width: 980px){
  .com-grid{ grid-template-columns:1fr; }
  .com-filter{ position:static; }
}
