Например, вот код модального окна
<style> #modal:target { display: block; } #modal { background: rgba(102, 102, 102, 0.68); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: none; z-index: 9999999999; } window { position: absolute; top: 50%; left: 50%; width: 400px; border: 1px solid #cecece; padding: 50px; transform: translate(-50%,-50%); background-color: #fafafa; } div#main_text a.close_window { position: absolute; right: 10px; top: 2px; border: 1px solid red; padding: 0 10px; } .outline { border: 1px solid red; padding: 0 10px; } </style> <a href="#modal">Модальное окно</a> <div id="modal"> <window> <a href="#close_window" class="close_window outline">Закрыть</a><br><br> Здесь нужен код формы </window> </div>
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 50%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='http://сайт.ру/forms/zaloba' style='border:0'></iframe></div>