.wform-form-control-wrap {
  width: 100%;
  display: block;
}
.wform form .wform-response-output {
  border: none;
  margin-top: 20px;
}
.wform form .wform-spinner {
  display: none;
}
.wform .wform-not-valid-tip {
  margin-top: 10px;
  display: block;
}
.wform .wform-acceptance {
  display: block;
  margin-top: 15px;
}
.wform .wform-acceptance label {
  width: 100% !important;
}
.wform .wform-list-item {
  display: inline-flex;
}
.wform .wform-list-item label {
  display: inline-flex;
  line-height: 1;
}
.wform .wform-list-item-label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 31px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.wform .wform-list-item-label:hover:before {
  background-image: var(--accent-gradient);
  border: none;
  -webkit-mask: none;
}
.wform .wform-list-item-label:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 6px;
  height: 22px;
  width: 22px;
  top: -2px;
  left: 0px;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#31d7e1), to(#44ec87)) border-box;
  background: linear-gradient(0deg, #31d7e1, #44ec87) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.wform .wform-list-item-label:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 18px;
  height: 13px;
  top: 9px;
  left: 11px;
  transform: translate(-50%, -50%);
  background-image: url('./img/check.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.wform .wform-list-item input[type='checkbox']:checked + .wform-list-item-label::before {
  background-image: var(--accent-gradient);
  border: none;
  -webkit-mask: none;
}
.wform .wform-list-item input[type='checkbox']:checked + .wform-list-item-label::after {
  opacity: 1;
  visibility: visible;
}

.iti {
  width: 100%;
}
.iti--container {
  z-index: 100000;
}
.iti--allow-dropdown .iti__flag-container {
  background-color: #f2f2f2;
  z-index: 2;
  border-radius: 31px 0 0 31px;
  margin: 1px;
}
.iti__country-name {
  color: var(--black);
}
.ar_lang .iti--allow-dropdown .iti__flag-container {
  border-radius: 0 31px 31px 0;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti__selected-flag {
  padding: 0 20px;
  cursor: pointer;
}
.iti__selected-flag:focus-visible {
  outline: none;
}
.iti__arrow {
  display: none;
}
.iti .iti__country-list {
  margin-top: 10px;
  width: 377px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  left: auto;
}
.far {
  font-style: normal !important;
}
.document__title {
  margin-bottom: 13px;
}
input.btn {
  background-image: var(--accent-gradient);
}
.header__logo {
  width: 140px;
}
.error,
.error2 {
  width: 100%;
  color: red;
}

.gt_float_switcher .gt_options {
  position: fixed !important;
  font-size: 14px !important;
  width: 140px !important;
  background-color: #1b1656 !important;
}
.gt_float_switcher {
  width: 140px !important;
  background: transparent !important;
  font-family: 'Orbitron' !important;
  font-size: 14px !important;
}
.gt_float_switcher a {
  color: #fff !important;
}
.gt_float_switcher a:hover {
  color: #fa4c26 !important;
}
.gt-selected {
  background-color: transparent !important;
}
.gt-current-lang {
  color: #fff !important;
}
.gt_float_switcher-arrow {
  margin-top: 10px;
  filter: brightness(5);
  transform: rotate(0deg) !important;
}
.gt_float_switcher-arrow.gt_arrow_rotate {
  transform: rotate(180deg) !important;
}
.gt-lang-code {
  top: 4px !important;
}
@media only screen and (max-width: 1199px) {
  .iti .iti__country-list {
    width: calc(100vw - 60px);
    max-width: calc(50vw - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .iti .iti__country-list {
    max-width: calc(100vw - 60px);
  }
}
.wait, .wait2{
  margin: 0 auto;
}