.calculator{margin:0 auto;width:100%;max-width:1060px;padding:62px 0}.calculator__container{max-width:766px}.calculator__car-classes{background-color:#e1e1e1;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-border-radius:4px;border-radius:4px;margin-bottom:29px}.calculator__car-classes-item{padding:9px 27px;color:#262626;font-size:14px;text-transform:uppercase;-webkit-border-radius:4px;border-radius:4px;cursor:pointer;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:.3s;transition:.3s;text-align:center}.calculator__car-classes-item-selected,.calculator__car-classes-item:hover{background-color:#037e8c;color:#fff}.calculator__table{width:100%}.calculator__table-head-tr{border-top:1px solid #bbb9b9;border-bottom:1px solid #bbb9b9}.calculator__table-head-th{font-size:16px;color:#262626;padding:10px;margin-bottom:8px;text-align:center}.calculator__table-tr:nth-child(odd){background-color:#f0f0f0}.calculator__table-tr:nth-child(2n){background-color:#fff}.calculator__table-td{padding:12px;font-size:16px;color:#262626}.calculator__table-checkbox-body{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.calculator__table-checkbox-body input[type=checkbox]{position:absolute;width:21px;height:21px;z-index:-999999}.calculator__table-checkbox-body label{font-size:0;background:red;height:20px;width:20px;background:url(../img/icon-checkbox.png) no-repeat 50%}.calculator__table-checkbox-body input[type=checkbox]:checked+label{background:url(../img/icon-checkbox-checked.png) no-repeat 50%}.calculator__table-td:first-child{text-align:left;padding-right:25px}.calculator__result{width:100%;border-top:1px solid #bbb9b9;border-bottom:1px solid #bbb9b9;margin:8px 0 25px;padding:12px 12px 12px 25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.calculator__result-cost,.calculator__result-discount{text-transform:uppercase;color:#262626;font-size:14px}.calculator__result-total{color:#037e8c;text-transform:uppercase;font-size:14px}@media (max-width:670px){.calc-image{display:none}.calculator__car-classes{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background:none;padding:0 10px}.calculator__car-classes-item{width:50%;margin:4px 0;padding:8px 5px;background-color:#e1e1e1;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;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.calculator__car-classes-item-selected{background-color:#037e8c}.calculator__result{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.calculator__result-cost,.calculator__result-discount,.calculator__result-total{padding:4px 0}}@media (max-width:500px){.calculator__table,.calculator__tbody{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.calculator__table-head-tr{display:none}.calculator__table-tr:nth-child(odd){background-color:initial}.calculator__table-tr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:98%;margin:0 auto;border-bottom:1px solid gray}.calculator__table-td{padding:8px 5px}.calculator__table-checkbox-body{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.calculator__table-checkbox-body input[type=checkbox]{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.calculator__table-checkbox-body label{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;background:url(../img/icon-checkbox.png) no-repeat 100%;padding:0 26px 0 0;color:gray;font-size:15px;width:auto;min-width:120px}.calculator__table-checkbox-body input[type=checkbox]:checked+label{background:url(../img/icon-checkbox-checked.png) no-repeat 100%}}