@font-face {
  font-family: "Druk";
  src: url("../font/druk/Druk-Heavy.woff"), url("../font/druk/Druk-Heavy.woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu Medium";
  src: url("https://assets.website-files.com/5f58d61f6ca8429f42778e70/5f9c04621557611eff2aeb1b_Ubuntu-Medium.woff") format("woff"), url("https://assets.website-files.com/5f58d61f6ca8429f42778e70/5f9c04611557615c572aeb1a_Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

th,
td {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.accordion-main-container {
  max-width: 1190px;
  width: 100%;
  min-height: 435px;
  border: 1px solid;
  margin-top: 73px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 50px;
}

.selector-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  top: 75px;
  left: -19%;
  text-transform: uppercase;
  font-family: "Ttsupermolotneue";
}

.selector-container .jgufuri {
  min-width: 230px;
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #354866;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  cursor: pointer;
  margin-right: 5px;
  font-size: 19px;
  line-height: 43px;
}

.selector-container .playoff {
  width: 123px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #354866;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  cursor: pointer;
  font-size: 16px;
}

.active-playoff {
  background-color: #029248 !important;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-animation: none !important;
          animation: none !important;
}

.pointer-none {
  pointer-events: none;
}

.pointer-all {
  pointer-events: all;
}

.acordeon-full {
  width: 97%;
  background-color: #fff;
  border-radius: 10px;
  margin: 5px 0;
  border: 1px solid;
  min-width: 700px;
  display: none;
}

#playoffs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion-main-container .acordeon-full:first-child {
  margin-top: 15px;
}

.accordion-main-container .acordeon-full:last-child {
  margin-bottom: 15px;
}

div.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  background-color: #354866;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arow-ac {
  height: 10px;
  margin-right: 20px;
}

div.accordion:after {
  width: 25px;
  height: 25px;
  background-image: url(..images/wheel/arow.png);
  font-size: 20px;
  float: right;
  margin-left: 5px;
}

div.accordion.active .arow-ac {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.group-ac {
  max-width: 125px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 27px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.teamProgressContainer {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e1e1;
  font-family: "Ubuntu";
  color: #052f60;
  font-size: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flag-icon {
  max-width: 12px;
  max-width: 125px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flag-icon img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
}

.country {
  font-family: "Ubuntu";
  color: #052f60;
  font-size: 14px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.group {
  margin-left: 5px;
}

.group-ac .group {
  font-family: "Crocosans caps", sans-serif;
}

.shedeg-container span {
  font-family: "Ubuntu";
  font-size: 20px;
}

.form {
  font-family: "Ubuntu";
  font-size: 20px;
  max-width: 160px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-container {
  font-family: "Ubuntu";
  font-size: 20px;
  max-width: 160px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-container span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 15px;
  margin: 0 2px;
}

.w-res {
  background-color: #029248;
}

.d-res {
  background-color: #dfbd34;
}

.l-res {
  background-color: #d93737;
}

.shedeg-container {
  max-width: 480px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.haeri {
  max-width: 40px;
  width: 100%;
}

div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  border-radius: 10px;
  color: #000;
}

div.panel.show {
  opacity: 1;
  max-height: 500px;
}

.top-players-cont {
  max-width: 1190px;
  width: 100%;
  min-height: 197px;
  margin-top: 73px;
  border: 3px solid;
  border-radius: 25px;
  background-color: rgba(17, 53, 88, 0.9);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.steps-header div:first-child {
  font-size: 26px;
  font-family: "Ubuntu";
}

.steps-header div:first-child span {
  font-family: "Ubuntu Medium";
  margin-left: 5px;
  padding-top: 2px;
}

.steps-header div:last-child {
  font-size: 70px;
  font-family: "Ttsupermolotneue";
}

.steps-header {
  min-height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top-header-cont {
  width: 100%;
  min-height: 80px;
  position: absolute;
  top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-header {
  max-width: 493px;
  min-height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  border: 3px solid #fff;
  font-family: "Crocosans caps", sans-serif;
  font-size: 29px;
  background-color: #00a43e;
}

.active-header {
  background-color: #00a43e;
}

.top-header div {
  font-family: "Ubuntu";
  margin-left: 10px;
  font-size: 37px;
  font-family: "Ubuntu Medium";
}

.top-players {
  width: 95%;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.player {
  max-width: 250px;
  min-height: 81px;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.player img {
  width: 75px;
  height: 75px;
  margin-left: 3px;
  border-radius: 15px;
}

.player-info-container {
  margin-left: 5px;
  color: #113a65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
  font-family: "Ubuntu Medium";
  cursor: pointer;
}

.playerName {
  font-size: 13px;
}

.player-info-container div:not(.playerName) {
  font-size: 12px;
}

.playerCountry {
  border-bottom: 2px inset #ececec;
  width: 75%;
  text-align: left;
  margin-bottom: 5px;
}

.rusel-activator {
  max-width: 237px;
  width: 100%;
  min-height: 69px;
  top: 18px;
  position: absolute;
  right: -25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rusel-activator div {
  font-family: "Ubuntu Medium";
  font-size: 21px;
  padding-left: 30px;
}

.rules-pop-container {
  max-width: 1020px;
  width: 100%;
  min-height: 359px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #02254b;
  z-index: 100;
  margin-top: 947px;
}

.rules-containet-bb {
  margin-top: 0;
  margin-bottom: 0;
}

.close-pop {
  position: absolute;
  top: -10px;
  right: 0px;
  cursor: pointer;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.steps-container {
  margin-top: 465px;
  max-width: 1175px;
  width: 100%;
  min-height: 294px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.number {
  font-family: "Crocosans caps", sans-serif;
  font-size: 30px;
}

.steps-main {
  min-height: 55px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.active-info {
  background-color: #48c368 !important;
}

.steps-main > .step {
  margin: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rec {
  border: 1px solid;
  border-radius: 24px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.step > span {
  margin: 2px;
  font-family: "Ubuntu mkh";
}

.date-container {
  font-family: "Crocosans caps", sans-serif;
  font-size: 30px;
  position: absolute;
  bottom: 20px;
}

.date-container span {
  margin: 0 20px;
  position: relative;
}

.date-container span:first-child {
  top: 5px;
}

.date-container span:last-child {
  top: 0px;
  right: -18px;
}

.bet-live-cont {
  max-width: 1190px;
  width: 100%;
  min-height: 510px;
  margin-top: 78px;
  position: relative;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bet-live-cont h2 {
  font-family: "Ttsupermolotneue";
  margin-top: 74px;
}

.bet-space-steps-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 110px;
  margin-top: 20px;
}

.bet-space-rec {
  max-width: 308px;
  width: 100%;
  min-height: 108px;
  border: 3px solid;
  border-radius: 35px;
  margin: 0 2%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bet-space-rec span {
  font-family: "Ubuntu Medium";
  font-size: 25px;
  line-height: 28px;
}

.triangle {
  border-color: #32bd56;
}

.squeare {
  border-color: #e8395a;
}

.circle-ps {
  border-color: #8ba3d2;
}

.icon-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 71px;
  max-width: 71px;
  width: 100%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid;
}

.ps-square {
  height: 35px;
  width: 35px;
  border: 4px solid #e8395a;
}

.ps-circle {
  height: 39px;
  width: 39px;
  border: 4px solid #8ba3d2;
  border-radius: 50%;
}

.ps-triangle {
  max-width: 50px;
  min-height: 44px;
  height: 100%;
  width: 100%;
  background-image: url(../images/wheel/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0px;
}

.sq-cir {
  border-color: #e8395a;
}

.tr-cir {
  border-color: #32bd56;
}

.cir-cir {
  border-color: #8ba3d2;
}

.bet-button-container {
  width: 100%;
  min-height: 80px;
  position: absolute;
  top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bet-btn {
  max-width: 266px;
  min-height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 5px solid #fff;
  font-family: "Crocosans caps", sans-serif;
  font-size: 29px;
  background-color: #00a43e;
  -webkit-box-shadow: 0px 0px 30px 2px #fff;
          box-shadow: 0px 0px 30px 2px #fff;
}

.video-stream-container {
  max-width: 630px;
  width: 100%;
  min-height: 380px;
  background-color: #fff;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -134px;
}

.video-stream {
  max-width: 619px;
  width: 96%;
  min-height: 334px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-stream iframe {
  width: 100%;
  min-height: 358px;
  border-radius: 25px;
}

.video-stream-middle {
  max-width: 780px;
  width: 90%;
  min-height: 570px;
  margin-right: 10px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background-color: rgba(17, 53, 88, 0.9);
  border: 5px solid;
  z-index: 100;
}

.video-stream-middle iframe {
  width: 100%;
  min-height: 358px;
  border-radius: 25px;
  max-width: 620px;
}

.videoX {
  top: 10px;
  right: 10px;
}

.infoebis-container {
  max-width: 358px;
  width: 96%;
  height: 380px;
  border-radius: 25px;
  color: #052f60;
  overflow-y: auto;
}

.info-container {
  max-width: 355px;
  width: 100%;
  min-height: 80px;
  background-color: #eaeaea;
  margin: 10px 0;
  border-radius: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.info-container:first-child div {
  font-size: 20px;
}

.info-container div {
  font-size: 12px;
  width: 80%;
  text-align: left;
  text-align: center;
  font-size: 12px;
  font-family: "Ubuntu Medium";
}

.info-container div span {
  font-family: "Crocosans caps", sans-serif;
  font-size: 30px;
}

.shuala {
  background-color: #04284a;
}

.info-container h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.info-container:first-child {
  background-color: #48c368;
  color: #fff;
  -webkit-animation: glowing 1300ms infinite;
          animation: glowing 1300ms infinite;
  font-size: 20px;
}

.match-ganrig {
  max-width: 1190px;
  width: 100%;
  min-height: 622px;
  border: 4px solid;
  border-radius: 25px;
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(17, 53, 88, 0.9);
}

.match-ganrig-data-cont {
  width: 90%;
  min-height: 550px;
}

.dates-container {
  width: 100%;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.info-pop-container {
  margin-top: 0;
}

.info-pop-container h2 {
  font-size: 20px;
}

.date-button {
  font-family: "Ubuntu mkh";
  font-size: 26px;
  margin: 0 10px;
  cursor: pointer;
}

.date-button.active {
  font-family: "Ttsupermolotneue";
  font-size: 30px;
}

.match-shedegs-con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shedegs {
  min-height: 71px;
  width: 100%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  background-color: #094a86;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  margin: 5px 0;
}

.shuala {
  background-color: #04284a;
  border: none;
}

.shedegs:nth-child(2n) {
  position: relative;
}

.info {
  left: 12%;
  position: relative;
  display: none;
}

.statistics-image {
  margin: 5px;
}

.shedegi-texts {
  margin: 5px;
}

.start-time {
  font-family: "Ttsupermolotneue";
  font-size: 26px;
  margin-left: 1%;
}

.score {
  font-family: "Ttsupermolotneue";
  font-size: 26px;
}

.shedegi-texts {
  font-family: "Ubuntu";
  font-size: 22px;
  max-width: 150px;
  width: 143px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.gameStatistics {
  cursor: pointer;
}

.groupName {
  max-width: 125px;
  height: 42px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid;
  border-radius: 15px;
}

.video-button {
  max-width: 51px;
  width: 100%;
  min-height: 51px;
  background-color: #fff;
  border-radius: 15px;
  background-image: url(../images/wheel/start.png);
  background-position: 19px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.live-icon {
  max-width: 98px;
  width: 100%;
  min-height: 51px;
  background-color: #fff;
  border-radius: 15px;
  /* background-image: url(../images/wheel/start.png); */
  background-position: 53px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #0c5628;
  -webkit-box-shadow: 0px 0px 30px 2px #fff;
  box-shadow: inset 0px 0px 39px 8px #0dec67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  font-family: 'Ubuntu Medium';
  text-shadow: 0px 0px 4px #fff;
  padding-top: 7px;
  display: flex;
}

.video-icon-cont {
  width: 100%;
  max-width: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

table {
  margin-bottom: 10px;
}

.table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 25px;
  font-size: 12px;
  width: 80%;
}

.accordion_item_content-t.tr {
  width: 100%;
}

.content-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.responsive-button {
  position: relative !important;
  top: 55px;
  display: none;
}

.body-52 {
  background-color: #014ead;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation: lightOff infinite linear;
          animation: lightOff infinite linear;
  background-image: url("../images/wheel/bg-off.png");
}

.image-logo {
  margin-top: 484px;
  position: absolute;
}

.section-bb {
  margin-top: 691px;
}

.tm {
  display: none;
}

.error-modal-container {
  width: 100%;
  height: 218vh;
  position: absolute;
  z-index: 20;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.x-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.error-modal {
  max-width: 422px;
  min-height: 218px;
  width: 100%;
  background-color: rgba(21, 25, 28, 0.9);
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 49%;
}

.error-modal-container {
  display: none;
}

.error-text {
  margin-top: 20px;
}

.question-t:not(.q-main) {
  font-family: "Crocosanscaps", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.gundi-surati {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 5px;
  border-radius: 50%;
}

.playOffsPopUpContainer {
  min-width: 1200px;
  width: 100%;
  min-height: 1181px;
  background-image: url(https://promotions.crocobet.com/Euro2020Images/playoff.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 1181px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gundebi-playoff {
  max-width: 277px;
  width: 100%;
  min-height: 93px;
  margin-left: 21px;
  margin-top: 30px;
}

.gundebi-playoff:first-child {
  margin-top: 41px;
}

.playoff-shida-container {
  margin-top: 86px;
  max-width: 270px;
}

.playoff-shida-container:first-child {
  margin-top: 0;
}

.left-playoff {
  max-width: 277px;
  width: 100%;
}

.middle-playoff {
  margin-left: 50px;
}

.right-playoff {
  margin-left: 61px;
  margin-top: 220px;
}

.gundebi-playoff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.middle-playoff .playoff-shida-container:first-child {
  margin-top: 98px;
}

.middle-playoff .playoff-shida-container {
  margin-top: 207px;
}

.middle-playoff .playoff-shida-container .gundebi-playoff {
  margin-top: 211px;
}

.middle-playoff .playoff-shida-container .gundebi-playoff:last-child {
  margin-top: 211px;
}

.middle-playoff .playoff-shida-container .gundebi-playoff:first-child {
  margin-top: 0;
}

.gundebi-playoff.2 {
  margin-top: 30px;
}

.right-playoff .playoff-shida-container .gundebi-playoff:last-child {
  margin-top: 506px;
}

.finals-shida-container {
  max-width: 198px;
  margin-left: 52px;
  margin-top: 527px;
}

.place-3 {
  margin-top: 350px;
  margin-left: 0px !important;
}

.finals {
  min-height: 97px;
  margin-top: 328px;
  margin-left: 3px;
}

.gundebi-data {
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Ubuntu";
  font-size: 19px;
}

.golebi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 100%;
  color: #fff;
  padding-left: 11px;
}

.gundebi {
  width: 198px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #191c21;
  position: relative;
}

.play-off-gundebi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.finals {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 127px;
  min-width: 201px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 328px;
}

.data-play .gundebi img {
  position: static;
  position: relative;
  top: -19px;
  left: 0;
}

.data-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.data-play .gundebi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 96px;
}

.gundi-surati-play {
  width: 25px;
  height: 25px;
}

.gundebi div {
  margin: 0 5px;
  font-size: 12px;
}

.playoff-golebi {
  color: black;
  padding-left: 0;
}

.arow:first-child {
  margin-right: 20px;
}

.acording-first {
  max-height: 34px;
  width: 100%;
}

.f-a-i {
  width: 98% !important;
  margin-left: auto;
  margin-right: auto;
}

.accordion_item_content-t.tr {
  background-color: transparent;
}

.accordion_item_trigger-t {
  background-color: transparent;
  border: 3px solid;
  min-height: 57px;
}

.accordion_item:first-child {
  margin-top: 10px;
}

.accordion_item_trigger-t:hover {
  background-color: transparent;
}

.accordion_item_content-t {
  border-radius: 4px;
}

.acording-second {
  background-color: transparent;
}

.accordion_item_trigger-t.acording-second:hover {
  background-color: transparent;
}

.text-block-515 {
  font-family: Proxima nova;
  font-weight: normal;
  font-style: normal;
  font-family: "Crocosanscaps", sans-serif;
  font-size: 27px;
}

.accordion_item_trigger-t {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.arow {
  margin-right: 20px;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  width: 16px;
}

.text-block-516 {
  margin: 5px;
  font-style: normal;
}

.rules-containet-bb {
  width: 100%;
  max-width: 810px;
}

.current {
  font-weight: bold;
  color: #ffffff;
}

.text-span-161 {
  color: #ffffff;
  font-size: 50px;
}

.rotateThatBitch {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.text-block-516._2 {
  color: #ffad2c;
}

.section-uno {
  max-height: 501px;
  padding-bottom: 0;
}

.borbal-dos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.borbal-uno {
  display: none;
}

.grid-209003 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.borbal_grdnt {
  min-width: 100%;
  margin-top: 30px;
}

.loader-container {
  width: 100%;
  height: 300vh;
  position: absolute;
  z-index: 20;
  background-color: #121113;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.borbal_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: rgba(24, 24, 70, 0.8);
  padding-bottom: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-height: 635px;
  max-width: 815px;
  border-radius: 15px;
  border: solid 5px #c296ea;
}

.wheel-info-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 632px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 21px;
}

.bt-bb {
  max-width: 157px;
  border-radius: 11px;
  margin-left: 0px;
}

.div-block-19224 {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.div-block-19227 {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #242262;
  border-radius: 15px;
  margin-top: 10px;
  min-height: 71px;
  margin-bottom: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.prize_wrp {
  min-height: 107px;
  background-color: #242262;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 3px 68px 29px 80px;
}

.prize_grid {
  top: 45px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wheel_arrow {
  top: -1%;
  width: 52px;
}

.text-block-519 {
  font-size: 18px;
}

.wheel_grdt._3 {
  background-color: #242262;
  -webkit-box-shadow: inset 0 0px 1px 0 #000000;
          box-shadow: inset 0 0px 1px 0 #000000;
  padding: 14px;
  border: solid 4px #1e5cb6;
}

.wheel_grdt._2 {
  background-color: #2a2a38;
  padding: 8px;
}

.text-block-517 {
  background-color: #c296ea;
  max-width: 56px;
  max-height: 33px;
  color: black;
  border-radius: 4px;
  font-size: 23px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

.grid-209003 {
  margin-top: 0px;
}

li {
  text-align: left;
  font-family: 'Proximanova text', sans-serif;
}

.borbal_wrp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.history-container {
  max-width: 157px;
  max-height: 71px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #693597;
  min-height: 70px;
  margin-left: 3px;
  min-width: 157px;
  padding-left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 80px;
}

.wheel_grdt._1 {
  top: 40px;
}

.progress_line {
  height: 4px;
  left: 21px;
  background-color: #693597;
}

.popup-frsp {
  border: solid #bf94e7;
  border-radius: 0;
  min-height: 359px;
  border-radius: 20px;
  background-color: #181644;
  width: 100%;
  max-width: 450px;
}

.prize_txt_dos {
  position: absolute;
  padding: 7px;
  border-radius: 5px;
  font-family: Crocosanscaps, sans-serif;
  font-size: 13px;
  line-height: 0.9;
  font-weight: 400;
  white-space: nowrap;
  top: 25px;
}

.prize_txt {
  font-size: 13px;
  top: -36px;
}

.prize_txt_line {
  position: absolute;
  top: -10px;
  border: 1px solid #693597;
  background-color: #693597;
  width: 1px;
  height: 7px;
}

.prize_txt_dos_line {
  position: absolute;
  top: 13px;
  height: 2px;
  border: 1px solid #693597;
  background-color: #693597;
  width: 1px;
  height: 7px;
}

.progress_line div {
  height: 4px !important;
}

ol li {
  list-style-type: none;
}

.fsoni {
  font-size: 13px;
  color: #99999e;
  position: absolute;
  left: -70px;
  bottom: 26px;
  font-weight: bold;
}

.sport-header-copntainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -27px;
}

.bonus_img {
  left: -68px;
  width: 512px;
  max-width: none;
  position: absolute;
  top: 21px;
}

.div-block-19227 {
  border-radius: 10px;
}

.answer-t-2 {
  margin: -2px 20px 0px;
}

.answer-t {
  color: #fff;
}

.datrualoba {
  font-size: 13px;
  color: #99999e;
  position: absolute;
  left: -70px;
  top: 29px;
  font-weight: bold;
}

.leagues-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
}

.leagues-container img {
  margin: 10px 10px;
}

h5 {
  text-align: left;
}

.offer-mob {
  display: none;
}

.ind_wrp {
  left: 6%;
  bottom: -7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 10;
}

.progress_point {
  left: 12%;
}

#slot_pr {
  position: absolute;
  background-color: transparent;
  left: -102px;
}

.text-block-531 {
  min-width: 35px;
  padding: 6px;
  background-color: #15af44;
  z-index: 2;
  border-radius: 15px;
  width: 100%;
}

.div-block-19236 {
  width: 16px;
  height: 16px;
  margin-top: -5px;
  /* background-color: #15af44; */
  position: absolute;
  left: 49px;
  top: 6px;
  z-index: 1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  /* border-bottom: 60px solid; */
  border-left: 12px solid #15af44;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  display: none;
}

.wheel-header {
  max-width: 350px;
  width: 350px;
  min-height: 50px;
  position: absolute;
  top: -45px;
  background-color: #d7e0da;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}

.owl-carousel {
  margin-top: 50px;
}

.carousel img {
  width: 100px;
}

.carousel-cont {
  max-width: 715px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

button.owl-prev {
  visibility: hidden;
}

button.owl-next {
  visibility: hidden;
}

.carousel-cont {
  display: none;
}

.owl-stage {
  cursor: -webkit-grab;
  cursor: grab;
}

.prize_txt.active {
  background-color: transparent;
}

.arrow-c {
  width: 15px;
  height: 25px;
  position: absolute;
  cursor: pointer;
}

.owl-next {
  right: -40px;
  bottom: 67px;
}

.owl-prev {
  left: -34px;
  bottom: 67px;
}

.wheel-header-text {
  text-align: center;
  font-family: "Crocosans caps", sans-serif;
  font-size: 25px;
  color: #0e9749;
  padding-top: 5px;
}

.div-block-19226 {
  background-color: #1a233e;
  width: 100%;
  max-width: 600px;
  font-size: 21px;
  border-radius: 25px;
  position: relative;
}

.text-span-131 {
  margin-left: 5px;
}

.text-block-523 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flower {
  position: absolute;
  right: -66px;
}

.content-bb {
  margin-top: 0;
}

.owl-carousel .owl-item img {
  width: auto;
  min-height: 70px;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.wheelrotator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 600px;
  margin-top: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bt-egt {
  background: #00a43e;
  margin-top: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 0 0 rgba(24, 180, 53, 0.7);
          box-shadow: 0 0 0 0 rgba(24, 180, 53, 0.7);
  transition: 0.3s all;
  background-color: #008c6d;
  -webkit-animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
          animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
  padding: 17px 30px !important;
  font-size: 27px;
}

.bt-egt:hover {
  -webkit-animation: 0;
          animation: 0;
  -webkit-box-shadow: inset 0 -1px 30px 20px #17dfb3, 1px 1px 60px 8px rgba(19, 173, 75, 0.7);
          box-shadow: inset 0 -1px 30px 20px #17dfb3, 1px 1px 60px 8px rgba(19, 173, 75, 0.7);
}

.borbal_lb {
  max-width: 577px;
  min-height: 544px;
  border-color: #0173bc;
}

.date-time {
  font-size: 25px;
  margin-bottom: 25px;
  font-family: "Crocosans caps", sans-serif;
}

.borbal_lb_wrp {
  min-height: 442px;
}

.text-block-639 {
  color: #ffffff;
  font-size: 35px;
}

.borbal_lb_content.sport {
  background-color: #15af44;
  border-radius: 7px;
}

.borbal_lb.sport {
  border-color: #c296ea;
}

.borbal_lb {
  background-color: rgba(19, 27, 50, 0.9);
}

.borbal_lb_content {
  background-color: #254ca5;
}

.borbal_lb_title {
  font-size: 30px;
}

.m {
  display: none;
}

.t-m {
  display: none;
}

@media screen and (max-width: 1100px) {
  .steps-container {
    background-repeat: no-repeat;
    background-size: 100% 358px;
    background-position: -32px -3px;
    min-height: 243px;
    max-width: 624px;
    margin-top: 495px;
  }
  .info {
    left: 5%;
  }
  .rusel-activator {
    top: auto;
    right: auto;
  }
  .responsive-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .w {
    display: none;
  }
  .rules-pop-container {
    width: 95%;
  }
  .body-52 {
    background-image: url(../images/wheel/bg-mob.png);
    background-position: 50% 2%;
  }
  .rusel-activator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(https://promotions.crocobet.com/Euro2020Images/info.png);
    background-repeat: no-repeat;
    background-size: 100% 60px;
  }
  .steps-header {
    display: none;
  }
  .steps-main > .step {
    width: 100%;
    margin: 1px;
  }
  .steps-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -4px;
    margin-bottom: 0;
  }
  .date-container {
    background-image: url(https://promotions.crocobet.com/Euro2020Images/date.png);
    min-height: 61px;
    bottom: -36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 419px;
    width: 100%;
  }
  .bet-live-cont {
    margin-top: 112px;
    min-height: 594px;
    border: 3px solid;
    width: 95%;
    border-radius: 25px;
    background-color: #053c82;
  }
  .bet-space-steps-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
  }
  .bet-space-rec {
    max-width: 552px;
    min-height: 85px;
    width: 91%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2px 0;
  }
  .bet-space-rec span {
    margin: 2px;
  }
  .video-stream-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 390px;
    bottom: -290px;
    max-width: 663px;
  }
  .video-stream {
    margin-right: 0;
    width: 97%;
  }
  .info-container {
    min-height: 32px;
    max-width: 100%;
    margin: 4px 0;
  }
  .infoebis-container {
    max-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .info-container div {
    text-align: center;
  }
  .top-header-cont {
    width: 80%;
  }
  .top-players-cont {
    width: 93%;
  }
  .match-ganrig {
    width: 95%;
  }
  .match-ganrig {
    margin-top: 320px;
  }
  .dates-container {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .rec {
    max-width: 440px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 51px;
    border: 2px solid;
    font-size: 21px;
  }
  .carousel-cont {
    max-width: 517px;
  }
  .top-players {
    display: -webkit-inline-box;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow-x: auto;
  }
  .tw {
    display: none;
  }
  .tm {
    display: block;
  }
  .accordion-main-container {
    max-width: 1190px;
    width: 97%;
    min-height: 435px;
    border: 1px solid;
    margin-top: 73px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
    display: -webkit-inline-box;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    overflow-x: auto;
    padding: 10px;
  }
  .infoebis-container {
    max-width: 90%;
  }
  .accordion-main-container {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .selector-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    left: 0;
  }
  .rusel-activator div {
    font-size: 19px;
  }
  .live-icon {
    font-size: 14px;
  }
  .info {
    left: 5%;
  }
  .shedegi-texts {
    font-size: 15px;
  }
  .selector-container .jgufuri {
    max-width: 230px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .start-time {
    font-size: 20px;
  }
  .groupName {
    max-width: 41px;
  }
  .group {
    margin-left: 0;
  }
  .group-n {
    display: none;
  }
  .video-button {
    max-width: 34px;
    width: 30px;
    min-height: 30px;
    border-radius: 50%;
    background-position: 10px;
    background-size: 15px;
  }
  .video-icon-cont {
    max-width: 30px;
    margin: 0 5px;
  }
  .offer-mob {
    display: inline-block;
  }
  .offer-web {
    display: none;
  }
  .image-logo {
    margin-top: 181px;
    width: 266px;
  }
  .list {
    font-size: 12px;
  }
  .ind_wrp {
    left: 10%;
  }
  .bonus_img {
    left: 116px;
    width: 256px;
    max-width: none;
    position: absolute;
    top: 33px;
  }
  .date-time {
    margin-bottom: 15px;
  }
  .rules-containet-bb {
    width: 90%;
  }
  .text-block-515 {
    display: none;
  }
  .t-m {
    display: block;
  }
  .carousel-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flower {
    right: -33px;
  }
  .leagues-container {
    display: none;
  }
  .section-bb {
    margin-top: 230px;
  }
  .prize_wrp {
    width: 95%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .div-block-19224 {
    width: 95%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .bt-bb {
    font-size: 13px;
  }
  .div-block-19221 {
    padding-top: 252px;
  }
  .div-block-19221 {
    padding-top: 0;
  }
  .section-uno {
    max-height: 103px;
  }
  .div-block-19331 {
    margin-top: 0px;
  }
  .wheel-header {
    left: auto;
  }
  .borbal_wrp {
    min-height: 546px;
  }
  .div-block-19226 {
    max-width: 95%;
    font-size: 15px;
  }
  .register-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
  }
}

.register-container {
  min-height: 78px;
  max-width: 810px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(21, 35, 64, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.register-container span {
  font-size: 15px;
  width: 93%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Ubuntu, sans-serif;
}

.auth {
  max-width: 190px;
  width: 100%;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 17px;
}

.login-butt {
  background-color: #ffffff;
  -webkit-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
          animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: rgba(0, 0, 0, 0.7);
}

.register-butt {
  background-color: #15af44;
  -webkit-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
          animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-box-shadow: 0 0 0 0 rgba(24, 180, 53, 0.7);
          box-shadow: 0 0 0 0 rgba(24, 180, 53, 0.7);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  justify-content: space-around;
  margin-right: 5px;
}

@media screen and (max-width: 630px) {
  .top-header div {
    font-size: 5vw;
  }
}

@media screen and (max-width: 580px) {
  .text-uno {
    font-size: 15px;
  }
  .bet-live-cont h2 {
    font-size: 5vw;
  }
  .text-dos {
    font-size: 25px;
  }
  .bet-space-rec span {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .div-block-19221 {
    width: 95%;
  }
  .rules-pop-container {
    min-height: 260px;
  }
  .steps-container {
    width: 95%;
  }
  .table-rectangle div {
    font-size: 9px !important;
  }
  .my-info span {
    font-size: 12px;
  }
  .my-info div span {
    font-size: 18px;
  }
  .table-rectangle div {
    font-size: 11px;
  }
  .date-time {
    font-size: 20px;
  }
  .register-container span {
    font-size: 15px;
  }
  .prize_grid {
    width: 110%;
  }
  .text-span-161 {
    font-size: 30px;
  }
  .text-block-515 {
    font-size: 18px;
  }
  .carousel-cont {
    max-width: 292px;
  }
  .borbal_lb_title {
    font-size: 21px;
  }
  .wheel_arrow {
    top: -2%;
    width: 55px;
  }
  .wheel_frsp {
    width: 300px;
    height: 300px;
    background-size: 315px;
  }
  .spin_butt {
    background-size: contain;
    width: 126px;
    height: 126px;
  }
  .wheel_grdt._3 {
    padding: 8px;
  }
  .wheel_grdt._2 {
    padding: 8px;
  }
  .close_pop {
    top: 16%;
  }
  .history-container {
    margin-left: 7%;
  }
  .wheel_grdt._1 {
    top: 20px;
  }
  .question-t:not(.q-main) {
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .history-container {
    margin-left: 15%;
    min-width: 108px;
  }
  .selector-container .jgufuri {
    font-size: 15px;
  }
  .selector-container .playoff {
    max-width: 120px;
    font-size: 15px;
    width: 100%;
  }
  .wonx span {
    font-size: 20px;
  }
  .text-block-523 {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .div-block-19226 {
    max-width: 95%;
  }
  .flower {
    position: absolute;
    right: -30px;
    width: 55px;
  }
  .question-t:not(.q-main) {
    font-size: 11px;
  }
  .match-shedegs-con {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-x: auto;
  }
  .bet-space-rec span {
    font-size: 15px;
  }
  .date-container {
    background-size: 100% 70px;
  }
  .date-button.active {
    font-size: 24px;
  }
  .date-button {
    font-size: 20px;
  }
  .start-time {
    font-size: 16px;
    margin-left: 6px;
  }
  .live-icon {
    font-size: 12px;
    min-height: 41px;
  }
  .gameStatistics {
    width: 100px;
  }
  .statistics-image .gameStatistics {
    width: 24px;
    margin: 5px;
  }
  .info {
    width: 16px;
    left: 10%;
  }
  .shedegi-texts {
    font-size: 12px;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .score {
    font-size: 12px;
  }
  .groupName {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .bt-pp {
    margin-top: 8px;
  }
  .date-container span {
    font-size: 23px;
  }
  .text-dos {
    font-size: 19px;
  }
  .text-uno {
    font-size: 13px;
  }
  .date-header span {
    font-size: 16px;
  }
  .my-info span {
    font-size: 10px;
  }
  .data-table-container::-webkit-scrollbar {
    width: 5px;
  }
  .close_pop {
    top: 22%;
  }
  .text-block-515 {
    font-size: 18px;
  }
  .table-rectangle div {
    font-size: 10px;
  }
  .prize_txt {
    font-size: 10px;
  }
  .prize_txt_dos {
    font-size: 10px;
  }
  .text-block-515 {
    font-size: 15px;
  }
  .register-container span {
    font-size: 12px;
  }
  .rules-pop-container h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 378px) {
  .text-block-523 {
    font-size: 10px;
    padding-bottom: 10px;
  }
  .bet-space-rec span {
    font-size: 12px;
  }
  .selector-container .jgufuri {
    font-size: 12px;
  }
  .selector-container .playoff {
    font-size: 12px;
  }
  .table-rectangle div {
    font-size: 8px;
  }
  .my-info div span {
    font-size: 14px;
  }
  .prize_txt {
    font-size: 8px;
  }
  .prize_txt_dos {
    font-size: 8px;
  }
  .my-info span {
    font-size: 9px;
  }
  .carousel-cont {
    max-width: 189px;
  }
  .text-block-515 {
    font-size: 13px;
  }
  .wheel_frsp {
    width: 285px;
    height: 285px;
    background-size: 295px;
  }
  .wonx span {
    font-size: 16px;
  }
  .text-uno {
    font-size: 11px;
  }
  .date-header span {
    font-size: 15px;
  }
  .my-info span {
    font-size: 8px;
  }
  .info-container div {
    font-size: 11px;
    line-height: 12px;
  }
}

@media screen and (max-width: 338px) {
  .text-span-161 {
    font-size: 25px;
  }
  .table-rectangle div {
    font-size: 6px !important;
  }
}

@-webkit-keyframes pulsing {
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(24, 180, 53, 0);
            box-shadow: 0 0 0 10px rgba(24, 180, 53, 0);
  }
}

@keyframes pulsing {
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(24, 180, 53, 0);
            box-shadow: 0 0 0 10px rgba(24, 180, 53, 0);
  }
}

@-webkit-keyframes glowing {
  0% {
    background-color: #2ba805;
  }
  50% {
    background-color: #49e819;
  }
  100% {
    background-color: #2ba805;
  }
}

@keyframes glowing {
  0% {
    background-color: #2ba805;
  }
  50% {
    background-color: #49e819;
  }
  100% {
    background-color: #2ba805;
  }
}
/*# sourceMappingURL=main.css.map */