.disabled-btn {
    pointer-events: none;
}

.su-forms {
    background-repeat: no-repeat;
    background-position: 100% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#progressbar {
    display: none;
}

.sand_form_banner,
#msform button {
    line-height: 50px;
    border-radius: 50px;
    border: 0;
}

#msform span.previous {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
}

#msform span.previous,
#msform button.previous {
    width: 54px;
    background: #fff;
    border: 1px solid #d2d2d2;
    color: #0060FF;
    margin-right: 5px;
    cursor: pointer;
}

.sand_form_banner,
#msform button.next {
    width: 240px;
    background: #0060FF;
    color: #fff;
    cursor: pointer;
}

.qty {
    margin-bottom: 20px;
}

.qty input {
    width: 80px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 0 10px;
    color: #0F56B3;
    font-weight: 700;
}

.qty input:focus::-webkit-input-placeholder {
    color: #fff;
}

.qty input::-webkit-input-placeholder {
    color: #999;
}

/* Firefox < 19 */
.qty input:-moz-placeholder {
    color: #999;
}

.qty input::focus:-moz-placeholder {
    color: #fff;
}

/* Firefox > 19 */
.qty input::-moz-placeholder {
    color: #999;
}

.qty input:focus::-moz-placeholder {
    color: #fff;
}

.qty-btn {
    margin-left: 10px;
}

.qty-btn>div {
    width: 28px;
    font-size: 15px;
    line-height: 25px;
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #C5DCFA;
    border-radius: 50%;
}

.qty-btn>div:hover {
    background: rgba(15, 86, 179, 0.7);
    color: #fff;
    cursor: pointer;
}

#msform .contacts input {
    background: #FFFFFF;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    width: 100%;
    max-width: 305px;
    height: 50px;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.err-call {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    border-radius: 15px;
    background-color: #fff;
    padding: 15px;
    display: inline-block;
    width: 100%;
    max-width: 350px;
}

.err-call p:nth-child(1) {
    color: red;
}

.err-call {
    color: #333;
}

.err-call p {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .su-forms {
        background-image: none !important;
        background-color: #f8f9fb !important;
    }

    #msform button.next {
        max-width: 100%;
    }
}