.theme-0_color-3 .wrap-calc #viewing_panel.fields .field .field-body input[type=number]:active, .theme-0_color-3 .wrap-calc #viewing_panel.fields .field .field-body input[type=number]:focus {
        border: 1px solid #62cca6!important;
    }
    .print-block {
        display: flex;
        gap: 40px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .print-info {
        flex-direction: column;
        display: flex;
        gap: 5px;
        white-space: nowrap;
        text-align: right;
    }
    .print-block img {
        width: 70%;
    }
    label.method-toggle {
        display: block;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .field-block label {
        font-weight: 700;
    }
    .field-block input, .field-block select {
        display: block;
        width: 100%;
    }
    .field-block label {
        margin-bottom: 5px;
        display: block;
    }
    .wrap-col {
        display: flex;
        align-items: flex-start;
        gap: 60px;
    }
    .left-col {
        width: 60%;
    }
    .right-col {
        width: 25%;
    }
    .field-block {
      margin-bottom: 20px;
    }
    .result-field {
        border: 1px solid #e1e1e1;
        height: 40px;
        border-radius: 8px;
        padding: 9px 8px;
    }
    .result {
      font-size: 1.1em;
      color: #1a8917;
      margin-top: 10px;
      font-weight: bold;
    }
    .print-btn {
        display: block;
        padding: 13px 25px;
        font-size: 16px;
        background: #62cca6;
        color: #fff;
        border: none;
        border-radius: 100px;
        cursor: pointer;
        transition: background 0.2s;
        flex-shrink: 0;
    }
    .bottom-wrap {
        display: flex;
        gap: 60px;
        justify-content: space-between;
        margin-top: 40px;
    }
    .note {
        font-size: 16px;
    }
    .print-btn:hover {
      background: #4da183;
    }
    /* Блок для печати */
    #printBlock {
      display: none;
      margin-top: 30px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 8px #0002;
      padding: 30px;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
    }
    #printBlock h2 {
      text-align: center;
      color: #2c3e50;
      margin-bottom: 25px;
    }
    .table-print > div {
        margin-bottom: 12px;
    }
   .table-print > div > span:first-child {
      font-weight: 700;
    }
    #printBlock .formula {
      margin-top: 10px;
      font-size: 0.98em;
      color: #555;
      background: #f9f9f9;
      padding: 8px;
      border-radius: 5px;
    }
    #printBlock .footer {
      margin-top: 18px;
      font-size: 0.95em;
      color: #888;
      text-align: right;
    }
    .form_radio_group {
      display: flex;
      overflow: hidden;
      margin-bottom: 20px;
    }
    .form_radio_group-item {  
    flex-grow: 1; 
    }
    .form_radio_group input[type=radio] {
      display: none;
    }
    .form_radio_group label {
      display: inline-block;
      cursor: pointer;
      border: 1px solid #30aa95;
      border-right: none;
      user-select: none;
      line-height: 1.2;
      padding: 12px;
      text-align: center;
      font-weight: 700;
      width: 100%;
    }
     .form_radio_group-item label span {
        font-weight: 400;
        font-size: 12px;
            display: block;
    }
    .form_radio_group .form_radio_group-item:first-child label {
      border-radius: 8px 0 0 8px;
    }
    .form_radio_group .form_radio_group-item:last-child label {
      border-radius: 0 8px 8px 0;
      border-right: 1px solid #30aa95;
    }
     
    /* Checked */
    .form_radio_group input[type=radio]:checked + label {
      background: #30aa95;
      color: #fff;
    }
  
    .numbered-fields {
      max-width: 330px;
      margin: 0 auto;
    }

    /* Стили для печати */
    @media print {
      body * {
        visibility: hidden !important;
      }
      #printBlock, #printBlock * {
        visibility: visible !important;
      }
      #printBlock {
        position: absolute;
        left: 0; right: 0;
        top: 0;
        margin: 0 auto;
        box-shadow: none;
        max-width: 100%;
        display: block;
      }
    }
     
    @media screen and (max-width: 992px) {
      .wrap-col {
            gap: 0px;
            flex-direction: column;
        }
        .left-col {
            width: 100%;
        }
        .right-col {
            width: 100%;
        }
        .bottom-wrap {
            flex-direction: column;
            margin-top: 0px;
            gap: 20px;
        }
        .numbered-fields {
            max-width: 100%;
            margin: 0 auto;
          }
    }

@font-face {
  font-family: 'DejaVuSans';
  src: url('/calculators/fonts/dejavu/DejaVuSans.ttf') format('truetype');
}
#printBlock, #printBlock * {
  font-family: 'DejaVuSans', sans-serif !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #000 !important;
}

  .auto-filled {
    background-color: #f0f0f0 !important;
    color: #666 !important;
    pointer-events: none;
  }