@font-face {
  font-family: "AdjaraLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AdjaraMontPro-Light.woff2") format("woff2"), url("../fonts/AdjaraMontPro-Light.woff") format("woff");
}

@font-face {
  font-family: "AdjaraRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AdjaraMontPro-Regular.woff2") format("woff2"), url("../fonts/AdjaraMontPro-Regular.woff") format("woff");
}

@font-face {
  font-family: "AdjaraBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AdjaraMontPro-Bold.woff2") format("woff2"), url("../fonts/AdjaraMontPro-Bold.woff") format("woff");
}

@font-face {
  font-family: "AdjaraSemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AdjaraMontPro-SemiBold.woff2") format("woff2"), url("../fonts/AdjaraMontPro-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "AdjaraHeavy";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AdjaraMontPro-Heavy.woff2") format("woff2"), url("../fonts/AdjaraMontPro-Heavy.woff") format("woff");
}

@font-face {
  font-family: "FontExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AdjaraMontPro-Bold.woff2") format("woff2"), url("../fonts/AdjaraMontPro-Bold.woff") format("woff");
}

@font-face {
  font-family: "FontRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AdjaraMontPro-Regular.woff2") format("woff2"), url("../fonts/AdjaraMontPro-Regular.woff") format("woff");
}

@font-face {
  font-family: "FontBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonMtav3-Bold.otf") format("opentype");
}

@font-face {
  font-family: "PantonMtav3Bold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonMtav3-Bold.otf") format("opentype");
}

@font-face {
  font-family: "PantonMtav3ExtraBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonMtav3-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "PantonMtav3Regular";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonMtav3-Regular.otf") format("opentype");
}

@font-face {
  font-family: "PantonAM-Bold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonAM-Bold.otf") format("opentype");
}

@font-face {
  font-family: "PantonAM-ExtraBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonAM-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "PantonAM-Regular";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/PantonAM-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Bebas-Regular";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Bebas-Regular.otf") format("opentype");
}

@font-face {
  font-family: "FiraBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-Bold.otf") format("opentype");
}

@font-face {
  font-family: "FiraExtraBold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "FiraMedium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-Medium.otf") format("opentype");
}

@font-face {
  font-family: "FiraRegular";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraGO-Regular.otf") format("opentype");
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icomoon.eot?") format("eot"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?8nrfhi");
  src: url("../fonts/icomoon.eot?8nrfhi#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8nrfhi") format("truetype"), url("../fonts/icomoon.woff?8nrfhi") format("woff"), url("../fonts/icomoon.svg?8nrfhi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-box:before {
  content: "\e901";
  color: #414650;
}

.icon-star:before {
  content: "\e902";
  color: #424751;
}

.icon-user:before {
  content: "\e903";
  color: #424751;
}

/* ============================================================
   Flutter Brand Palette
   ============================================================ */
:root {
  --flutter-navy:   #16215B;
  --flutter-navy-2: #0E1742;
  --flutter-navy-3: #0A1240;
  --flutter-blue:   #0285FF;
  --flutter-blue-d: #0166C7;
  --flutter-green:  #61D827;
  --flutter-red:    #D5225D;
  --flutter-yellow: #F8CD4B;
  --flutter-yellow-d: #C99E2B;
  --flutter-purple: #895CF5;
  --flutter-purple-d: #5E37C2;

  --grad-primary:   linear-gradient(135deg, #0285FF 0%, #895CF5 100%);
  --grad-primary-v: linear-gradient(180deg, #0285FF 0%, #895CF5 100%);
  --grad-navy:      linear-gradient(180deg, #1B2A75 0%, #16215B 50%, #0A1240 100%);
  --grad-navy-soft: linear-gradient(135deg, #1F2E80 0%, #16215B 100%);
  --grad-gold:      linear-gradient(180deg, #F8CD4B 0%, #C99E2B 100%);
  --grad-red:       linear-gradient(180deg, #FF4F86 0%, #D5225D 100%);

  --shadow-blue:    0 4px 18px rgba(2, 133, 255, 0.35);
  --shadow-purple:  0 4px 18px rgba(137, 92, 245, 0.35);
  --shadow-yellow:  0 4px 18px rgba(248, 205, 75, 0.35);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: 12px AdjaraRegular;
  color: #fff;
}

html {
  background-color: #0A1240;
}

body {
  margin: 0;
  padding: 0;
  background: transparent url(../img/bg-main.jpg) no-repeat 50%;
  background-size: 100%;
  background-color: var(--flutter-navy);
  padding-bottom: 90px;
  padding-top: 118px;
  background-position: top center;
  background-size: auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  body {
    background: none;
    background-color: var(--flutter-navy);
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

.container {
  width: 940px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .container {
    width: 100%;
    /* background: transparent url(../img/bg-main-mobile.jpg) no-repeat 50%; */
    background-size: 100%;
    padding: 0 2vw;
    padding-bottom: 16vw;
    background-position: top center;
    /* padding-top: 104px; */
  }
}


@media screen and (max-width: 940px) and (min-width: 320px) {
  /* .bg-mob-ka {
    background: url(../img/bg-main-mobile-ka.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 180%;
  }
  .bg-mob-en {
    background: url(../img/bg-main-mobile-en.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .bg-mob-ru {
    background: url(../img/bg-main-mobile-en.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
  } */
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  body {
    background: none;
    background-color: var(--flutter-navy);
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.STARTER__title {
  color: #fff;
  font: 26px "FontBold", sans-serif;
  display: flex;
  align-items: center;
}

.STARTER__title .txt-sm {
  margin-left: 5px;
  font-size: 16px;
}

body {
  position: relative;
  padding-bottom: 20px;
}

.quizSection {
  width: 100%;
}

.marketSection {
  width: 100%;
}

.historySection {
  width: 100%;
}

.lbSection {
  width: 100%;
}

.tabs {
  width: 400px;
  height: 66px;
  background: var(--grad-navy-soft);
  border: 1px solid rgba(2, 133, 255, 0.35);
  border-radius: 12px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  top: 30px;
  box-shadow: 0 8px 28px rgba(10, 18, 64, 0.55);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tabs {
    width: 100%;
    top: auto;
    bottom: 0;
    background: linear-gradient(180deg, #1B2A75 0%, #0A1240 100%);
    border: none;
    box-shadow: 0 -4px 18px rgba(2, 133, 255, 0.18);
    border-radius: 20px 20px 0px 0px;
    justify-content: space-around;
    position: fixed;
    z-index: 9999999;
  }
}

.tabs__item {
  padding: 9.5px 10.89px;
  font: 12px AdjaraRegular;
  color: #A8C7E8;
  display: flex;
  align-items: center;
  border-radius: 21.5px;
  cursor: pointer;
  transition: color .2s ease;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tabs__item {
    flex-direction: column;
    padding: 0;
  }
}

.tabs__item.act {
  color: #fff;
  background: var(--grad-red);
  box-shadow: var(--shadow-blue);
  cursor: default;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tabs__item.act {
    background: none;
    box-shadow: none;
  }
}

.tabs__item.act .tabs__item--text {
  color: #fff;
}

.tabs__item--icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .tabs__item--icon {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.tabs__item--text {
  color: #A8C7E8;
}

.tabs-quiz > .tabs__item--icon {
  background-image: url(../img/tabs/quiz.png);
}

.tabs-quiz.act > .tabs__item--icon {
  background-image: url(../img/tabs/quiz-act.png);
}

.tabs-market > .tabs__item--icon {
  background-image: url(../img/tabs/market.png);
}

.tabs-market.act > .tabs__item--icon {
  background-image: url(../img/tabs/market-act.png);
}

.tabs-history > .tabs__item--icon {
  background-image: url(../img/tabs/history.png);
}

.tabs-history.act > .tabs__item--icon {
  background-image: url(../img/tabs/history-act.png);
}

.tabs-lb > .tabs__item--icon {
  background-image: url(../img/tabs/lb.png);
}

.tabs-lb.act > .tabs__item--icon {
  background-image: url(../img/tabs/lb-act.png);
}

.logo {
  width: 100%;
  height: 570px;
  background-image: url(../img/bg-ka.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: var(--flutter-navy);
  background-size: cover;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .logo {
    height: 55vw;
  }
}

.infoBody {
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  display: none;
  position: absolute;
  top: 30px;
  left: -10px;
  z-index: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  width: 300px;
  color: #000;
}

.infoBody::before {
  content: '';
  width: 24px;
  height: 16px;
  background-image: url(../img/polygon.png);
  position: absolute;
  top: -10px;
  left: 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .infoBody {
    width: 30vw;
    padding: 3vw;
    font-size: 2vw;
  }
}

.topPrize {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.topPrize__item {
  position: relative;
  background: linear-gradient(135deg, #1F2E80 0%, #0A1240 100%);
  border: 2px solid var(--flutter-yellow);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 140px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(248, 205, 75, 0.18);
}

.topPrize__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(248, 205, 75, 0.35);
  border-color: #FFE07A;
}

.topPrize__item--bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.08;
  pointer-events: none;
}

.topPrize__item--position {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 28px;
  height: 28px;
  background: var(--flutter-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--flutter-navy);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.topPrize__item--label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(248, 205, 75, 0.7);
  text-transform: lowercase;
  letter-spacing: 1px;
  margin-bottom: -5px;
  z-index: 1;
}

.topPrize__item--prize {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}

.topPrize__item--prize span {
  font-size: 32px;
  font-weight: bold;
  color: var(--flutter-yellow);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.topPrize__item--prize svg {
  width: 30px;
  height: 26px;
}

/* Special styles for top 3 prizes — Flutter podium */
.topPrize__item:nth-child(1) {
  border-color: var(--flutter-yellow);
  box-shadow: 0 4px 20px rgba(248, 205, 75, 0.35);
}

.topPrize__item:nth-child(1):hover {
  box-shadow: 0 8px 30px rgba(248, 205, 75, 0.55);
  border-color: #FFE07A;
}

.topPrize__item:nth-child(1) .topPrize__item--position {
  background: linear-gradient(135deg, #FFE07A 0%, #F8CD4B 100%);
  color: var(--flutter-navy);
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(248, 205, 75, 0.45);
}

.topPrize__item:nth-child(1) .topPrize__item--prize span {
  color: var(--flutter-yellow);
  font-size: 36px;
}

.topPrize__item:nth-child(1) .topPrize__item--label {
  color: rgba(248, 205, 75, 0.7);
}

.topPrize__item:nth-child(2) {
  border-color: var(--flutter-blue);
  box-shadow: 0 4px 20px rgba(2, 133, 255, 0.28);
}

.topPrize__item:nth-child(2):hover {
  box-shadow: 0 8px 30px rgba(2, 133, 255, 0.45);
}

.topPrize__item:nth-child(2) .topPrize__item--position {
  background: linear-gradient(135deg, #2EA0FF 0%, #0285FF 100%);
  color: #fff;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(2, 133, 255, 0.45);
}

.topPrize__item:nth-child(2) .topPrize__item--prize span {
  color: var(--flutter-blue);
  font-size: 34px;
}

.topPrize__item:nth-child(2) .topPrize__item--label {
  color: rgba(2, 133, 255, 0.7);
}

.topPrize__item:nth-child(3) {
  border-color: var(--flutter-purple);
  box-shadow: 0 4px 20px rgba(137, 92, 245, 0.28);
}

.topPrize__item:nth-child(3):hover {
  box-shadow: 0 8px 30px rgba(137, 92, 245, 0.45);
}

.topPrize__item:nth-child(3) .topPrize__item--position {
  background: linear-gradient(135deg, #A682FF 0%, #895CF5 100%);
  color: #fff;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(137, 92, 245, 0.45);
}

.topPrize__item:nth-child(3) .topPrize__item--prize span {
  color: var(--flutter-purple);
  font-size: 34px;
}

.topPrize__item:nth-child(3) .topPrize__item--label {
  color: rgba(137, 92, 245, 0.7);
}

@media screen and (max-width: 1200px) {
  .topPrize {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  
  .topPrize__item--prize span {
    font-size: 28px;
  }
  
  .topPrize__item:nth-child(1) .topPrize__item--prize span {
    font-size: 30px;
  }
  
  .topPrize__item:nth-child(2) .topPrize__item--prize span,
  .topPrize__item:nth-child(3) .topPrize__item--prize span {
    font-size: 29px;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .topPrize {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
  }
  
  .topPrize__item {
    padding: 15px;
    min-height: 110px;
  }
  
  .topPrize__item--position {
    width: 24px;
    height: 24px;
    font-size: 12px;
    top: 8px;
    left: 10px;
  }
  
  .topPrize__item--label {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: -3px;
  }
  
  .topPrize__item--prize span {
    font-size: 24px;
  }
  
  .topPrize__item--prize svg {
    width: 24px;
    height: 20px;
  }
  
  .topPrize__item--bg {
    width: 60px;
    height: 55px;
  }
  
  .topPrize__item:nth-child(1) .topPrize__item--prize span {
    font-size: 26px;
  }
  
  .topPrize__item:nth-child(2) .topPrize__item--prize span,
  .topPrize__item:nth-child(3) .topPrize__item--prize span {
    font-size: 25px;
  }
}

.info1 {
  width: 100%;
  height: 102px;
  display: flex;
  justify-content: space-between;
  padding: 0 58px;
  align-items: center;
  margin-top: 50px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .info1 {
    width: 100%;
    height: 20vw;
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    margin-top: 8vw;
  }
}

.info1__item {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .info1__item {
    width: 25%;
    justify-content: space-between;
  }
}

.info1__item--icon {
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .info1__item--icon {
    width: 10vw;
    height: 10vw;
  }
}

.info1__item:nth-child(1)::after {
  content: '';
  width: 95px;
  height: 7px;
  background-image: url(../img/xazi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -50px;
  top: 30px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .info1__item:nth-child(1)::after {
    width: 20vw;
    right: -16vw;
    top: 5vw;
  }
}
/* 
.info1__item:nth-child(2)::after {
  content: '';
  width: 95px;
  height: 7px;
  background-image: url(../img/xazi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -50px;
  top: 30px;
} */

@media screen and (max-width: 940px) and (min-width: 320px) {
  /* .info1__item:nth-child(2)::after {
    width: 20vw;
    right: -16vw;
    top: 5vw;
  } */
}

.info1__item:nth-child(1) > .info1__item--icon {
  background-image: url(../img/quiz.png);
}

.info1__item:nth-child(2) > .info1__item--icon {
  background-image: url(../img/gift.png);
}

.info1__item:nth-child(3) > .info1__item--icon {
  background-image: url(../img/lb.png);
}

.info1__item--text {
  font: 20px AdjaraBold;
  text-align: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .info1__item--text {
    font-size: 3vw;
    /* word-spacing: 99rem; */
  }
}

.nextGame {
  width: 100%;
  height: 320px;
  background: var(--grad-navy);
  border: 1px solid rgba(248, 205, 75, 0.35);
  box-shadow: 0 12px 40px rgba(10, 18, 64, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 250px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.nextGame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% -20%, rgba(248, 205, 75, 0.22), transparent 60%);
  pointer-events: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .nextGame {
    padding: 5vw;
    background: var(--grad-navy);
    margin-top: 10vw;
    height: 70vw;
  }
}

.nextGame__text {
  font: 24px AdjaraBold;
  text-align: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .nextGame__text {
    font-size: 3.8vw;
  }
}

.nextGame__text::after {
  content: url(../img/lineBot.png);
}

.nextGame__match {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.nextGame__match--item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nextGame__match--item:nth-child(2) {
  justify-content: center;
}

.nextGame__match--item > p {
  font-size: 24px;
  margin: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .nextGame__match--item > p {
    font-size: 4vw;
  }
}

.nextGame__match--item-logo {
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
}

.nextGame__match--item-logo > img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .nextGame__match--item-logo {
    width: 12vw;
    height: 12vw;
    margin-bottom: 2vw;
  }
}

.nextGame__match--item-name {
  font: 18px AdjaraRegular;
  text-align: center;
  line-height: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .nextGame__match--item-name {
    font-size: 3.5vw;
    line-height: 4vw;
  }
}

.countDown {
  display: flex;
  align-items: center;
}

.countDown__item {
  width: 46px;
  height: 33px;
  background: linear-gradient(180deg, #FFFFFF 77.08%, #F8CD4B 100%);
  box-shadow: 0px 0.505747px 81.51px -15px var(--flutter-blue);
  border-radius: 4px;
  font: 16px AdjaraRegular;
  color: var(--flutter-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .countDown__item {
    font-size: 4vw;
    width: 10vw;
    height: 11vw;
    margin: 4vw 1vw;
  }
}

.myPoint {
  width: 318px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 11px 15px;
  box-shadow: 0 4px 14px rgba(248, 205, 75, 0.35), 0 1px 3px rgba(10, 18, 64, 0.25);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myPoint {
    width: 60vw;
    height: 13vw;
    margin-top: 10vw;
    padding: 2vw 3vw;
    border-radius: 6px;
  }
}

.myPoint__text {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myPoint__text {
    font-size: 3.5vw;
  }
}

.myPoint__text::before {
  content: url(../img/star.png);
  margin-right: 10px;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myPoint__text::before {
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
}

.myPoint__point {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 42px;
  background: var(--grad-gold);
  color: var(--flutter-navy);
  box-shadow: -4px 4px 20px rgba(248, 205, 75, 0.45), 0px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myPoint__point {
    font-size: 3.8vw;
    width: 14vw;
    height: 9vw;
  }
}

.quiz {
  width: 934px;
  margin-top: 60px;
  background: var(--grad-navy);
  border: 1px solid rgba(2, 133, 255, 0.22);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(10, 18, 64, 0.5);
  overflow: hidden;
  position: relative;
}

.quiz::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 0%, rgba(137, 92, 245, 0.22), transparent 55%),
              radial-gradient(circle at 100% 100%, rgba(2, 133, 255, 0.22), transparent 55%);
  pointer-events: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz {
    width: 100%;
    max-height: auto;
    background: var(--grad-navy);
    margin-top: 10vw;
    border-radius: 14px;
  }
}

.quiz__cont {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 30px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__cont {
    background: transparent;
    padding: 5vw 3vw;
  }
}

.quiz__head {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(31, 36, 45, 0.19);
  border-radius: 13px;
  padding: 0 15px;
  justify-content: space-between;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__head {
    height: 5vw;
    padding: 0 3vw;
  }
}

.quiz__head--item {
  width: 100%;
  height: 60%;
  background: #D7DEEF;
  border-radius: 50px;
  margin-right: 17px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__head--item {
    border-radius: 50px;
    margin-right: 2vw;
  }
}

.quiz__head--item.act {
  background: var(--grad-primary);
  border: 1px solid rgba(2, 133, 255, 0.5);
}

.quiz__head > span {
  color: var(--flutter-navy);
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__head > span {
    font-size: 3vw;
  }
}

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

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main {
    margin-top: 5vw;
  }
}

.quiz__main--question {
  width: 100%;
  height: 90px;
  background: var(--grad-navy);
  border: 1px solid rgba(2, 133, 255, 0.25);
  border-radius: 12px;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  box-shadow: 0 6px 18px rgba(10, 18, 64, 0.4);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--question {
    height: auto;
    font-size: 3.5vw;
    padding: 4vw 5vw;
    justify-content: center;
    text-align: center;
    min-height: 18vw;
  }
}

.quiz__main--answers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--answers {
    margin-top: 3vw;
  }
}

.quiz__main--answers-item {
  width: 406px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D7DEEF;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  justify-content: space-between;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.quiz__main--answers-item:hover {
  border-color: var(--flutter-blue);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--answers-item {
    width: 100%;
    height: 11vw;
    margin-top: 2.5vw;
    padding: 1vw 3vw;
    border-radius: 1.5vw;
  }
}

.quiz__main--answers-item.act {
  background: #F2F8FF;
  box-shadow: 0px 0px 20px rgba(2, 133, 255, 0.28);
  border: 1.5px solid var(--flutter-blue);
}

.quiz__main--answers-item.act .quiz__main--answers-check {
  background: url(../img/check.png);
  background-size: 100%;
}

.quiz__main--answers-item.wrong .quiz__main--answers-check {
  background: url(../img/wrong.png);
  background-size: 100%;
}

.quiz__main--answers-left {
  display: flex;
  align-items: center;
}

.quiz__main--answers-check {
  width: 24px;
  height: 24px;
  background: url(../img/uncheck.png);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--answers-check {
    width: 5vw;
    height: 5vw;
    background: url(../img/uncheck.png);
    background-size: 100%;
  }
}

.quiz__main--answers-text {
  color: #000;
  margin-left: 15px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--answers-text {
    margin-left: 2vw;
    font-size: 3vw;
  }
}

.quiz__main--answers-right {
  width: 82px;
  height: 32px;
  background: var(--flutter-yellow);
  border-radius: 4px;
  color: var(--flutter-navy);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--answers-right {
    width: 20vw;
    height: 85%;
    font-size: 3vw;
  }
}

.quiz__main--button {
  width: 100%;
  display: flex;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--button {
    margin-top: 5vw;
  }
}

.quiz__main--button-prew {
  width: 167px;
  height: 48px;
  background: #FFFFFF;
  border: 1.5px solid var(--flutter-blue);
  border-radius: 6px;
  color: var(--flutter-navy);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .2s ease;
}

.quiz__main--button-prew:hover {
  background: #EAF4FF;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--button-prew {
    margin-right: 5vw;
    font-size: 3.5vw;
    width: 35vw;
    height: 12vw;
  }
}

.quiz__main--button-next {
  width: 318px;
  height: 48px;
  background: var(--grad-primary);
  box-shadow: 0 6px 22px rgba(2, 133, 255, 0.45), 0 2px 4px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: transform .15s ease, box-shadow .2s ease;
}

.quiz__main--button-next:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(137, 92, 245, 0.5), 0 2px 4px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--button-next {
    font-size: 3.5vw;
    width: 50vw;
    height: 12vw;
  }
}


.quiz__main--button-send {
  width: 318px;
  height: 48px;
  background: var(--grad-primary);
  box-shadow: 0 6px 22px rgba(2, 133, 255, 0.45), 0 2px 4px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: transform .15s ease, box-shadow .2s ease;
}

.quiz__main--button-send:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(137, 92, 245, 0.5), 0 2px 4px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--button-send {
    font-size: 3.5vw;
    width: 50vw;
    height: 12vw;
  }
}
.quiz__main--button-deposit {
  width: 318px;
  height: 48px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: var(--flutter-green);
  box-shadow: 0 6px 18px rgba(97, 216, 39, 0.45);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: filter .2s ease, transform .15s ease;
}

.quiz__main--button-deposit:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--button-deposit {
    font-size: 3.5vw;
    width: 50vw;
    height: 12vw;
  }
}

.quiz__main--depositInfo {
  width: 846px;
  height: 225px;
  background: #FFFFFF;
  border: 1px solid #D7DEEF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 10px 50px;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(10, 18, 64, 0.12);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--depositInfo {
    width: 100%;
    margin-top: 5vw;
    padding: 4vw 10vw;
    height: 75vw;
    justify-content: space-around;
  }
}

.quiz__main--depositInfo > span {
  color: #000;
  font-size: 16px;
  position: relative;
  text-align: center;
  padding-left: 25px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--depositInfo > span {
    font-size: 3.5vw;
  }
}

.quiz__main--depositInfo > span::before {
  content: url(../img/romb.png);
  position: absolute;
  left: 0px;
  top: 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--depositInfo > span::before {
    left: -7vw;
    top: 0vw;
  }
}

.video {
  width: 479px;
  height: 117px;
  padding: 6px 10px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  background: var(--grad-navy-soft);
  border: 1px solid rgba(2, 133, 255, 0.25);
  border-radius: 12px;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(10, 18, 64, 0.45);
  transition: transform .2s ease;
}

.video:hover {
  transform: translateY(-1px);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .video {
    width: 100%;
    height: 24vw;
    padding: 2vw 3vw;
    margin-top: 10vw;
  }
}

.video__thumb {
  min-width: 189px;
  width: 189px;
  height: 105px;
  margin-right: 20px;
  background: url(../img/video-thumb.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: var(--flutter-navy-3);
  border-radius: 8px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .video__thumb {
    min-width: 36vw;
    width: 35vw;
    height: 100%;
    margin-right: 5vw;
  }
}

.video__text {
  font-size: 18px;
  word-spacing: 99px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .video__text {
    font-size: 4vw;
    word-spacing: 99px;
  }
}

.swiper {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .swiper {
    width: 135vw;
  }
}

.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 12px;
  padding: 21px 15px;
  border: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}

.swiper-slide.act {
  border-color: var(--flutter-green);
  box-shadow: 0 6px 22px rgba(97, 216, 39, 0.4);
}

.swiper-slide.act .game__content--time {
  background: var(--flutter-green);
  box-shadow: 0 2px 8px rgba(97, 216, 39, 0.5);
}

.swiper-pagination {
  bottom: -3px !important;
}

.swiper-slide {
  height: 197px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .swiper-slide {
    height: 45vw;
    padding: 3vw 2vw;
  }
}

.swiper-pagination-bullet {
  background: rgba(168, 199, 232, 0.6);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--flutter-blue);
  box-shadow: 0 0 8px rgba(2, 133, 255, 0.6);
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
  color: var(--flutter-navy);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 3vw;
  }
}

.swiper-button-next, .swiper-button-prev {
  top: 45%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(2, 133, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .swiper-button-next, .swiper-button-prev {
    width: 6vw;
    height: 6vw;
    display: none;
  }
}

.games {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .games {
    margin-top: 10vw;
  }
}

.games__topText {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .games__topText {
    font-size: 4.5vw;
  }
}

.games__topText::after {
  content: url(../img/lineBot.png);
}

.games__list {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .games__list {
    margin-top: 6vw;
  }
}

.games__list * {
  color: #000;
}

.game {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.game__header {
  width: 100%;
  display: flex;
  align-items: center;
}

.game__header--logo {
  height: 32px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .game__header--logo {
    height: 7vw;
  }
}

.game__header--texts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .game__header--texts {
    margin-left: 2vw;
  }
}

.game__header--texts-top {
  font-size: 16px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .game__header--texts-top {
    font-size: 3.5vw;
  }
}

.game__header--texts-bottom {
  font-size: 13px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .game__header--texts-bottom {
    font-size: 2.5vw;
  }
}

.game__content {
  width: 100%;
  height: 105px;
  background: linear-gradient(180deg, rgba(2, 133, 255, 0.18) 22.4%, rgba(2, 133, 255, 0) 100%);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .game__content {
    height: 28vw;
  }
}

.game__content--time {
  position: absolute;
  left: 50%;
  top: 0;
  width: 70px;
  height: 20px;
  background: var(--flutter-blue);
  border-radius: 0px 0px 11px 11px;
  transform: translateX(-50%);
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(2, 133, 255, 0.45);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .game__content--time {
    width: 16vw;
    height: 6vw;
    font-size: 3vw;
  }
}

.game__content--item {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.game__content--item-logo {
  height: 37px;
  margin-bottom: 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .game__content--item-logo {
    height: 9vw;
  }
}

.game__content--item-name {
  font-size: 12px;
  text-align: center;
  height: 35%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .game__content--item-name {
    font-size: 2.5vw;
  }
}

.game__content--vs {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .game__content--vs {
    font-size: 5vw;
    padding-top: 5vw;
  }
}

.title1 {
  font-size: 30px;
  text-align: center;
  padding: 0 50px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .title1 {
    font-size: 4vw;
    padding: 0;
  }
}

.title2 {
  text-align: center;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  line-height: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .title2 {
    font-size: 3.5vw;
    padding: 0;
  }
}

.title2::after {
  content: url(../img/lineBot.png);
}

.title3 {
  text-align: center;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  padding-top: 50px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .title3 {
    font-size: 3.5vw;
    padding: 0;
  }
}

.title3::after {
  content: url(../img/lineBot.png);
}

.title4 {
  font-size: 18px;
  display: flex;
  line-height: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .title4 {
    font-size: 3vw;
    padding: 0;
    line-height: 6vw;
    margin-top: 6vw;
  }
}

.title4::before {
  content: url(../img/romb.png);
  margin-right: 20px;
}

.pointGift {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .pointGift {
    margin-top: 10vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .pointGift > .myPoint {
    width: 60vw;
    height: 11vw;
    margin-top: 10vw;
    padding: 2vw 3vw;
    border-radius: 6px;
  }
}

.pointGift > .myPoint, .pointGift > .myGift {
  width: 50%;
  margin-top: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .pointGift .myPoint__point {
    width: 12vw;
    font-size: 2.8vw;
    height: 7vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .pointGift .myPoint__text {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .pointGift .myPoint__text::before {
    top: 0;
  }
}

.myGift {
  width: 50%;
  height: 64px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #895CF5 0%, #5E37C2 100%);
  border: 1px solid rgba(248, 205, 75, 0.35);
  border-radius: 10px;
  margin: 0 auto;
  padding: 11px 15px;
  margin-left: 30px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(137, 92, 245, 0.35);
  transition: transform .2s ease, box-shadow .2s ease;
}

.myGift:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(137, 92, 245, 0.5);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myGift {
    height: 11vw;
    padding: 2vw 3vw;
    border-radius: 6px;
    background: linear-gradient(135deg, #895CF5 0%, #5E37C2 100%);
    margin-left: 5vw;
  }
}

.myGift__text {
  font-size: 18px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myGift__text {
    font-size: 2.5vw;
  }
}

.myGift__text::before {
  content: url(../img/giftIco.png);
  margin-right: 10px;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myGift__text::before {
    margin-right: 10px;
    position: relative;
    top: 0;
  }
}

.myGift__list {
  display: none;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 9;
  background: #FFFFFF;
  box-shadow: 0 8px 28px rgba(10, 18, 64, 0.55);
  border: 1px solid rgba(2, 133, 255, 0.15);
  border-radius: 12px;
  padding: 15px 10px;
  width: 450px;
  height: 328px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myGift__list {
    padding: 3vw 2vw;
    width: 100%;
    height: 70vw;
    top: 15vw;
  }
}

.myGift__list--header {
  width: 100%;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 28px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myGift__list--header {
    height: 10vw;
    padding: 0 7vw;
  }
}

.myGift__list--body {
  height: 85%;
  width: 100%;
  overflow: scroll;
  padding: 0 15px;
  overflow-x: hidden;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myGift__list--body {
    padding: 0 3vw;
  }
}

.myGift__list--body::-webkit-scrollbar {
  width: 8px;
}

.myGift__list--body::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(22, 33, 91, 0.08);
}

.myGift__list--body::-webkit-scrollbar-thumb {
  background: var(--grad-primary-v);
  border-radius: 5px;
}

.myGift__list--item {
  width: 33%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myGift__list--item:nth-child(1) {
  justify-content: flex-start;
}

.myGift__list--row {
  width: 100%;
  height: 48px;
  background: var(--flutter-navy);
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  margin-bottom: 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myGift__list--row {
    height: 10vw;
    padding: 0 4vw;
    margin-bottom: 1vw;
  }
}

.myGift__list--row > div {
  color: #fff;
}

.market {
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .market {
    margin-top: 12vw;
  }
  .myGift__list--item {
    font-size: 2.8vw;
  }
}

.market__title {
  font-size: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .market__title {
    font-size: 5vw;
    line-height: 4vw;
  }
}

.market__title::after {
  content: url(../img/lineBot.png);
}

.market__content {
  width: 100%;
  background: rgba(22, 33, 91, 0.85);
  border: 1px solid rgba(2, 133, 255, 0.18);
  border-radius: 16px;
  display: flex;
  padding: 0px 10px 25px 35px;
  margin-top: 30px;
  flex-wrap: wrap;
  box-shadow: 0 8px 30px rgba(10, 18, 64, 0.45);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .market__content {
    border-radius: 3vw;
    padding: 0px 1vw 4vw 6vw;
    margin-top: 7vw;
  }
}

.market__content--gift {
  width: 197px;
  height: 250px;
  border-radius: 15px;
  padding: 20px 10px;
  margin-top: 25px;
  margin-right: 25px;
  background: linear-gradient(180deg, #1F2E80 0%, #0A1240 100%);
  border: 1px solid rgba(2, 133, 255, 0.25);
  box-shadow: 0 6px 22px rgba(10, 18, 64, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  opacity: 0.55;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.market__content--gift.act:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(2, 133, 255, 0.35);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .market__content--gift {
    width: 40vw;
    height: 50vw;
    border-radius: 4vw;
    padding: 3vw 2vw;
    margin-top: 4vw;
    margin-right: 4vw;
  }
}

.market__content--gift.act {
  opacity: 1;
}

.market__content--gift.act .market__content--gift-button {
  cursor: pointer;
}

.market__content--gift-thumb {
  width: 145px;
  height: 100px;
  background-color: var(--flutter-navy-3);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 6px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .market__content--gift-thumb {
    border-radius: 1vw;
    width: 25vw;
    height: 17vw;
  }
}

.market__content--gift-title {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .market__content--gift-title {
    font-size: 2.5vw;
    margin-top: 2vw;
  }
}

.market__content--gift-info {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .market__content--gift-info {
    font-size: 2.5vw;
    margin-top: 3vw;
  }
}

.market__content--gift-bottom {
  width: 100%;
  height: 32px;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .market__content--gift-bottom {
    width: 100%;
    height: 7vw;
    margin-top: 3vw;
  }
}

.market__content--gift-point {
  width: 40%;
  height: 100%;
  background: var(--flutter-navy-3);
  border-radius: 4px 0px 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--flutter-yellow);
  font-weight: 600;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .market__content--gift-point {
    font-size: 2.5vw;
  }
}

.market__content--gift-button {
  width: 60%;
  height: 100%;
  background: var(--flutter-green);
  border-radius: 0px 4px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .market__content--gift-button {
    font-size: 2.5vw;
  }
}

.slot1 {
  background-image: url(../img/slot1.jpg);
}

.slot2 {
  background-image: url(../img/slot2.jpg);
}

.slot3 {
  background-image: url(../img/slot3.jpg);
}

.history {
  width: 100%;
  min-height: 500px;
  margin-top: 30px;
  padding: 25px 53px;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 30px rgba(10, 18, 64, 0.18);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history {
    min-height: 100vw;
    margin-top: 8vw;
    padding: 4vw 2vw;
    border-radius: 2vw;
  }
}

.history__header {
  width: 100%;
  display: flex;
  padding: 14px 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__header {
    padding: 2vw 7vw;
  }
}

.history__header--item {
  width: 25%;
  color: #000;
  display: flex;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__header--item {
    font-size: 3vw;
  }
}

.history__header--item:nth-child(4) {
  justify-content: center;
}

.history__content {
  width: 100%;
}

.history__content--item {
  margin-top: 10px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__content--item {
    margin-top: 2vw;
  }
}

.history__content--item-head {
  width: 100%;
  height: 48px;
  background: var(--flutter-navy);
  border: 1px solid rgba(2, 133, 255, 0.18);
  border-radius: 6px;
  display: flex;
  position: relative;
  padding: 14px 20px;
  cursor: pointer;
  transition: background .2s ease;
}

.history__content--item-head:hover {
  background: #1B2A75;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__content--item-head {
    height: 10vw;
    padding: 2vw 8vw;
    align-items: center;
  }
}

.history__content--item-head::after {
  content: url(../img/arrow-down.png);
  position: absolute;
  right: 30px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__content--item-head::after {
    right: 3vw;
    top: 3vw;
  }
}

.history__content--item-head.act {
  background: var(--grad-primary);
  border-color: transparent;
  border-radius: 6px 6px 0px 0px;
}

.history__content--item-head.act::after {
  transform: rotate(180deg);
}

.history__content--item-head > div {
  width: 25%;
  display: flex;
  align-items: center;
  font-size: 16px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__content--item-head > div {
    font-size: 2.5vw;
  }
}

.history__content--item-game {
  justify-content: center;
}

.history__content--item-game > img {
  height: 28px;
  margin: 0 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__content--item-game > img {
    height: 6vw;
    margin: 0 1vw;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__content--item-game > span {
    font-size: 2.5vw;
  }
}

.history__content--item-body {
  width: 100%;
  padding: 10px 35px;
  display: flex;
  flex-direction: column;
  background: var(--flutter-navy);
  border: 1px solid rgba(2, 133, 255, 0.18);
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__content--item-body {
    padding: 2vw 4vw;
  }
}

.history__cont {
  width: 100%;
}

.history__cont--item {
  margin-bottom: 25px;
  border-top: 1px solid rgba(248, 205, 75, 0.4);
  width: 100%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__cont--item {
    margin-bottom: 5vw;
  }
}

.history__cont--item:nth-child(1) {
  border: none;
}

.history__cont--item .quiz__main--answers-item {
  width: 100%;
  margin-top: 15px;
  cursor: default;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__cont--item .quiz__main--answers-item {
    margin-top: 3vw;
  }
}

.history__cont--item-question {
  font-size: 18px;
  margin-top: 25px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .history__cont--item-question {
    margin-top: 5vw;
    font-size: 3vw;
  }
}

.lb {
  width: 100%;
}

.lb__tabs {
  width: 100%;
  display: flex;
  height: 166px;
  margin-top: 50px;
  align-items: flex-end;
  border: 1px solid var(--flutter-yellow);

  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lb__tabs {
    height: 25vw;
    margin-top: 8vw;
  }
}

.lb__tabs--left, .lb__tabs--right {
  width: 100%;
  height: 85%;
  background: linear-gradient(180deg, #1F2E80 0%, #0A1240 100%);
  border-radius: 12px 12px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background .25s ease;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lb__tabs--left, .lb__tabs--right {
    border-radius: 12px 12px 0px 0px;
  }
}

.lb__tabs--left-text, .lb__tabs--left-time, .lb__tabs--right-text, .lb__tabs--right-time {
  font-size: 26px;
  text-transform: uppercase;
  font-feature-settings: "case" on;
  color: #A8C7E8;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lb__tabs--left-text, .lb__tabs--left-time, .lb__tabs--right-text, .lb__tabs--right-time {
    font-size: 4vw;
  }
}

.lb__tabs--left-time, .lb__tabs--right-time {
  font-family: AdjaraBold;
}

.lb__tabs--left.act, .lb__tabs--right.act {
  height: 100%;
  background: linear-gradient(180deg, #0285FF 0%, #16215B 100%);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lb__tabs--left.act, .lb__tabs--right.act {
    background-size: 100% 100%;
  }
}

.lb__tabs--left.act > .lb__tabs--left-text, .lb__tabs--left.act > .lb__tabs--left-time, .lb__tabs--right.act > .lb__tabs--left-text, .lb__tabs--right.act > .lb__tabs--left-time {
  color: #fff;
}

.Leaderboard {
  background: linear-gradient(180deg, #1F2E80 0%, #16215B 15.39%, #1B2A75 61.22%, #0A1240 100%);
  border: 1px solid var(--flutter-yellow);
  border-top: none;
  height: 637px;
  padding: 0 22px;
  padding-bottom: 30px;
  border-radius: 0 0 12px 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Leaderboard {
    height: 163vw;
    padding: 0 2vw;
    padding-bottom: 10.1vw;
  }
}

.Alerts {
  margin-top: 30px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Alerts {
    margin-top: 0;
  }
}

.alert {
  background: linear-gradient(135deg, #1F2E80 0%, #16215B 100%) !important;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .alert {
    background: linear-gradient(135deg, #1F2E80 0%, #16215B 100%) !important;
  }
}

.pops {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(10, 18, 64, 0.78);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 99;
}

.sureNot {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 700px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  padding: 33px 48px;
  background: linear-gradient(180deg, #FF4F86 0%, #D5225D 50%, #7A1135 100%);
  border: 1px solid rgba(248, 205, 75, 0.35);
  box-shadow: 0 16px 48px rgba(213, 34, 93, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  border-radius: 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sureNot {
    top: 70vw;
    width: 95%;
    padding: 8vw 7vw;
  }
}

.sureNot__text {
  font-size: 16px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sureNot__text {
    font-size: 16px;
  }
}

.sureNot__buttons {
  width: 100%;
  display: flex;
  margin-top: 35px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sureNot__buttons {
    margin-top: 7vw;
  }
}

.sureNot__buttons--not {
  width: 40%;
  height: 48px;
  border: 1px solid #fff;
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 15px;
  margin-right: 15px;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sureNot__buttons--not {
    height: 12vw;
    font-size: 3.5vw;
    margin-right: 3vw;
  }
}

.sureNot__buttons--sure {
  width: 60%;
  height: 48px;
  display: flex;
  background: var(--flutter-green);
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(97, 216, 39, 0.45);
  transition: filter .2s ease;
}

.sureNot__buttons--sure:hover {
  filter: brightness(1.05);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .sureNot__buttons--sure {
    height: 12vw;
    font-size: 3.5vw;
  }
}

.goPlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 700px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  padding: 33px 48px;
  background: linear-gradient(180deg, #2EA0FF 0%, #0285FF 50%, #16215B 100%);
  border: 1px solid rgba(248, 205, 75, 0.35);
  box-shadow: 0 16px 48px rgba(2, 133, 255, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  border-radius: 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .goPlay {
    top: 70vw;
    width: 95%;
    padding: 8vw 7vw;
  }
}

.goPlay > .close {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  font-family: sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .goPlay > .close {
    font-size: 5vw;
    right: 3vw;
    top: 2vw;
  }
}

.goPlay__text {
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}

.goPlay__text::before {
  content: url(../img/freespin.png);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .goPlay__text {
    font-size: 16px;
    line-height: 6vw;
  }
}

.goPlay__buttons {
  width: 100%;
  display: flex;
  margin-top: 35px;
  justify-content: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .goPlay__buttons {
    margin-top: 7vw;
  }
}

.goPlay__buttons--sure {
  width: 60%;
  height: 48px;
  display: flex;
  background: var(--flutter-green);
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(97, 216, 39, 0.45);
  transition: filter .2s ease;
}

.goPlay__buttons--sure:hover {
  filter: brightness(1.05);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .goPlay__buttons--sure {
    height: 12vw;
    font-size: 3.5vw;
  }
}

.hide {
  display: none;
}

button {
  border: none;
}

.AlertsKant {
  margin-top: 40px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .AlertsKant {
    margin-top: 5.3333333333vw;
  }
}

.alert {
  width: 100%;
  min-height: 60px;
  border-radius: 8px;
  padding: 8px 8px 8px 18px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 1;
  background: var(--flutter-navy);
  border: 1px solid rgba(2, 133, 255, 0.18);
  box-shadow: 0 4px 16px rgba(10, 18, 64, 0.4);
}

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

.alert__icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.alert__icon > div {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 999;
  background-size: 100%;
}

.alert--optin-icon > div {
  background-image: url(../img/alerts/optin.svg);
  background-size: auto 100%;
  width: 100%;
}

.alert--optin .alert__link {
  background: var(--flutter-green);
}

.alert--optin form {
  flex-shrink: 0;
}

.alert--login-icon > div {
  background-image: url(../img/alerts/login.svg);
}

.alert--login .alert__link {
  background: var(--flutter-red);
}

.alert--register-icon > div {
  background-image: url(../img/alerts/login.svg);
}

.alert--register .alert__link {
  background: var(--flutter-red);
}

.alert--register .alert__link:last-child {
  background: var(--flutter-red);
}

.alert--verify-icon > div {
  background-image: url(../img/alerts/verify.svg);
}

.alert--verify .alert__link {
  background: var(--flutter-yellow);
  color: var(--flutter-navy);
}

.alert--gel-icon > div {
  background-image: url(../img/alerts/currency.png);
}

.alert--gel .alert__link {
  background: var(--flutter-purple);
}

.alert__text {
  color: #fff;
  padding: 0px 0 0 20px;
  font: 13px "AdjaraSemiBold";
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 75%;
}

.alert__text > div:first-child {
  margin-right: 4px;
}

.alert__link {
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  font: 15px "AdjaraBold";
  text-transform: uppercase;
  font-feature-settings: "case" on;
  flex-shrink: 0;
}

.alert__link:last-child {
  margin-left: 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .alert {
    padding: 3.7333333333vw;
    border-radius: 1.0666666667vw;
    width: 94.6666666%;
    min-height: 26.6666666667vw;
    margin: 0 auto;
    margin-top: 8.5333333333vw;
    flex-wrap: wrap;
  }
  .alert__text {
    font: 3.4666666667vw "AdjaraBold";
    padding: 0 0 0 2.6666666667vw;
    background-size: auto 10vw;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
  .alert__container {
    width: 100%;
    align-items: flex-start;
  }
  .alert__link {
    width: 100%;
    padding: 3.7333333333vw;
    font-size: 4vw;
    margin-top: 6.9333333333vw;
    border-radius: 1.0666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .alert__link:last-child {
    margin-left: 0;
  }
  .alert__icon {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    z-index: 2;
  }
  .alert__icon > div {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 999;
    background-size: 100%;
  }
  .alert--register .alert__link {
    width: 48%;
  }
  .alert--optin form {
    width: 100%;
  }
  .alert--optin form button {
    border: none;
    width: 100%;
  }
  .alert--optin form a {
    flex-shrink: 0;
    text-decoration: none;
    width: 100%;
  }
}

.Calendar {
  width: 100%;
  height: 75px;
  background: var(--grad-navy-soft);
  border: 1px solid rgba(2, 133, 255, 0.18);
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 6px 20px rgba(10, 18, 64, 0.45);
}

@media (min-width: 750px) {
  .Calendar {
    width: 100%;
  }
}

.calendar_container {
  display: flex;
  flex-direction: row;
  width: calc(100% - 80px);
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: center;
}

@media (max-width: 750px) {
  .calendar_container {
    overflow-x: scroll;
  }
}

.calendar_content {
  display: flex;
  position: relative;
}

.calendar_arrow {
  width: 40px;
  height: 100%;
  cursor: pointer;
  background: url("../img/arrowRight.png") no-repeat 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar_arrow--left {
  transform: rotate(180deg);
}

.calendar_item.active {
  background: var(--grad-primary);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.calendar_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 5px;
  color: #fff;
  cursor: pointer;
  /* border-right: 0.5px solid #fabd35; */
  /* border-left: 0.5px solid #fabd35; */
  font: 16px "FontExtraBold";
  transition: background-color .3s ease;
}

.calendar_item span {
  font: 16px "FontExtraBold";
  color: #fff;
}

.calendar_item.active {
  color: #fff;
}

.calendar_item.active span {
  color: #fff;
}

.calendar_item--hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.calendar_item--hover span {
  color: #fff !important;
}

.Details {
  width: 100%;
  height: auto;
  padding: 10px 30px;
  margin: 30px 0;
  background: var(--grad-navy-soft);
  border: 1px solid rgba(2, 133, 255, 0.18);
  border-radius: 13px;
  box-shadow: 0 6px 20px rgba(10, 18, 64, 0.4);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Details {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    margin: 30px 0;
    background: var(--flutter-navy);
    border: none;
    border-radius: 0;
    padding-top: 25px;
  }
}

.myDetails {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myDetails {
    justify-content: space-around;
  }
}

.myDetails > div {
  min-width: 30%;
  max-width: 33.33333%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myDetails > div {
    flex-direction: column;
    color: #fff;
    margin: 5px 0;
  }
}

.myDetails > div > .text {
  font: 14px "FiraRegular", icomoon !important;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myDetails > div > .text {
    font: 10px "FiraRegular", icomoon !important;
    position: relative;
  }
}

.myDetails > div > .value {
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font: 16px "fontBold";
  padding: 10px 20px;
  margin: 0px 10px;
  background: rgba(2, 133, 255, 0.15);
  border: 1px solid rgba(2, 133, 255, 0.3);
  border-radius: 999px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .myDetails > div > .value {
    font: 14px "fontBold";
    padding: 10px 20px;
    margin: 10px 0px;
    background: rgba(2, 133, 255, 0.15);
    border: 1px solid rgba(2, 133, 255, 0.3);
    height: auto;
    width: 80%;
  }
}

.Details .icon-user:before {
  color: var(--flutter-yellow);
  margin-right: 10px;
  position: relative;
  top: 0px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Details .icon-user:before {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.Details .icon-star:before {
  color: var(--flutter-green);
  margin-right: 10px;
  position: relative;
  top: 0px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Details .icon-star:before {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.Details .icon-box:before {
  color: var(--flutter-red);
  margin-right: 10px;
  position: relative;
  top: 0px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Details .icon-box:before {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.howto {
  color: #fff;
}

.howto__title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 23px;
  text-transform: uppercase;
  font: 18px "FontRegular", sans-serif;
}

.howto__title:after {
  content: "";
  width: 4px;
  height: 20px;
  background: var(--flutter-red);
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 2px;
  transform: translateY(-50%);
}

.howto__desc {
  font: 14px "FontRegular", sans-serif;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.howto__desc-item {
  position: relative;
  left: 10px;
}

.howto-item {
  opacity: 0;
  position: relative;
  margin-bottom: 30px;
  transition: all .5s ease;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .howto {
    padding: 0 5%;
  }
  .howto__title {
    font-size: 2.8vw;
    padding-left: 6.1333333333vw;
    margin-bottom: 4.666667vw;
  }
  .howto__title:after {
    width: 1.8666666667vw;
    height: 5.666667vw;
    border-radius: 5.3333333333vw;
  }
  .howto__desc {
    font-size: 1.5vw;
  }
  .howto-item {
    margin-bottom: 10.333333vw;
  }
}

.Terms {
  width: 100%;
  margin-top: 100px;
  display: block !important;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Terms {
    margin-top: 10vw;
  }
  .Terms * {
    font-size: 1vw;
  }
  .howto__title {
    font-size: 3vw !important;
  }
  .howto__desc,
  .howto__desc-item {
    font-size: 2.5vw !important;
    line-height: 2.5;
  }
  .HRLIB-head {
    height: 10vw !important;
  }
  .HRLIB-head__title {
    font-size: 3vw !important;
  }
}

.TermsKant {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .TermsKant {
    width: 95%;
  }
}

.howto__title:after {
  content: "";
}

.rules__head {
  width: 100%;
  height: 75px;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
  background: var(--grad-navy-soft);
  border: 1px solid rgba(2, 133, 255, 0.18);
}

.rules__head-text {
  font: 20px "FontBold", sans-serif;
  color: #fff;
}

.rules__head-ico {
  width: 21px;
  height: 12px;
  background: transparent url(../img/ico-rules-arrow.png) no-repeat 50%;
  background-size: 100%;
}

.rules__head-ico.rotated {
  transform: rotate(180deg);
}

.rules__body-item {
  opacity: 0;
  transition: all .3s ease;
  color: #fff;
  font: 15px "FontRegular", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  padding: 10px 0;
}

.rules__body-item .counter {
  width: 35px;
  height: 35px;
  line-height: 39px;
  border-radius: 50%;
  background: var(--grad-primary);
  float: left;
  text-align: center;
  box-shadow: 0 2px 8px rgba(2, 133, 255, 0.4);
}

.rules__body-item .text {
  float: right;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font: 14px 'FontRegular', sans-serif;
}

.rules__body-item:nth-child(even) {
  background: transparent;
  border-radius: 7px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .rules {
    display: none;
  }
}

.leaderboard {
  height: 640px;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  overflow: hidden;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard {
    height: 577px;
  }
}

.leaderboard__head {
  height: 65px;
  font: 15px/65px "FontRegular", sans-serif;
}

.leaderboard__head .leaderboard__row {
  height: 65px;
  background: transparent;
  border-radius: 8px !important;
  padding-right: 10px;
}

.leaderboard__body {
  position: relative;
  height: calc(100% - 65px);
  overflow: auto;
}

.leaderboard__body::-webkit-scrollbar {
  width: 10px;
}

.leaderboard__body::-webkit-scrollbar-track {
  background: rgba(2, 133, 255, 0.12);
  border-radius: 4px;
}

.leaderboard__body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--flutter-yellow);
  min-height: 146px;
}

.leaderboard__row {
  height: 50px;
  font: 15px "AdjaraRegular", sans-serif;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin-top: 0px;
  margin-right: 10px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.leaderboard__row .leaderboard__item:nth-child(1),
.leaderboard__row .leaderboard__item:nth-child(2),
.leaderboard__row .leaderboard__item:nth-child(3),
.leaderboard__row .leaderboard__item:nth-child(4) {
  font: 15px "AdjaraRegular", "icomoon" !important;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__row .leaderboard__item:nth-child(1),
  .leaderboard__row .leaderboard__item:nth-child(2),
  .leaderboard__row .leaderboard__item:nth-child(3),
  .leaderboard__row .leaderboard__item:nth-child(4) {
    font: 11px "AdjaraRegular", "icomoon" !important;
  }
}

.leaderboard__row:nth-child(2n+2) {
  background: #fff;
}

.leaderboard__row:first-child {
  margin-top: 0;
}

.leaderboard__row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__row {
    margin-right: 0;
    border-radius: 0;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

.leaderboard__row.act {
  position: sticky;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: #F2F8FF;
  border: 2px solid var(--flutter-blue);
  box-shadow: 0 4px 14px rgba(2, 133, 255, 0.35);
}

.leaderboard__item {
  padding: 0;
  color: #000;
  text-align: center;
  width: 25%;
}

.leaderboard__counter {
  /* width: 30px; */
  /* height: 30px; */
  border-radius: 50%;
  font: 30px "AdjaraRegular", sans-serif;
  /* text-align: center; */
  color: #191919;
  /* background-color: none; */
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__counter {
    width: 25px;
    height: 25px;
  }
}

.leaderboard__head .leaderboard__item {
  color: #fff;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__body {
    padding-right: 4px;
  }
}

.leaderboard__item:nth-child(1) {
  width: 25%;
  padding-left: 30px;
  text-align: left;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__item:nth-child(1) {
    width: 20%;
    padding-left: 10px;
  }
}

.leaderboard__item:nth-child(2) {
  width: 25%;
  text-align: left;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__item:nth-child(2) {
    width: 30%;
  }
}

.leaderboard__item:nth-child(3) {
  width: 25%;
  text-align: left;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__item:nth-child(3) {
    width: 20%;
  }
}

.leaderboard__item:nth-child(4) {
  width: 25%;
  text-align: left;
  padding-right: 25px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .leaderboard__item:nth-child(4) {
    width: 30%;
    padding-right: 10px;
    font: 10px AdjaraBold !important;
    text-align: end;
    position: relative;
    padding-left: 12px;
  }
}

.leaderboard__counter {
  font-size: 16px;
}

.leaderboard__row.act .icon-user:before {
  color: var(--flutter-blue);
}

.leaderboard__row.act .icon-star:before {
  color: var(--flutter-blue);
}

.leaderboard__row.act .icon-box:before {
  color: var(--flutter-blue);
}

.leaderboard__row .icon-user:before {
  color: #424751;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.leaderboard__row .icon-star:before {
  color: #424751;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.leaderboard__row .icon-box:before {
  color: #424751;
  margin-right: 10px;
  position: relative;
  top: 1.5px;
}

.Progress {
  width: 100%;
  min-height: 70px;
  background: var(--grad-navy-soft);
  border: 1px solid rgba(2, 133, 255, 0.18);
  border-radius: 12px;
  margin: 0 auto;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  color: #fff;
  font: 14px "FiraRegular";
  box-shadow: 0 6px 20px rgba(10, 18, 64, 0.4);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress {
    width: 100%;
    height: auto;
    border-radius: 0px;
    padding: 15px 10px;
    font: 14px "FiraRegular";
    justify-content: center;
  }
}

.Progress__cont {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__cont {
    height: auto;
    position: relative;
    padding-top: 23px;
  }
}

.Progress__cont--start, .Progress__cont--end {
  margin-top: 3px;
  width: 7%;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__cont--start, .Progress__cont--end {
    position: absolute;
    top: -8px;
    width: 50%;
  }
}

.Progress__cont--end {
  text-align: right;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__cont--end {
    right: 0;
  }
}

.Progress__cont--line {
  width: 86%;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(2, 133, 255, 0.18);
  border-radius: 999px;
  overflow: hidden;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__cont--line {
    width: 90%;
    height: 12px;
    background-size: 100% 100%;
    margin: 0 auto;
  }
}

.Progress__progLine {
  width: 50%;
  height: 100%;
  background: var(--grad-primary);
  border-radius: 999px;
  position: relative;
  box-shadow: 0 0 12px rgba(2, 133, 255, 0.55);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__progLine {
    background-size: auto 100%;
  }
}

.Progress__progLine--count {
  width: 50px;
  height: 30px;
  border-radius: 999px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--flutter-navy);
  font: 14px fontExtraBold;
  font-weight: 700;
  position: absolute;
  right: -25px;
  top: -7px;
  box-shadow: 0 2px 8px rgba(2, 133, 255, 0.45);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__progLine--count {
    width: 40px;
    height: 25px;
    top: -7.5px;
    right: -20px;
    border-radius: 999px;
    font: 14px "fontExtraBold";
  }
}

.Progress__scale {
  display: flex;
  width: calc(10px + 86%);
  margin: 0px auto;
  margin-top: 15px;
  justify-content: space-between;
  font: 14px FiraRegular;
  color: #ffffff;
  opacity: 0.2;
  position: relative;
}

.Progress__scale > div {
  width: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .Progress__scale {
    font: 12px "FiraRegular";
    width: calc(10px + 90%);
  }
}

.HRLIB {
  text-transform: uppercase;
  font-feature-settings: "case" on;
}

.HRLIB-head {
  width: 100%;
  height: 50px;
  background: var(--grad-primary);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(2, 133, 255, 0.35);
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  margin-bottom: 40px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .HRLIB-head {
    height: 40px;
  }
}

.HRLIB-head__title {
  font: 18px 'FontExtraBold', sans-serif;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .HRLIB-head__title {
    font-size: 12px;
  }
}

.HRLIB-head__arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff url(../img/HRLIB-arrow.png) no-repeat 50%;
  background-size: 50%;
  transition: all .2s ease;
  box-shadow: 0 2px 6px rgba(10, 18, 64, 0.35);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .HRLIB-head__arrow {
    width: 25px;
    height: 25px;
  }
}

.HRLIB-head__arrow.rotated {
  transform: rotate(180deg);
}

.HRLIB__body {
  display: none;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .HRLIB--rules {
    display: none;
  }
}



.quiz__main--answers-msg {
  display: none;
}

.err .quiz__main--answers-msg { 
  display: block;
}

.err .quiz__main--answers-msg {
    color: red;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.err .quiz__main--answers-item {
    border: 1px solid red;
}

.quiz__main--answers.err {
    position: relative;
}

.quiz__main--depositInfo .nextGame__match {
  padding: 0 20%;
  transform: scale(0.7);
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .quiz__main--depositInfo .nextGame__match {
    padding: 0;
    transform: scale(0.8);
  }
  .err .quiz__main--answers-msg {
    color: red;
    position: absolute;
    bottom: -4.5vw;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 2.9vw;
    justify-content: center;
  }
  .leaderboard__row .icon-box:before {
    position: absolute;
    left: 0;
  }
}


.quiz__main--depositInfo * {
  color: #000;
}

.quiz__main--depositInfo > div:nth-child(1) {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz__main--depositInfo.udepozitoshevsebulia > div:nth-child(1)::before {
  content: url(../img/ac.png);
}

.videoInstruction {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 300px;
  left: 50%;
  width: 750px;
  height: 460px;
  transform: translateX(-50%);
  align-items: center;
  padding: 30px 50px;
  background: linear-gradient(180deg, #1F2E80 0%, #16215B 50%, #0A1240 100%);
  border: 1px solid rgba(2, 133, 255, 0.35);
  box-shadow: 0 16px 48px rgba(10, 18, 64, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  border-radius: 12px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .videoInstruction {
    top: 70vw;
    width: 95%;
    height: 60vw;
    padding: 7vw 9vw;
  }
}

.videoInstruction > .close {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  font-family: sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .videoInstruction > .close {
    font-size: 5vw;
    right: 3vw;
    top: 2vw;
  }
}

.hide {
  display: none;
}

.not-optined {
  display: none;
}


.lb__ticket {
  background: var(--flutter-navy);
  box-shadow: 0 8px 24px rgba(10, 18, 64, 0.6);
  border-radius: 8px;
  display: none;
  position: absolute;
  top: 20px;
  left: 50px;
  z-index: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2px;
  padding-bottom: 0px;
  width: 252px;
  color: #000;
  opacity: 1;
  border: 1px solid var(--flutter-yellow);
  z-index: 99999;
}

.leaderboard__item.icon-user {
  position: relative;
}

.leaderboard__item.icon-user:hover  .lb__ticket {
  display: block;
}

.lb__ticket .lb__ticket--list { 
  background-color: #f5f5f5;
  display: flex;
  margin-bottom: 2px;
}

.lb__ticket .lb__ticket--list div { 
  color: #222;  
  line-height: 32px;
  font-size: 15px;
}

.lnum { 
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  text-align: center;  
}

.lsucc .lnum {
  background-color: var(--flutter-green);
  color: #fff!important;
}

.lerr .lnum {
  background-color: var(--flutter-red);
  color: #fff!important;
}

.lcurr .lnum {
  background-color: var(--flutter-blue);
  color: #fff!important;
}

.lquest {
  width: 110px;
  /* text-align: left; */

}

.lansw { 
  width: 110px;
  height: 32px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lb__ticket{
    width: 212px;
  }    
}