You can download the License Agreement Form here. Download
Thanks a lot,
A&R team
//window demo страница подгонка размера под мобильную версию
/*let conteiner=document.querySelector('.conteinerdem');
let contheight=document.documentElement.clientHeight;
conteiner.style.height=String(contheight)+"px";*/