.calc-container p,.calc-container span{font-size:14.0pt;font-weight:bold}.calc-container,.calc-container h1,.calc-container h2{font-family:"Monotype Corsiva"}.calc-container h1,.calc-container h2{text-align:center;margin-top:0;margin-bottom:0}.calc-container h1{font-size:28.0pt}.calc-container h2{font-size:20.0pt}.calc-block{border-top:1px solid #000}.calc-container input[type="number"]{font-family:"Monotype Corsiva";font-size:21.0pt;width:45px;border:1px solid;background-color:#fff;margin-right:2px;font-weight:bold;padding:5px 3px;-webkit-appearance:none}.calc-container input::-webkit-outer-spin-button,.calc-container input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.calc-container label{display:-webkit-inline-box;max-width:87%;position:relative}#calc-container .calc-block-inner label p{width:100%;display:-webkit-inline-box;margin:0}.calc-block-text,.calc-block-radio{padding:0 30px;margin-bottom:7px}#calc-container .calc-block-radio{margin-left:7px}#calc-container .calc-block-inner .calc-block-radio p{margin-left:60px}#calc-container .calc-block-inner .calc-block-text p{margin-left:5px}#calc-container .calc-block-inner label p.inp-title{font-size:18pt}#calc-container p.head-description{margin-bottom:10px}#calc-container .calc-block-notice{margin-top:10px}#calc-container .calc-block-notice p{font-size:18pt;margin:0;max-width:382px}#calc-container .calc-block-notice span{float:right}#calc-container .calc-block-notice .notice-dates span{float:none}#calc-container .calc-block-notice{position:relative}#calc-container .calc-block-notice .price{position:absolute;top:0;right:0;font-size:18pt}#calc-container .calc-block-notice .price.price-old{text-decoration:line-through}#calc-container .calc-block-notice.notice-total{color:red}#calc-container .calc-block-notice .notice-dates{font-size:14.0pt}#calc-container .calc-block-notice.notice_bottom p,#calc-container .calc-block-notice.notice_bottom a{font-size:14.0pt;color:#00f;max-width:none}#calc-container input[type="radio"]{display:none}.checkmark{position:absolute;top:0;left:0;height:40px;width:40px;background-color:#fff;border:2px solid #000;border-radius:50%}#calc-container input[type="radio"]:disabled ~ label {opacity:.5}#calc-container .checkmark:after{content:"";position:absolute;display:none}#calc-container .checkmark:after{top:6px;left:6px;width:28px;height:28px;border-radius:50%;background:#000}#calc-container input[type="radio"]:checked ~ label .checkmark:after {display:block}#calc-container .btn-container{display:flex}#calc-container .calc-block-btn.calc-btn-submit{padding:10px 20px;background-color:red;color:#fff;display:-webkit-inline-box;margin:auto;margin-top:10px;margin-bottom:10px;border:1px solid red;cursor:pointer;-moz-user-select:none;-khtml-user-select:none;user-select:none}#calc-container .calc-block-btn.calc-btn-submit p{margin:0;font-size:18pt}#calc-container .calc-block-btn.calc-btn-submit:hover{background-color:#fff;color:red}@media (max-width:739px){#calc-container .calc-block-notice p{text-align:center}#calc-container .calc-block-notice .price{position:inherit;width:100%;margin:10px;float:none;display:block;text-align:center}#calc-container .calc-block-notice p{text-align:left}}@media (max-width:630px){.calc-container label{max-width:77%}}@media (max-width:400px){.calc-block-text,.calc-block-radio{padding:0}}@media (max-width:315px){.calc-container label{max-width:70%}}.hidden{display:none}#loadWindow{background-color:#000;position:fixed;top:0;left:0;width:100%;height:100%;opacity:.1;z-index:1000}.loader{font-size:10px;margin:50px auto;text-indent:-9999em;width:11em;height:11em;border-radius:50%;background:#fff;background:-moz-linear-gradient(left,#fff 10%,rgba(255,255,255,0) 42%);background:-webkit-linear-gradient(left,#fff 10%,rgba(255,255,255,0) 42%);background:-o-linear-gradient(left,#fff 10%,rgba(255,255,255,0) 42%);background:-ms-linear-gradient(left,#fff 10%,rgba(255,255,255,0) 42%);background:linear-gradient(to right,#fff 10%,rgba(255,255,255,0) 42%);position:relative;-webkit-animation:load3 1.4s infinite linear;animation:load3 1.4s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);margin:auto;top:40%}.loader:before{width:50%;height:50%;background:#fff;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:''}.loader:after{background:#000;width:75%;height:75%;border-radius:50%;content:'';margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}