.form-hidden{display:none}.input-text{border:1.5px solid #dedede;border-radius:5px;padding:15px;font-size:16px;-webkit-appearance:none}.form-field{margin-top:20px}.form-field .input-text{width:100%;font-size:14px;position:relative}.form-field .form-label{margin-bottom:8px;font-size:14px;line-height:16px;margin-left:10px}.form-field .form-label-not_required{color:#a8a9af;font-size:14px;margin-top:8px}.form-field.form-privacy{font-size:12px}.form-field label{display:flex;font-size:14px}.form-field label input[type="checkbox"]{margin-right:8px}.form-field_submit{margin-bottom:15px}.form-field_submit input{width:100%;padding:11px 24px}.form-input{position:relative}.form-input .icon-validation{position:absolute;right:9px;top:14px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:#f4f4f6;border-radius:50%}.form-input .icon-validation .icon{margin-right:0;font-size:10px}label.error,label.info{display:block;margin-top:8px;font-size:14px;line-height:16px;color:#f77c56}label.info{color:#1CA0FF;margin-top:0}.form-fields{display:flex;justify-content:center;flex-direction:column}.form-fields .link{text-align:center;color:#1ca0ff}.form-fields .forgot-password{display:block;margin:0 auto;margin-top:10px}.wrapper input,.wrapper select,.wrapper button{outline:none}.wrapper textarea{resize:none;font-family:"Roboto",sans-serif;font-weight:400;outline:none}.wrapper input[type="number"]{-moz-appearance:textfield}.wrapper input[type="number"]::-webkit-outer-spin-button,.wrapper input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.response-error{margin-top:10px;text-align:center}.jq-radio{background:#e9e9ec;border:none;box-shadow:none}.jq-radio.focused,.jq-checkbox.focused{border:none}.jq-checkbox.focused{border:1px solid #e9e9ec}.jq-checkbox.checked{background:#1ca0ff;border-color:transparent}.jq-checkbox.checked .jq-checkbox__div{width:8px;height:4px;margin:3px 0 0 3px;border-bottom:2px solid #666;border-left:2px solid #666;-webkit-transform:rotate(-50deg);transform:rotate(-50deg)}.jq-checkbox input,.jq-radio input{position:absolute;z-index:-1;margin:0;padding:0;opacity:0}.jq-radio,.jq-checkbox{background:#E9E9EC;border:none;box-shadow:none}.jq-checkbox,.jq-radio{vertical-align:-4px;width:16px;height:16px;margin:0 4px 0 0;border:1px solid #c3c3c3;background:linear-gradient(#fff,#e6e6e6);cursor:pointer}.jq-checkbox{border-radius:0;border:1px solid #e9e9ec;background:#fff;margin-right:10px;min-width:16px;padding:1px}.jq-radio{border-radius:50%}.jq-checkbox.checked .jq-checkbox__div{margin:4px 0 0 3px;color:#FFF;border-color:#FFF;box-shadow:none}.jq-radio.checked .jq-radio__div{width:10px;height:10px;margin:3px 0 0 3px;border-radius:50%;background:#777;box-shadow:inset 1px 1px 1px rgb(0 0 0 / 70%)}.jq-radio{background:#E9E9EC;border:none;box-shadow:none}.jq-radio.checked .jq-radio__div{background:#1ca0ff;box-shadow:none}.jq-selectbox{width:100%;z-index:3 !important}.jq-selectbox .jq-selectbox__select{height:40px;background:#fff;box-shadow:none;border:1px solid #e9e9ec;border-radius:5px;display:flex;align-items:center}.jq-selectbox .jq-selectbox__trigger{border-left:0}.jq-selectbox .jq-selectbox__trigger-arrow{top:17px}.jq-selectbox__dropdown{background:#fff;box-shadow:0 11px 6px -9px rgba(45,53,76,0.25),0 0 12px rgba(45,53,76,0.05);border-radius:5px;border:none;padding:14px 32px}.jq-selectbox__dropdown ul{overflow:unset}.jq-selectbox__dropdown li{padding:0;padding-bottom:10px}.jq-selectbox__dropdown li:last-child{padding-bottom:0}.jq-selectbox__dropdown li.selected,.jq-selectbox__dropdown li:hover{background:transparent;color:inherit;position:relative;font-weight:bold}.jq-selectbox__dropdown li.selected:before,.jq-selectbox__dropdown li:hover:before{content:'';position:absolute;left:-15px;top:5px;display:inline-block;width:7px;height:7px;border-radius:50%;background:#0069bd}.jq-selectbox__dropdown li span{color:#a8a9af;margin-left:4px}.file-box{height:100%;align-items:center;justify-content:center;display:flex;flex-direction:column;position:relative}.file-box label{display:flex;flex-direction:column}.file-box label .btn{margin-bottom:24px;text-align:center;font-weight:500}.file-box input[type="file"]{position:absolute;opacity:0;left:0;right:0;top:0;bottom:0;width:100%;height:100%}.file-box_load{display:none}.file-box_load.active{display:block}.file-box_file{display:none;align-items:center;justify-content:space-between}.file-box_file.active{display:flex}.file-box_file .icon{font-size:10px}.file-box .file-name{font-size:14px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;width:100%;margin-right:10px}.file-formats{font-size:14px;line-height:140%;color:#a8a9af;margin-top:auto;margin-bottom:30px}.toggle-box{display:flex;align-items:center}.toggle-box_label{display:flex;cursor:pointer;margin-right:10px}.toggle-box_label span{display:inline-block;position:relative;width:60px;height:33px;border-radius:50px;padding:4px;background-color:rgba(45,53,77,.15)}.toggle-box_label span:after{content:'';display:block;width:25px;height:25px;background:#fff;box-shadow:0 1px 4px rgba(51,51,51,0.2);border-radius:50%;position:relative;transition:right 0.2s ease-in-out;right:0}.toggle-box_checkbox{width:0;height:0;margin:0;position:absolute}.toggle-box_checkbox:checked + span{background:#1ca0ff;animation:checkboxToggle 4s linear infinite}.toggle-box_checkbox:checked + span:after{right:calc(-100% + 30px);animation:checkboxToggle2 16s linear infinite}@keyframes checkboxToggle{to{background-position-x:200%}}@keyframes checkboxToggle2{to{background-position-x:-500%}}.question-tooltip{width:18px;height:18px;vertical-align:middle;display:inline-block;border:1px solid #A8A9AF;border-radius:50%;margin-left:4px;line-height:13px;text-align:center;cursor:pointer;transition:.4s background,.4s border}.question-tooltip .icon-question{font-size:9px;transition:.4s color}.question-tooltip:hover{background:#0069BD;border-color:transparent}.question-tooltip:hover .icon-question:before{color:#FFF}