.checkboxsankor{
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}
.checkboxsankor .checkbox__input{
    margin: 0!important;
}
.checkboxsankor a{
    text-decoration: underline;
}
.checkboxsankor br{
    display: none;
}
.hero-benefits-sankor{
    margin-left: 0px;
    list-style: none;
}
.hero-benefits-sankor li::before {
    content: "✔";
    color: #01AFF4;
    margin-right: 10px;
    font-weight: 800;
}
.pop-badge-sankor{
transform: translateX(-50%);
}
.btn-group-sankor .wpcf7-list-item {
  display: inline-block;
  margin: 0 12px 12px 0;
}

.btn-group-sankor .wpcf7-list-item label { cursor: pointer; }

.btn-group-sankor .wpcf7-list-item input[type="radio"]{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.btn-group-sankor .wpcf7-list-item-label{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 18px;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  transition: .15s ease;
  font-weight: 600;
}

.btn-group-sankor .wpcf7-list-item label:hover .wpcf7-list-item-label{
  transform: translateY(-1px);
}

.btn-group-sankor .wpcf7-list-item input:checked + .wpcf7-list-item-label{
  background: #0aa7e6;
  border-color: #0aa7e6;
  color: #fff;
}

.two-cols-sankor{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
tr.price-popular {
    background-color: #f0fbff;
    font-weight: 600;
    border-left: 5px solid #01AFF4;
}
.price-table th {
    background: #01AFF4;
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
    padding: 20px;
    text-align: left;
}
@media (max-width: 640px){
  .two-cols-sankor{ grid-template-columns: 1fr; margin-bottom: 20px;}
}
