.pominovenie-wrapper .steps { display: none; }
.pominovenie-wrapper .steps[style*="display: block"] { display: block; }
.payment-method-popup_btn.active { border-color: #f90; background: #fff5e6; }
.hidden { display: none; }
.show-sm { display: block; }
.w55 { width: 55%; }
.w50 { width: 50%; }
.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }
.mt40 { margin-top: 40px; }
.mb30 { margin-bottom: 30px; }
.dib { display: inline-block; }
.space-between { display: flex; justify-content: space-between; align-items: center; }
.space-between_flex-start { display: flex; justify-content: space-between; align-items: flex-start; }
.ai-start { align-items: flex-start; }
.w60 { width: 60%; }
.w100 { width: 100%; }
.tac { text-align: center; }
.main_color { color: #333; }
.h4 { font-size: 1.2rem; font-weight: bold; }
.step-indicator .default span { display: inline-block; width: 30px; height: 4px; background: #ddd; margin: 0 3px; border-radius: 2px; }
.step-indicator .default span.active { background: #f90; }
.btn { display: inline-block; padding: 10px 25px; background: #f5f5f5; color: #333; border-radius: 4px; text-decoration: none; cursor: pointer; }
.btn.gold { background: #f90; color: #fff; }
.btn.gold2 { background: #f90; color: #fff; }
.btn.grey2 { background: #e0e0e0; color: #555; }
.btn.orange { background: #f60; color: #fff; border: none; padding: 12px 30px; font-size: 16px; }
.button { display: inline-block; padding: 8px 16px; border: 1px solid #ccc; border-radius: 4px; background: #fff; color: #333; text-decoration: none; cursor: pointer; }
.button.active { border-color: #f90; background: #fff5e6; }
.button.nice { display: flex; align-items: center; padding: 10px 15px; margin-bottom: 10px; width: 100%; box-sizing: border-box; }
.button.nice img { width: 50px; height: 50px; object-fit: cover; margin-right: 10px; border-radius: 4px; }
.button.nice ._right { flex: 1; }
.button.nice .ttl { font-weight: bold; display: block; }
.button.nice .subttl { font-size: 0.8rem; color: #777; }
.selector .line { width: 48%; }
.grid .column2 { display: flex; flex-direction: column; gap: 10px; }
.form-control { width: 100%; padding: 8px 12px; border: 1px solid #ccc; border-radius: 4px; }
.payment-method { display: flex; gap: 20px; }
.payment-method-popup_btn { padding: 10px 20px; border: 1px solid #ccc; border-radius: 4px; text-align: center; cursor: pointer; width: 120px; }
.payment-method-popup_btn img { display: block; margin: 0 auto 5px; }
.add_name { color: #f90; cursor: pointer; }
.right .wrap { background: #f9f9f9; padding: 20px; border-radius: 8px; }
.names ul { list-style: none; padding: 0; margin: 10px 0; }
.names ul li { display: inline-block; background: #eee; padding: 4px 10px; margin: 3px; border-radius: 12px; font-size: 0.9rem; }
@media (max-width: 768px) { .w55 { width: 100%; } .show-sm { display: none; } }