@font-face {
   font-family: "Montserrat";
   src: url("/fonts/Montserrat-Bold.ttf") format("opentype");
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: "Montserrat";
   src: url("/fonts/Montserrat-ExtraBold.ttf") format("opentype");
   font-weight: 800;
   font-style: normal;
}

@font-face {
   font-family: "Montserrat";
   src: url("/fonts/Montserrat-Medium.ttf") format("opentype");
   font-weight: 500;
   font-style: normal;
}

@font-face {
   font-family: "Inter";
   src: url("/fonts/Inter_18pt-Bold.ttf") format("opentype");
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: "Inter";
   src: url("/fonts/Inter_18pt-Regular.ttf") format("opentype");
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: "Bebas Neue";
   src: url("/fonts/BebasNeue-Bold.ttf") format("opentype");
   font-weight: 400;
   font-style: normal;
}

* {
   padding: 0;
   margin: 0;
   border: 0;
   word-break: break-word;
}

*, *:before, *:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

:focus, :active {
   outline: none;
}

a:focus, a:active {
   outline: none;
}


nav, footer, header, aside {
   display: block;
}

html, body {
   height: 100%;
   width: 100%;
   font-size: 100%;
   line-height: 1;
   font-size: 14px;
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   font-weight: 500;
   font-family: var(--font-family);
}


input, button, textarea {
   font-family: inherit;
}



input::-ms-clear {
   display: none;
}

button {
   cursor: pointer;
   padding: 0;
   border: none;
   font: inherit;
   color: inherit;
   background-color: transparent;
}

button::-moz-focus-inner {
   padding: 0;
   border: 0;
}

a, a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
}

ul li {
   list-style: none;
}

img {
   vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
   font-size: inherit;
   font-weight: inherit;
}

:root {
   --belyy: #fff;
   --chernyy: #1d1d1d;
   --akcent: #9f061a;
   --font-family: "Montserrat", sans-serif;
   --second-family: "Inter", sans-serif;
   --third-family: "Bebas Neue", sans-serif;
}

body {
   height: max-content;
   display: flex;
   flex-direction: column;
   min-height: 100vh;
   min-height: 100dvh;
   position: relative;
}

main {
   flex: 1 1 auto;
}


.bg {
   z-index: 0;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;

}

.stars {
   object-fit: cover;
   object-position: bottom;
   width: 100%;
   height: 100%;
}


.arrow {
   margin-top: 26px;
   margin-left: 252px;
   transition: transform 1s;
}

.arrow:hover {
   transform: rotate(3deg);
}

.images {
   position: absolute;
   right: 0;
   bottom: 0;
   z-index: 2;
   height: 91vh;
   height: 91dvh;
   width: 60%;
}

.images img {}

.cubok {
   width: 535px;
   position: absolute;
   right: 0;
   bottom: 230px;
   animation: players 2s infinite linear;
}

.football-player {
   position: absolute;
   z-index: 1;
   width: 509px;

   right: 100px;
   bottom: 320px;
   animation: players 2s infinite linear 0.5s;

}

.mbape {
   position: absolute;
   z-index: 1;
   width: 708px;
   right: -110px;
   animation: players 2s infinite linear;

   bottom: -20px;
}

.football-player-fly {
   position: absolute;
   z-index: 2;
   right: 55px;
   bottom: -55px;
   width: 1077px;
   animation: players 2s infinite linear 0.8s;

}

.football-player-etihad {
   position: absolute;
   bottom: -250px;
   z-index: 3;
   animation: players 2s infinite linear 0.3s;
   width: 843px;
   right: -130px;
}

@keyframes players {
   0% {
      transform: rotate(0);
   }

   20% {
      transform: rotate(0deg);
   }

   30% {
      transform: rotate(7deg);
   }

   40% {
      transform: rotate(5deg);
   }

   50% {
      transform: rotate(7deg);
   }

   70% {
      transform: rotate(7deg);
   }




   88% {
      transform: rotate(0deg);
   }

   91% {
      transform: rotate(-2deg);
   }

   94% {
      transform: rotate(0deg);
   }

   97% {
      transform: rotate(-2deg);
   }

   100% {
      transform: rotate(0);
   }
}

footer {
   position: relative;
   padding: 47px 24px;
   display: flex;
   flex-direction: column;
   align-items: center;
   overflow: hidden;
}

.stars.red {
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 3;
   width: 100%;
   height: 100%;
   max-height: 249px;
   object-position: top;
}

.promocode, .banks {
   position: relative;
   z-index: 4;
   max-width: 100%;

}

.banks {
   padding-top: 32px;
}

.banks ul {
   display: flex;
   align-items: center;
   column-gap: 24px;
}

.banks img {
   object-fit: contain;
   max-width: 100%;
}

.banks__li {
   flex: 1 1 auto;
   max-width: fit-content;
   transition: transform 0.2s;
   display: none;
}

.banks__li:last-child {
   /* display: block; */
}

.banks__li.active {
   display: block;
}

.banks__li:hover {
   transform: translateY(-4px);
}

.promocode__btns {
   display: flex;
   align-items: center;
   column-gap: 18px;
   max-width: 100%;
}

.promocode label {
   margin-bottom: 8px;
   text-transform: uppercase;
   color: var(--belyy);
   display: block;
}

.promocode__input-cnt {
   position: relative;
   width: 286px;
   max-width: 50%;
   cursor: pointer;

}

.promocode__input-cnt:hover svg {
   filter: drop-shadow(0 0 2px rgb(255, 0, 0));
   opacity: 0.8;
}

input::selection {
   background: transparent;
   /* Какое выделение? Не вижу! */
   color: inherit;
   /* Цвет текста сохраняется, даже если кто-то пытается его выделить */
}

.copy-text {
   font-weight: 500;
   font-size: 16px;
   color: var(--belyy);
   border-radius: 8px;
   padding: 8px;
   background: #340007;
   bottom: 85%;
   right: 0;
   position: absolute;
   opacity: 0;
   transition: opacity 0.2s;
   pointer-events: none;
}

.copy-text.active {
   opacity: 1;
}

.promocode__btns input {
   pointer-events: none;
   padding-right: 26px;
   padding-left: 16px;
   font-size: 24px;
   text-transform: uppercase;
   color: var(--belyy);
   display: flex;
   align-items: center;
   column-gap: 18px;
   border: 2px solid #ff4b4b;
   border-radius: 8px;
   background: #5d0505;
   width: 100%;
}

.promocode__input-cnt svg {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 16px;
   transition: all 0.2s;
}

.promocode__btns a, .promocode__btns input {
   display: flex;
   align-items: center;
   min-height: 60px;

}

.promocode__btns a {

   font-size: 24px;
   text-align: center;
   justify-content: center;
   padding: 8px;
   width: 286px;
   max-width: 50%;
}

.whitebtn {
   color: var(--akcent);
   background: var(--belyy);
   border: 1px solid var(--akcent);
   border-radius: 8px;
   transition: all 0.2s;
   font-weight: 800;
   text-transform: uppercase;
}

.whitebtn:hover {
   color: var(--belyy);
   border: 1px solid var(--akcent);
   background: #700111;
}

body {
   padding-top: 29px;
}

.cnt {
   padding-left: 80px;
   padding-right: 80px;

   max-width: 1440px;
   margin: 0 auto;
   width: 100%;
}

header {
   position: relative;
   z-index: 10;
   height: 54px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.xparibet {
   display: block;
   height: 100%;
}

.xparibet:hover img {
   transform: translateY(-4px);
}

.xparibet img {
   object-fit: contain;
   max-height: 100%;
   transition: transform 0.2s;

}

.menu {
   display: flex;
   align-items: center;
   column-gap: 12px;
   height: 100%;
}

.menu__nav {
   font-weight: 700;
   height: 100%;
   position: relative;
}

.menu__nav * {
   text-transform: uppercase;
}

.menu__langs {
   text-transform: uppercase;
   position: absolute;
   top: 108%;
   right: 0;
   pointer-events: none;
   opacity: 0;
   z-index: 16;
   cursor: pointer;
   border-radius: 8px;
   height: 36px;
   display: flex;
   align-items: center;
   transition: opacity 0.2s;
   background: var(--belyy);
   overflow: hidden;
}

.menu__nav.active .menu__langs {
   pointer-events: all;
   opacity: 1;
}

.menu__nav .menu__langs a {
   display: flex;
   align-items: center;
   column-gap: 3px;
   padding: 8px;
   border: 1px solid #eaeaea;
   white-space: nowrap;
   color: var(--chernyy);
   transition: color 0.2s;
}

.menu__nav .menu__langs a:hover {
   color: var(--akcent);
}


.headerbtn {
   height: 100%;
   background: var(--belyy);
   transition: color 0.2s;
   padding: 8px 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 16px;
   color: var(--chernyy);
   column-gap: 8px;
   font-size: 16px;
   border-radius: 8px;
}

.chosen {
   column-gap: 3px;
   font-size: 14px;
}

.enter {
   height: 100%;
   display: flex;
   align-items: center;
   padding: 8px 32px;
}

.headerbtn img, .headerbtn svg {
   transition: all 0.2s;
}

.download:hover img {
   filter: drop-shadow(0 0 2px rgb(103, 2, 2)) brightness(0) saturate(100%) invert(9%) sepia(94%) saturate(5574%) hue-rotate(1deg) brightness(102%) contrast(110%);
}

.chosen:hover svg {
   filter: drop-shadow(0 0 2px rgb(103, 2, 2)) brightness(0) saturate(100%) invert(9%) sepia(94%) saturate(5574%) hue-rotate(1deg) brightness(102%) contrast(110%);
}

.headerbtn:hover, .menu__nav.active .chosen {
   color: var(--akcent);
}

.menu__nav.active .chosen svg {
   filter: drop-shadow(0 0 2px rgb(103, 2, 2)) brightness(0) saturate(100%) invert(9%) sepia(94%) saturate(5574%) hue-rotate(1deg) brightness(102%) contrast(110%);
   transform: rotate(180deg);
}

main {
   position: relative;
   z-index: 6;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

h1 {
   text-shadow: 0 0 2px #ffffff;
   display: block;
   font-family: var(--third-family);
   font-weight: 400;
   font-size: 76px;
   line-height: 120%;
   color: var(--chernyy);
   text-transform: uppercase;
}


.bgtext {
   position: relative;
   color: var(--belyy);
   white-space: nowrap;
   z-index: 2;
   display: inline-block;
   text-align: center;
   padding: 0 14px;
}

.bgtext.arb {
   display: inline-block;
   margin: 10px 0;
   width: max-content;

}

.bgtext img {
   z-index: -1;
   position: absolute;
   top: -8px;
   left: 0px;
   right: 0px;
   width: 100%;
   height: calc(100% + 8px);
}

















/* DROPS */
@media (max-width:1900px) {
   .mbape {
      bottom: 100px;
   }
}

@media (max-width:1430px) {
   .images {
      transform: scale(0.8);
      bottom: -50px;
      right: -100px;
   }

   h1 {
      font-size: 5vw;
   }
}

@media (max-height: 820px) {}

@media (max-width:1200px) {
   h1 {
      font-size: 80px;
      text-align: center;
   }

   .images {
      bottom: -50px;
      right: auto;
      left: 50%;
      transform: translate(-50%);
      width: 100%;
   }

   .cnt {
      padding-left: 32px;
      padding-right: 32px;
   }

   body {
      padding-top: 43px;
   }

   main {
      padding-top: 76px;
      justify-content: flex-start;
   }

   .arrow {
      margin-left: auto;
      margin-top: -20px;
      margin-right: 20px;
   }

   .cubok {
      right: auto;
      left: calc(50% - 262px);
      bottom: 350px;
   }

   .football-player {
      right: auto;
      left: 20px;
      bottom: 314px;
      width: 686px;
   }

   .mbape {
      right: -80px;
      bottom: 100px;
      width: 921px;
   }

   .football-player-fly {
      right: auto;
      left: -470px;
      bottom: 80px;
   }

   .football-player-etihad {
      right: auto;
      left: calc(50% - 600px);
      width: 1100px;
      bottom: -312px;
   }
}

@media (max-width:1200px) and (max-height: 1336px) {
   .images {
      bottom: -11%;
      transform: translate(-50%) scale(0.7);
   }
}

@media (max-width:1200px) and (max-height: 1130px) {
   .images {
      bottom: -11%;
      transform: translate(-50%) scale(0.4);
   }
}

@media (max-width:1200px) and (max-height: 980px) {
   .images {
      bottom: -15%;
      transform: translate(-50%) scale(0.3);
   }
}

@media (max-width:1200px) and (max-height: 875px) {
   .images {
      display: none;
   }
}

@media (max-width:1024px) {
   h1 {
      font-size: 7.7vw;
      text-align: center;
   }
}

@media (max-width:968px) {
   main {
      padding-top: 52px;
      padding-bottom: 135px;

   }

   .arrow {
      display: none;
   }

   h1 {
      font-size: 7.7vw;
   }

   .images {
      display: block;
      transform: translate(-50%) scale(1);
      width: 390px;
      bottom: 0;
   }

   .cubok {
      left: 50%;
      transform: translateX(-50%);
      bottom: 35px;
      width: 94%;
      animation: mob 2s infinite linear 0.3s;
   }

   .football-player {
      width: 220px;
      bottom: 220px;
      left: 50px;
   }

   .mbape {
      width: 380px;
      bottom: 105px;
      left: 40px;
   }

   .football-player-fly {
      width: 440px;
      bottom: 90px;
      left: -200px;
   }

   .football-player-etihad {
      left: 52%;
      transform: translateX(-50%);
      bottom: -25px;
      width: 400px;
      animation: mob 2s infinite linear 0.6s;

   }

   .enter {
      display: none;
   }

   .menu {
      justify-content: space-between;
      column-gap: 20px;
      white-space: nowrap;
      width: 100%;
      flex-direction: row-reverse;
   }

   .cnt {
      padding-left: 16px;
      padding-right: 16px;
   }

   .headerbtn {
      padding: 8px;
   }

   header {
      height: 40px;
   }

   body {
      padding-top: 26px;
   }

   .xparibet {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
   }

   .download {
      font-size: 14px;
   }

   .xparibet img {
      width: 100%;
   }

   .banks {
      padding-top: 12px;
   }

   .promocode__btns a, .promocode__btns input {
      font-size: 14px;
      min-height: 44px;
   }
}

@media (max-width: 520px) {
   .bgtext.arb {
      font-size: 29px;
   }

   .bgtext.bnb {
      font-size: 38px;
   }

   .xparibet {
      height: 26px;
   }

   h1 {
      font-size: 44px;
   }

   footer {
      padding: 20px 24px;
   }

   .promocode__input-cnt svg {
      width: 20px;
      right: 10px;
   }

   .download.uzb {
      font-size: 11px;
      padding: 8px 2px 8px 4px;
      column-gap: 2px;
   }

   .download.bnb {
      font-size: 10px;
      padding: 8px 2px 8px 4px;
      column-gap: 2px;
   }

   .download.eng {
      font-size: 14px;
      padding: 8px 2px 8px 4px;
      column-gap: 2px;
   }
}

@media (max-width: 420px) {
   .xparibet {
      left: 195px;
   }
}

@media (max-width: 370px) {
   .xparibet {
      height: 16px;
      left: 170px;

   }

   h1 {
      font-size: 40px;
   }
}


@media (max-width:968px) and (max-height: 810px) {
   .images {
      bottom: -5%;
      transform: translate(-50%) scale(0.7);
   }
}

@media (max-width:768px) and (max-height: 810px) {
   .images {
      bottom: 0%;
      transform: translate(-50%) scale(0.9);
   }
}

@media (max-width:768px) and (max-height: 740px) {
   .images {
      bottom: -3%;
      transform: translate(-50%) scale(0.6);
   }
}


@media (max-width:520px) and (max-height: 740px) {
   .images {
      bottom: -11%;
      transform: translate(-50%) scale(0.6);
   }
}




/* width */
::-webkit-scrollbar {
   width: 0;
   height: 0;
}

/* Track */
::-webkit-scrollbar-track {
   background: #4A485E;
   border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
   background: var(--akcent);
   border-radius: 5px;
}


@keyframes mob {
   0% {
      transform: translateX(-50%) translateY(0px);

   }

   20% {
      transform: translateX(-50%) translateY(4px);

   }

   80% {
      transform: translateX(-50%) translateY(-4px);

   }

   85% {
      transform: translateX(-50%) translateY(-2px);

   }

   90% {
      transform: translateX(-50%) translateY(-6px);

   }

   100% {
      transform: translateX(-50%) translateY(0px);

   }
}

@keyframes mobET {
   0% {
      transform: translateX(-50%) translateY(500px);

   }

   50% {
      transform: translateX(-50%) translateY(4px);

   }

   60% {
      transform: translateX(-50%) translateY(-4px);

   }

   65% {
      transform: translateX(-50%) translateY(-2px);

   }

   70% {
      transform: translateX(-50%) translateY(-6px);

   }

   100% {
      transform: translateX(-50%) translateY(500px);

   }
}

@keyframes mobFP {
   0% {
      transform: translateY(500px);

   }

   30% {
      transform: translateY(4px);

   }

   35% {
      transform: translateY(-4px);

   }

   40% {
      transform: translateY(-2px);

   }

   45% {
      transform: translateY(-6px);

   }

   50% {
      transform: translateY(100px);

   }

   100% {
      transform: translateY(500px);

   }
}

.promocode_code {
   display: none;
}

.reg_btn {
   max-width: 100% !important;
}