|
|
@ -801,12 +801,16 @@ |
|
|
|
<form class="modal-form__content check" method="post" action="/send-telegram.php"> |
|
|
|
<form class="modal-form__content check" method="post" action="/send-telegram.php"> |
|
|
|
<div class="modal-form-content__line"> |
|
|
|
<div class="modal-form-content__line"> |
|
|
|
<label for="" class="label-name">Вид животного</label> |
|
|
|
<label for="" class="label-name">Вид животного</label> |
|
|
|
<div class="form-input__two"> |
|
|
|
<div class="form-input__tabs"> |
|
|
|
<input type="radio" class="form-input-two__input"> |
|
|
|
<label for="cat" class="form-input-tabs__button active"> |
|
|
|
<div class="form-input-two__oval"></div> |
|
|
|
Кошка |
|
|
|
|
|
|
|
<input type="radio" checked name="pet" id="cat" class="form-input-tabs__input"> |
|
|
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
|
|
<button class="form-input-two__button">Кошка</button> |
|
|
|
<label for="dog" class="form-input-tabs__button"> |
|
|
|
<button class="form-input-two__button ">Собака</button> |
|
|
|
Собака |
|
|
|
|
|
|
|
<input type="radio" name="pet" id="dog" class="form-input-tabs__input"> |
|
|
|
|
|
|
|
</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
@ -828,13 +832,17 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div class="modal-form-content__line"> |
|
|
|
<div class="modal-form-content__line"> |
|
|
|
<label for="" class="label-name">Пол вашего питомца</label> |
|
|
|
<label for="" class="label-name">Пол вашего питомца</label> |
|
|
|
<div class="form-input__two"> |
|
|
|
|
|
|
|
<input type="radio" class="form-input-two__input"> |
|
|
|
|
|
|
|
<div class="form-input-two__oval"></div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<button class="form-input-two__button">Мальчик</button> |
|
|
|
<div class="form-input__tabs"> |
|
|
|
<button class="form-input-two__button ">Девочка</button> |
|
|
|
<label for="boy" class="form-input-tabs__button active"> |
|
|
|
|
|
|
|
Мальчик |
|
|
|
|
|
|
|
<input type="radio" checked name="floor" id="boy" class="form-input-tabs__input"> |
|
|
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<label for="girl" class="form-input-tabs__button"> |
|
|
|
|
|
|
|
Девочка |
|
|
|
|
|
|
|
<input type="radio" name="floor" id="girl" class="form-input-tabs__input"> |
|
|
|
|
|
|
|
</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
@ -944,13 +952,16 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div class="modal-form-content__line"> |
|
|
|
<div class="modal-form-content__line"> |
|
|
|
<label for="" class="label-name">Возраст питомца</label> |
|
|
|
<label for="" class="label-name">Возраст питомца</label> |
|
|
|
<div class="form-input__two" data-content="modal__age"> |
|
|
|
<div class="form-input__tabs" data-content="modal__age"> |
|
|
|
<input type="radio" class="form-input-two__input"> |
|
|
|
<label for="exemplary" class="form-input-tabs__button active"> |
|
|
|
|
|
|
|
Примерный |
|
|
|
<div class="form-input-two__oval"></div> |
|
|
|
<input type="radio" checked name="weight" id="exemplary" class="form-input-tabs__input"> |
|
|
|
|
|
|
|
</label> |
|
|
|
<button class="form-input-two__button">Примерный</button> |
|
|
|
|
|
|
|
<button class="form-input-two__button ">Точный</button> |
|
|
|
<label for="accurate" class="form-input-tabs__button"> |
|
|
|
|
|
|
|
Точный |
|
|
|
|
|
|
|
<input type="radio" name="weight" id="accurate" class="form-input-tabs__input"> |
|
|
|
|
|
|
|
</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|