.serGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 4px;
    justify-items: center;
    align-items: normal;
    label {
      border: 1px solid #999;
      position: relative;
      border-radius: 2px;
      width: 100%;
      display: grid;
      text-align: center;
      align-items: center;
      padding: 4px 8px;
      cursor: pointer;
      transition: background .4s;
      &.observe{ 
         border-color: #73b640; color: #73b640;
         &.aktiv{ background: #73b640; color: #fff;}
         &:hover{ background: #73b640; color: #fff;}
         &:has(input:checked){
           border: 1px solid #73b640;
           background: #73b640;
         }
      }
      &.aktiv{ background: #bbb; color: #fff; }
      &:has(input:checked){
        border: 1px solid #666;
        background: #666;
        color: #fff;
      }
      &:hover {background: #ddd;}
      input { width: 0; position: absolute;}
   }
}
.cpv-code{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  font-size: .9rem;
  padding-top: 10px;
  font-family: sans-serif;
  column-gap: 20px;
  div { font-weight: 400; }
  .red { color: red; }
}

.serach{
  border: 1px solid #777;
  border-radius: 2px;
  padding: 20px;
  margin-top: 20px;
  .section {
     padding-top: 20px;
     legend {padding-bottom: 7px; }
     &.cpv {
       padding-top: 0;
       .choices__inner {
           padding: 6px !important;
          .choices__item[data-deletable] { border-radius: 3px; margin-bottom: 0; }
        }
     }
     &.typenotice{
        .serGrid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
     }
  }
  .navigate {
     display: flex;
     border-bottom: 1px solid;
     align-items: center;
     justify-content: space-between;
     padding: 10px 0;
  }
}

.block-pagines{
  border: none;
  margin: 0;
  padding: 10px;
  width: 100%;
  .pagesize { grid-template-columns: repeat(auto-fit, 40px); justify-content: center; }
  .pagines {
       grid-template-columns: repeat(auto-fit, minmax(30px, 40px));
       justify-content: center;
       label {
          border: none;
          border-top: 2px solid #333;
          &.goto {
             display: inline;
             border:none;
             &:hover{
                background: none;
                color: var(--color-primary);
             }
         }
         &:has(input:checked){
            border: none;
            border-top: 2px solid #333; 
            background: #999;
            color: #fff;
         }
      }
   }
}
.result {
  display: grid;
  gap: 20px;
  padding-top: 25px;
  &.listing { .allert { font-size: 1.1rem; font-weight: 500; }}
  &.detalis {
    .header-tender {
       .time {display: flex; gap: 7px;}
       .title {font-size: 1.2rem; padding: 20px 0 0; font-weight: 500;}
    }
    .btn {width: fit-content;}
    h2 {font-size: 1.2rem; color: #888; padding: 45px 0 0; color: #797; }
    h3 {
        display: grid;
        gap: 15px;
      grid-template-columns: 1fr 4fr;
      padding: 15px 0 0;
      margin-top: 15px;
      font-weight: 600;
      font-size: 1rem;
      border-top: 1px solid #ddd;
      align-items: center;
      span { 
        font-weight: 400; 
        .conte { padding: 10px; }
      }
    }
    .body-html { a { color: #028ad4;  transition: color .3s; &:hover{ color: #ccc;}}}
  }
  &.bzp-info{
    display: grid;
    justify-content: center;
    padding: 65px 0;
    text-align: center;
  }
}
.other {
  padding-top: 65px;
  display: grid;
  gap: 20px;
  .header {
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 4px;
    color: cadetblue;
    margin-bottom: -15px;
    text-transform: uppercase;
  }
}
.navten{
   display: flex;
   gap: 20px;

}
.watch-btn {
  border: 1px solid #fff;
  transition: border .3s;
  &.observer {
     border: 1px solid #028ad4;
     background: #028ad4;
     color: #fff;
     min-width: 220px;
   }
}
.tender {
  border-top: 1px solid #aaa;
  display: grid;
  padding-top: 20px;
  grid-template-columns: 1fr 3fr 80px;
  @media (max-width: 768px) { grid-template-columns: 1fr; }
  gap: 10px;
  .info {
    display: grid;
    align-content: space-between;
    .notic{
       padding-bottom: 20px; font-size: 1.1rem;
       .history {
            color: #fff;
            font-size: .95rem;
            background: #bbb;
            margin-bottom: 4px;
            padding: 3px 7px;
            width: fit-content;
            border-radius: 2px;
       }
     }
  }
  .data {
     display: grid;
     font-weight: 500;
     span { font-size: .8rem; font-weight: 400; color: #333; }
     &.to-end{
           display: flex; 
           gap: 6px;
           padding-top: 5px;
           align-items: self-end;
           color: #27932e;
     }
     &.red { color: red;}
  }
  .content {
     a { color: #2766ad;  display: block;}
     .title {
        padding: 15px 0 15px;
        font-weight: 500;
        a { color: var(--color-primary); font-size: 1.1rem; padding-top: 0; }
     }
     .organization {
         font-size: 0.95rem;
         font-weight: 500;
         span { font-size: 0.85rem; font-weight: 400; }
     }
     .navten{
        padding-top: 15px;
        align-items: center;
     }
  }
}
.body-html {
  input {width: 100%;}
  .number { padding-top: 12px; }
  .letter { padding: 6px 0 6px 10px;}
  .bullet { padding: 0 0 0 40px;}
  .dash { padding: 0 0 0 40px;}
}