/* Welcome 1 ₽: лист подтверждения на странице турнира */
.welcome-pay.tos-wc-modal {
  padding: 16px !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 1000001 !important;
}
.welcome-pay__card {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 !important;
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 40px rgba(31, 31, 31, 0.18) !important;
  padding: 20px 20px 18px !important;
  box-sizing: border-box !important;
}
.welcome-pay__x {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  width: 36px !important;
  height: 36px !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 22px !important;
  line-height: 1 !important;
  color: #888 !important;
  cursor: pointer !important;
}
.welcome-pay__x:hover {
  color: #1F1F1F !important;
}
.welcome-pay-sheet {
  text-align: left;
  padding-right: 40px;
}
.welcome-pay-sheet__event {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #888;
}
.welcome-pay-sheet__price {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: #1F1F1F;
}
.welcome-pay-sheet__later {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #666;
}
.welcome-pay-sheet__cta {
  display: block !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 14px 16px !important;
  border-radius: 10px !important;
  border: 1px solid #A8CC00 !important;
  background: #DCEF7A !important;
  color: #33480A !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
  cursor: pointer !important;
  text-transform: none !important;
}
.welcome-pay-sheet__cta:hover,
.welcome-pay-sheet__cta:focus {
  background: #D0E85C !important;
  color: #33480A !important;
}
.welcome-pay-sheet__oferta {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: #999;
}
.welcome-pay-sheet__oferta a {
  display: inline !important;
  color: #666;
  text-decoration: underline;
}

html.tos-wc-modal-on .cookieBox,
html.tos-wc-modal-on .grecaptcha-badge {
  visibility: hidden !important;
  pointer-events: none !important;
}

.welcome-pay .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html.tos-wc-modal-on .tournament-join-bar,
html.tos-wc-modal-on .tournament-members-cta {
  z-index: 0 !important;
}

@media (max-width: 640px) {
  .welcome-pay.tos-wc-modal {
    align-items: flex-end !important;
    padding: 0 !important;
  }
  .welcome-pay__card {
    max-width: none !important;
    border-radius: 16px 16px 0 0 !important;
    padding: 20px 16px calc(16px + env(safe-area-inset-bottom)) !important;
  }
}
