.calculator{display:flex;flex-direction:column;gap:13px}.calculator .calculator__container{display:flex;align-items:center;justify-content:space-between}.calculator hr{margin:0;width:100%;border:1px solid var(--blue-lite)}.calculator .calculator__text{font-family:var(--font-montserrat);font-weight:700;font-size:16px;line-height:1.2;font-size:14px}.calculator .calculator__price{font-family:var(--font-inter);font-weight:var(--titlecard-weight, 600);font-size:var(--titlecard-size, 18px);line-height:1.3;letter-spacing:-0.5px;font-size:20px;color:var(--orange)}@media (min-width:768px){.calculator{gap:30px}.calculator .calculator__text{font-size:24px}.calculator .calculator__price{font-size:35px}}