All checks were successful
Deploy Static Site / deploy (push) Successful in 6m6s
77 lines
4.6 KiB
HTML
77 lines
4.6 KiB
HTML
<p class="submit">Enter one or more keywords to search ('*' and '?' wildcards are supported):</p>
|
|
<!--
|
|
<%HREF_SEARCH_PAGE%> -->
|
|
<!-- This is where the search form and results will appear -->
|
|
<!--
|
|
<%SEARCH_SCRIPT%> -->
|
|
|
|
|
|
<section class="downloads__item downloads__item--community"
|
|
style="min-height: 492px; padding-bottom: 52px; background-size: contain; background-image: url(/img/assets/interactive-demo.jpg);background-position: 400px 0;">
|
|
<h1 class="downloads__subtitle">Индивидуальная консультация</h1>
|
|
<div class="downloads-demo">
|
|
<div class="downloads-demo__form-wrap">
|
|
<form class="downloads-demo__form" method="post">
|
|
<p class="downloads-demo__form-description">Заполните форму, чтобы забронировать удобное время для звонка</p>
|
|
<input type="hidden" name="action" value="individualConsult" />
|
|
<label class="downloads-demo__label">
|
|
<span class="downloads-demo__label-value">Удобная дата</span>
|
|
<input class="downloads-demo__input" type="date" name="date" required="" />
|
|
</label>
|
|
<label class="downloads-demo__label">
|
|
<span class="downloads-demo__label-value">Удобное время</span>
|
|
<input class="downloads-demo__input" type="time" name="time" required="" />
|
|
</label>
|
|
<label class="downloads-demo__label">
|
|
<span class="downloads-demo__label-value">Имя и фамилия</span>
|
|
<input class="downloads-demo__input" type="text" name="name" required="" />
|
|
</label>
|
|
<label class="downloads-demo__label">
|
|
<span class="downloads-demo__label-value">Номер телефона</span>
|
|
<input class="downloads-demo__input" type="tel" name="phone" required="" />
|
|
</label>
|
|
<label class="downloads-demo__label">
|
|
<span class="downloads-demo__label-value">Электронная почта</span>
|
|
<input class="downloads-demo__input" type="email" name="email" required="" />
|
|
</label>
|
|
<label class="downloads-demo__label">
|
|
<span class="downloads-demo__label-value">Название компании</span>
|
|
<input class="downloads-demo__input" type="text" name="company_name" required="" />
|
|
</label>
|
|
<label class="downloads-demo__label">
|
|
<span class="downloads-demo__label-value">Ваша должность</span>
|
|
<input class="downloads-demo__input" type="text" name="jobposition" required="" />
|
|
</label>
|
|
<label class="downloads-demo__label">
|
|
<span class="downloads-demo__label-value">Численность компании</span>
|
|
<select class="downloads-demo__input downloads-demo__input--select" name="company_size" required="">
|
|
<option value="" disabled="disabled" selected="selected" class="form-popup__select-item" hidden="">Численность компании</option>
|
|
<option value="<20">До 20</option>
|
|
<option value="20-100">20-100</option>
|
|
<option value="101-500">101-500</option>
|
|
<option value="501-2000">501-2000</option>
|
|
<option value="2000+">Более 2000</option>
|
|
</select>
|
|
</label>
|
|
<label class="downloads-demo__label downloads-demo__label--checkbox">
|
|
<input class="downloads-demo__input downloads-demo__input--checkbox visually-hidden" type="checkbox" name="subscribe" />
|
|
<span class="downloads-demo__label--icon" aria-label="Подписаться на новости"></span>
|
|
Подписаться на новости
|
|
</label>
|
|
<label class="downloads-demo__label downloads-demo__label--checkbox">
|
|
<input class="downloads-demo__input downloads-demo__input--checkbox visually-hidden" type="checkbox" name="accept" required="" />
|
|
<span class="downloads-demo__label--icon" aria-label="Принимаю условия"></span>
|
|
Я принимаю условия
|
|
<a class="downloads-demo__accept-terms" href="/forms/user_agreement.html" target="_blank" rel="noopener">
|
|
пользовательского соглашения
|
|
</a> и
|
|
<a class="downloads-demo__policy-confident" href="/forms/conf.html" target="_blank" rel="noopener">
|
|
политики конфиденциальности
|
|
</a>
|
|
</label>
|
|
<button class="btn-primary downloads-demo__submit-unclosed" type="submit">Жду звонка</button>
|
|
</form>
|
|
</div>
|
|
<div class="downloads-demo__products-wrap"></div>
|
|
</div>
|
|
</section> |