:root {
  --primary: #26bb2c;
  --gray: #f7f7f7;
  --white: #fff;
  --dark: #212121;
  --red: #ee0000;
}
html {
  margin: 0 auto;
  padding: 0;
  border: 0;
  height: 100%;
}
body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: var(--white);
  font-family: "Noto Sans", sans-serif;
  background-repeat: no-repeat !important;
  background: #1f567c;
  position: relative;
  background-image: url(../../images/PL_Fifa24_Tele/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay-click {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.wrap {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.fifa-logo {
  width: 100px;
  margin-top: 20px;
}
.cards {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.front {
  position: relative;
  z-index: 99;
}
.back-left {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 98;
}
.back-right {
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 98;
}
.back-left img,
.back-right img {
  width: 90%;
}
header {
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
  max-width: 375px;
}
.app-logo {
  width: 70px;
}
h1 {
  font-size: 26px;
  line-height: 28px;
  color: var(--white);
  font-weight: 700;
  margin: 20px auto 20px;
}
h1 span {
  color: var(--primary);
}
h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray);
}
p {
  margin: 0 auto;
  max-width: 400px;
  line-height: 1.3;
  font-weight: 500;
}
a {
  color: var(--white);
  font-size: 12px;
}

.group {
  margin: 0 auto 20px;
  border: 1px solid var(--white);
  width: 80%;
}
.countery {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: 50px;
  margin: 0 20px;
}
.countery img {
  width: 30px;
}
h3 {
  padding: 20px auto;
  margin: 0;
  padding: 14px;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}
.countery p {
  text-align: left;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.blue {
  background: #012b90;
}
.green {
  background: #04b85e;
}
.red {
  background: #fe0003;
}
.yellow {
  background: #ffc909;
}
.white {
  background: #fff;
  color: #212121 !important;
}
.black {
  background: #212121;
}

.logo {
  width: 90px;
  margin: 10px auto;
}
.logo img {
  width: 100%;
}

.exit-btn {
  position: absolute;
  right: 10px;
  z-index: 4;
}
.exit-btn img {
  width: 20px;
}

.content {
  width: 100%;
  margin: 0px auto 0;
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 480px;
}

.main {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
.main img {
  width: 100%;
}
.form {
  font-size: 13px;
  position: relative;
}
form p {
  font-size: 15px;
  margin-bottom: 10px;
}
.btn {
  width: 100%;
  max-width: 280px;
  display: block;
  background-color: var(--primary);
  color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0px;
  margin: 10px auto;
  cursor: pointer;
  position: relative;
  animation: 2s linear infinite buttonAnimation;
  text-decoration: none;
}
.small-btn {
  background-color: #4084b2;
  color: #ffffff;
  padding: 6px 10px;
  text-decoration: none;
  border: 0px;
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.center-block {
  margin: 20px auto;
  display: block;
}
.hd {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 20px auto;
}
.disclaimer {
  margin: 15px auto 0;
  padding-left: 20px;
  text-align: left;
  max-width: 470px;
}
.disclaimer p {
  color: var(--gray);
  line-height: 15px;
  font-size: 10px;
}
.disclaimer a {
  text-decoration: underline;
}
footer {
  margin: 0 auto;
  padding: 0 30px 30px;
  box-sizing: border-box;
}
footer a {
  text-decoration: underline;
  font-size: 10px;
  color: var(--gray);
}
footer p {
  font-size: 10px;
}
.copyright {
  text-align: center;
  margin: 10px auto 30px;
  font-size: 10px;
  color: var(--gray);
}
.tariff {
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: var(--gray);
  margin: 25px auto 10px;
}
.error,
.error.black,
.error.white,
.error.yellow {
  margin: 0 auto;
  max-width: 280px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: #d11212;
  border: 1px solid #d11212;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
.error.white {
  color: #fff;
  border: 1px solid #fff;
}
.error.yellow {
  color: #efec00;
  border: 1px solid #efec00;
}
.error.black {
  color: #000;
  border: 1px solid #000;
}
#error:empty {
  border: none;
  display: none;
}
@keyframes buttonAnimation {
  0% {
    left: -10px;
  }
  3% {
    left: 10px;
  }
  6% {
    left: -5px;
  }
  9% {
    left: 5px;
  }
  12% {
    left: 0;
  }
  100% {
    left: 0;
  }
}
#myModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2;
}
.modal-content {
  width: 75%;
  max-width: 420px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  color: #000;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
}
.modal-content p {
  font-size: 15px;
  color: var(--gray);
  text-align: center;
  margin: 30px auto 0;
}
.spinner {
  font-size: 28px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.spinner.center {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  animation: spinner-fade9234 1s infinite linear;
}

.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

@keyframes spinner-fade9234 {
  0% {
    background-color: #69717d;
  }

  100% {
    background-color: transparent;
  }
}
