#adv_form {
    min-height: 250px;
}
#call_number {max-width: 150px;}
.ads-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    padding-right: 40px;
    border-right: 2px solid #eee;
}
.ads-steps__item {
    position: relative;
    min-height: 90px;
    padding-right: 55px;
    color: #999;
}
.ads-steps p {
    margin-bottom: 0;
}
.ads-active {
    color: #4472ae;
}
.form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(../images/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}
.dropzone {
    border: 2px dashed #0082bc;
}
.dropzone .dz-preview .dz-image img {
    display: block;
    width: 100%;
    height: auto;
}
.dropzone .dz-preview .dz-image {
    border-radius: 8px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
    display: block;
    z-index: 10;
}