.calc{padding:0;padding:40px 0;margin:0;margin:50px auto;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Raleway",sans-serif;position:relative;background:#fff;width:96%;max-width:960px;}@media (max-width: 768px){.calc{padding:40px 0px;}}@media (max-width: 520px){.calc{padding:40px 0px;}}.calc *{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Raleway",sans-serif;position:relative;}.calc__header{font-size:32px;font-weight:600;text-align:center;margin:10px 0 10px 0;color:#0d68da;}@media (max-width: 520px){.calc__header{font-size:26px;}}.calc__border{width:100%;height:1px;background:#eee;margin:20px auto;}.calc__title{text-align:center;font-size:20px;color:#333;font-weight:600;}@media (max-width: 520px){.calc__title{font-size:17px;}}.calc__choice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:10px 0 30px 0;}@media (max-width: 680px){.calc__choice{-ms-flex-wrap:wrap;flex-wrap:wrap;}}.calc__radio{display:none;}.calc__radio:checked + .calc__label{background:#0d68da;color:#fff;}.calc__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:10px 10px !important;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:180px !important;height:40px !important;border-radius:4px !important;border:1px solid #c6c6c6 !important;}@media (max-width: 520px){.calc__label{width:100% !important;margin:5px 0 !important;}}.calc__block{max-width:780px;margin:0 auto;}.calc__flex{display:-webkit-box;display:-ms-flexbox;display:flex;}@media (max-width: 680px){.calc__flex{-ms-flex-wrap:wrap;flex-wrap:wrap;}}.calc__box{width:50%;padding:0 10px;}@media (max-width: 680px){.calc__box{width:100%;margin:0 0 20px 0;}}.calc__input{padding:0px 5px !important;width:180px;height:40px;margin:10px auto;background:#fff;border:1px solid #ccc;border-radius:4px;text-align:center;outline:none;font-size:18px;-webkit-transition-duration:.5s;transition-duration:.5s;display:block;}.calc__input--small{max-width:120px;margin:10px 5px;}@media (max-width: 520px){.calc__input{width:100%;max-width:340px;}}@media (max-width: 520px){.calc__input{max-width:500px;min-width:90px;}}.calc__input:focus{border:1px solid #0d68da;background:#f5f5ff;}@media (max-width: 520px){.calc__input--small{width:90px !important;font-size:16px;}}.calc__line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px auto;max-width:650px;}.calc__line--hidden{display:none;}.calc__select{min-width:220px !important;height:40px !important;margin:10px auto !important;background:#fff;border:1px solid #ccc;border-radius:4px;outline:none;font-size:18px !important;-webkit-transition-duration:.5s;transition-duration:.5s;display:block;padding:0 8px !important;}@media (max-width: 520px){.calc__select{width:100% !important;max-width:340px !important;}}@media (max-width: 520px){.calc__select{max-width:500px !important;font-size:16px !important;min-width:200px !important;}}.calc__note{font-size:16px;font-style:italic;color:#ccc;margin:0 50px 0 10px;width:100px;}.calc__note--small{width:auto;width:30px;text-align:center;margin:0;}.calc__add{font-size:50px;line-height:1;width:40px;height:40px;background:#0d68da;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100px;margin:10px auto;cursor:pointer;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.calc__add:hover{opacity:.8;}.calc__add:active{opacity:.3;}.calc__btn{width:100%;max-width:220px;font-weight:600;text-transform:uppercase;font-size:18px;color:#fff;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;background:#0d68da;border-radius:8px;letter-spacing:1px;cursor:pointer;-webkit-transition-duration:.4s;transition-duration:.4s;margin:40px auto 30px auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}@media (max-width: 768px){.calc__btn{margin:40px auto 50px auto;}}@media (max-width: 520px){.calc__btn{width:100%;max-width:500px;}}.calc__btn:hover{opacity:.8;}.calc__btn:active{opacity:.3;}.calc__result{margin:70px 0 0 0;background:#eee;width:100%;border-radius:8px;padding:30px 15px;display:none;}.calc__result--show{display:block;}.calc__itog{font-weight:800;font-size:20px;text-align:center;margin:5px 0 25px 0;}.calc__icon{width:70px;height:70px;margin:0 auto;display:block;}.calc__text{font-size:18px;max-width:600px;margin:0 auto;line-height:1.3;text-align:center;display:none;}.calc__text span{color:#555;}