konvert.cz Open in urlscan Pro
2606:4700:3037::ac43:a7ee  Public Scan

URL: https://konvert.cz/
Submission: On March 23 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

Name: form723782881POST

<form id="form723782881" name="form723782881" role="form" action="" method="POST" data-formactiontype="0" data-inputbox=".t-input-group" class="t-form js-form-proccess t-form_inputs-total_4 " data-success-callback="t698_onSuccess">
  <!-- NO ONE SERVICES CONNECTED -->
  <div class="js-successbox t-form__successbox t-text t-text_md" aria-live="polite" style="display:none;" data-success-message="Thank you for your request. See you soon!"></div>
  <div class="t-form__inputsbox t-form__inputsbox_vertical-form t-form__inputsbox_inrow">
    <div class="t-input-group t-input-group_nm " data-input-lid="8781215261582" data-field-type="nm">
      <div class="t-input-block " style="border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;"><input type="text" autocomplete="name" name="Name" id="input_8781215261582" class="t-input js-tilda-rule " value="" placeholder="Name"
          data-tilda-req="1" aria-required="true" data-tilda-rule="name" aria-describedby="error_8781215261582" style="color:#000000;background-color:#efefe6;border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;">
        <div class="t-input-error" aria-live="polite" id="error_8781215261582"></div>
      </div>
    </div>
    <div class="t-input-group t-input-group_ph " data-input-lid="8781215261581" data-field-type="ph">
      <div class="t-input-block " style="border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;"><input type="tel" autocomplete="tel" name="Phone" id="input_8781215261581" class="t-input js-tilda-rule " value=""
          placeholder="Phone number" data-tilda-req="1" aria-required="true" data-tilda-rule="phone" pattern="[0-9]*" aria-describedby="error_8781215261581"
          style="color:#000000;background-color:#efefe6;border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;">
        <div class="t-input-error" aria-live="polite" id="error_8781215261581"></div>
      </div>
    </div>
    <div class="t-input-group t-input-group_em " data-input-lid="8781215261580" data-field-type="em">
      <div class="t-input-block " style="border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;"><input type="email" autocomplete="email" name="Email" id="input_8781215261580" class="t-input js-tilda-rule " value=""
          placeholder="Email" data-tilda-req="1" aria-required="true" data-tilda-rule="email" aria-describedby="error_8781215261580"
          style="color:#000000;background-color:#efefe6;border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;">
        <div class="t-input-error" aria-live="polite" id="error_8781215261580"></div>
      </div>
    </div>
    <div class="t-input-group t-input-group_rd " data-input-lid="1711119745536" role="group" aria-labelledby="field-title_1711119745536" data-field-radcb="cb" data-field-type="rd">
      <div class="t-input-title t-descr t-descr_md" id="field-title_1711119745536" data-redactor-toolbar="no" field="li_title__1711119745536" style="color:#efefe6;">What do you want to trade?</div>
      <div class="t-input-block " style="border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;"><input type="hidden" class="t-checkboxes__hiddeninput js-tilda-rule" name="What do you want to trade" tabindex="-1" value="">
        <ul class="t-checkboxes__wrapper">
          <li class="t-checkboxes__item"><label class="t-checkbox__control t-text t-text_xs" style="color: #efefe6"><input type="checkbox" value="USDT" class="t-checkbox">
              <div class="t-checkbox__indicator" style="border-color:#efefe6"></div><span>USDT</span>
            </label></li>
          <li class="t-checkboxes__item"><label class="t-checkbox__control t-text t-text_xs" style="color: #efefe6"><input type="checkbox" value="Bitcoin" class="t-checkbox">
              <div class="t-checkbox__indicator" style="border-color:#efefe6"></div><span>Bitcoin</span>
            </label></li>
          <li class="t-checkboxes__item"><label class="t-checkbox__control t-text t-text_xs" style="color: #efefe6"><input type="checkbox" value="Etherium" class="t-checkbox">
              <div class="t-checkbox__indicator" style="border-color:#efefe6"></div><span>Etherium</span>
            </label></li>
        </ul>
        <script>
          t_onReady(function() {
            function t_input_checkboxes_updateval(recid, lid) {
              var rec = document.getElementById('rec' + recid);
              if (!rec) return;
              var inputWrapper = rec.querySelector('[data-input-lid="' + lid + '"]');
              if (!inputWrapper) return;
              var inputHidden = inputWrapper.querySelector('.t-checkboxes__hiddeninput');
              inputHidden.value = '';
              var checkboxes = inputWrapper.querySelectorAll('.t-checkbox');
              Array.prototype.forEach.call(checkboxes, function(checkBox) {
                if (checkBox.checked) {
                  if (inputHidden.value !== '') inputHidden.value += '; ';
                  inputHidden.value += checkBox.value;
                }
              });
            }

            function t_input_checkboxes_setOwnAnswerValue(recid, lid) {
              var rec = document.getElementById('rec' + recid);
              if (!rec) return;
              var inputWrapper = rec.querySelector('[data-input-lid="' + lid + '"]');
              if (!inputWrapper) return;
              var ownVariantField = inputWrapper.querySelector('.t-checkboxes__ownvariant-wrapper')
              var inputOwnAnswer = ownVariantField.querySelector('.t-input-ownanswer');
              var inputValue = '';
              var isVariantsInRow = inputWrapper.querySelector('.t-input-block_rd-flex');
              var labelText = inputOwnAnswer.closest('.t-ownvariant-wrapper_flex').querySelector('span');
              var checkboxOwnAnswer = ownVariantField.querySelector('.t-checkbox-ownanswer');
              var checkboxValue = checkboxOwnAnswer.value;
              checkboxOwnAnswer.addEventListener('click', function() {
                if (checkboxOwnAnswer.checked) {
                  inputOwnAnswer.style.display = 'flex';
                  inputOwnAnswer.classList.add('t-input-ownanswer_active');
                  inputOwnAnswer.focus();
                  if (labelText && isVariantsInRow) {
                    labelText.style.display = 'none';
                  }
                } else {
                  inputOwnAnswer.classList.remove('t-input-ownanswer_active');
                }
              });
              inputOwnAnswer.addEventListener('input', function() {
                inputValue = inputOwnAnswer.value;
              });
              inputOwnAnswer.addEventListener('focus', function() {
                if (labelText && isVariantsInRow) {
                  labelText.style.display = 'none';
                }
              });
              inputOwnAnswer.addEventListener('blur', function() {
                var inputFinishValue = inputValue.trim() !== '' ? ': ' + inputValue : '';
                checkboxOwnAnswer.value = checkboxValue + inputFinishValue;
                if (inputValue.trim() === '') {
                  inputOwnAnswer.style.display = 'none';
                }
                if (labelText && isVariantsInRow) {
                  labelText.style.display = 'block';
                }
                t_input_checkboxes_updateval(recid, lid);
              });
            }

            function t_input_checkboxes_init(recid, lid) {
              var rec = document.getElementById('rec' + recid);
              if (!rec) return;
              var inputWrapper = rec.querySelector('[data-input-lid="' + lid + '"]');
              if (!inputWrapper) return;
              var inputControls = inputWrapper.querySelectorAll('.t-checkbox__control');
              Array.prototype.forEach.call(inputControls, function(input) {
                input.addEventListener('click', function() {
                  t_input_checkboxes_updateval(recid, lid);
                });
              });
              t_input_checkboxes_updateval(recid, lid);
              var ownVariantField = inputWrapper.querySelector('.t-checkboxes__ownvariant-wrapper');
              if (ownVariantField) {
                t_input_checkboxes_setOwnAnswerValue(recid, lid);
              }
            }
            t_input_checkboxes_init('723782881', '1711119745536');
          });
        </script>
        <style>
          #rec723782881 .t-checkbox__indicator:after {
            border-color: #efefe6;
          }
        </style>
        <div class="t-input-error" aria-live="polite" id="error_1711119745536"></div>
      </div>
    </div><!--[if IE 8]><style>.t-checkbox__control .t-checkbox, .t-radio__control .t-radio {
left: 0px;
z-index: 1;
opacity: 1;
}
.t-checkbox__indicator, .t-radio__indicator {
display: none;
}
.t-img-select__control .t-img-select {
position: static;
}</style><![endif]-->
    <div class="t-form__errorbox-middle"><!--noindex-->
      <div class="js-errorbox-all t-form__errorbox-wrapper" style="display:none;" data-nosnippet="" tabindex="-1" aria-label="Ошибки при заполнении формы">
        <ul role="list" class="t-form__errorbox-text t-text t-text_md">
          <li class="t-form__errorbox-item js-rule-error js-rule-error-all"></li>
          <li class="t-form__errorbox-item js-rule-error js-rule-error-req"></li>
          <li class="t-form__errorbox-item js-rule-error js-rule-error-email"></li>
          <li class="t-form__errorbox-item js-rule-error js-rule-error-name"></li>
          <li class="t-form__errorbox-item js-rule-error js-rule-error-phone"></li>
          <li class="t-form__errorbox-item js-rule-error js-rule-error-minlength"></li>
          <li class="t-form__errorbox-item js-rule-error js-rule-error-string"></li>
        </ul>
      </div><!--/noindex-->
    </div>
    <div class="t-form__submit"><button type="submit" class="t-submit" style="color:#efefe6;background-color:#3972bb;border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;" data-field="buttontitle" data-buttonfieldset="button">Send an
        exchange request </button></div>
  </div>
  <div class="t-form__errorbox-bottom"><!--noindex-->
    <div class="js-errorbox-all t-form__errorbox-wrapper" style="display:none;" data-nosnippet="" tabindex="-1" aria-label="Ошибки при заполнении формы">
      <ul role="list" class="t-form__errorbox-text t-text t-text_md">
        <li class="t-form__errorbox-item js-rule-error js-rule-error-all"></li>
        <li class="t-form__errorbox-item js-rule-error js-rule-error-req"></li>
        <li class="t-form__errorbox-item js-rule-error js-rule-error-email"></li>
        <li class="t-form__errorbox-item js-rule-error js-rule-error-name"></li>
        <li class="t-form__errorbox-item js-rule-error js-rule-error-phone"></li>
        <li class="t-form__errorbox-item js-rule-error js-rule-error-minlength"></li>
        <li class="t-form__errorbox-item js-rule-error js-rule-error-string"></li>
      </ul>
    </div><!--/noindex-->
  </div>
  <div style="position: absolute; left: -5000px; bottom: 0; display: none;"><input type="text" name="form-spec-comments" value="Its good" class="js-form-spec-comments" tabindex="-1"></div>
</form>

Text Content

Comfortable
exchange service
of cryptocurrencies
Loyal commissions. 1% when you sell
and 2% when you buy, in all major
cities of Ukraine and in 20 countries.
EXCHANGE CRYPTO


Our Strengths
We make cryptocurrency exchange fast and secure
Why work with us?
Click "Block Editor" to enter the edit mode. Use layers, shapes and customize
adaptability. Everything is in your hands.

Click "Block Editor"


Click "Block Editor" to enter the edit mode. Use layers, shapes and customize
adaptability. Everything is in your hands.

Click "Block Editor"


Click "Block Editor" to enter the edit mode. Use layers, shapes and customize
adaptability. Everything is in your hands.

Click "Block Editor"

Who we are
Konvert serves customers all over the world
Why us?
We provide a full range of services for the exchange of virtual assets. Our team
of highly qualified professionals is focused on ensuring that all transactions
with our clients are fast and secure. We do not create problems, but help your
business grow.
Leave a request



700+


deals are successfully executed every day
100.000+

of successful cryptocurrency exchanges have been made for the entire time
1.5k

of regular customers regularly use our service
35

professionals work in our team



We're available


Just write to us in Telegram and we will help
We're available 24/7
Our operators are ready to help you exchange cryptocurrencies as quickly and
safely as possible with minimal fees.
Contact us
All applications are processed through a smart CRM


Careful attention to every application
Processing of applications in 10-15 minutes

Fast exchange



Our awards
and exchange cryptocurrency quickly and safely



Choose the best
Click "Block Editor"


Click "Block Editor"


Click "Block Editor"


Click "Block Editor"
Want to exchange cryptocurrency favorably?
Leave an application!
Meet the group, explore the school, and get a free consultation
What do you want to trade?
 * 
   USDT
 * 
   Bitcoin
 * 
   Etherium


 * 
 * 
 * 
 * 
 * 
 * 
 * 

Send an exchange request
 * 
 * 
 * 
 * 
 * 
 * 
 * 


Or get in touch with us using the contacts below

+48722723035 or omitradehub@gmail.com