.ttb-wrap{max-width:640px;margin:0 auto;font-family:inherit}.ttb-form{background:#fff;border:1px solid #e6e6e6;border-radius:14px;padding:26px 24px;box-shadow:0 6px 24px rgb(0 0 0 / .05)}.ttb-title{margin:0 0 18px;font-size:22px;font-weight:700;text-align:center;color:#1f3b2c}.ttb-field{margin-bottom:16px}.ttb-row{display:flex;gap:14px;flex-wrap:wrap}.ttb-col{flex:1 1 220px;margin-bottom:16px}.ttb-label{display:block;margin-bottom:7px;font-size:14px;font-weight:600;color:#33443b}.ttb-input{width:100%;box-sizing:border-box;padding:11px 13px;border:1px solid #d5ddd8;border-radius:9px;font-size:15px;background:#fbfcfb;color:#1f2d26;transition:border-color .15s,box-shadow .15s}.ttb-input:focus{outline:none;border-color:#4c8c5f;box-shadow:0 0 0 3px rgb(76 140 95 / .15);background:#fff}.ttb-input:disabled{background:#f0f2f1;color:#98a29c;cursor:not-allowed}.ttb-cards{display:flex;gap:12px;flex-wrap:wrap}.ttb-card{flex:1 1 180px;position:relative;cursor:pointer}.ttb-card input{position:absolute;opacity:0;pointer-events:none}.ttb-card-body{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:2px solid #d5ddd8;border-radius:11px;background:#fbfcfb;transition:border-color .15s,background .15s}.ttb-card input:checked+.ttb-card-body{border-color:#4c8c5f;background:#eef6f0}.ttb-card-title{font-weight:700;font-size:15px;color:#1f3b2c}.ttb-card-price{font-size:14px;color:#5a6b62}.ttb-total{display:flex;justify-content:space-between;align-items:center;margin:6px 0 16px;padding:13px 16px;background:#f3f7f4;border-radius:10px;font-size:16px;color:#1f3b2c}.ttb-total strong{font-size:19px}.ttb-error{margin-bottom:14px;padding:11px 14px;background:#fdecec;border:1px solid #f3c2c2;color:#a32020;border-radius:9px;font-size:14px}.ttb-success{padding:18px 20px;background:#eef6f0;border:1px solid #bfe0c9;color:#1f7a3f;border-radius:11px;font-size:16px;text-align:center;line-height:1.5}.ttb-submit{width:100%;padding:14px;border:none;border-radius:10px;background:#4c8c5f;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s}.ttb-submit:hover{background:#3d7a4f}.ttb-submit:disabled{opacity:.65;cursor:progress}@media(max-width:520px){.ttb-form{padding:20px 16px}.ttb-row{gap:0}}