.Calc{background-color:#fff;margin:1rem auto;max-width:300px;border:2px solid #000}.Calc,.Calc *{font-family:-apple-system, BlinkMacSystemFont, Segoe UI, "Open Sans", Ubuntu, Arial, Helvetica, sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}.Calc__label{display:inline-block;width:100%}.Calc__label-item{display:none}.Calc__total{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 20px;font-size:18px;color:#000}.Calc__total span{font-size:26px;font-weight:700;margin-left:auto;text-align:right;color:#000}.Calc__row{min-height:43px;position:relative}.Calc__row::after{content:"";background-color:transparent;display:block;width:100%;height:100%;-webkit-box-shadow:0 0 0 1px #000 inset;box-shadow:0 0 0 1px #000 inset;position:absolute;left:0;bottom:0;z-index:1;-webkit-transition:opacity .2s;transition:opacity .2s;pointer-events:none;opacity:0;visibility:hidden}.Calc__row:not(:last-child){border-bottom:2px solid #000}.Calc__row:not(.Calc__total):not(:last-child):hover::after{opacity:1;visibility:visible}.Calc__select{position:relative}.Calc__select select{font-size:18px !important;line-height:1.333;color:#000;font-weight:400;font-style:italic;vertical-align:middle;background-color:#fff;width:100%;height:43px;border:0;border-radius:0;padding:0 35px 0 20px;margin:0;-webkit-appearance:none;cursor:pointer;max-width:100%}.Calc__select select option{font-size:1rem}.Calc__select select optgroup{font-size:1rem}.Calc__select select::-ms-expand{display:none}.Calc__select::before{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi41ODEgMjEuODQzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzU4Ljg2MiAtMTI2Mi4wNjQpIj48cGF0aCBkPSJNOC4yMTksNi4yOSwwLDEyLjU4MVYwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzcxLjQ0MyAxMjc1LjY4Nykgcm90YXRlKDkwKSIvPjxwYXRoIGQ9Ik04LjIxOSw2LjI5LDAsMTIuNTgxVjBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTguODYyIDEyNzAuMjgzKSByb3RhdGUoLTkwKSIvPjwvZz48L3N2Zz4K);background-size:contain;background-position:50%;background-repeat:no-repeat;display:block;width:10px;height:20px;margin:auto;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;pointer-events:none}.Calc .Pages{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;padding:0 20px;position:relative;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.Calc .Pages input::-webkit-outer-spin-button,.Calc .Pages input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Calc .Pages input[type=number]{-moz-appearance:textfield;outline:none}.Calc .Pages__label{font-size:18px;line-height:1.3;position:relative;white-space:nowrap;color:#000}.Calc .Pages__words-quantity{text-align:center;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4;bottom:auto;position:relative;line-height:1.3;max-width:50px;width:100%;color:#000}.Calc .Pages__action-block{padding-right:10px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.Calc .Pages__input{max-width:65%;height:43px;line-height:1.3;color:#000;font-weight:400;font-size:20px !important;font-style:italic;vertical-align:middle;text-align:center;background-color:transparent;width:100%;border:0;border-radius:0;padding:0;margin:0 auto 0 0}.Calc .Pages__btn{background:none;line-height:1.3;color:#000;vertical-align:middle;border:0;border-radius:0;position:relative;cursor:pointer;-webkit-appearance:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:0 5px 0 0;font-size:22px !important;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;font-weight:400;letter-spacing:normal}.Calc .Pages__btn.decrease::after{content:"/";display:inline;margin-left:.2em;pointer-events:none}.Calc input[type="submit"]{line-height:normal;padding:0;background:#000;border:0;color:#fff;text-transform:uppercase;font-size:20px;font-weight:400;width:100%;height:43px;cursor:pointer;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s, -webkit-box-shadow .2s;border-radius:0}.Calc input[type="submit"]:hover{-webkit-box-shadow:0 0 0 2px #fff inset;box-shadow:0 0 0 2px #fff inset}


/*# sourceMappingURL=calculator.css.map*/