.generic-form{width:100%}.generic-form__header{margin-bottom:40px}@media screen and (max-width:1420px){.generic-form__header{margin-bottom:30px}}@media screen and (max-width:1260px){.generic-form__header{margin-bottom:40px}}.generic-form__title{font-size:24px;line-height:1;font-weight:600}@media screen and (max-width:1760px){.generic-form__title{font-size:20px}}@media screen and (max-width:1260px){.generic-form__title{font-size:24px}}@media screen and (max-width:780px){.generic-form__title{font-size:20px;text-align:center}}.generic-form__main{margin-bottom:40px;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px}@media screen and (max-width:1760px){.generic-form__main{gap:20px}}@media screen and (max-width:1420px){.generic-form__main{margin-bottom:30px}}@media screen and (max-width:1260px){.generic-form__main{margin-bottom:40px;gap:20px}}.generic-form__field{width:100%}.generic-form__field_full{max-width:100%}.generic-form__field_1-of-3{max-width:calc((100% - 60px)/3)}@media screen and (max-width:1760px){.generic-form__field_1-of-3{max-width:calc((100% - 40px)/3)}}@media screen and (max-width:1260px){.generic-form__field_1-of-3{max-width:calc((100% - 60px)/3)}}@media screen and (max-width:780px){.generic-form__field_1-of-3{max-width:100%}}.generic-form__field_2-of-3{max-width:calc((100% - 60px)*2/3 + 30px)}@media screen and (max-width:1760px){.generic-form__field_2-of-3{max-width:calc((100% - 40px)*2/3 + 20px)}}@media screen and (max-width:1260px){.generic-form__field_2-of-3{max-width:calc((100% - 60px)*2/3 + 30px)}}@media screen and (max-width:780px){.generic-form__field_2-of-3{max-width:100%}}.generic-form__field_1-of-2{max-width:calc((100% - 30px)/2)}@media screen and (max-width:1760px){.generic-form__field_1-of-2{max-width:calc((100% - 20px)/2)}}@media screen and (max-width:1260px){.generic-form__field_1-of-2{max-width:calc((100% - 30px)/2)}}@media screen and (max-width:780px){.generic-form__field_1-of-2{max-width:100%}}.generic-form__footer{display:flex;align-items:center;justify-content:flex-start;gap:30px}@media screen and (max-width:1260px){.generic-form__footer{gap:20px}}@media screen and (max-width:780px){.generic-form__footer{flex-direction:column}.generic-form__button{width:100%}}.generic-form__tooltip{font-size:14px;color:rgba(31,31,51,.6)}@media screen and (max-width:780px){.generic-form__tooltip{width:100%;text-align:center}}.generic-form__tooltip a{color:#00c;text-decoration:underline!important}.generic-form__tooltip a:active,.generic-form__tooltip a:focus,.generic-form__tooltip a:visited{color:#00c!important}.generic-form__confirmation-message{font-size:14px;font-weight:500;color:#00b004;margin-top:12px}