.wingi-calc{
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px !important;
}

.wingo-calc_title{
    color: #124569;
    font-size: 45px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 20px;
}

.wingo-calc_title_h2{
    color: #134669;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.wingo-calc_way{
    display: flex;
}

.wingi-form-calc-content{
    display: flex;
    justify-content: space-between;
}
.wingi-form-calc-content > div{
    width: 100%;
}
#wingi-ya-map{
    height: 410px;
}

.wingi-dropdown{
    position: relative;
}

.wingi-dropdown-items{
    position: absolute;
    background: white;
    z-index: 1;
    border: 1px solid black;
}

.wingi-dropdown-item{
    padding: 5px;
    cursor: pointer;
}

.wingi-dropdown-item:hover{
    background-color: #eeeeee;
}

.ui-autocomplete{
    max-width: 600px;
}

.ui-autocomplete li{
    list-style: none;
}

.wingi-form-calc-content label{
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #134669;
    margin-bottom: 5px !important;
    display: block;
}

/*.wingi-form-calc-content input{*/
/*    margin-bottom: 14px !important;*/
/*}*/

.wingi-gabarits{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.wingi-gabarits p{
    color: #134669;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 20px;
    width: 100%;
}

.wingi-form-calc-content input[type="text"], 
.wingi-form-calc-content input[type="number"], 
.wingi-form-calc-content input[type="email"], 
.wingi-form-calc-content input[type="tel"]{
    background-color: #ffffff;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    color: #134669;
    max-width: 180px;
}

.wingo-calc_way_input{
    width: 100%;
}

#calc-from, #calc-to {
    border: none;
    border-bottom: 3px solid #134569;
    border-radius: 0;
    padding-left: 20px;
    font-size: 14px;
    margin: 0;
    width: 100%;
}

#calc-from {
    background: url('img/icon_from.svg') no-repeat left center;
}

#calc-to {
    background: url('img/icon_to.svg') no-repeat left center;
}

.wingi-calcway-container {
    border: 1px dashed #C4D8E8;
    border-top: none;
    height: 17px;
    margin: 0 5px;
    position: relative;
    margin-top:10px;
}

.wingi-calcway {
    position: absolute;
    border: 1px dashed #C4D8E8;
    height: 18px;
    min-width: 215px;
    background-color: #ffffff;
    left: calc(50% - 108px);
    bottom: -14px;
    text-align: center;
    padding: 5px 10px;
}
.wingi-calcway img {
    width: 14px;
    height: 14px;
}

.wingi-form-calc-content input[type="submit"].calc-btn{
    color: #ffffff;
    background-color: #134669;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
}

.wingi-order p{
    color: #134669;
    font-size: 14px;
    margin-bottom: 3px;
    color: #134669;
    line-height: 18px;
    opacity: 0.8;
}

.wingi-total{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #134669;
    margin-top: 7px;
}

.wingi-label-order{
    font-size: 14px;
    font-weight: bold;
    margin-top: 35px;
    border: none !important;
}

.wingi-request input[type="button"].order-btn.calculate,
.wingi-request input[type="submit"] {
    padding: 8px 30px;
    background: #134669;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    color:#fff;
    border:none;
    margin-top: 10px;
    max-width: 205px;
    cursor: pointer;
}

.wingi-order p.wingi-agree{
    color: #c2c2c2;
    border: none;
}


.wingi-modal-overley{
    position: absolute;
    background-color: black;
    opacity: .5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.wingi-modal{
    display: none;
}

.wingi-request .wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
}

.wingi-modal-content{
    z-index: 2000;
    background-color: white;
    color: black;
    width: 50%;
    height: 200px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    text-align: center;
    padding-top: 70px;
    font-size: 24px;
}

.wingi-modal-close{
    display: inline-block;
    background-color: green;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
}
.wingi-calc-result {
    display: none;
}
.wingi-calc-result-error{
    display: none;
    color: #F55031;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #F55031;
}

.wingi-error{
    color: red;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100% !important;
}

input.has-error{
    border: 1px solid red !important;
}

.wingi-slider {
    width: 100% !important;
    height: 9px;
    margin-bottom: 77px !important;
    background-color: #ECF1F5;
    border: 1px solid #ECF1F5 !important;
}

.wingi-slider .ui-slider-range{
    background: url('img/slider_bg.png');
    box-shadow: 0px 4px 15px rgba(18, 69, 105, 0.3);
    border: 1px solid #FFBFB3;
}

.wingi-slider .ui-slider-handle {
    color: white;
    width: 9px;
    height: 9px;
    border: 3px solid #134669;
    border-radius: 50%;
    margin-top: 2px;
    position: relative;
    outline: none;
    cursor: pointer;
}

.wingi-slider-content{
    margin-top: 15px;
    color: black;
    border: 3px solid #134669;
    display: block;
    position: absolute;
    width: 70px !important;
    left: -36px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(18, 69, 105, 0.3);
    text-align: center;
    z-index: 10000000;
    height: 25px;
}
.wingi-form-calc-content .wingi-slider-content.orange, .wingi-form-calc-content .wingi-slider-content.orange input {
    color:#F55031;
}

.wingi-slider-content input{
    height: 25px !important;
}

.wingi-slider-content::after{
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 4px solid #134669;
    top: -11px;
    left: calc(50% - 1px);
}
.wingi-form-calc-content .wingi-slider-content {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #134669;
}
.wingi-form-calc-content .wingi-slider-content input {
    max-width: 22px;
    border: none;
    margin: 0;
    text-align: right;
    padding: 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #134669;
}

.wingi-form-calc-content .wingi-slider-content input:focus {
    border: none;
    outline: none;
}

.ui-slider-label {
    font-size: 10px;
    font-style: italic;
}

.wingi-gaborits-column {
    width: calc(50% - 60px);
}

#wingi-ya-map {
    display: none;
}

.wingi-calc-wrap {
    width: 100%;
}
.wingi-order, .wingi-calc-wrap {
    margin-right: 20px;
}

.wingi-map .form-title {
    font-size: 24px;
    line-height: 26px;
    color: #FF5B3C;
    margin-bottom: 20px;
    font-weight: bold;
}
.wingi-map ul {
    list-style-type: none;
}
.wingi-map ul li {
    font-size: 14px;
    line-height: 18px;
    color: #134669;
    opacity: 0.8;
    position: relative;
    padding-left: 18px;
    margin: 0 0 5px 0;
    list-style-type: none;
}
.wingi-map ul li::before {
    content: '';
    display: block;
    background: url(img/before-li-form.svg) center no-repeat;
    background-size: contain;
    width: 10px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

.wingi-form-calc-content > div.wingi-order {
    min-width: 280px;
    width: 280px;
    background: url('img/car.png') no-repeat top center;
    background-size: contain;
    padding-top: 280px;
    position: relative;
}

.wingi-form {
    width: 100%;
}

.wingi-map {
    max-width: 250px;
}

.wingi-order > div[class^="cargo_"] {
    position: absolute;
    top:0;
    left:50%;
}
.wingi-order > div[class^="cargo_"] p{
    padding: 0;
    margin: 0;
    border: none;
    text-align: left;
}
.wingi-order > div[class^="cargo_"] p.item_title {
    font-family: Roboto;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #FF5B3C;
}
.wingi-order > div[class^="cargo_"] p.item_value {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #134669;
    font-weight: bold;
 }
.wingi-order > .cargo_height {
    margin-left:-10px;
    margin-top:-35px;
}
.wingi-order > .cargo_length {
    margin-left: -70px;
    margin-top: -12px;
}
.wingi-order > .cargo_width {
    margin-left: 42px;
    margin-top: -12px;
}
.wingi-order > .cargo_weight {
    margin-left: -70px;
    margin-top: 85px;
}
.wingi-request {
    margin-top:9px;
    position: relative;
}
.wingi-request .wpcf7-spinner {
    position: absolute;
    right: 10px;
    bottom: 52px;
}
.wingi-request > input[name="phone"], .wingi-request > span.your-email > input[name="your-email"],
.wingi-request > span.your-phone > input[name="your-phone"], .wingi-request > span.calc-name > input[name="your-name"] {
    padding: 10px 15px;
    width:180px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #134669;
    opacity: 1;
}
.wingi-request > span.your-email > input[name="your-email"],
.wingi-request > span.your-phone > input[name="your-phone"],
.wingi-request .wingi-agree {
    margin-top: 10px;
}
.wingi-request > input[name="phone"]:focus {
    opacity: 1;
}
.wingi-request .wpcf7-submit.order-btn {
    background: #F55031 !important;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 18px;
    display:none;
    margin-top: 10px;
    color: #fff;
    border-color: #F55031;
    max-width: 282px;
}
.wingi-agree {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #C2C2C2;
    opacity: 0.8;
}
.wingi-price_nds {
    font-size: 30px;
    line-height: 35px;
    border-bottom: 3px solid #F55031;
}
.wingi-gabarits .wingi-form-calc-content label {
    margin-bottom: 5px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7 span.wpcf7-not-valid-tip {
    text-align: left;
    position: absolute;
    top: -10px;
    left: 0;
}
.wpcf7-form input.hide {
    display:none;
}

.wingi-map .wingi-agree, .wingi-map div.wpcf7-response-output {
    margin-bottom: 0;
}

.wingi-form-calc-content .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 10px;
    position: relative;
}

.wingi-order .calc-btn {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    background: #F55031;
    border-radius: 4px;
    padding: 10px 30px;
    display: inline-block;
    margin: 10px 0;
}
.wingi-order .calc-btn:hover {
    background: #124569;
    text-decoration: none;
}

.wingi-form-calc-content input.way {
    height: auto;
    width: 60px;
    padding: 0;
    border: 0;
    display: inline-block;
}
/* Adaptive && mobile  */
@media screen and (max-width: 1023px){
    .wingi-calc.container {
        padding-left: 45px;
        padding-right:45px;
        margin-bottom: 0px;
    }
    .wingi-form-calc-content {
        flex-direction: column;
        align-items: center;
    }
    .wingi-form-calc-content > div.wingi-calc-wrap {
        margin:0px;
    }
    .wingi-form-calc-content > div.wingi-order {
        margin-top: 50px;
    }
    .wingi-calc div.wpcf7 {
        margin:0 auto;
    }
    .wingi-gaborits-column {
        width: calc(50% - 30px);
    }
    
    .wingi-map {
        margin-top: 30px;
    }
    .wingi-request input[type="button"].order-btn.calculate {
        margin-left: 20px;
    }
}
@media screen and (max-width: 767px){
    .wingi-request {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wingi-request input[type="button"].order-btn.calculate {
        margin-left: 0px;
    }
}
@media screen and (max-width: 480px) {
    .wingi-calc.container {
        padding-left: 15px;
        padding-right:15px;
    }
    .wingi-gaborits-column {
        width: calc(90% - 30px);
    }
    .wingi-gabarits {
        flex-direction: column;
        align-items: center;
    }
    .wingo-calc_way {
        flex-direction: column;
    }
    .wingo-calc_way_input:first-child {
        margin-bottom: 20px;
    }
    /*span.wpcf7-form-control-wrap {
        display: block;
        text-align: center;
    }
    .wingi-request .wpcf7-submit.order-btn {
        display: block;
        margin: 10px auto;
    }*/
}
@media screen and (max-width: 400px){
    .wingi-form-calc-content > div.wingi-order {
        min-width: 100%;
        width: 100%;
        background-size: contain;
    }
}