.disabled-btn {
  cursor: not-allowed !important;
}
.article-connect__body-content-confirm:not(.disabled-btn) {
  cursor: pointer !important;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-5px);
  }
  40%,
  80% {
    transform: translateX(5px);
  }
}
.error-shake {
  animation: 0.5s ease-in-out shake;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}
a,
button {
  background: 0 0;
  margin: 0;
}
a,
button,
hr {
  padding: 0;
}
.game__card::after,
.game__card::before {
  transition: 0.1s;
  left: 0;
  top: 0;
  content: "";
}
.article-connect__body-content-section-info-list li:last-child,
.article-connect__body-content-section:last-child,
.article-terms__body ul li:last-child {
  margin-bottom: 0;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
ins,
mark {
  background-color: #ff9;
  color: #000;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
hr {
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}
input,
select {
  vertical-align: middle;
}
button {
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  outline: 0;
}
.container {
  padding: 0 10px;
  width: 100%;
}
.header {
  padding: 22px 0;
  background-color: #121212;
  border-bottom: 1px solid #181818;
}
.main-top-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main-top-lang-current {
  color: #f0f2f5;
  display: block;
  font-size: 16px;
  font-weight: 700;
  transition: 0.15s;
  cursor: pointer;
}
.main-top-dropdown-item-btn:hover,
.main-top-lang-current:hover {
  color: #0d6efd;
}
.main-language {
  position: relative;
}
.main-top-dropdown {
  display: flex;
  flex-direction: column;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 35, 35, 0.41);
  padding: 5px;
  border-radius: 10px;
  width: 55px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.main-top-dropdown::before {
  content: "";
  height: 15px;
  top: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  position: absolute;
}
.main-language:hover .main-top-dropdown,
.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.main-top-dropdown-item-btn {
  color: #d3d2d2;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: 0.15s;
  padding: 2px 0;
}
::-webkit-scrollbar {
  display: none;
}
.bowl-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 720px;
  z-index: -1;
}
.bowl {
  width: 5514px;
  min-height: 720px;
  height: 100%;
  animation: 60s linear infinite wrapMap;
  background: url("https://i.ibb.co/5Xr4tPDd/world-map-min.jpg") repeat-x;
  position: relative;
  transform: translate3d(-1000px, 0, 0);
}
.game__card,
.try {
  background-repeat: no-repeat;
  background-size: cover;
}
.bowl-shadow {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(transparent 0, #000 100%);
  background-position: center top;
  box-shadow: #000 0 -40px 120px 0 inset;
}
.bowl-lights {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bowl-lights span {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  background: #f50;
  animation: 2s ease-out 2s infinite glow;
  z-index: 2;
}
.bowl-lights span:first-child {
  top: 282px;
  left: calc(50% + 585px);
}
.bowl-lights span:nth-child(2) {
  top: 390px;
  left: calc(50% - 510px);
}
.bowl-lights span:nth-child(3) {
  top: 295px;
  left: calc(50% - 600px);
}
.bowl-lights span:nth-child(4) {
  top: 212px;
  left: calc(50% - 80px);
}
.bowl-lights span:nth-child(5) {
  top: 220px;
  left: calc(50% + 400px);
}
.bowl-lights span:nth-child(6) {
  top: 147px;
  left: calc(50% + 30px);
}
.bowl-lights span:nth-child(7) {
  top: 490px;
  left: calc(50% - 310px);
}
.bowl-lights span:nth-child(8) {
  top: 320px;
  left: calc(50% + 20px);
}
@keyframes wrapMap {
  0% {
    transform: translate3d(-1500px, 0, 0);
  }
  100% {
    transform: translate3d(-3338px, 0, 0);
  }
}
@keyframes glow {
  0% {
    box-shadow: rgba(255, 85, 0, 0.4) 0 0 0 0;
  }
  70% {
    box-shadow: rgba(255, 85, 0, 0) 0 0 0 10px;
  }
  100% {
    box-shadow: rgba(255, 85, 0, 0) 0 0 0 0;
  }
}
.intro__inner {
  padding: 110px 0 80px;
  text-align: center;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.intro__title {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 20px;
}
.game__text,
.intro__subtitle {
  color: #a0a0a0;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 24px;
}
.intro__steam,
.redirect-button {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url(/assets/icons/down.png) 0 0 / cover no-repeat;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  padding: 15px 30px;
  margin: 0 auto 30px;
  transition: 0.15s;
  width: 217px;
}
.game__card,
.try {
  background-position: center center;
}
.advantage__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap: 32px;
}
.advantage__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage__item-img-wrapper {
  padding: 0 0 40px;
}
.advantage__item-title {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.advantage__item-text {
  color: #a0a0a0;
  line-height: 1.6;
  text-align: center;
}
.advantage__item-text b {
  font-weight: 400;
  color: #c40;
}
.game__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.game__card-img {
  width: 70px;
  height: 70px;
  margin: 0 auto 45px;
  display: block;
}
.game__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 420px;
  color: #f0f2f5;
  padding: 35px 22px;
  position: relative;
  cursor: pointer;
}
.game__card-subtitle {
  margin-bottom: 10px;
  display: block;
  font-size: 10.5px;
  color: #959aa2;
}
.game__card-title {
  margin-bottom: 10px;
  font-size: 22px;
}
.game__card-text {
  line-height: 21px;
}
.game__card::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.game__card::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 10%,
    rgba(0, 0, 0, 0) 100%
  );
}
.game__card:first-child {
  background-image: url("https://i.ibb.co/ks2T8b4z/1v1.jpg");
}
.game__card:nth-child(2) {
  background-image: url("https://i.ibb.co/nNjbsZdH/2v2.jpg");
}
.game__card:nth-child(3) {
  background-image: url("https://i.ibb.co/R42JQHx0/W7wxlPa.png");
}
.game__card-info {
  position: relative;
  z-index: 2;
}
.game__card:hover::before {
  opacity: 0;
}
.brands {
  padding-bottom: 32px;
}
.brands__inner {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.brands__items-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 15px 0;
}
.brands__item {
  display: block;
  border: 4px solid transparent;
  border-radius: 3px;
  position: relative;
  transition: 0.15s;
}
.brands__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #000 100%);
  opacity: 0;
  transition: 0.6s;
}
.brands__item-img {
  aspect-ratio: 16/7;
  object-fit: cover;
  max-width: 100%;
  display: block;
}
.brands__item-go {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #f50;
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0;
  transition: 0.15s;
}
.brands__item:hover {
  border-color: #f50;
}
.brands__item:hover .brands__item-go,
.brands__item:hover::before {
  opacity: 1;
}
.brands__arrow {
  display: block;
  align-self: stretch;
  padding: 8px;
  transition: 0.15s;
}
.brands__arrow--left {
  transform: scale(-1, 1);
}
.brands__arrow:hover {
  background-color: #5b5b5b;
}
.try {
  padding: 90px 0;
  background-image: url("urn:scrapbook:download:error:https://faceit.hubtyloo.pro/images/phrHDQ08iPXH.jpg");
}
.try__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.try__title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.15s;
}
.try__title:hover {
  color: #f50;
}
.try__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 20px;
  line-height: 30px;
}
.try__item--orange {
  color: #f50;
  font-weight: 600;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  backdrop-filter: blur(5px);
}
.article-connect,
.article-terms {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow-y: scroll;
  transform: translateY(100%);
  transition: transform 0.8s;
}
.article-connect {
  padding-top: 50px;
  background-color: transparent;
}
.article-connect.open,
.article-terms.open {
  transform: translateY(10%);
}
.article-connect__body {
  max-width: 700px;
  margin: 40px auto;
  background: #080c18ed;
}
.article-connect__body-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 0;
}
.article-terms__body-header {
  display: flex;
  justify-content: space-between;
  padding: 0;
  background-color: #181818;
}
.article-connect__body-header-button {
  color: #d4d4d4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.article-terms__body-header-button {
  color: #a0a0a0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.article-connect__body-content {
  padding: 20px;
}
.article-connect__body-content-inner {
  max-width: 430px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  line-height: 18px;
}
.article-connect__body-content-section {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.article-connect__body-content-section-icon {
  max-width: 32px;
  width: 100%;
  height: 100%;
}
.article-connect__body-content-section-info-title {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}
.article-connect__body-content-section-info-list li {
  margin-bottom: 20px;
}
.article-connect__body-content-confirm-text {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
.article-connect__body-content-confirm {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
  width: 217px;
  justify-content: center;
  transition: 0.15s;
}
.article-connect__body-content-confirm:disabled {
  cursor: not-allowed;
  background: url(/assets/icons/down.png) 0 0 / cover no-repeat;
  color: #fff;
}
.article-connect__body-content-confirm-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8px;
  position: relative;
}
.article-connect__body-content-confirm-img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 24px;
}
.article-connect__body-content-confirm-img img {
  display: block;
}
.article-connect__body-content-confirm-button-text {
  padding: 0 0 0 8px;
}
.article-connect__body-content-confirm-problem {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.article-connect__body-content-confirm-support {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 15px;
}
.article-connect__body-content-confirm-support:hover {
  text-decoration: underline;
}
.article-connect__body-content-stats {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: column;
  color: #c8433c;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}
.article-connect__body-content-stats--success {
  color: #65924d;
}
.article-connect__body-content-stats-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.article-terms {
  padding: 20px 0;
  background-color: transparent;
}
.article-terms__body {
  background: #181818;
  color: #fff;
  padding: 20px 40px 40px;
  max-width: 900px;
  margin: 95px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  line-height: 20px;
}
.article-terms__body h2:first-of-type {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 12px;
  padding: 20px 0;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.article-terms__body h2:not(:first-of-type) {
  color: #f50;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
.article-terms__body p > strong {
  color: #ffffff99;
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-bottom: 5px;
}
.article-terms__body ul li {
  margin-bottom: 5px;
}
.game__info {
  text-align: center;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.game__title {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.advantage {
  padding-bottom: 150px;
}
.invitation-label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}
.invitation-input {
  width: 100%;
  padding: 12px;
  background-color: #1a1f2e;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
  margin: 0 0 20px;
  outline: 0;
}
.invitation-container {
  max-width: 420px;
  margin: 0 auto;
}
.error-message {
  color: #f33;
  font-size: 14px;
  margin: 0 0 20px;
  text-align: left;
  display: none;
}
.invitation-input.invalid {
  border-color: #f33 !important;
}
.verify-btn {
  background: url(/assets/icons/down.png) 0 0 / cover no-repeat;
  color: #fff;
  cursor: not-allowed !important;
  transition: 0.3s;
}
.verify-btn.active {
  background-color: #f50 !important;
  color: #fff !important;
  cursor: pointer !important;
}
@media (max-width: 1000px) {
  .game__inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .game__card {
    max-width: 600px;
    width: 100%;
  }
  .advantage__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 790px) {
  .brands__items-inner {
    grid-template-columns: 1fr 1fr;
  }
  .brands__arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .intro__title,
  .try__title {
    font-size: 24px;
  }
  .try__list {
    font-size: 16px;
    line-height: 20px;
  }
  .article-connect {
    padding-top: 0;
  }
  .article-connect__body-header {
    background-color: #000;
  }
}
@media (max-width: 400px) {
  .advantage__inner {
    grid-template-columns: 1fr;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.main {
  overflow-x: hidden;
  margin-top: 100px;
}
.verification-content {
  margin-bottom: 25px;
}
.verification-hub-id,
.welcome-message {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.verification-hub-id span {
  color: #1e90ff;
  font-weight: 700;
  margin-left: 10px;
}
.verification-status {
  font-size: 22px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}
.verification-list {
  list-style: none;
  margin-bottom: 30px;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.verification-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.verification-item .icon {
  margin-right: 8px;
  font-size: 20px;
}
.verification-item.valid .icon {
  color: #00a851;
  font-size: 16px;
  line-height: 1;
}
.verification-item.error .icon {
  color: #f44336;
  font-size: 16px;
}
.verification-steps {
  background: #0508109c;
  padding: 30px;
  border-radius: 6px;
  margin-top: 30px;
  display: none;
  animation: 1.2s ease-in fadeIn;
}
.inner,
.loader {
  position: absolute;
  border-radius: 50%;
}
.verification-steps-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #1e90ff;
  text-align: left;
}
.verification-steps-list {
  list-style-type: decimal;
  padding-left: 20px;
  text-align: left;
}
.verification-steps-list li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
}
.verification-item-label {
  font-weight: 700;
  color: #fff;
  margin-right: 8px;
}
.verification-item-result {
  display: inline-flex;
  align-items: center;
}
.loader {
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  perspective: 800px;
}
.inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.inner.one {
  left: 0;
  top: 0;
  animation: 1s linear infinite rotate-one;
  border-bottom: 5px solid #5294ff;
}
.inner.two {
  right: 0;
  top: 0;
  animation: 1s linear infinite rotate-two;
  border-right: 5px solid #6a22ed;
}
.inner.three {
  right: 0;
  bottom: 0;
  animation: 1s linear infinite rotate-three;
  border-top: 5px solid #5294ff;
}
@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.fade-text {
  opacity: 0;
  animation: 3s infinite alternate fade;
}
.fade-text-warning {
  opacity: 0;
  animation: 1.5s infinite alternate fade;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: 1s ease-in-out infinite spin;
  margin-right: 8px;
}
.verification-item-result .loading-text {
  color: #fff9;
}
.verification-item.valid .verification-item-result .result-text {
  color: #00a851;
}
.verification-item.error .verification-item-result .result-text {
  color: #f44336;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
