*{
    /*border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;*/
}
@media screen and (max-width: 480px){
    .half{
        width: 100%!important;
    }
    button#send_form, button#add_tire_line, button#add_mashine_line, button#add_options, button#call_master{
        display: block!important;
        margin: 8px auto!important;
        width: 230px;
        padding: 8px 6px!important;
    }
    form.form-calc{
        width: 90%!important;
        padding: 5px 15px;
    }
    form .form-line{
        margin: 5px 0;
    }
    form .form-line .half label{
        line-height: 20px;
    }
    .half input[type="checkbox"]{
        margin: 5px 0!important;
    }
    .col-10{
        width: 100%!important;
    }
    .add_option .half{
        margin: 2px 0!important;
    }
    .add_option .col-10{
        margin: 2px 0;
    }
    .add_option .form-line{
        border-bottom: 2px solid #00e600;
    }
    
    .add_option input[type="number"], .add_option select{
        width:100%!important;
        max-width: initial!important;
    }
    .add_option {
        border-bottom: 0!important;
        margin-bottom: 10px!important;
        padding: 0!important;
        border-top: 0!important;
        margin-top: 10px!important;
    }
    .modal_show .modal_body{
        margin: 45% auto;
        width: 80%;
    }
    .call_master_block .call_wrapper{
        width: 90%!important;
        margin: 40% auto!important;
    }
}
form.form-calc{
    display: block;
    width: 75%;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    border: 2px solid #00e600;
    background: transparent;
}
form.form-calc h4{
    color:#00e600;
}
.form-label{
    margin: 10px 0;
}
.half input[type="number"], .half input[type="text"], .half select{
    padding: 8px 5px;
    width: 100%;
    background: #fff;
    margin: 3px 0;
    box-sizing: border-box;
    border:1px solid #00e600; 
}
.half input[type="checkbox"]{
    margin: 13px 0;
}
.tires_repair, .tires_cut_size, .ventil_replace, .replace_ventil{
    display: none;
}
button#send_form, button#add_tire_line, button#add_mashine_line, button#add_options {
   display: inline-block;
    padding: 11px 18px;
    text-transform: uppercase;
    margin: 0 auto;
    background: #00e600;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
button#call_master{
    display: inline-block;
    padding: 11px 18px;
    text-transform: uppercase;
    margin: 0 auto;
    border:2px solid #00e600;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
}
.form-result p {
    font-weight: bold;
}
.form-line{
    margin: 10px 0;
}
.form-line .half{
    width: 50%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
}
.half > .col-3{
    width: 30%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
}
.half > .col-7{
    width: 70%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
}
.half > .col-2{
    width: 20%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
}
.half > .col-8{
    width: 80%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
}
.half > .col-5{
    width: 50%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
}
.add_option input[type="number"]{
    max-width: 69%;
}
.add_option select{
    width: auto;
}
.form-line .half label{
    line-height: 38px;
}
.repair-tire-block{
    display: none
}
.repair-tire-block, .mashine-block {
    border-top: 2px solid #00e600;
    border-bottom: 2px solid #00e600;
    padding-top: 12px;
    padding-bottom: 5px;
    position: relative;
}
.repair-tire-block:not(:first-child), .mashine-block:not(:first-child){
    border-top:0;
}
.add_option {
    border-top: 2px solid #00e600;
    padding: 10px 0;
    border-bottom: 2px solid #00e600;
    margin-bottom: 20px;
    display: none;
}
.zapaska{
    display: none;
}
.close {
    display: block;
    position: absolute;
    border: 2px solid #00e600;
    color: #fff;
    top: 9px;
    right: 0;
    text-align: center;
    line-height: 1;
    padding: 3px 6px;
    cursor: pointer;
}
table.summ_table{
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}
table.summ_table tr{
    border:1px solid #00e600;
}
table.summ_table tr td{
    padding: 3px 3px;
}
table.summ_table tr td:first-child{
    text-align: left;
    padding: 3px 8px;
}
table.summ_table tr td:last-child{
    color:#00e600;
}
.call_master_block{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.85);
    color:#00e600;
}
.call_master_block .call_wrapper{
    width: 25%;
    padding: 15px;
    margin: 15% auto;
    border: 2px solid #00e600;
    text-align: center;
}
.call_master_block .call_wrapper h4{
    font-weight: bold;
    margin-bottom: 5px;
}
.call_master_block .call_wrapper .social{
    margin: 10px 0 0;
}
.call_master_block .call_wrapper span.time{
    font-size: 21px;
}
.call_master_block .call_wrapper a{
    color:#00e600;
}
.call_master_block .call_wrapper .social a img{
    max-width: 32px;
}
.close_modal{
    position: absolute;
    top: 5px;
    right: 5px;
    color:#fff;
    cursor: pointer;
}
.close_modal:hover{
    color:#00e600;
}