body {
  line-height: inherit;
  margin: 0;
  font-family: Proxima Nova, Helvetica, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  color: white;
}
.main {
  display: flex;
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}
.main-screen {
  background-image: url('img/XIkE8.gif'); /* Добавлен фон */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.main-screen:before {
  background-image: linear-gradient(
    141.36deg,
    #11141f,
    #141628 50.08%,
    #1b254b 74.53%,
    #245291 105.86%
  );
  z-index: -1;
}
.main-screen:after {
  -webkit-backdrop-filter: hue-rotate(40deg);
  backdrop-filter: hue-rotate(10deg);
}
.main-screen:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.container {
  z-index: 1;
}
.logotype-img {
  height: auto;
  max-width: 100%;
}
.logotype {
  padding-bottom: 0.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 2rem;
}
.h1 {
  letter-spacing: -0.5px;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  margin-top: 2.5rem;
  margin: 0;
}
.p {
  color: rgb(191, 191, 203);
  text-align: center;
  margin-top: 1rem;
}
.button {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #ff5500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  padding: 12px 55px;
  margin: 2rem auto 30px;
  transition: 0.15s;
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}
.button:hover {
  background-color: #fd6e35;
}
.animation {
  bottom: 10%;
  display: flex;
  left: 50%;
  position: absolute;
  right: 0;
  transform: translateX(-50%);
  width: 1264px;
  z-index: 1;
}
.svg {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: float;
  animation-name: float;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: block;
  flex-shrink: 0;
  height: 243px;
}
.cuprsor {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: dot;
  animation-name: dot;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  background-color: var(--background_color);
  background-image: linear-gradient(
    270deg,
    #e14380,
    #7b4cff 16.65%,
    #6ec4ff 33.3%,
    #00ff47 50%,
    #6ec4ff 66.7%,
    #7b4cff 83.3%,
    #e14380
  );
  background-size: 2000px 100%;
  border-radius: 50%;
  height: 16px;
  left: calc(50% - 8px);
  position: absolute;
  top: -8px;
  width: 16px;
}
.cuprsor:before {
  -webkit-animation: pulse 1.3s ease-in-out infinite;
  animation: pulse 1.3s ease-in-out infinite;
  background-image: inherit;
  background-position: inherit;
  background-size: inherit;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.5;
  width: 100%;
  z-index: -1;
}
@-webkit-keyframes float {
  0% {
    transform: translateX(-18.5%);
  }
  to {
    transform: translateX(-118.5%);
  }
}
@keyframes float {
  0% {
    transform: translateX(-18.5%);
  }
  to {
    transform: translateX(-118.5%);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(2);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(2);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@-webkit-keyframes dot {
  0% {
    background-position: 1000px 0;
    transform: translateY(241px);
  }
  12.5% {
    background-position: 750px 0;
    transform: translateY(150px);
  }
  25% {
    background-position: 500px 0;
    transform: translateY(227px);
  }
  37.5% {
    background-position: 250px 0;
    transform: translateY(79px);
  }
  50% {
    background-position: 0 0;
    transform: translateY(0);
  }
  50.00001% {
    background-position: 2000px 0;
    transform: translateY(0);
  }
  62.5% {
    background-position: 1750px 0;
    transform: translateY(92px);
  }
  75% {
    background-position: 1500px 0;
    transform: translateY(15px);
  }
  87.5% {
    background-position: 1250px 0;
    transform: translateY(160px);
  }
  to {
    background-position: 1000px 0;
    transform: translateY(241px);
  }
}
@keyframes dot {
  0% {
    background-position: 1000px 0;
    transform: translateY(241px);
  }
  12.5% {
    background-position: 750px 0;
    transform: translateY(150px);
  }
  25% {
    background-position: 500px 0;
    transform: translateY(227px);
  }
  37.5% {
    background-position: 250px 0;
    transform: translateY(79px);
  }
  50% {
    background-position: 0 0;
    transform: translateY(0);
  }
  50.00001% {
    background-position: 2000px 0;
    transform: translateY(0);
  }
  62.5% {
    background-position: 1750px 0;
    transform: translateY(92px);
  }
  75% {
    background-position: 1500px 0;
    transform: translateY(15px);
  }
  87.5% {
    background-position: 1250px 0;
    transform: translateY(160px);
  }
  to {
    background-position: 1000px 0;
    transform: translateY(241px);
  }
}
.modal-connect {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10;
  padding-top: 40px;
  transform: translateY(-150%);
}

.modal-connect.open {
  animation: popupOpen 1s forwards;
}

@keyframes popupOpen {
  0% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateY(0%);
  }
}

.modal-connect__body {
  max-width: 900px;
  margin: 0 auto;
}

.modal-connect__body-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #000;
}

.modal-connect__body-header-button {
  color: #a0a0a0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.modal-connect__body-content {
  background: #181818;
  padding: 45px 40px;
  max-height: 80vh;
  overflow-y: scroll;
}

.modal-connect__body-content-inner {
  max-width: 430px;
  margin: 0 auto;
  width: 100%;
  color: #959aa2;
  line-height: 18px;
}

.modal-connect__body-content-section {
  display: flex;
  gap: 20px;
}

.modal-connect__body-content-section-icon {
  max-width: 32px;
  width: 100%;
  height: 100%;
}

.modal-connect__body-content-section {
  margin-bottom: 40px;
}

.modal-connect__body-content-section:last-child {
  margin-bottom: 0;
}

.modal-connect__body-content-section-info-title {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}

.modal-connect__body-content-section-info-list li {
  margin-bottom: 20px;
}

.modal-connect__body-content-section-info-list li:last-child {
  margin-bottom: 0;
}

.modal-connect__body-content-confirm-text {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}

.modal-connect__body-content-confirm {
  color: #fff;
  background-color: #ff5500;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  transition: 0.15s;
  margin-bottom: 30px;
}

.modal-connect__body-content-confirm:disabled {
  background: rgba(94, 97, 112, 0.3) !important;
  color: rgba(94, 97, 112, 0.8) !important;
  cursor: not-allowed;
}

.modal-connect__body-content-confirm:hover {
  background-color: #fd6e35;
}

.modal-connect__body-content-confirm-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8px;
  position: relative;
}

.modal-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;
}

.modal-connect__body-content-confirm-img img {
  display: block;
}

.modal-connect__body-content-confirm-button-text {
  padding: 0px 15px;
}

.modal-connect__body-content-confirm-problem {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.modal-connect__body-content-confirm-support {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 15px;
}

.modal-connect__body-content-confirm-support:hover {
  text-decoration: underline;
}

.modal-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;
}

.modal-connect__body-content-stats--success {
  color: #65924d;
}

.modal-connect__body-content-stats-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.modal-terms {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  transform: translateY(-150%);
}

.modal-terms.open {
  animation: popupOpen 1s forwards;
}

.modal-terms__body {
  background: #222222;
  color: white;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  line-height: 20px;
}

.modal-terms__body h2 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
}

.modal-terms__body ul li {
  margin-bottom: 5px;
}

.modal-terms__body ul li:last-child {
  margin-bottom: 0;
}

@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,
  .game__title,
  .try__title {
    font-size: 36px;
  }

  .try__list {
    font-size: 16px;
    line-height: 20px;
  }

  .modal-connect {
    padding-top: 0;
  }

  .modal-connect__body-header {
    background-color: #000;
  }
}

@media (max-width: 470px) {
  .intro__title,
  .game__title,
  .try__title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 400px) {
  .advantage__inner {
    grid-template-columns: 1fr;
  }
}

.form-select:focus {
  border-color: rgb(255, 85, 0) !important;
  outline: 0;
  box-shadow: none;
}

.form-select {
  background-color: rgb(48, 48, 48);
}

.form-check:hover {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #44bd32 !important;
  border-color: #44bd32 !important;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check .form-check-input {
  margin-left: 0 !important;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal_link {
  text-decoration: none;
  transition: 0.3s ease;
  opacity: 0.7;
}

.modal_link:hover {
  text-decoration: underline;
  opacity: 1;
}

.form-check {
  transition: 0.3s ease;
}

.selected-background {
  position: relative;
  padding: 5px;
  border: 1px solid #ff5500; /* Replace with the desired background color */
  border-radius: 10px;
}
button {
background: transparent;
margin: 0;
padding: 0;
font-family: inherit;
font-size: inherit;
border: none;
cursor: pointer;
outline: none;
}