label.error{font-size:13px;color:red}
.order-wrap{color: #000000}
.order-note{font-style: italic;color: #FF0000;font-family: 'Roboto Italic';}
.order-form-vat{font-style: italic;}
.order-form-note{font-family: Roboto Italic; color: #9F9F9F; text-align: center}
.order-form-value-wrap{float: left;}
.order-form-label{float: left;}
.order-form-input{float: left;}
.order-form-input-right{float: left;}
.order-form-display-price{font-family: Roboto Bold}
.red-note{color: #FF0000}
.order-form-price{float: left;}
.order-form-btn{float: right; background-color: #FF0000; cursor: pointer; color: white;text-align: center;outline: 0;border: 1px solid red;}
.order-title{font-size: 30px}
.order-form-input input::placeholder {color: #A5A5A5; text-align: left;}
.order-form-input-right input::placeholder {color: #A5A5A5; text-align: left;}
.error{color: red;}
@media(min-width: 769px) {
.order-form-input input::placeholder {font-style: italic;font-size: 16px;}
.order-form-input-right input::placeholder {font-style: italic;font-size: 16px;}
.order-wrap{padding-top: 159px;font-size: 18px}
.order-note{font-size: 18px;margin-top: 11px}
#order-form{margin-top: 64px;}
.order-form-value-wrap{margin-bottom: 19px;}
.order-form-label{width: 135px;margin-top: 3px;}
.order-form-input{width: 391px;margin-left: 12px;}
.order-form-input-right{width: 391px;margin-left: 10px;}
.order-form-input select{width: 100%;height: 32px;padding-left: 6px;border-color: #C1C1C1;}
.order-form-input input{width: 100%;height: 32px;padding-left: 6px;border: 1px solid #C1C1C1;}
.order-form-input-right select{width: 100%;height: 32px;padding-left: 6px;border-color: #C1C1C1;}
.order-form-input-right input{width: 100%;height: 32px;padding-left: 6px;border: 1px solid #C1C1C1;}
.order-form-price{margin-left: 20px;margin-top: 3px;}
.order-form-btn{border-radius: 8px;font-size: 19px; width: 134px;padding: 10px 0;margin-top: 23px;margin-right: 24px;outline: 0;border: 1px solid red;}
.order-form-note{font-size: 13px;margin-top: 101px;}
}
@media(max-width: 768px) {
.order-wrap{padding-top: 85px; font-size: 15px}
.order-note{margin-top: 29px;line-height: 26px;font-family: 'Roboto Italic';}
.order-title{line-height: 36px;font-family: 'Roboto Medium'}
#order-form{margin-top: 26px;}
.order-form-value-wrap{width: 100%;margin-bottom: 17px}
.order-form-label{width: 100%;margin-bottom: 6px;}
.order-form-input{width: 100%}
.order-form-input-right{width: 100%;}
.order-form-input select{width: 100%;height: 38px;border-radius: 3px;padding-left: 10px;border: 1px solid #DFDFDF;}
.order-form-input input{width: 100%;height: 39px;border-radius: 3px;padding-left: 14px;border: 1px solid #DFDFDF;padding-top: 3px;}
.order-form-input-right select{width: 100%;height: 38px;border-radius: 3px;padding-left: 10px;border: 1px solid #DFDFDF;}
.order-form-input-right input{width: 100%;height: 39px;border-radius: 3px;padding-left: 14px;border: 1px solid #DFDFDF;padding-top: 3px;}
.order-form-price{margin-top: 5px;}
.order-form-btn{border-radius: 10px;font-size: 22px;width: 170px;padding: 14px 0;margin-top: 47px;outline: 0;border: 1px solid red;}
.order-form-note{margin-top: 126px;font-size: 13px;line-height: 26px;margin-bottom: 18px;}
}