.uneditable-input:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #106db6;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #106db6;-webkit-box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,.075),0 0 .625rem #106db6;box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,.075),0 0 .625rem #106db6;-webkit-transition:border .2s linear,-webkit-box-shadow .2s linear;transition:border .2s linear,-webkit-box-shadow .2s linear;transition:border .2s linear,box-shadow .2s linear;transition:border .2s linear,box-shadow .2s linear,-webkit-box-shadow .2s linear}@media only screen and (max-width:25em){.g-recaptcha{-webkit-transform:scale(.77);-ms-transform:scale(.77);transform:scale(.77);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}}.form-format input[type=color],.form-format input[type=date],.form-format input[type=datetime-local],.form-format input[type=datetime],.form-format input[type=email],.form-format input[type=month],.form-format input[type=number],.form-format input[type=password],.form-format input[type=search],.form-format input[type=tel],.form-format input[type=text],.form-format input[type=time],.form-format input[type=url],.form-format input[type=week]{-webkit-appearance:none;-moz-appearance:textfield;background-color:#dbddde;border:1px solid #dbddde;border-radius:6px;outline:none;padding:.625rem;text-indent:5px;text-indent:.3125rem}.form-format textarea{background-color:#dbddde;border:1px solid #dbddde;border-radius:6px;height:150px;height:9.375rem;margin-top:.3125rem;max-width:100%;min-height:150px;min-height:9.375rem;min-width:100%;outline:none;text-indent:5px;text-indent:.3125rem;width:100%}.form-format textarea.full{width:100%}.form{display:-ms-grid;display:grid;gap:70px;gap:4.375rem}@media only screen and (min-width:62.5em){.form{-ms-grid-columns:1fr 460px;grid-template-columns:1fr 460px;-ms-grid-columns:1fr 28.75rem;grid-template-columns:1fr 28.75rem}}.form__formular{position:relative}.form__formular .name{margin-bottom:.3125rem}.form__formular input{color:#000;height:50px;height:3.125rem;max-width:100%;width:100%}.form__formular input[type=submit]{background-color:#106db6;border-radius:6px;color:#fff;font-family:barlowsemibold,arial,Helvetica,sans-serif;font-size:16px;font-size:1rem;font-weight:600;height:auto;margin:1.25rem 0 0;padding:.9375rem 1.25rem;-webkit-transition:background-color .4s ease-in-out;transition:background-color .4s ease-in-out;width:100%}.form__formular input[type=submit]:hover{background-color:#0a416d}.form__formular select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#dbddde;background-image:url(/images/svg/arrow-select.svg);background-position:right 10px center;background-position:right .625rem center;background-repeat:no-repeat;background-size:20px;background-size:1.25rem;border:none;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;height:50px;height:3.125rem;padding:0 2.5rem 0 .9375rem;width:100%}@media only screen and (min-width:62.5em){.form__formular .input--half{max-width:50%;width:50%}}.form__formular .checkbox-container a{color:#000}.form__wrapper{display:-ms-grid;display:grid;gap:20px;gap:1.25rem}.form__upload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background:#dbddde;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;gap:16px;gap:1rem;justify-content:center;min-height:100px;min-height:6.25rem;padding:1.875rem;-webkit-transition:background .4s ease-in-out,color .4s ease-in-out;transition:background .4s ease-in-out,color .4s ease-in-out}.form__upload:hover{background:#106db6;color:#fff}.form__upload.dragover{background:#ddd;border:2px dashed #aaa}.form__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;cursor:pointer;gap:10px;gap:.625rem;line-height:1.4}.form__checkbox input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.form__checkbox input:checked+.checkmark:after{opacity:1}.form__checkbox:hover .checkmark{background:#106db6}.form__checkbox .checkmark{background:#dbddde;border-radius:4px;display:inline-block;height:20px;height:1.25rem;margin-top:.3125rem;width:20px;width:1.25rem;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-transition:background .4s ease;transition:background .4s ease}.form__checkbox .checkmark:after{border:solid #000;border-width:0 2px 2px 0;content:"";height:12px;height:.75rem;left:5px;left:.3125rem;opacity:0;position:absolute;top:2px;top:.125rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:6px;width:.375rem}.form__person .person{display:-ms-grid;display:grid;gap:30px;gap:1.875rem}.form__person .text{background-color:#fff;padding:2.125rem}.form__person .text a{color:#0a416d;font-family:barlowmedium,arial,Helvetica,sans-serif;font-weight:500}.notice{border-radius:3px;color:#fff;display:inline-block;font-size:12px;font-size:.75rem;margin-top:.3125rem;padding:.3125rem .9375rem .3125rem 1.6875rem;text-transform:uppercase}.notice--error{background:url(/images/formular_chyba.png) no-repeat 0 #ff0004}.notice--success{background:url(/images/formular_chyba.png) no-repeat 0 #0da331}.notice--big{font-size:14px;font-size:.875rem;padding:.625rem 1.875rem}