.bx-info-wrapper{
  max-width: 1000px;
}

.bx-info-wrapper h1{
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 600;
}

.bx-info-table{
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.bx-row{
  display: grid;
  grid-template-columns: 320px 1fr;
  border-bottom: 1px solid #e5e5e5;
}

.bx-row:last-child{
  border-bottom: none;
}

.bx-label{
  padding: 16px 18px;
  background: #f7f7f7;
  font-weight: 600;
  color: #333;
}

.bx-value{
  padding: 16px 18px;
  line-height: 1.5;
}

.bx-value a{
  color: #00a99e;
  text-decoration: none;
}

.bx-value a:hover{
  text-decoration: underline;
}

@media (max-width: 768px){
  .bx-row{
    grid-template-columns: 1fr;
  }

  .bx-label{
    background: #fff;
    padding-bottom: 4px;
  }

  .bx-value{
    padding-top: 0;
  }
}







.bx-info-table-custom{
  width:100%;
  border:1px solid #e6e6e6;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}

.bx-row-custom{
  display:grid;
  grid-template-columns: minmax(260px, 1fr) 220px; 
  align-items:center;

  padding: 0;
  border-bottom:1px solid #ededed;
}

.bx-row-custom:last-child{
  border-bottom:none;
}


.bx-label-custom{
  background:transparent;   
  font-weight:600;
  color:#2b2b2b;

  padding:18px 20px;        
  margin:0; 
}

.bx-value-custom{
  background:transparent;
  padding:18px 20px;

  display:flex;
  justify-content:flex-start;
  align-items:center;

  border-left:1px solid #ededed;
}

.bx-value-custom a{
  color:#1BAD96;
  text-decoration:none;
  font-weight:600;
}

.bx-value-custom a:hover{
  text-decoration:underline;
}

@media (max-width: 768px){
  .bx-row-custom{
    grid-template-columns: 1fr;
  }

  .bx-label-custom{
    padding:16px 16px 8px;
  }

  .bx-value-custom{
    padding:0 16px 16px;
    border-left:none;              
    border-top:1px solid #f0f0f0;  
  }
}
/* ===== hover===== */
.bx-row-custom{
  transition: background-color .2s ease;
}

.bx-row-custom:hover{
  background-color: #f7fbfa; 
}


.bx-row-custom:hover .bx-label-custom,
.bx-row-custom:hover .bx-value-custom{
  background-color: transparent;
}







.niime-tbl{
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}


.niime-tbl__row{
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 2fr; 
  align-items: start; 
  border-bottom: 1px solid #ededed;
}

.niime-tbl__row:last-child{
  border-bottom: none;
}


.niime-tbl__cell{
  padding: 18px 20px;
  color: #2b2b2b;
  line-height: 1.5;
  background: transparent; 
  word-break: break-word;  
}


.niime-tbl__cell--left{
  font-weight: 600;
}


.niime-tbl__cell--right{
  border-left: 1px solid #ededed;
}


.niime-tbl__row--head .niime-tbl__cell{
  font-weight: 700;
  color: #666;
}


.niime-tbl__cell--right p{
  margin: 0 0 10px;
}
.niime-tbl__cell--right p:last-child{
  margin-bottom: 0;
}


.niime-tbl__row{
  transition: background-color .2s ease;
}
.niime-tbl__row:hover{
  background: #f7fbfa;
}

.niime-tbl a{
  color: #1BAD96;
  text-decoration: none;
  font-weight: 600;
}
.niime-tbl a:hover{
  text-decoration: underline;
}


@media (max-width: 768px){
  .niime-tbl__row{
    grid-template-columns: 1fr; 
  }
  .niime-tbl__cell--right{
    border-left: none;
    border-top: 1px solid #f0f0f0;
  }
  .niime-tbl__cell{
    padding: 14px 16px;
  }
}



/* ===== МОДИФИКАЦИЯ ===== */
.bx-info-table.bx-info-table--grid {                
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

/* строка = grid-строка */
.bx-info-table--grid .bx-row{
  display: grid;           
  align-items: stretch;
  border-bottom: 1px solid #ededed;
  padding: 0;              
}
.bx-info-table--grid .bx-row:last-child{ border-bottom: none; }


.bx-info-table--grid .bx-cell{
  padding: 14px 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}


.bx-info-table--grid .bx-cell:not(:last-child){
  border-right: 1px solid #ededed;
}


.bx-info-table--grid .bx-row--head{
  background: #f6f6f6;
}
.bx-info-table--grid .bx-row--head .bx-cell{
  font-weight: 700;
}

.bx-info-table--grid.bx-info-table--cols-6 .bx-row{
  /* под скрин (можешь потом поджать/разжать) */
  grid-template-columns: 1.25fr 1.55fr 1.45fr 0.9fr 1.15fr 1.1fr;
}

.bx-info-table--grid.bx-info-table--cols-7 .bx-row{
  grid-template-columns: 1.15fr 1.35fr 1.25fr 0.9fr 1.1fr 1.05fr 1.2fr;
}

@media (max-width: 900px){
  .bx-info-table--grid .bx-row--head{ display: none; }

  .bx-info-table--grid.bx-info-table--cols-6 .bx-row,
  .bx-info-table--grid.bx-info-table--cols-7 .bx-row{
    grid-template-columns: 1fr;
  }

  .bx-info-table--grid .bx-cell{
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 10px;
    border-right: none !important;
    border-bottom: 1px dashed #e7e7e7;
  }
  .bx-info-table--grid .bx-cell:last-child{ border-bottom: none; }

  .bx-info-table--grid .bx-cell::before{
    content: attr(data-label);
    font-weight: 700;
  }
}
