﻿button {
    font-family: Montserrat;
}

.zakaz-form {
    width: calc(100% - 38px);
    min-width: 300px;
    max-width: 440px;
    margin: 10px auto 0;
    position: absolute;
    bottom: 0;
    background: #fff;
    right: 0;
    left: 0;
    padding: 24px 17px 0;
    border: 0;
    border-radius: 26px 26px 0 0;
    box-shadow: 0 0 15px #9a9a9a;
}

.zf_from {
    width: 12px;
    height: 12px;
    background: #ff20ee;
    border: 1px solid #fff;
    float: left;
    border-radius: 15px;
    margin: 10px 10px 0 4px;
    box-shadow: 0 0 1px 1px #F0F0F9;
}

.zf_dotted_line {
    height: 30px;
    position: absolute;
    width: 1px;
    border-left: 2px dotted;
    left: 10px;
    top: 27px;
}

.zf_to {
    width: 12px;
    height: 12px;
    background: #6633FC;
    border: 1px solid #fff;
    float: left;
    border-radius: 15px;
    margin: 9px 10px 0 4px;
    box-shadow: 0 0 1px 1px #F0F0F9;
}

#from_street {
    box-shadow: none;
    padding: 5px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    min-width: 100px;
    width: calc(100% - 132px);
    margin: 0;
    float: none;
    display: inline-block;
}

#door_number {
    box-shadow: none;
    padding: 5px 2px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    min-width: 50px;
    width: 74px;
    margin: 0 0 0 10px;
    float: none;
    display: inline-block;
}

#to_street {
    box-shadow: none;
    padding: 5px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    min-width: 100px;
    width: calc(100% - 40px);
    margin: 0;
    float: none;
    display: inline-block;
}

.zf_comment {
    width: 20px;
    margin: 2px 0 0 2px;
    float: left;
}

#comment {
    box-shadow: none;
    padding: 5px 0 0 5px !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    min-width: 100px;
    width: calc(100% - 36px) !important;
    max-width: calc(100% - 36px) !important;
    margin: 0 0 0 30px !important;
    float: none;
    display: block;
}

.zf_price {
    margin: 15px 0;
}

.zf_minus {
    width: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #3C086C;
    color: #3C086C;
    border-radius: 8px;
    padding: 6px 0;
    margin: 0 6px 0 0;
    cursor: pointer;
}

.zf_plus {
    width: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #3C086C;
    color: #3C086C;
    border-radius: 8px;
    padding: 6px 0;
    cursor: pointer;
    font-weight: 500;
}

#price {
    width: calc(100% - 124px);
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #efefef;
    display: inline-block;
    text-align: center;
    margin: 0 0 0 6px;
    padding: 5px;
    font-size: 18px;
    min-width: 150px;
}

#customBtn, .zf_change_price {
    background: linear-gradient(45deg, #672AFF, #ED00FF);
    border-radius: 9px;
    border: none;
    width: 100%;
    min-height: 47px;
    margin: 30px 0 10px;
    text-transform: initial;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 2px 8px #b773bf;
}

.zf_change_price {
    margin: 20px auto;
}

.zf_from_info, .zf_to_info, .zf_comment_info {
    box-shadow: none;
    font-weight: 500;
    padding: 7px 0 0;
    border: none;
    border-radius: 0;
    min-width: 100px;
    width: calc(100% - 30px);
    margin: 0;
    float: none;
    display: inline-block;
}

.zf_comment_info {
    margin: 0 0 0 7px;
    padding: 3px 0 0 0;
}

#cancelBtn {
    background: #fff;
    border-radius: 9px;
    color: #3F0573;
    border: 2px solid #3F0573;
    font-weight: 600;
    width: 100%;
    min-height: 47px;
    text-transform: initial;
    font-size: 15px;
}

.status_info {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
    height: 126px;
    border-radius: 20px;
    width: calc(100% - 20px);
    background: #fffffff0;
    max-width: 350px;
}

.status_text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    white-space: pre-line;
    color: #666;
    letter-spacing: 1px;
}

.status_load {
    margin: 10px auto 0;
    width: 45px;
}

    .status_load img {
        max-width: 45px;
    }

.zf_minus_grey {
    color: #B7b7b7;
    border: 1px solid #B7b7b7;
}

.change_price_grey {
    background: #B7B7B7;
    box-shadow: none;
}
