form .required-label{display: block;margin-bottom: 30px;}form .required-label:before{content: '*';margin-right: 5px;color: #e31e24;}form h2{margin-bottom: 20px;}form .form-field + h2{margin-top: 20px;}form .form-title{margin-bottom: 20px;}form .form-field{margin-bottom: 10px;}form .field-label{margin-bottom: 5px;font-weight: 600;}form .suffix-label{margin-left: 10px;}form .field-label.required:after,form .suffix-label.required:after{content: '*';display: inline-block;margin-left: 5px;color: #e31e24;}form .form-field .text, form .form-field .input{width: 100%;border: 1px solid #999999;max-width: 350px;}form .form-field [type="number"]{width: 40px;text-align: center;}form .form-field .text:focus, form .form-field .input:focus{border-color: #1079c3;}form .form-field .text{padding: 10px;height: 75px;resize: none;}form .form-field .input{padding: 0 10px;line-height: 30px;}form .form-field .select{padding: 0 30px 0 10px;line-height: 30px;border: 1px solid #999;}form .fieldset span{display: block;}form .form-field .checkbox+label{position: relative;padding-top: 4px;padding-left: 33px;padding-right: 15px;padding-bottom: 10px;display: inline-block;min-height: 25px;}form .form-field .checkbox+label:before, form .form-field .checkbox+label:after{position: absolute;top: 0;left: 0;width: 25px;height: 25px;display: block;cursor: pointer;}form .form-field .checkbox+label:before{border: 1px solid #999999;border-radius: 5px;z-index: 1;content: '';}form .form-field .checkbox+label:hover:before{border-color: #1079c3;}form .form-field .checkbox+label:after{color: #1079c3;content: '\f00c';font-family: FontAwesome;font-weight: 900;text-align: center;line-height: 25px;z-index: 2;opacity: 0;}form .form-field .checkbox[type="radio"]+label:after{content: '\f0c8';}form .form-field .checkbox:checked+label:after{opacity: 1;}form .datepicker{background-image: url('/assets/www/_main/img/icon-calendar.svg');background-size: 14px auto;background-position: 98% center;background-repeat: no-repeat;}form .form-field .info{margin-top: 5px;margin-bottom: 15px;}form .form-field .info:before{content: '\f05a';font-family: FontAwesome;font-weight: 900;color: #1079c3;padding-right: 5px;}form .form-error{color: #e31e24;display: block;margin-top: 5px;}form .form-buttons{padding-top: 20px;}form .form-buttons .submit{border: 1px solid #0f3e66;background-color: #0f3e66;color: #fff;}form .form-buttons .submit:hover{background-color: #196bb0;}@media (max-width: 1023px) {form .form-buttons button { display: block;width: 100%;max-width: 280px;margin: 0 auto;height: 50px;font-size: 18px;} form .form-buttons button+button{margin-top: 10px;}}@media (min-width: 1024px) {form .form-buttons button+button { margin-left: 10px;}}#f-room-type, #f-aspects{margin-bottom: 0;}#other-room-request, #other-aspect{margin-top: 5px;}#planned-amount{width: 150px;text-align: right;}input+.select-wrapper{padding-left: 10px;}