@charset "utf-8";

body {
	min-width:320px;
	background: linear-gradient(130deg, rgb(21, 0, 0) 0%, rgb(8, 15, 21) 100%);
}

a, a:visited {
  color: #fff;
}

.pixels {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
}

.ns {
	overflow: auto;
	height: auto;
}

strong {
    font-weight: 600;
}

.border {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #214e71;
    margin-bottom: 15px;
}

.scene-block:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: -1px -1px 480px 64px rgb(0, 0, 0) inset;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	background: linear-gradient(180deg, rgba(40, 0, 0, 0.7) 30%, rgba(83, 5, 5, 0) 100%);
	z-index: 100;
	transform: translate(0,-1000%);
	transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
}

.header.shifted {
	transform: translate(0,0);
}

.header-logoline {
    display: block;
    position: relative;
    width: 100%;
}

.header-logo {
  position: relative;
  display: flex;
  max-width: 300px;
  padding: 0 10px;
  transition: all 200ms;
  flex-direction: row;
  gap: 20px;
}

.s24-img {
  max-width: 25%;
  position: relative;
  display: block;
  height: 50px;
}

.ol-img {
  max-width: 70%;
  position: relative;
  display: block;
  height: 50px;
	transition: all 200ms;
}

.header-logo img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 100%;
}

.header a img, .ol-img img {
  transition: all 200ms;
  height: 100%;
}

.header a:hover {
	transform: scale(1.05);
}

.header-logo:hover img {
	/*transform: scale(1.05);*/
}

.logo-bet > div {
  width: 100% !important;
}

.background {
    /*background: url("../img/bg-blue2.jpg") no-repeat center center;*/
	background: url("../img/bg-blue4.jpg") no-repeat center center;
    background-size: cover;
}

.foreground {
  background-size: cover;
  width: 110%;
  height: 110%;
	top: -5%;
	position: absolute;
	left: -5%;
}

.foreground-right {
  /*background: url("../img/left2.png") no-repeat right center;*/
	background: url("../img/mask1.svg") no-repeat center center;
  transform: scale(2) translate(-30%,-50%) rotate(calc(var(--rotates))) !important;
	transition: all 1s ease-in-out;
	
	width: calc(100vh*5);
  height: calc(100vh*5);
  background-size: contain;
  left: 0;
  right: 0;
	
	filter:blur(20px);
	opacity: 0;
}

.foreground-left {
  background: url("../img/left1.png") no-repeat left center;
	/*background: url("../img/left2.png") no-repeat right center;*/
  transform: translate(-150%,0%) !important;
	transition: all 300ms ease-in-out;
}

.foreground-right2 {
	/*transform: translate(50%,0%) !important;
	transform: translate(-50%,-50%) rotate(calc(var(--rotates))) !important;*/
	transform: scale(1) translate(calc(var(--shiftx)),calc(var(--shifty))) rotate(calc(var(--rotates))) !important;
	filter:blur(0px);
	opacity: 0.5;
}

.foreground-left2 {  
  /*transform: translate(-50%,0%) !important;*/
	transform: translate(0%,0%) !important;
}

.fog {
    position: absolute;
    bottom: -5%;
    width: 120%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(190, 28, 28, 0) 0%, rgb(21, 8, 8) 100%);
    animation: phase 10s 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.light {
    /*background: url("../img/restroom-light.svg") no-repeat top center;*/
	background: url("../img/restroom-light2.svg") no-repeat top center;
	/*background: none;*/
	background-size: cover;
/*	*/-webkit-animation: blink 30s linear 3s infinite;
	-moz-animation: blink 30s linear 3s infinite;
	-o-animation: blink 30s linear 3s infinite;
	animation: blink 30s linear 3s infinite;
}

.spark {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	opacity: 0.5;
}

/*.spark:before, .spark:after {*/
.spark:before {
  content: "";
  background-image: url("../img/spark.png");
  background-position-x: 50%;
  background-repeat: repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  opacity: 0;

  will-change: transform;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.spark:before {
  -webkit-animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
  -moz-animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
  -o-animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
  animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
}

.spark:after {
  -webkit-animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
  -moz-animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
  -o-animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
  animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
}

@keyframes tipquiz
{
  0%
  {
    content:"В числе 84 сборных есть 5 уже несуществующих стран.";
	  opacity: 1;
  }
  40%
  {
    content:"В числе 84 сборных есть 5 уже несуществующих стран.";
	opacity: 1;
  }
  49%
  {
    content:"В числе 84 сборных есть 5 уже несуществующих стран.";
	opacity: 0;
  }
  50%
  {
    content:"Чтобы получить подсказку, выбери страну на карте, а затем кликни на Знайчика.";
	opacity: 0;
  }
  60%
  {
    content:"Чтобы получить подсказку, выбери страну на карте, а затем кликни на Знайчика.";
	opacity: 1;
  }
  80%
  {
    content:"Чтобы получить подсказку, выбери страну на карте, а затем кликни на Знайчика.";
	opacity: 1;
  }
  89%
  {
    content:"Чтобы получить подсказку, выбери страну на карте, а затем кликни на Знайчика.";
	opacity: 0;
  }
  90%
  {
    content:"В числе 84 сборных есть 5 уже несуществующих стран.";
	  opacity: 0;
  }
  100%
  {
    content:"В числе 84 сборных есть 5 уже несуществующих стран.";
	  opacity: 1;
  }
}

.progressbox {
  color: #fff;
  position: absolute;
  left: 20px;
  top: 100px;
  font-size: 16px;
}

.progressbox a:not(.fail) {
  color: #fff;
  line-height: 24px;
  display: inline-block;
	text-shadow: 0 0 4px rgb(0, 11, 171);
}

.progresscount span {
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
	text-shadow: 0 0 10px rgb(255, 255, 255);
}

.progresscount {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  line-height: 30px;
}

.accend {
	animation: heartbeat 4s infinite;
}

.attent {
  font-weight: 1000;
  color: #ffd635;
}

.button-subscribe {
	background: linear-gradient(to right, #dcad0b 0%, #ffef01 100%);
    color: #000 !important;
    /*text-transform: uppercase;*/
	text-transform: uppercase;
    width: auto;
    padding: 11px 15px;
    border-radius: 15px;
    margin: 10px auto 20px;
    z-index: 100;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    display: block;
    max-width: 240px;
	/*border:2px solid #ffffff14;*/
	transition: all 200ms;
	vertical-align: middle;
	cursor: hand;
	cursor: pointer;
	/*clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20.00px), calc(100% - 20.00px) 100%, 20px 100%, 0 calc(100% - 20.00px), 0 20px);*/
}

.overalert .button-subscribe {
  /*background: linear-gradient(to right, #a71515 0%, #720808 100%);*/
	background: linear-gradient(to right, #de2424 0%, #ed4226 100%);
}

.button-red, .overalert .button-red {
	background: linear-gradient(to right, #cf0505 0%, #f42525 100%);
  color: #fff !important;
}

.button-subscribe span {
	position: relative;
	display: inline-block;
	width: 100%;
}

.button-subscribe:hover{
    box-shadow: 1px 1px 25px 10px rgba(255, 239, 0,0.5);
	transform: scale(1.05);
}

    .button-subscribe:before {
          content: "";
          position: absolute;
          top: 0;
          left: -100% !important;
          width: 100%;
          height: 100%;
         /*background: linear-gradient(120deg, transparent, rgb(3, 171, 253), transparent) !important;*/
		background: linear-gradient(120deg, transparent, rgb(255, 179, 156), transparent) !important;
          transition: all 200ms !important;
      }

      .button-subscribe:hover:before {
           left: 100% !important;
       }

#fail {
	animation: accentbeat 10s infinite;
}

.greet .button-subscribe {
    margin: 20px 0 0;
    /*display: inline-block;*/
	display: none;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.progressbox .button-subscribe.fail {
  padding: 5px;
}

#overlayresult .button-subscribe span {
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 800;
}
	   
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	/*background: linear-gradient(0deg, rgba(43, 0, 0, 0.75) 0%, rgba(83, 5, 5, 0) 100%);*/
	text-align: center;
	display: block;
	z-index: 1;
}

.giftbox {
	animation: wiggle 4.7s infinite;
  transition-duration: 0.4s;
  background: linear-gradient(to right, #9d0a0a 0%, #f42525 100%);
  color: #fff !important;
}

.giftbox:hover {
  box-shadow: 1px 1px 25px 10px rgba(255, 0, 0, 0.5);
  transform: scale(1.05);
}

.lifebox {
	transition-duration: 0.4s;
	background: linear-gradient(to right, #eabd00 0%, #fbd226 100%);
}

.recordbox {
	transition-duration: 0.4s;
	background: linear-gradient(to right, #eabd00 0%, #fbd226 100%);
}

/*.giftbox img {
  position: relative;
  width: 32px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
  margin-top: -2px;
	animation: kreep 0.7s ease 2s infinite alternate;
	transition-duration: 0.4s;
}*/

.giftbox img, .lifebox img {
  position: relative;
  width: 32px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
  /*animation: kreep 0.7s ease 2s infinite alternate;*/
  transition-duration: 0.4s;
}

.giftbox img {
  animation: kreep 0.7s ease 2s infinite alternate;
	margin: 0;
}

.lifebox img {
  /*animation: heartbeat 0.7s ease 2s infinite alternate;*/
}

/*.footer:before {
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	background: linear-gradient(0deg, rgba(78, 5, 5, 0.44) 0%, rgba(5, 24, 83, 0) 100%);
	width:100%;
	height:120%;
}*/

/*.footer .button-subscribe {
  display: inline-block;
  padding-left: 18px;
  padding-right: 17px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  line-height: 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  margin-top: 0;
  height: 34px;	
}*/

.footer .button-subscribe {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  line-height: 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 17px;
  margin-top: 0;
  height: 34px;
  /*background: linear-gradient(to right, #bc0202 0%, #1b4e9d 100%);
  width: 140px;*/
  flex-direction: row;
	gap: 5px;
	align-items: center;
}

.lifecount, .recordcount {
  font-size: 32px;
  font-weight: 900;
}

.loader {
  width: 0;
  height: 3px;
  margin: 36px 0 16px;
  display: inline-block;
  position: relative;
  background: linear-gradient(90deg, rgba(255, 227, 0,0) 0%, rgb(255, 227, 0) 100px);
  box-shadow: 0 0 5px rgba(255, 227, 0, 0.5);
  animation: animFw 8s linear infinite;
  border-radius: 2px;
}

.loader:after, .loader:before {
        content: '';
        width: 10px;
        height: 1px;
        background: #faee67;
        position: absolute;
        top: 9px;
        right: -2px;
        opacity: 0;
        transform: rotate(-45deg)  translateX(0px);
        animation: coli1 0.3s linear infinite;
}

.loader:before {
        top: -4px;
        transform: rotate(45deg);
        animation: coli2 0.3s linear infinite;
}


/*.ambabox {
  position: relative;
  margin: 0 auto 0;
  display: block;
	max-width: 700px;
	
	-webkit-tap-highlight-color: transparent !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/

/*.hintblock {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: linear-gradient(0deg, rgb(3, 36, 136) 10%, rgb(0, 120, 229) 100%);
  border-radius: 12px 12px 0 0;
  box-shadow: 1px 1px 25px 10px rgba(0, 14, 50, 0.5);
  width: 100%;
  padding: 10px 0 120px;
  font-size: 14px;
  font-weight: 800;
  line-height: 17px;
  max-width: 550px;
	display: none;
	transition: all 200ms !important;
	overflow: hidden;
}*/

.hintblock {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: linear-gradient(180deg, rgba(222, 0, 0, 0.68) 10%, rgba(255, 0, 37, 0.82) 100%);
  border-radius: 12px 12px 0 0;
  box-shadow: 1px 1px 25px 10px rgba(255, 0, 37, 0.5);
  width: 100%;
  padding: 10px 0 100px;
  font-size: 14px;
  font-weight: 800;
  line-height: 17px;
  max-width: 550px;
  display: none;
  transition: all 200ms !important;
  overflow: hidden;
  /*z-index: 2;*/
}

.hintblock p {
	padding: 0 20px;
}

/*.ambabox:before {
	content: "";
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translate(-50%,0);
	background: linear-gradient(0deg, rgb(3, 36, 136) 10%, rgb(0, 120, 229) 100%);  
  	border-radius: 12px 12px 0 0;
  	box-shadow: 1px 1px 25px 10px rgba(0, 14, 50, 0.5);
	width:100%;
	height:40px;
}*/

.hintbox {
  background-color: #0d2877;
  position: relative;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  max-width: 700px;
  margin: 0 auto 20px;
  width: 85%;
  line-height: 22px;
  box-shadow: 0 0 40px 2px rgb(0, 146, 243);
	display: none;
}

.hintbox.active {
	display:block;
}

.ambacount {
  position: absolute;
  top: 44%;
  left: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #9e1b1b;
  padding: 0;
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translate(-50%,0);
}

.overlay, .greetbox, .selectbox {
    display: none;
    /*position: absolute;*/
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
	z-index: 100;
	overflow-y: scroll;
}

.greetbox {
	display:block;
	overflow-y: hidden;
	overflow-x: hidden;
}

.overac {
	overflow-y: hidden;
	overflow-x: hidden;
	/*background-color: #6d0202;*/
	background-color: #000003;
}

#overbonus {
  overflow-y: scroll;
}

.overlay .wall, .greetbox .wall, .selectbox .wall {
	position: absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}

.overac .wall {
	background: url("../img/bg-blue4.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.6;
}

.overalert .wall {
  background: url("../img/bg-blue4.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.8;
}

#overbonus .wall {
  position: fixed;
}

.container {
	position: relative;
    display: block;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
	max-height:100%;
	font-size: 18px;
	line-height: 26px;
}

.ns .container {
	max-height: none;
	min-height: 100%;
	top: inherit;
	transform: none;
}

.container h1 {
  position: relative;
  font-size: 22px;
  padding-bottom: 20px;
  display: block;
}

.container p {
  padding: 0 0 20px;
}

.accent {
	color: #ed4226;
}

.overlay-container {
    position: relative;
    display: block;
    max-width: 550px;
    width: 85%;
    margin: 0 auto;
    min-height: 300px;
    top: 50%;
    transform: translate(0, -50%);
	max-height:100%;
}

.greetbox .overlay-container {
	min-height: auto;
	max-width: 360px;
}

.overac .overlay-container {
	min-height: auto;
	max-width: 300px;
}

.overalert .overlay-container {
  max-width: 480px;
}

.overlay-container > div {
    /*border-radius: 10px;*/
	/*clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%);*/
    /*overflow: hidden;*/
    position: relative;
    display: block;
    
	/*background-image: url("../img/bg-blue1.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;*/
    font-size: 16px;
    line-height: 1;
	
}

.overlay-container .backshine {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 40px;
	box-shadow: 1px 1px 550px 150px rgb(173, 0, 0);
}

.overalert .overlay-container .backshine {
	box-shadow: 1px 1px 200px 100px rgba(110, 0, 0, 0.6);
	animation: highglow 30s linear 3s infinite;
}

.overalert .overlay-container .backshine:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/flare.png");
  background-position: center center;
  background-size: 100% auto;
  animation: heartbeat 1s infinite;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
	background-repeat: no-repeat;
}

.overlay-container .backbox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;    
	background: linear-gradient(0deg, rgba(255, 0, 0, 0.8) 0%, rgb(255, 0, 0) 100%);
	/*background-image: url("../img/bg-blue0.jpg");*/
	background-image: url("../img/bg-blue6.jpg");
	background-position: center top;
    background-repeat: no-repeat;
	background-size: cover;
	/*clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10.00px), calc(100% - 10.00px) 100%, 10px 100%, 0 calc(100% - 10.00px), 0 10px);
	clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
	clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);*/
	border-radius: 30px;
}

.overalert .overlay-container .backbox {
	background-image: url("../img/bg-blue6.jpg");
	background-size: cover;
}

.overalert .overlay-header {
  padding-left: 60px;
}

.overalert .overlay-header h3 {
  position: relative;
  font-size: 22px;
  font-weight: 1000;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.overlay-placeholder {
    position: relative;
    width: 100%;
    display: block;
    max-height:100%;
}

#votebox {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.vote-container {
  display: flex;
  position: relative;
  width: 100%;
  align-content: center;
  justify-content: space-around;
  flex-wrap: wrap;
	gap: 50px;
	
	max-width: 1000px;
  margin: 0 auto;
}

.fighterbox {
  border: none;
  display: flex;
  flex: 1 1 30%;
  flex-direction: column;
  justify-content: space-between;
  flex-flow: column;
	
  max-width: 360px;
	transition: all 0.8s cubic-bezier(0.75, 0, 0.25, 1);
	/*transition: all 1s;*/
	backface-visibility: visible;
	
	position: absolute;
  top: 50%;
	width: 40%;
	
	min-height: 65vh;
	max-height: 70vh;
}

.fighterbox {
	/*transform: translate(-1000%,0);*/
	
	transform: translate(-1000%,-50%);
  left: 2%;
  right: inherit;
	opacity: 0;
}

.fighterbox:last-child {
	/*transform: translate(1000%,0);*/
	
	transform: translate(1000%,-50%);
  right: 2%;
  left: inherit;
}

.finalbox {
	max-width: 600px;
	flex: 1 1 80%;
}

.allrate {
	transition: all 500ms !important;
}

.allrate:hover {
	transform: scale(1.025);
}

/*.vote-container .fighterbox-clicked {
	animation: kreep 0.7s ease 2s infinite alternate;
}*/

.fighterbox .backface {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../img/bg-blue6.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/*transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);*/
	transition: all 0.4s;
	/*clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);*/
	
	border-radius: 30px;
	justify-content: center;
	/*transform: rotate3d(0, 1, 0, 180deg);*/
	transform: rotate3d(0, 1, 0, 180deg) scale(1.1);
	
	-webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
    backface-visibility: hidden;
	
	overflow: hidden;
}

.fighterbox .backface .backfaceshine {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 10%, rgb(255, 0, 0) 50%, transparent 90%) !important;
  transition: all 300ms !important;
	transform: translate(-100%,0);
	backface-visibility: visible;
}

.vote-container .fighterbox-clicked .backface .backfaceshine {
  transform: translate(100%,0);
}

.backface img {
  width: 80%;
  display: block;
  position: relative;
	max-width: 140px;
}

.vote-container .fighterbox-shifted {
	/*transform: translate(0,0);*/
	
	transform: translate(0,-50%);
	opacity: 1;
}

.vote-container .fighterbox-left {
	
	left: 2%;
  right: inherit;
	
}

.vote-container .fighterbox-right {
	
	right: 2%;
  left: inherit;
	
}

/*.vote-container .fighterbox-clicked {
	transform: translate(0,0) translate(0,0) rotate3d(0, 1, 0, 180deg);
}*/

.vote-container .fighterbox-clicked .backface {
	display: flex;
  transform: rotate3d(0, 1, 0, 0deg);
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}

.costbox {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
	gap: 1vh;
}

.fighter-smallface {
  display: block;
  position: relative;
  margin: 20px;
  border-radius: 50%;
  overflow: hidden;
  max-width: 20vh;
  border: 1.5px solid #f9d022;
  /*width: 60%;*/
}

.team-smallshirt {
	border: none;
	border-radius: 0;
}

.fighter-smallface img {
  width: 100%;
  max-width: 100%;
}

.fighter-smallface .teamshirt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.fighterbox.fighterbox-shuffled {
	transform: translate(-1000%,0);
}

.fighterbox-shuffled.fighterbox:last-child {
	transform: translate(1000%,0);
}

.fightervote, .fighterfinal {
	overflow:hidden;
	position: relative;
	flex-direction: column;
  	justify-content: space-between;
  	flex-flow: column;
	 display: flex;
	/*clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);*/
	
	text-decoration: none;
	padding: 0 0 20px;
	height: 100%;
	background: linear-gradient(0deg, rgb(128, 1, 1) 0%, rgb(244, 37, 37) 15%);
	/*background-image: url("../img/bg-blue0.jpg");
	background-image: url("../img/bg-blue6.jpg");*/
	background-position: center top;
	background-size: cover;
	border-radius: 24px;
	backface-visibility: hidden;
	/*transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);*/
	transition: all 0.4s !important;
	gap: 1vh;
	
	min-height: 65vh;
  max-height: 80vh;
}

.fighterfinal {
  overflow: visible;
  clip-path: none;
}

.choice-buttons {
  position: relative;
  display: flex;
	flex-direction: column;
  /*flex-direction: row;*/
  flex: 0 1 100%;
  justify-content: center;
  justify-items: center;
  gap: 10px;
  padding: 0 20px;
}

.fightervote .button-subscribe {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  line-height: 40px;
  vertical-align: middle;
  display: flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  flex: 1 0 auto;
}

.finalpromo {
	padding: 0 20px;
	text-align: center;
}

.vote-container .fighterbox-clicked .fightervote {
	transition: all 0.4s !important;
	transform: translate(0,0) translate(0,0) rotate3d(0, 1, 0, 180deg) !important;
}

/*.vote-container .fighterbox-clicked .fightervote {
	opacity: 0;
}*/

.fighterbox .info {
  display: block;
	
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 64px;
  /*height: 24px;
  padding: 14px 10px 20px;*/
	
	height: 0;
  	padding: 0;
	
  background: linear-gradient(to bottom, #f42525 0%, #6f1110 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
	
	display: none !important;
}

.fighterbox .info.shifted {
  transform: translate(-50%, 0);
}

.fighterbox .info img {
  width: 100%;
  max-height: 100%;
  display: block;
  position: relative;
	transition-duration: 0.4s;
}

.fighterbox .info:hover img {
	animation: kreep 0.7s ease 2s infinite alternate;	
}

.bet-badge {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #f22424;
  padding: 5px;
  border-radius: 50%;
  left: 50%;
  bottom: -14px;
  transform: translate(-50%,0);
  z-index: 1;
  border: 1.5px solid #fff;
	
	display: none;
}

.ratebox {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
	transform: translate(-1000%,0);
	transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
}

.ratebox.shifted {
	transform: translate(0,0);
}

.rateline {
  display: flex;
  width: 100%;
  position: relative;
  /*clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);*/
  text-decoration: none;
  flex-direction: row;
  /*background: linear-gradient(90deg, rgba(191, 0, 0, 0.43) 0%, rgba(191,0,0,0) 100%);*/
	background: linear-gradient(90deg, rgba(2, 64, 250, 0.43) 0%, rgba(191,0,0,0) 100%);
  transform: skewX(-10deg);
	justify-content: space-between;
}

.rateline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  display: block;
  background: linear-gradient(0, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 50%, rgba(255,255,255,0) 100%);
}

.ratebox.disabled > div {
  opacity: 0.3;
}

.disabled:not(.disabled ~ .disabled) {
	padding-top: 30px;
  	margin-top: 20px;
}

/*.ratebox.disabled:nth-of-type(1):before {*/
.disabled:not(.disabled ~ .disabled):before {
      content: "Не прошли в Суперфинал";
  display: block;
  position: absolute;
  width: 90%;
  clear: both;
  text-align: center;
  top: -10px;
  right: 0;
  transform: skewX(-10deg);
  opacity: 0.6;
  font-weight: 800;
}

.percent {
  display: block;
  position: absolute;
  left: 3px;
  height: 90%;
  top: 5%;
  /*background: linear-gradient(90deg, rgba(0, 64, 216, 0.44) 0%, rgba(0, 64, 216, 0) 100%);*/
	background: linear-gradient(90deg, rgb(0, 76, 255) 0%, rgba(0, 64, 216, 0) 100%);
}

.ratepos {
  width: 80px;
  text-align: right;
  font-size: 64px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-family: Styrene;
  font-style: italic;
  padding-right: 20px;
  margin-top: -5px;
	letter-spacing: -5px;
}

.ratepos span {
  width: 100%;
  display: inline-block;
	z-index: 1;
}

.ratebox .rating {
  font-family: Styrene;
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  display: inline-block;
  z-index: 1;
  position: relative;
  vertical-align: middle;
  line-height: 68px;
  transform: skewX(10deg);
  padding-right: 20px;
}

.ratebox-face {
  display: block;
  position: relative;
  height: 69px;
  width: 69px;
  overflow: hidden;
	border-right: 3px solid #0e56ff;
}

.ratebox-inface {
  display: block;
  position: absolute;
  left: -10%;
  top: 0;
  width: 120%;
  height: 100%;
  transform: skew(10deg);
	background-position: center center;
	background-size: auto 100%;
}

.listheader {
  width: 100%;
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  /*transform: skewX(-10deg);*/
  margin-bottom: 5px;
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
}

.listheader.shifted {
	opacity:1;
}

.listheader:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(245,37,37,0) 0%, rgb(245, 37, 37) 100%);
}

.listheader a {
  display: block;
  float: right;
  position: relative;
  width: 15%;
  padding: 0;
  /*background: linear-gradient(90deg, rgb(0, 64, 216) 0%, rgb(3, 47, 182) 100%);*/
}

.listheader a img {
  width: 100%;
  min-width: 100%;
  display: block;
  position: relative;
}

.listheader a .js-tilt-glare-inner {
	width: 100% !important;
	height: 100% !important;
}

.fighter-name {
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 28px;
  text-align: center;
	padding: 0 20px;
	position: relative;
}

.ratebox .fighter-name {
	text-align: left;
}

.fighter-name .flag {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	line-height: 28px;
	margin-right: 5px;
	margin-top: -5px;
	border-radius: 50%;
	border: 1.5px solid #feed01;
}

.ratebox .flag {
  transform: skewX(10deg);
}

.fighterbox p {
  text-align: center;
  padding: 0 20px 0;
  font-size: 16px;
  font-weight: 600;
	line-height: 20px;
}

.fighterbox .costvalue {
  position: relative;
  text-align: center;
  font-weight: 900;
  font-size: 38px;
  padding: 20px 0 30px;
  color: #ffdc4a;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  flex-wrap: wrap;
}

.costdigit {
  display: inline-block;
  padding: 0;
}

.euromarker {
  display: inline-block;
  position: relative;
}

.fighter-date {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px 0;
}

.ratebox .info {
  display: inline-block;
  width: 15px;
  position: relative;
  line-height: 5px;
  vertical-align: middle;
  background: linear-gradient(90deg, rgb(0, 64, 216) 0%, rgb(3, 47, 182) 100%);
  margin: 0 10px 0;
  padding: 5px;
}

/*.fightervote .js-tilt-glare-inner {
	clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}*/

.fighter-face {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;	
	overflow: hidden;
}

.fighter-face img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;	
}

.fighter-face:after {
	display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2px;
  content: "";
  background-image: url("../img/mask2.svg");
  background-position: bottom center;
  background-size: 100% auto;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
	/*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);*/
}

.fighter-face .teamshirt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}

.js-tilt-glare {
  z-index: 2;
}

.finalbox .fighter-face:after {
	display: none;
}

.overlay .fighter-face {
	display: none;
  clip-path: polygon(20px 0, calc(100% - 20px) 0px, 100% 20px, 100% 100%, 0px 100%, 0px 20px);
}

.ns .overlay .fighter-face {
	display: block;
}

.fighterfinal .fighter-face img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
  transform: scale(1.1) translate(0,-5%);
	margin-bottom: -20px;
}

.fighterfinal .copyright {
  position: absolute;
  right: 20px;
  opacity: 0.5;
}

#vote {
	overflow: hidden;
}

.vsbox {
  position: absolute;
  display: block;
  left: 0 !important;
  top: 0;
  width: 100%;
  height: 100%;
}

.vs-side {
  position: absolute;
  width: 60%;
  height: 100%;
  display: block;
  top: 0;
	transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
}

#vs-left {
  left: 0;
	background-image: url("../img/vs-v.svg");
	background-position: right center;
	background-size: 30% auto;
	background-repeat: no-repeat;
	transform: translate(-1000%,0);
}

#vs-right {
  right: 0;
	background-image: url("../img/vs-s.svg");
	background-position: left center;
	background-size: 30% auto;
	background-repeat: no-repeat;
	transform: translate(1000%,0);
}

.vsbox .vs-shifted {
	transform: translate(0,0) !important;
}

@keyframes flicker {
  0%, 50% {
    opacity: 0;
  }
  51%, 100% {
    opacity: 1;
  }
}

#teams-opened {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto -10px;
}

#teams-opened p {
	margin-bottom: 20px;
}

#teams-opened .teambadge {
  flex: 1 0 14%;
  margin: 0 4px 8px;
  /*background: #c01d43;*/
  border-radius: 8px;
  padding: 10px;
  max-width: 14%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  transition: all 200ms !important;
  color: #fff;
  text-align: center;
  /*border: 1px solid #e65076;*/
	background: #0d1e66;
	border: 1px solid #1c347a99;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  min-width: 60px;
}

.teambadge img {
  max-width: 30px;
  width: 100%;
  display: block;
  margin: 0 auto 5px;
	/*border-radius: 50%;*/
}

.greet {
    padding: 0;
	cursor: hand;
	cursor: pointer;
	/*background: linear-gradient(0deg, rgba(12, 30, 58, 0.67) 0%, rgb(8, 23, 54) 100%);*/
}

.bleak {
    opacity: 0.7;
}

.greet .overlay-content img {
  float: none;
  position: absolute;
  width: auto;
  margin: 0 auto -30px;
  transform: scale(1.1) translate(-30%, 0);
  display: block;
  max-width: 80%;
  left: 50%;
  top: -50px;
}

.greet .overlay-content .promo-head-logo {
	position: relative;
  width: 100%;
  margin: -10px auto 10px;
  left: 0;
  transform: translate(0,0) scale(1);
  max-width: 80%;
  top: inherit;
}

.greet h4 {
    position: relative;
    display: flex;
    padding: 0 0 10px;
    width: 100%;
    align-items: center;
}

.greet p {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 10px;
  letter-spacing: -0.5px;
  font-weight: 400;
  display: block;
  position: relative;
  text-shadow: 0 0 2px rgb(111, 1, 1);
	text-align: center;
}

.greet a {
    color: #ffdd26;
}

.overlay-placeholder .ball-text {
	display:none;
	position: relative;
	overflow:auto;
	max-height:100%;
}

.overlay-container .info {
	backface-visibility: hidden;
	transform: perspective(1000px) rotateY(0deg);
	transition: .5s;
}

#overprogress .overlay-container .info {
	background-image: url("../img/bg-blue0.jpg");
}

.overlay-container .boxform {
	-webkit-perspective: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	visibility: visible;
	backface-visibility: hidden;
	transform: perspective(1000px) rotateY(-180deg);
	transition: .5s;
	/*overflow: hidden;*/
	height:0;
}

.overlay-header {
    /*border-bottom: 1px solid #0b3352;*/
    padding: 20px 60px 18px 20px;
}

.overlay-header h3 {
    font-size: 19px;
	display: inline-block;
	position: relative;
}

.overinfo .overlay-header h3 {
  font-size: 22px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 26px;
}

.overlay-header .box-button {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 20px;
	transition: all 200ms;
	z-index: 100;
}

.box-button img {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
}

.box-button:hover {
	transform: scale(1.2);
}

.overlay .warning {
    display: block;
    position: relative;
    padding: 20px 0 0;
    line-height: 16px;
    font-size: 12px;
    opacity: 0.7;
    color: #c0e0ff;
}

.overlay .warning a {
    color: #fff;
}

.overlay-content {
    display: block;
    position: relative;
    padding: 16px 20px 20px;
    line-height: 22px;    
}

.greet .overlay-content {
  padding-top: 220px;
}

.overlay .button-subscribe {
    margin: 20px 0 0;
    max-width: 100%;
}

.overlay #acholder .button-subscribe {
  font-size: 15px;
}

.gamebuttons {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	max-width: 100%;
}

.gamebuttons .gamechoice {
	flex: 1 0 36%;
	max-width: 36%;
	display: flex;
	justify-content: space-between;
	transition: all 200ms !important;
	font-size: 15px;
	text-decoration: none;
    background: linear-gradient(to right, #0b4ade 0%, #0d5bad 100%);
}

.gamebuttons .gamechoice:before {
  background: linear-gradient(120deg, transparent, rgb(3, 136, 253), transparent) !important;
}

.boxform-container {
    padding: 20px 20px 22px;
    position: relative;
    display: none;
}

.switched .boxform-container {
	display:block;
}

form {
    outline: none;
    border: none;
    display: block;
    position: relative;
}

fieldset {
    border: none;
    position: relative;
    display: block;
	padding:0;
}

input[type="text"], input[type="email"], input[type="password"] {
    position: relative;
	display: inline-block;
	/*border-bottom: 1px solid #ffffff54;*/
	color: #032488;
	line-height: 20px;
	padding: 10px 0 12px;
	width: 100%;
	margin-bottom: 12px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	font-size: 16px;
}

input[type=text]:focus, input[type=email]:focus, input[type="password"]:focus {
	background: #fff;
	/*border-bottom: 1px solid #ffffff;*/
    color: #05174e;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder { 
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder { 
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder { 
  opacity: 1;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder { 
  opacity: 1;
}

.error {
    position: relative;
    padding: 0 0 22px;
    line-height: 20px;
    font-size: 15px;
    color: #ff5050;
}

input.invalid {
    border: 1px solid #ff5050;
    background-color: #ff50502b;
    color: #fff;
    margin-bottom: 10px;
}

label.invalid {
    font-size: 12px;
    position: relative;
    padding: 0 0 20px;
    display: block;
}

input.success {
    border: 1px solid #38b36e;
    background-color: #7bff601c;
    color: #fff;
}

.notifier {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 360px;
    height: auto;
    transform: translate(-50%,-50%);
    background: linear-gradient(0deg, rgb(12, 30, 58) 0%, rgb(8, 23, 54) 100%);
    border-radius: 8px;
    box-shadow: 1px 1px 25px 10px rgb(30, 82, 221);
}

.notifier .notifier-box {
    padding: 18px 20px 20px;
    display: block;
    position: relative;
}

.notifier h3 {
    font-size: 24px;
    display: inline-block;
    padding: 0 0 10px;
    line-height: 1;
}

.notifier p {
    font-size: 16px;
    line-height: 1;
}

/*  Tabs  */
	
ul.tabs {
    margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 15px 0 0;
	font-size: 17px;
	letter-spacing: -0.5px;
	transition: all 200ms;
}

	ul.tabs:before {
		transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
	}

/*ul.tabs:after {
	 content: "";
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  width: 60%;
  bottom: 0;
  position: absolute;
  left: 20%;
}*/
	
ul.tabs li {
  display: inline-block;
  float: none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
	position: relative;
}
			
ul.tabs li a {
    color: #fff;
	opacity: 0.8;
    display: block;
    padding: 8px 18px 10px;
    text-decoration: none;
	line-height: 1;
	transition: all 200ms;
	font-weight: 800;
	border-radius: 10px;
	overflow: hidden;
	/*clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18.00px), calc(100% - 18.00px) 100%, 18px 100%, 0 calc(100% - 18.00px), 0 18px);*/
	min-width: 100px;
}

ul.tabs .tab-active {
	
}

ul.tabs .sidemenu {
	position: absolute;
	left: 10px;
}

#tabgame {
	top: 70px;
}

#tabachiev {
	top: 120px;
}

/*ul.tabs .tab-active:before {
	   content: "";
  height: 2.4px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  width: 100%;
  bottom: -0.5px;
  position: absolute;
  left: 0;
}*/

ul.tabs .tab-active a {
  margin-top: 0;
  font-weight: 600;
  color: #000;
  text-shadow: 0 0 10px rgb(253, 235, 2);
  opacity: 1;
  border-radius: 10px;
  background-color: #eabd00;
}
			
.tab_container {
  clear: both;
  padding: 0 20px;
  margin-top: 0px;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  position: relative;
  height: 100%;
}

.ns .tab_container {
	height: auto;
}

#game {
	padding: 0;
}

.achievmentbox {
  display: flex;
  flex-wrap: wrap;
  /*width: 100%;*/
  padding: 120px 120px 25px 140px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
	gap: 25px;
}

.achievmentbox.helpbox {
  max-width: 800px;
}

.achievment {
  flex: 1 0 26%;
  background-color: #660d0d;
  border-radius: 10px;
  padding: 10px 25px 0;
  max-width: 100%;
  display: flex;
  /*justify-content: space-between;*/
	justify-content: flex-start;
  flex-flow: column;
  transition: all 200ms !important;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  /*clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10.00px), calc(100% - 10.00px) 100%, 10px 100%, 0 calc(100% - 10.00px), 0 10px);*/
  /*background-image: url("../img/bg-blue0.jpg");*/
	background-image: url("../img/bg-blue6.jpg");
	background-size: cover;
}

.achievment.active {
  opacity: 1;  
}

.achievment h3, .overac .overlay-placeholder h3 {
  display: block;
  position: relative;
  padding: 5px 0 15px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 20px;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.58);
}

.overac .overlay-placeholder h3 {
	text-align: center;
	font-size: 19px;
}

.achievment p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.overac p {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding-bottom: 20px;
	text-align: center;
}

.overalert p {
  font-size: 17px;
  font-weight: 500;
}

.overlay ul {
  display: block;
  position: relative;
  padding: 0 20px 20px;
  font-size: 16px;
  font-weight: 500;
}

.overlay ul li {
  display: list-item;
}

.overalert .subtext {
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.8;
}

.achievment h3:after, .overac .overlay-placeholder h3:after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
}

.acpic {
  position: relative;
  display: block;
	transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}

.overac .overlay-placeholder .acpic {
  margin-top: -20px;
}

.overac .overlay-content .acpic:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  display: block;
  left: 50%;
  top: 0;
  margin-left: -90px;
  background-image: url("../img/flare.png");
  background-position: center center;
  background-size: 100% auto;
	animation: heartbeat 1s infinite;
}

.achievment .counter, .overac .overlay-placeholder .counter {
  background-color: #b00f0f;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
  position: absolute;
  top: 10px;
  right: 0;
}

.acpic img {
  max-width: 150px;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
	transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}

.overac .overlay-placeholder .acpic img {
  max-width: 180px;
}

.overalert .acpic img {
  max-width: 200px;
  margin-top: -20px;
  margin-bottom: 10px;
  transform: scale(1.5);
}

.overalert .acpic.shifted img {
	transform: scale(1);
}

.acteams {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto 20px;
	max-height: 120px;
	overflow: hidden;
}

.acteams .mCustomScrollBox {
  width: 100%;
}

.acteams .mCSB_inside > .mCSB_container {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}

.overlay .acteams {
	height: 92px;
}

/*.acteams .teambadge {
  flex: 1 0 24%;
  margin-bottom: 10px;
  background: #0d1e6640;
  border-radius: 8px;
  padding: 10px;
  max-width: 24%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  transition: all 200ms !important;
  color: #fff;
  text-align: center;
  border: 1px solid #1c347a99;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
}*/

.acteams .teambadge {
  margin: 0 2px 2px;
  border-radius: 8px;
  padding: 5px 10px 4px 5px;
  display: flex;
  transition: all 200ms !important;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
  flex: 0 1 auto;
}

.acteams .teambadge img {
  max-width: 20px;
  width: 100%;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
  flex: 1 1 auto;
  min-width: 20px;
	border-radius: 50%;
}

.achievment .button-subscribe {
  font-size: 14px;
  margin-top: 0;
  padding: 13px 20px;
}

#overinfo {
  background: transparent none;
}

.overinfo .wall {
  background: transparent none;
}

.ns .overinfo .wall {
	background: url("../img/bg-blue4.jpg") no-repeat center center;
	background-size: cover;
	opacity: 1;
}

.overinfo .overlay-container {
  max-width: 460px;
  max-height: 90%;
}

.overinfo .infobox {
  position: relative;
  display: block;
  width: 100%;
  max-height: 100%;
	height: 100%;
}

#infoholder {
	overflow: hidden;
}

.overinfo p {
  font-weight: 500;
	text-align: left;
	font-size: 16px;
	padding-bottom: 0;
}

.overinfo .overlay-content {  
  overflow: hidden;
  max-height: 80vh;
}

.overinfo .overlay-content.scrolled { 
	height: calc(80vh - 10px);
}

.overinfo .overlay-container .backbox {
  /*background-image: url("../img/bg-blue8.jpg");*/
}

.overinfo .overlay-container .backshine {
  /*box-shadow: 1px 1px 550px 250px rgb(1, 23, 46);*/
}

body .promo {
  position: relative;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
  /*z-index: 1;*/
  justify-content: center;
	width: 100%;
}

.promo-logo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 480px;
}

.promo-offer {
  display: block;
  position: relative;
  text-align: center;
}

.promo h2 {
  font-size: 40px;
  font-weight: 1000;
  text-transform: uppercase;
}

.promo h3 {
  font-size: 22px;
}

.finalbox h3 {
  font-size: 17px;
  line-height: 23px;
}

#overlayresult, #overlayfail, #overlayselect {
	overflow: hidden;
	z-index: 1;
}

#overlayresult .wall {
	/*background: linear-gradient(0deg, rgba(5, 27, 87, 0.95) 0%, rgba(0, 142, 238, 0.95) 100%);*/
	background: transparent none;
}

#overlayresult {
	overflow: hidden;
	z-index: 100;
}

#overlayresult .background:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  background: linear-gradient(180deg, #062a74 0%, rgba(5, 27, 87, 0) 100%);
  opacity: 1;
}

#overlayresult .notifier, #overlayfail .notifier, #overlayselect .notifier {
  text-shadow: 0px 0px 10px rgb(234, 189, 1);
  top: 50%;
  display: block;
  position: absolute;
  background: transparent;
  box-shadow: none;
}

#overlayselect .notifier {
  max-width: 900px;
}

#overlayresult .notifier .accent {
  font-size: 20px;
}

#placecounter, #failplacecounter, #selectheader {
  position: relative;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
  padding-bottom: 20px;
	margin: 0 auto;
  width: 100%;
}

#failplacecounter {
	font-size: 30px;
  line-height: 32px;
}

#selectheader {
	font-size: 26px;
	line-height: 30px;
}

#congrats, #failcongrats {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 24px;
	margin: 0 auto;
  width: 100%;
}

#congratstext, #failtext {
  font-size: 16px;
  text-align: center;
  padding: 10px 0 10px;
	margin: 0 auto;
  width: 100%;
}

#congratstext span, #failtext span {
  font-weight: 800;
  font-size: 18px;
}

.share_this p {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 18px;
}

#firework {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}

#firecanvas, #firework canvas { display: block; width:100%; height: 100%; position: absolute; top:0; left: 0;}

.hintfly {
  color: #ffce00;
  position: absolute;
  display: none;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  max-width: 1100px;
  text-align: center;
}

.hintfly .hintcontainer {
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 10px 10px rgba(0, 19, 72, 0.5);
	background-color: #032488e3;
	border-radius: 8px;
}

/*.hintfly::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  box-shadow: 0px 0px 50px 50px #382d01;
  transform: translate(-50%,-50%);
}*/

.hintfly > div {
  font-size: 15px;
  font-weight: 700;
  width: auto;
  line-height: 18px;
  padding: 0 40px;
  text-align: center;
  /*text-shadow: 0 0 10px rgb(234, 189, 0);*/
  display: inline-block;
  margin: 0 auto;
	position: relative;
}

.hintfly .arrow {
  position: absolute;
  margin: 0 auto;
  width: 80px;
  left: 50%;
  transform: translate(-50%,0);
}

/*#hint1 {
  top: 220px;
	display: none !important;
}

#hint1 > div {
  max-width: 120px;
}

#hint1 .arrow {
  transform: rotate(180deg) scaleX(-1);
  left: 5px;
  top: -70px;
}*/

#hint1 {
  top: inherit;
  bottom: 170px;
  max-width: 600px;
}

/*#hint2 > div {
  max-width: 140px;
}*/

#hint1 .arrow {
  bottom: -70px;
  left: 30px;
}

/*#hint3 {
  top: 116px;
	display: none !important;
}

#hint3 > div {
  max-width: 120px;
}

#hint3 .arrow {
  transform: rotate(180deg) scaleX(-1);
  left: 0px;
  top: -70px;
}*/

.hintfly p {  
  padding: 5px 8px 8px;  
  color: #fff;  
}

.logo-bet > div {
  max-height: 40px;
}

.hint-archivebox {
	position: fixed;
  	right: 0;
	top: 55%;
  	transform: translate(0, -50%);
	display: block;
	background: linear-gradient(-90deg, rgb(3, 36, 136) 10%, rgb(0, 120, 229) 100%);
	box-shadow: 1px 1px 25px 10px rgba(0, 14, 50, 0.5);
	border-radius: 10px 0 0 10px;
	max-height: 43%;
	height: 43%;
	padding: 12px 5px 10px 15px;
	width:0;
	margin-right: -10px;
}

#hint-archive {
  position: relative;
  /*width: 300px;
	width: 0;*/  
  display: block;
	width: 300px;
	max-height: 100%;
	overflow: hidden;
}

/*.hint-archive #hint-archive {
	position: relative;
	display: block;
	width: 300px;
	max-height: 100%;
}*/

.hint-archive-opened {
	width: 300px;
	margin-right: 0;
}

.hint-handler {	
	 position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  left: -146px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  display: block;
  background: #092163;
  padding: 6px 10px 10px;
  border-radius: 5px 5px 0 0;
  width: 240px;
  text-align: center;
  height: 16px;
  cursor: hand;
  cursor: pointer;
}

.hint-container > div {
	position: relative;
	margin-bottom: 10px;
	display: block;
	padding-bottom: 10px;
	padding-right: 10px;
}

.hint-container {
  padding-top: 2px;
}

.hint-container > div:after {
	content: "";
	height: 1px;
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}

.hint-archive .hintcity {
	position: relative;
	text-decoration: none;
}

.hint-archive .hintcity img {
  display: inline-block;
  position: relative;
  width: 20px;
  vertical-align: bottom;
  margin: 0 5px 0 0;
  border-radius: 50%;
}

.hint-archive h5 {
  font-size: 17px;
  padding: 0;
	font-weight: 800;
	line-height: 20px;
}

.hint-archive .targeted {
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #fff;
  text-decoration: none;
}

.hint-archive .complete {
  color: #ffce00;
  font-weight: 1000;
}

.hint-item {
  display: block;
  position: relative;
  padding: 5px 0 0;
}

.hint-archive h6 {
  font-size: 15px;
  position: relative;
  padding: 0;
}

.hint-item img {
  position: relative;
  display: inline-block;
  clear: both;
  width: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
  top: -2px;
}

.hint-item.active {
  padding: 15px 0 5px;
}

.hint-archive p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
	opacity: 0.85;
}

.hint-item.active p {
  padding-top: 5px;
}

.select-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.button-select {
  display: flex;
  flex-direction: column;
  width: 30%;
  flex: 1 0 30%;
  position: relative;
  text-decoration: navajowhite;
  font-size: 20px;
  font-weight: 600;
	transition: all 200ms !important;
	border-radius: 24px;
	padding-bottom: 20px;
}

.button-select .select-item {
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
  height: 600px;
  max-height: 40vh;
  background-size: auto 100%;
}

.select-item-players {
	background: url("../img/s1.png") no-repeat center center;
}

.select-item-teams {
	background: url("../img/s2.png") no-repeat center center;
}

.select-item-mixed {
	background: url("../img/s3.png") no-repeat center center;
}

.button-select span {
  display: block;
  position: relative;
  line-height: 1;
}

.button-select:hover {
	transform: scale(1.05);
	background: linear-gradient(to top, #eabd004f 0%, #fbd226 100%);
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: top center;
	background-image: url("../img/up.svg");
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: bottom center;
	background-image: url("../img/down.svg");
}

.footer .button-subscribe {
		padding-top: 8px;
		padding-bottom: 8px;
	}

.footer .giftbox {
  font-size: 14px;
}
	
	.recordline {
  font-size: 13px;
		line-height: 0.9;
}

.footer .recordline:first-child {
  border-right: 2px solid #000;
  padding-right: 5px;
}
	
	.footer .recordline .recordcount {
  font-size: 30px;
}

@media all and (max-width: 1400px) {
	.mapbox > div {
		/*margin: 0 20%;*/
	}
	
	.footer .button-subscribe {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.recordline {
  font-size: 13px;
		line-height: 0.9;
}
	
	.footer .recordline .recordcount {
  font-size: 28px;
}
	
}

@media all and (max-width: 1000px) {

	.progressbox {
  		left: unset;
  		right: 12px;
  		font-size: 16px;
  		width: 32%;
		text-align: right;
		top: 70px;
	}
	
	.progresscount span {
  		font-size: 33px;
  		line-height: 40px;
		padding-top: 5px;
	}
	
	.progressbox a:not(.fail) {
  		font-size: 12px;
  		width: auto;
  		line-height: 14px;
  		vertical-align: middle;
  		/*text-align: left;*/
  		font-weight: 600;
		display: block;
		text-align: right;
	}
	
	.progressbox .button-subscribe.fail {
  		padding: 5px;
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 11px;
	}
	
	.progresscount {
  		padding-bottom: 10px;
  		padding-top: 26px;
		display: block;
	}
	
	.achievmentbox {
  		padding: 120px 40px 25px 120px;
	}
	
	.footer .button-subscribe {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.recordline {
  font-size: 12px;
		line-height: 1;
}
	
	.footer .recordline .recordcount {
  font-size: 24px;
}
	
}

@media all and (max-width: 900px) {
	
	.ratebox .fighter-name {
  		font-size: 20px;
  		line-height: 20px;
  		padding: 15px;
  		vertical-align: middle;
  		align-content: center;
  		display: flex;
  		flex-direction: row;
  		align-items: center;
	}
	
	.ratebox .fighter-name .flag {
  		margin-top: 0;
		width: 20px;
		line-height: 20px;
	}
	
	.ratebox .rating {
  		font-size: 28px;
  		line-height: 48px;
	}
	
	.ratepos {
  		width: 70px;
  		font-size: 44px;
	}
	
	.fightervote {
		min-height: 50vh;
	}
	
	.fighterbox {
		min-height: 50vh;
	}
	
	.footer .button-subscribe {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.recordline {
  font-size: 12px;
		line-height: 1;
}
	
	.footer .recordline .recordcount {
  font-size: 24px;
}

}

@media all and (max-width: 800px) {
	
	.header:before {
   		content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: linear-gradient(to right, rgba(244, 37, 37, 0) 0%, rgb(244, 37, 37) 40%, rgba(244, 37, 37, 0) 100%);
    top: 55px;
	}
	
	.header-logoline {
    	background-color: #000;
		/*background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(5, 24, 83) 100%);
   		float: left;*/
		min-height: 55px;
	}
	
	.event-header {
   		position: absolute;
    	top: 22px;
	}
	
	.header-logo {
    	/*padding: 10px;*/
	}
	
	.logo-24 {
		width: auto;
    padding-top: 5px;
	}
	
	ul.tabs {
  		padding: 10px 0 0;
  		font-size: 17px;
  		clear: both;
		position: absolute;
		top: 55px;
	}
	
	ul.tabs:after {
		display: none;
	}
	
	ul.tabs .tab-active:before {
  		top: -16px;
		bottom:inherit;
	}
	
	ul.tabs li {
  		padding-bottom: 0;
	}
	
	ul.tabs li a {
  		
	}
	
	#tabgame {
		left: inherit;
		top: -45px;
		right: 135px;
	}
	
	#tabachiev {
		left: inherit;
		top: -45px;
		right: 5px;
	}
	
	.ambas span {
		display: block;
	}
	
	.acpic img {
  		max-width: 80px;
	}
	
	.overac .overlay-placeholder .acpic img {
  		max-width: 150px;
	}
	
	.achievment {
  		padding: 10px 15px 0;
	}
	
	.logo-bet > div {
  		max-height: 20px;
	}
	
	.achievmentbox {
  		padding: 180px 0px 25px 0px;
	}
	
	.fighter-smallface {
  max-width: 160px;
	}
	
	.fighterbox .costvalue {
  font-size: 32px;
	}
	
	.footer .button-subscribe {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.recordline {
  font-size: 12px;
		line-height: 1;
}
	
	.footer .recordline .recordcount {
  font-size: 24px;
}

}

@media all and (max-width: 600px) {
	
	.achievment {
  		padding: 10px 15px 0;
	}
	
	.acpic img {
  		max-width: 50px;
	}
	
	.overac .overlay-placeholder .acpic img {
  		max-width: 120px;
	}
	
	.achievment h3 {
  		font-size: 16px;
	}
	
	.achievment p {
  		font-size: 13px;
  		line-height: 16px;
	}
	
	.achievmentbox {
  		gap: 20px;
	}
	
	.ratepos {
  		width: 40px;
  		font-size: 36px;
	}
	
	.listheader {
  		font-size: 20px;
  		line-height: 24px;
	}
	
	.ratebox .fighter-name {
  		font-size: 18px;
	}
	
	.ratebox .rating {
  		font-size: 20px;
	}
	
	.fighterbox {
		max-width: 45%;
	}
	
	.finalbox {
  		max-width: 100%;
	}
	
	.fighter-smallface {
  max-width: 120px;
	}
	
}

@media all and (max-width: 575px) {
	
	/*.foreground {
    	background-position: 72% center;
	}
	
	.ambas span {
  		font-size: 11px;
	}*/
	
	.achievment {
  		flex: auto;
  		padding: 10px 15px 0 70px;
  		max-width: 90%;
  		display: block;
  		text-align: left;
	}
	
	.acpic {
  		width: 50px;
  		position: absolute;
  		left: 10px;
	}
	
	.overac .overlay-placeholder .acpic {
		position: relative;
		left: inherit;
		width: auto;
	}
	
	.overalert .acpic {
  		left: inherit;
  		position: relative;
  		width: 100%;
	}
	
	.achievment .counter {
  		font-size: 13px;
  		line-height: 20px;
  		position: absolute;
  		top: inherit;
  		right: inherit;
  		bottom: -20px;
  		left: 50%;
  		transform: translate(-50%, 0);
	}
	
	.achievment h3 {
  		display: initial;
  		position: relative;
  		padding: 5px 0 10px;
  		margin: 0 0 10px;
  		font-size: 16px;
  		line-height: 20px;
  		vertical-align: middle;
	}
	
	.achievment p {
  		font-size: 13px;
  		font-weight: 500;
  		line-height: 16px;
  		margin-top: 15px;
  		text-align: left;
	}
	
	.acteams {
  		justify-content: flex-start;
	}
	
	.acteams .teambadge {
  		/*flex: 1 0 18%;
  		max-width: 18%;*/
  		margin: 0 2px;
	}
	
	/*.city {
		transform: scale(0.3) translate(-100%, -100%);
	}*/
	
	.helpbox {
		font-size: 14px;
  		line-height: 22px;
	}
	
	.greet .overlay-content img {
  		max-width: 250px;
  		margin: 0px 0 -20px;
  		top: -20px;
	}
	
	.greet p {
  		font-size: 14px;
    line-height: 18px;
	}
	
	.greet .button-subscribe {
  		margin: 5px 0 0;
	}
	
	ul.tabs {
  		font-size: 16px;
		font-weight: 600;
	}
	
	ul.tabs:before {
		/*background: linear-gradient(180deg, rgb(52, 2, 2) 30%, rgba(52, 2, 2, 0) 100%);*/
		background: linear-gradient(180deg, rgba(3, 18, 74, 0.91) 30%, rgba(52, 2, 2, 0) 100%);
		content: "";
		top:2px;
		left: 0;
		display: none;
		width: 100%;
		height: 50%;
		position: absolute;
		transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
	}
	
	ul.tabs.scrolled:before {
		height: 200%;
	}
	
	.subheader {
  		top: 90px;
	}
	
	.subheader .teambox {
  		width: 90%;
  		left: 12px;
  		transform: translate(0, 0);
  		max-width: 100%;
	}
	
	.footer {
        /*background: linear-gradient(0, rgb(5, 23, 78) 30%, rgba(5, 24, 83, 0) 100%);*/
	}
	
	.subheader:before {
		content: "";
        background: linear-gradient(180deg, rgb(5, 23, 78) 40%, rgba(5, 24, 83, 0) 100%);
  		width: 100%;
  		position: absolute;
  		top: -45px;
  		height: 120px;
  		display: block;
	}
	

	.progressbox {
  		left: 0;
  		right: 0;
  		font-size: 16px;
  		width: 100%;
  		text-align: center;
  		top: inherit;
  		bottom: 0;
  		height: 0px;
	}
	
	.progresscount {
  		padding-bottom: 10px;
  		padding-top: 26px;
  		display: block;
  		position: absolute;
  		bottom: 0px;
  		right: 20px;
	}
	
	.progressbox .button-subscribe.fail {
  		padding: 5px;
  		display: inline-block;
  		margin: 0 0 0 0;
  		font-size: 11px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  height: 40px;
  width: 80px;
  text-align: center;
	}
	
	.progressbox .button-subscribe.fail:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/gift.svg");
  background-position: top center;
  background-size: 100% auto;
  width: 30px;
  height: 50px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%,0);
  top: 2px;
	}
	
	.progressbox .button-subscribe.fail span {
  		position: absolute;
  		display: inline-block;
  		width: 100%;
  		left: 0;
  		right: 0;
  		bottom: 4px;
	}
	
	.choice-buttons {
  flex-direction: row;
		padding: 0 10px;
	}
	
	.fightervote {
  		padding-bottom: 20px;
    justify-content: space-between;
	}
	
	.fighterbox .costvalue {
  		font-size: 22px;
		padding-top: 0;
	}
	
	.fighter-name {
  		font-size: 13px;
  		line-height: 20px;
  		padding: 15px 10px;
  		letter-spacing: -0.5px;
	}
	
	.fighterbox .flag {
 		width: 18px;
  		line-height: 20px;
	}
	
	.fighter-date {
  		font-size: 12px;
  		line-height: 16px;
		display: none;
	}
	
	.fighterbox p {
  		font-size: 15px;
		display: none;
	}
	
	.fighter-smallface {
  max-width: 120px;
	}
	
	.vote-container .fighterbox-clicked {
  /*height: 300px;*/
}
	
	
	
	.finalbox p {
  		display: block;
  		font-size: 10px;
  		padding: 0 20px 0;
	}
	
	.ratepos {
		width: 30px;
  		font-size: 28px;
	}
	
	.ratebox .fighter-name {
  		padding: 10px 10px;
		font-size: 14px;
	}
	
	.ratebox-face {
  		height: 48px;
  		width: 36px;
	}
	
	.tab_container {
  		padding: 0 10px;
	}
	
	/*.vote-container {
  		gap: 40px;
		margin-top: 40px;
	}*/
	
	.vote-container .fighterbox {
		opacity: 0;
	}
	
	.vsbox {
  height: 67%;
		display: none;
}
	
	 .vote-container {
    gap: 20px;
    margin-top: 110px;
    height: 100%;
  }
	
	.fighterbox {
		height: 25vh;
		width: 100vw;
		max-width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: inherit;
		min-height: 25vh;
		max-height: 25vh;
	}
	
	 .fighterbox:last-child {
    top: inherit;
    left: 15%;
    right: 0;
    bottom: 15vh;
    max-height: 50vh;
    max-width: 70%;
    min-height: 46vh;
  }
	
	.fighterbox:last-child .backface > img {
		display: none;		
	}
	
	.vote-container .fighterbox-shifted {
		transform: translate(0,0);
		opacity: 1;
	}
	
	
	.fightervote {
		min-height: auto;
    max-height: 100%;
	}
	
	   .fighterbox:last-child .fightervote {
    /*min-height: 52vh;
    max-height: 52vh;
    padding-bottom: 120px;*/
    background: linear-gradient(0deg, rgb(40, 0, 0) 0%, rgb(244, 37, 37) 15%);
    align-content: center;
    align-items: center;
    justify-content: flex-start;
		   padding: 0;
  }
	
	.final-container {
		margin-top: 0;
	}
	
	.vote-container .fighterbox-clicked .backface {  
  flex-direction: column;
  align-items: center;
  justify-content: center;
		background-image: none;
}
	
	.vote-container .fighterbox-shifted:last-child {
  max-height: 45vh;
  min-height: 45vh;
}
	
	.vote-container .fighterbox-clicked.fighterbox-shifted:last-child {
  max-width: 100%;
  left: 0;
  max-height: inherit;
  min-height: 40vh;
}
	
	.costbox {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    flex-direction: row;
  }
	
	 .fighterbox .costvalue {
    font-size: 42px;
    padding: 0;
    width: 100%;
    flex: 0 1 100%;
    display: block;
    position: relative;
    align-self: auto;
  }
	
	 .costdigit {
    display: inline;
    font-size: 32px;
  }
	
	 .euromarker {
    float: none;
    display: inline;
    margin: 0 0 0 10px;
    font-size: 36px;
  }
	
	.backface img {
  padding: 0 0 20px;
		margin-top: -20px;
}
	
	.fighterbox .flag {
    padding: 0;
    margin: 6px 10px;
    /*float: left;*/
  }
	
	.fighter-smallface img {
  padding: 0;
		margin: 0;
}
	
	 .fighter-smallface {
    max-width: 70px;
    margin: 0 20px;
    flex: 1 0 auto;
    float: left;
    width: 70px;
    height: 70px;
  }
	
	   .fighter-name {
    font-size: 28px;
    line-height: 32px;
    padding: 10px 20px;
    letter-spacing: -0.5px;
    flex: auto;
    display: block;
    position: relative;
    /*float: left;*/
  }
	
	.fighter-name {
    text-align: left;
    width: auto;
    display: inline-block;
    padding: 0;
    flex: 0 1 auto;
  }
	
	.fighterbox:last-child .fighter-name {
		position: relative;
    font-size: 28px;
    /*bottom: 22vh;*/
    display: inline;
    padding: 0;
    float: none;
    line-height: 1;
    width: 100%;
    text-align: center;
		
		flex: 0 1 auto;
	}
	
	.fighterbox-clicked:last-child .fighter-name {
  position: relative;
  bottom: inherit;
  padding: 15px 10px;
  line-height: 32px;
  display: block;
		
		left:inherit;
		transform: translate(0,0);
}
	
	.fighterbox:last-child .flag {
		float: none;
		margin: -5px 10px 2px 0;
	}
	
	.fighter-face {
		position: relative;
    left: inherit;
    top: inherit;
    height: 57%;
    overflow: hidden;
	}
	
	.fighter-face img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
  transform: translate(0,-10%);
}
	
	.fightervote .button-subscribe {
  /*width: 42%;
    max-width: 45%;
    margin: 0 10px;*/
    position: relative;
    
    left: inherit;
    bottom: inherit;
    align-self: center;
    flex: 0 1 auto;
		
		padding: 0 10px;
		line-height: 2;
}
	
	.fightervote .button-subscribe:last-child {
		left: inherit;
		right: 0;
	}
	
	
	ul.tabs li a {
  		font-size: 15px;
		line-height: 16px;
		min-width: auto;
		padding: 10px;
	}
	
	 #tabgame {
    left: inherit;
    top: -45px;
    right: 120px;
  }
	
	.logo-24 {
  width: 45%;
		gap: 10px;
}
	
	.fighter-face .teamshirt {
  width: 38%;
}
	
	.fighterbox .info {
  		height: 24px;
		padding: 14px 10px 20px;
	}
	
	body .fighterfinal.promo {
  		padding: 0 0 10px;
  		gap: 15px;
	}
	
	.finalbox h3 {
  		font-size: 14px;
		line-height: 18px;
	}
	
	#selectheader {
  font-size: 20px;
  line-height: 22px;
}
	
	.select-container {
  display: flex;
  flex-direction: row;
  gap: 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  align-content: center;
}
	
	/*.button-select img {
  max-width: 100px;
  width: 100px;
  display: flex;
}*/
	
	.button-select .select-item {
  height: 160px;
  max-height: 40vh;
  background-size: 100% auto;
}
	
	.button-select span {
  display: flex;
  position: relative;
  line-height: 1;
}
	
	.button-select {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 0 1 auto;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 200ms !important;
  border-radius: 24px;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px;
  padding: 10px;
  text-align: center;
  justify-content: space-around;
}	
	
	.layer {
  		position: absolute;
  		overflow: visible;
  		transform: translate3d(0, 0, 0) !important;
	}
	
	.overalert .acpic img {
  max-width: 120px;
  margin-top: -10px;
  margin-bottom: 0;
  transform: scale(1.5);
}
	
	.overalert p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
		padding-bottom: 10px;
  }
	
	.overalert .subtext {
  font-size: 11px;
  line-height: 1.2;
}
	
	.overlay ul {
  padding: 0 20px 10px;
  font-size: 14px;
  line-height: 17px;
}
	
	.hintblock {
  font-size: 12px;
	}
	
	.disabled:not(.disabled ~ .disabled)::before {
  		font-size: 15px;
	}
	
	.fighterbox-clicked:last-child .fighter-name {
    font-size: 24px;
    bottom: inherit;
		 left:inherit;
		transform: translate(0,0);
		 padding: 0;
	}
	
	.fighterbox-clicked:last-child .fighter-smallface {
  width: 100px;
  height: 100px;
  max-width: 100px;
}
	
}

@media all and (max-width: 480px) {
	
	.fighter-face {
    height: 66%;
		min-height: 30vh;
		max-height: 30vh;
	}
	
	 .fighterbox {
    height: 30vh;
	}
	
	.scene-block:after {
  box-shadow: -1px -1px 200px 32px rgb(0, 0, 0) inset;
}
	
	.vote-container .fighterbox-clicked .backface {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-image: none;
    align-content: start;
  }
	
	.fightervote {
		background-size: auto 150%;		
		
		transform: none !important;
	}
	
	.greet .button-subscribe {
		transform: none !important;
	}
	
	.js-tilt-glare {
		display: none !important;
	}
	
	ul.tabs li a {
		transform: none !important;
	}
	
	.listheader a {
		transform: none !important;
	}
	
	.listheader {
  		padding: 0 0 0 10px;
  		font-size: 18px;
	}
	
	.ratepos {
  		width: 15px;  
  		font-size: 22px;
		letter-spacing: -3px;
	}
	
	.achievmentbox {  
  		padding: 65px 0px 25px 0px;
		gap: 12px;
	}
	
	.ratebox .fighter-name {
  		font-size: 12px;
  		line-height: 16px;
  		padding: 5px 10px;
	}
	
	.ratebox .rating {
		font-size: 18px;
  		line-height: 36px;
	}
	
	.fighter-face {
  		overflow: hidden;
  		/*height: 200px;*/
	}
	
	.fighterfinal .fighter-face {
  		overflow: visible;
  		height: auto;
	}
	
	.overinfo .fighter-face {
  		height: 240px;
	}
	
	.fighter-face img {
  		position: relative;
  		width: 100%;
  		max-width: 100%;
  		display: block;
  		transform: scale(1) translate(0, 0);
	}
	
	.overinfo .fighter-face img {
		transform: scale(1) translate(0, 0);
	}
	
	.bet-badge {
  		left: 24px;
  		bottom: inherit;
  		top: 8px;
	}
	
	.bet-badge img {
		transform: scale(1) translate(0, 0);
	}
	
	  .vote-container {
    margin-top: 130px;
	}
	
	 .backface img {
    width: 100%;
    max-width: 100px;
  }
	
	  .fighterbox:last-child {
    bottom: 150px;
    max-width: 80%;
    left: 10%;
    /*max-height: 55vh;
    min-height: 55vh;*/
	}
	
	.fightervote .button-subscribe {
		/*width: 42%;
    max-width: 45%;
    margin: 0 10px;*/
    position: relative;
    
    left: inherit;
    bottom: inherit;
    align-self: center;
    flex: 0 1 auto;
  }
	
	 .backface img {
    padding: 0;
    margin-top: 0;
  }
	
	  .fighter-smallface {
    max-width: 60px;
    margin: 0;
    width: 60px;
    height: 60px;
    float: none;
    display: inline-block;
  }	
	
	 .fighter-name {
    font-size: 22px;
    line-height: 28px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0;
    flex: 0 1 auto;
  }
	
	.fighterbox .flag {
    padding: 0;
    margin: -5px 5px 0;
	}
	
	 .fighterbox .costvalue {
    font-size: 32px;
    clear: both;
    padding-top: 0;
  }
	
	 .euromarker {
    float: none;
	}
	
	 .fighter-face {
    height: 55%;
	}
	
	  .fighter-face img {
    transform: scale(1) translate(0, 0);
  }
	
	.fighterbox:last-child .fighter-name {
    font-size: 22px;
    /*bottom: 24vh;
    left: 50%;
    transform: translate(-50%,0);*/
  }
	
	 .fighterbox-clicked:last-child .fighter-name {
    font-size: 24px;
    bottom: inherit;
		 left:inherit;
		transform: translate(0,0);
		 padding: 0;
	}
	
	.fighterbox-clicked:last-child .fighter-smallface {
  width: 100px;
  height: 100px;
  max-width: 100px;
}
	
	.footer .button-subscribe {
  font-size: 11px;
    padding: 6px 8px;
    margin: 0 2px;
	}
	
	.lifecount, .recordcount {
  font-size: 20px;
  font-weight: 900;
}
	
	.giftbox img, .lifebox img {
  width: 24px;
		margin-right: 0;
	}
	
	.recordline {
  line-height: 1;
}
	
	.hintblock {
  background: linear-gradient(180deg, rgb(222, 0, 0) 10%, rgb(255, 0, 37) 100%);
  padding: 10px 0 70px;
	}
	
}

@media all and (max-width: 414px) {
	
	.fog {
    	height: 150%;
	}
	
	.mobile-deny {
		display:none !important;
	}
	
	.share_this {
  		margin-top: 12px;
	}
	
	.social_share {
  		width: 20px;
	}
    
     .costdigit {
        font-size: 28px;
      }
    
    .euromarker {
        font-size: 30px;
      }
    
    .fighterbox {
        height: 30vh;
        min-height: 30vh;
        max-height: 30vh;
    }
    
      .vote-container .fighterbox-shifted:last-child {
        max-height: 35vh;
        min-height: 35vh;
      }
    
    .fighter-face {
        height: 40%;
    }
    
   .fighterbox-shifted:last-child .fighter-face {
    min-height: 20vh;
    max-height: 20vh;
  }
    
    .fighter-name {
    font-size: 20px;
    }
	
    .fighterbox:last-child .fighter-name {
        font-size: 18px;
    }
    
    .fighterbox:last-child .fighter-face img {
    transform: scale(1) translate(0, -10%);
  }
    
   .fighterbox:last-child .fighter-face::after {
      transform: scaleY(0.5) translate(0, 50%);
    }
    
    .greet .overlay-content img {
      transform: scale(1.1) translate(-30%, 0);
    }
    
    .greet .overlay-content {
        padding-top: 120px;
    }
    
     .greet p {
    font-size: 13px;
    line-height: 16px;
  }
    
    .greet .overlay-content img {
    max-width: 140px;
    }
    
    .ol-img {
  max-width: 55%;
    }
    
	/*.scene-block:after {
		content:"";
		position: absolute;
    	bottom: 0;
    	width: 120%;
    	height: 30%;
    	background: linear-gradient(to bottom, rgba(28, 68, 190, 0) 0%, rgb(255, 255, 255) 100%);
    	animation: phase 10s 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}*/	

}

@media all and (max-width: 360px) {
    
    
    
}  