.calc-popup {box-sizing: border-box;pointer-events: none;position: fixed;left: 0;top: 0;justify-content: center;align-items: center;background: rgba(30, 30, 30, .8);display: flex;width: 100vw;height: 100vh;padding: 20px;color: white;opacity: 0;transition: opacity 0.5s ease;z-index: 9999;}.calc-popup.active {display: flex;opacity: 1;transition: opacity 0.5s ease;}.calc-popup-text {display: block;font-size: 20px;font-weight: 700;padding: 15px 25px;background: #5BC020;border-radius: 14px;}.b-wincalc {}.b-wincalc-title {margin-bottom: 73px;}@media handheld, only screen and (max-width: 1349px ) and (min-width: 768px) {.b-wincalc {}}@media handheld, only screen and (max-width: 767px ) {.b-wincalc-title {margin-bottom: 20px;}.b-wincalc {}}