﻿/*--Форма отправки заказа товара--*/
.form {
    /*margin-top: 30px;*/
}

.fieldContainer {
    position: relative;
}

.fieldContainer textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
    outline: none;
    text-align: left;
    padding: 4px;
    font-size: 16px;
}

.fieldQuantity {
    width: 100%;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #b9b9b9;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    outline: none;
    text-align: center;
}

.fieldQuantityError {
    width: 100%;
    height: 30px;
    background: #ffcfcf;
    border: 1px solid #FF7171;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    outline: none;
    text-align: center;
}

/*--Кнопка "Отправить заявку"--*/
.buttonOrderSubmit {
    margin-top: 25px;
    align-self: end;
    width: 100%;
    height: 40px;
    text-decoration: none;
    display: inline-block;
    border: none;
    background: #3b7eb2;
    cursor: pointer;
    font-size: 16px;
    color: white;
    text-align: center;
    outline: none;
}

.buttonOrderSubmit:hover {
    background: #0880AE;
}

.buttonOrderSubmit:disabled,
.buttonOrderSubmit[disabled] {
    color: #B1B5BF;
    background: #DBE2EA;
    cursor: default;
}

.progress {
    position: absolute;
    margin-left: 10px;
}

/* Media
==================== */
@media (max-width: 320px) {
    /*.form {
        margin-top: 40px;
    }*/

    .checkbox {
        margin-top: 10px;
    }

    .buttonSubmit {
        height: 35px;
        font-size: 14px;
    }
}
