.calc_form .checker{
    display: inline-block;
    position: relative;
    top:0px;
}

.per-25{
    width: 25%;
    display: inline-block;
}

.minus, .plus{
    width: 20px;
    height: 20px;
    border-radius:10px;
    background: #999;
    color:#fff;
    text-align: center;
    line-height: 20px;
    padding: 0;
    box-shadow: none;
}

.result_window{
    background: #fff;
    border:1px solid #666;
    min-height:130px;
	    border-radius: 6px;
    padding: 5px;
}
.pull-center{
    text-align: center;
}

.info_item{
    border-bottom: 1px dashed #999;
}

.info_item span{
    float: right;
}

.info_item strong{
    color:#999;
}

.no_visible{
    visibility: hidden;
    
}

.error_field{
    border: 1.4px solid #a09e9f !important;
}

[data-calc-field="go_out_city_sender_km"],[data-calc-field="go_out_city_rec_km"]{
    position: relative;
    top: -20px;
}
.tarif_field_group.active{
    background: #d1d1d1;
}

div.checker{
    float: left;
    position: relative;
    top: 4px;
}

.form_group_title{
    font-size: 24px;
    display: block;
    margin: 20px 0 10px 0;
}

.err_field{
    border:1px solid #ff0000;
}

.field_err_mes{
    color: #ff0000;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 32px;
    background: #fff;
    top: -38px;
    padding: 0 20px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    z-index: 999;
    width: 180px;
}

.field_err_mes:after{
    border: 5px solid transparent;
    border-top-color: #ff0000;
    position: absolute;
    bottom: -10px;
    right: 46%;
    content: '';
}


.input_wrapp{
    position: relative;
    padding-bottom: 5px;

}

.input_wrapp  .bootstrap-select{
    padding-bottom: 2px !important;
}

.form_container{
    
}

div.checker span{
    top:0px !important;
}

.route-table{
    font-size: 12px !important;
}

.route-table th{
    background: #fae62f !important;
}
[data-city-have="expedition"]{
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

                      @media  screen and (max-width: 768px){
    .no_visible {
         height: 0%;
    display: block;
    position: absolute;
    } }


 