.form-field_light .form-field__container{background-color:#fff}.form-field_required .form-field__label:after{content:"*";display:inline-block;padding-left:12px}.form-field__label{display:block;font-size:14px;font-weight:500;line-height:16px;margin-bottom:12px}.form-field__container{border-radius:8px;background-color:#eeeff1;border:1px solid #e1e4eb;padding:14px 24px;display:flex;align-items:center;gap:16px}.form-field__rating{display:flex;flex-direction:row;gap:4px}.form-field__rating-star{cursor:pointer;width:24px;height:24px}.form-field__rating-star img{display:block;width:100%;height:100%}.form-field__rating-star:hover{filter:contrast(115%)}.form-field__input{flex:1;font-size:14px;line-height:16px;height:16px;font-weight:500;outline:none!important;border:none!important;background-color:rgba(0,0,0,0)!important;font-family:Geologica,sans-serif}.form-field__input::-moz-placeholder{font-weight:400;color:rgba(31,31,51,.6)}.form-field__input::placeholder{font-weight:400;color:rgba(31,31,51,.6)}select.form-field__input{color:#1f1f33}textarea.form-field__input{resize:vertical;min-height:84px;max-height:168px}.form-field__icon{width:16px;height:16px}.form-field__error{margin-top:6px;font-size:12px;line-height:1.2;color:#f33}