/* ===== KOPĪGAIS NOFORMĒJUMS ===== */
.an-section{
  width:100%;
  margin:28px 0;
  color:#24343a;
  font-family:Arial,Helvetica,sans-serif;
  box-sizing:border-box;
}
.an-section *{box-sizing:border-box}
.an-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:26px 30px;
  border-radius:18px 18px 0 0;
  background:linear-gradient(120deg,#8B5B37 0%,#E39A32 58%,#4EA4B3 100%);
  color:#fff;
  box-shadow:0 10px 28px rgba(38,50,56,.13);
}
.an-hero-text{flex:1 1 auto;min-width:0}
.an-eyebrow{
  margin:0 0 7px;
  color:#fff4e4;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.an-title{
  margin:0;
  color:#fff;
  font-size:28px;
  line-height:1.2;
  font-weight:800;
}
.an-description{
  max-width:780px;
  margin:10px 0 0;
  color:#fff;
  font-size:15px;
  line-height:1.5;
  opacity:.95;
}
.an-unit{
  flex:0 0 auto;
  min-width:118px;
  padding:13px 17px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:14px;
  background:rgba(255,255,255,.16);
  text-align:center;
}
.an-unit-label{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.an-unit-value{
  display:block;
  color:#fff;
  font-size:19px;
  line-height:1.1;
}
.an-meta{
  padding:12px 18px;
  border-right:1px solid #D5E1E5;
  border-left:1px solid #D5E1E5;
  background:#f5fafb;
  color:#50636b;
  font-size:13px;
  line-height:1.45;
}
.an-content{
  width:100%;
  padding:20px;
  border-right:1px solid #D5E1E5;
  border-left:1px solid #D5E1E5;
  background:#fff;
}
.an-content-last{
  width:100%;
  padding:0 20px 22px;
  border-right:1px solid #D5E1E5;
  border-bottom:1px solid #D5E1E5;
  border-left:1px solid #D5E1E5;
  border-radius:0 0 18px 18px;
  background:#fff;
  box-shadow:0 14px 38px rgba(38,50,56,.12);
}
.an-subhead{margin:0 0 12px}
.an-subhead h3{
  margin:0;
  color:#245f6b;
  font-size:20px;
  line-height:1.25;
  font-weight:800;
}
.an-subhead p{
  margin:5px 0 0;
  color:#61747b;
  font-size:13px;
  line-height:1.4;
}
.an-table-wrap{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  border:1px solid #D5E1E5;
  border-radius:12px;
  background:#fff;
}
.an-table-wrap.outer{
  border-radius:0 0 18px 18px;
  box-shadow:0 14px 38px rgba(38,50,56,.12);
}
.an-table{
  width:100%;
  max-width:none;
  margin:0;
  border:0;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:1.3;
  background:#fff;
}
.an-min-620{min-width:620px}
.an-min-820{min-width:820px}
.an-min-900{min-width:900px}
.an-min-980{min-width:980px}
.an-min-1115{min-width:1115px}
.an-table th{
  padding:8px 6px;
  color:#fff;
  text-align:center;
  vertical-align:middle;
  font-weight:800;
  background:#397f8c;
  border-right:1px solid rgba(255,255,255,.22);
  border-bottom:1px solid rgba(255,255,255,.22);
}
.an-table td{
  height:38px;
  padding:7px 6px;
  color:#24343a;
  text-align:center;
  vertical-align:middle;
  font-weight:500;
  font-variant-numeric:tabular-nums;
  border-right:1px solid #D5E1E5;
  border-bottom:1px solid #D5E1E5;
}
.an-table tbody tr:nth-child(odd) td{background:#fff}
.an-table tbody tr:nth-child(even) td{background:#f4f9fa}
.an-table .an-main-heading{
  height:42px;
  background:#245f6b;
  border-bottom:3px solid #E39A32;
  font-size:16px;
}
.an-table .an-dark{background:#245f6b}
.an-table .an-accent-bottom{border-bottom:3px solid #E39A32}
.an-table .an-left{text-align:left}
.an-table .an-month{
  position:sticky;
  left:0;
  z-index:3;
  text-align:left;
  font-weight:700;
  white-space:nowrap;
  box-shadow:4px 0 6px rgba(0,0,0,.06);
}
.an-table thead .an-month{
  z-index:8;
  background:#245f6b;
}
.an-table .an-number{
  position:sticky;
  left:0;
  z-index:4;
  text-align:center;
  font-weight:700;
}
.an-table .an-address{
  position:sticky;
  left:4.5%;
  z-index:3;
  text-align:left;
  font-weight:700;
  white-space:normal;
  box-shadow:4px 0 6px rgba(0,0,0,.06);
}
.an-table thead .an-number,
.an-table thead .an-address{
  z-index:9;
  background:#245f6b;
}
.an-renovated td{background:#e8f5eb !important}
.an-renovated .an-address{color:#3f7e50}
.an-badge{
  display:inline-block;
  margin-left:4px;
  padding:2px 4px;
  border:1px solid #78B487;
  border-radius:999px;
  background:#d5eedb;
  color:#2f6f42;
  font-size:9px;
  font-weight:800;
  letter-spacing:.055em;
  line-height:1.2;
  text-transform:uppercase;
}
.an-table.tarifi{font-size:14px}
.an-table.tarifi th{font-size:13px}
.an-table.tarifi td:first-child{text-align:left;font-weight:700}
.an-muted{color:#718087 !important}

@media(max-width:700px){
  .an-section{margin:0}
  .an-hero{
    display:block;
    padding:20px 18px;
    border-radius:0;
  }
  .an-title{font-size:22px}
  .an-unit{
    width:100%;
    min-width:0;
    margin-top:16px;
  }
  .an-content,
  .an-content-last{
    padding-left:10px;
    padding-right:10px;
  }
}