.grecaptcha-badge {
  bottom: -76px !important;
}

.modal-tg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  background: rgba(28, 21, 31, 0.4);
  top: 0;
  left: 0;
  z-index: 201;
  animation: fade 0.25s ease;
  overflow-y: scroll;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .modal-tg {
    align-items: center;
  }
}

.modal-tg.opacity {
  display: flex;
}

.modal-tg__content {
  flex: 0 0 90%;
}

@media (min-width: 768px) {
  .modal-tg__content {
    flex: 0 0 50%;
  }
}

.modal-tg__close-block {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
}

@media (min-width: 576px) {
  .modal-tg__close-block {
    top: 30px;
    right: 30px;
  }
}

.modal-tg__close {
  cursor: pointer;
  padding: 15px 0;
  z-index: 2;
}

.modal-tg__close:before,
.modal-tg__close:after {
  content: "";
  width: 35px;
  height: 1px;
  display: block;
  background-color: #fff;
}

.modal-tg__close:after {
  transform: rotate(45deg);
}

.modal-tg__close:before {
  transform: rotate(-45deg);
}

@media (min-width: 576px) {
  .modal-tg__close {
    top: 15px;
    right: 10px;
  }
}

.modal-tg__img {
  display: none;
}

.modal-tg__qr {
  width: 200px;
}

.modal-content {
  margin: 0;
  width: 100%;
  /* height: 100%; */
  z-index: 999;
  position: relative;
  background: #fff;
  padding: 60px 30px 35px 30px;
  overflow: auto;
}

.modal-content p {
  font-size: 16px;
  margin-bottom: 12px;
  text-align: center;
}

@media (min-width: 576px) {
  .modal-content {
    /* margin: 8% auto; */
    width: 100%;
    max-width: 640px;
    height: auto;
    padding: 60px 45px 35px 45px;
  }
  .modal-content p {
    font-size: 18px;
  }
}

.modal-conent__logo {
  text-align: center;
  margin-bottom: 10px;
}
.modal-tg__btn {
  text-align: center;
}

.modal-content__btn {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: #3390ec;
  padding: 13px 30px;
  border-radius: 10px;
  text-align: center;
  border: none;
  display: inline-block;
  transition: all 0.35s ease-out;
  border: 1px solid #3390ec;
}

.modal-content__btn:hover {
  color: #3390ec;
  background-color: transparent;
}

.modal-content__close {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: 14px;
  padding: 15px 0;
  z-index: 2;
}

.modal-content__close:before,
.modal-content__close:after {
  content: "";
  width: 35px;
  height: 1px;
  display: block;
  background-color: #000;
}

.modal-content__close:after {
  transform: rotate(45deg);
}

.modal-content__close:before {
  transform: rotate(-45deg);
}

@media (min-width: 576px) {
  .modal-content__close {
    top: 15px;
    right: 10px;
  }
}
