@charset "utf-8";
/*calculator doplat*/
.calculator-section {border-radius:12px;background:linear-gradient(0deg,#b5aa3f00 0%,#ffcf001c 0%,#ffc90005 25%,#cddc3900 50%,#ffc90005 75%,#ffcf001c 100%);box-shadow:0 6px 16px rgba(120,100,91,.25);max-width:600px;padding:25px;margin:30px auto;}.calculator-section h3{margin-top:0;color:#d35400;margin-bottom:15px;}.class-row {display:flex;align-items:center;gap:15px;margin-bottom:16px;padding:12px;background-color:white;border-radius:6px;border:1px solid #eee;}.class-row label{min-width:75px;font-weight:500;color:#333;}.positions-input{width:110px;padding:8px 10px;border:1px solid #ccc;border-radius:4px;font-size:1em;}.extra-cost {font-weight:bold;color:#900;min-width:140px;font-size:1.05em;}.remove-class-btn,.add-class-btn {border:none;border-radius:4px;padding:7px 14px;cursor:pointer;font-size:1em;transition:all 0.2s;font-weight:500;}.remove-class-btn{background-color:#e74c3c;color:white;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;font-size:1.2em;}.remove-class-btn:hover{background-color:#c0392b;}.add-class-btn {background-color:#fc3;color:#900;margin-top:10px;padding:9px 18px;}.add-class-btn:hover{background-color: #fc3;}.calculator-result{margin-top:25px;padding:22px;background-color:#fff;border-radius:8px;text-align:center;border:1px solid #ccc;}.calculator-result h4{margin-top:0;color:#900;margin-bottom:12px;}.total-amount{font-size:1.8em;font-weight:bold;color:#930;margin:10px 0;}@media (max-width: 767px) {.class-row{flex-direction:column;align-items:flex-start;gap:12px;}.class-rowlabel{min-width:auto;}.extra-cost{min-width:auto;width:100%;}.calculator-result .total-amount{font-size: 1.5em;}} 

/*пошаговый процесс*/
.step-box{display:flex;gap:20px;margin-bottom:28px;padding:22px;background-color:#fffef4;border-radius:8px;border-left:4px solid #d35400;box-shadow:0 2px 8px rgba(0, 0, 0, 0.06);}.step-number{min-width:42px;height:42px;background-color:#d35400;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1.3em;flex-shrink:0;}.step-content{flex:1;}.step-content h3{margin-top:0;margin-bottom:12px;color:#d35400;font-size:1.15em;}.timeline{font-weight:bold;color:#d35400;margin-top:12px;padding-top:8px;border-top:1px dashed #eee;}.download-link{margin-top:16px;padding:10px 15px;background-color:#fc6;border-radius:4px;display:inline-block;}.download-linka{color:#900;text-decoration:none;font-weight:500;}.download-link a:hover{text-decoration:underline;}
@media (max-width: 767px) {.step-box {flex-direction:column;gap:15px;}.step-number{width:38px;height:38px;font-size:1.2em;}}



