* {
  box-sizing: border-box;
  font-family: Geometria, sans-serif;
}

body {
  min-width: 360px;
  padding: 0;
  margin: 0;
  background-color: #EFF1FB !important;
}

:root {
  --140-80-f: clamp(5rem, 3.3929rem + 4.4643vw, 8.75rem);
  --70-40-f: clamp(2.5rem, 1.6964rem + 2.2321vw, 4.375rem);
  --50-20-f: clamp(1.25rem, 0.4464rem + 2.2321vw, 3.125rem);
  --44-32-f: clamp(2rem, 1.6786rem + 0.8929vw, 2.75rem);
  --28-20-f: clamp(1.25rem, 1.0357rem + 0.5952vw, 1.75rem);
  --24-18-f: clamp(1.125rem, 0.9643rem + 0.4464vw, 1.5rem);
  --24-16-f: clamp(1rem, 0.7857rem + 0.5952vw, 1.5rem);
  --20-16-f: clamp(1rem, 0.8929rem + 0.2976vw, 1.25rem);
  --18-16-f: clamp(1rem, 0.9464rem + 0.1488vw, 1.125rem);
  --15-6-f: clamp(0.375rem, 0.1339rem + 0.6696vw, 0.9375rem);
  --195-20: clamp(1.25rem, -10.4418rem + 18.8578vw, 12.1875rem);
  --100-80: clamp(5rem, 3.6638rem + 2.1552vw, 6.25rem);
  --90-72: clamp(4.5rem, 3.2974rem + 1.9397vw, 5.625rem);
  --80-40: clamp(2.5rem, -0.1668rem + 4.3057vw, 5rem);
  --72-64: clamp(4rem, 3.4655rem + 0.8621vw, 4.5rem);
  --56-44: clamp(2.75rem, 1.9483rem + 1.2931vw, 3.5rem);
  --36-28: clamp(1.75rem, 1.2166rem + 0.8611vw, 2.25rem);
  --36-20: clamp(1.25rem, 0.1833rem + 1.7223vw, 2.25rem);
  --28-24: clamp(1.5rem, 1.2333rem + 0.4306vw, 1.75rem);
  --24-20: clamp(1.25rem, 0.9828rem + 0.431vw, 1.5rem);
  --20-16: clamp(1rem, 0.7328rem + 0.431vw, 1.25rem);
  --20-12: clamp(0.75rem, 0.2166rem + 0.8611vw, 1.25rem);
  --80-52-576: clamp(3.25rem, 0.8269rem + 6.7308vw, 5rem);
  --72-36-576: clamp(2.25rem, -0.8654rem + 8.6538vw, 4.5rem);
  --64-48-576: clamp(3rem, 1.6154rem + 3.8462vw, 4rem);
  --40-28-576: clamp(1.75rem, 0.709rem + 2.8916vw, 2.5rem);
  --44-32-576: clamp(2rem, 0.9615rem + 2.8846vw, 2.75rem);
}

.w1920 {
  width: min(1920px, 100%);
  margin: 0 auto;
}

.utf-menu {
  padding: 12px var(--195-20);
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 576px) {
  .utf-menu {
    gap: 0px;
  }
}

.wrap-menu-block {
  background-color: #ffffff;
  border-radius: var(--15-6-f);
}
.wrap-menu-block.utf-logo {
  padding: 12px 20px;
  order: 0;
  position: relative;
  z-index: 5;
}
.wrap-menu-block.utf-logo .logo-top {
  width: clamp(3.125rem, 2.3233rem + 1.2931vw, 3.875rem);
}
@media screen and (max-width: 576px) {
  .wrap-menu-block.utf-logo {
    border-radius: var(--15-6-f) 0px 0px var(--15-6-f);
  }
}
.wrap-menu-block.navigation {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-grow: 1;
  padding: 0 clamp(0.75rem, 0.6429rem + 0.2976vw, 1rem);
  order: 1;
}
@media screen and (max-width: 576px) {
  .wrap-menu-block.navigation {
    order: 2;
    border-radius: 0px var(--15-6-f) var(--15-6-f) 0px;
    flex-grow: 0;
  }
}
.wrap-menu-block.langs {
  position: relative;
  z-index: 5;
  padding: var(--20-16) var(--24-20);
  order: 2;
}
@media screen and (max-width: 576px) {
  .wrap-menu-block.langs {
    order: 1;
    border-radius: 0px;
    flex-grow: 1;
  }
}

.nav-top-wrap {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-item {
  list-style-type: none;
  cursor: pointer;
  color: #515161;
  font-size: var(--20-16-f);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.nav-item a {
  text-decoration: none;
  color: inherit;
}

.f-nav-item a {
  text-decoration: none;
  color: inherit;
}

.lang-item {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .lang-item {
    justify-content: end;
  }
}
.lang-item .lang-svg {
  width: var(--24-16-f);
}
.lang-item .lang-t {
  color: #515161;
  font-size: var(--20-16-f);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 576px) {
  .utf-menu {
    position: relative;
  }
  .mob-nav .nav-top-wrap {
    position: absolute;
    left: 20px;
    top: calc(100% - 15px);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 20px 12px;
    border-radius: 0px 0px var(--15-6-f) var(--15-6-f);
    width: calc(100% - 40px);
    z-index: 3;
  }
  .mob-nav .nav-top-wrap.show-menu {
    display: flex;
    animation: show-menu 1s ease;
  }
  .mob-nav .nav-top-wrap.close-menu {
    display: flex;
    animation: close-menu 1s ease;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .mob-nav .nav-top-wrap {
    display: none;
  }
}
@keyframes show-menu {
  0% {
    top: 0;
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  85% {
    top: calc(100% - 15px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes close-menu {
  0% {
    top: calc(100% - 15px);
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  85% {
    top: 0;
  }
  100% {
    opacity: 0;
  }
}
.svg-close {
  display: none;
}

.svg-dots.open-menu {
  animation: svg-dots 0.3s ease;
}

.svg-dots.open-menu.opened {
  display: none;
}

.svg-close.open-menu {
  display: block;
  animation: svg-close 0.3s ease;
}

.svg-close.close-menu {
  display: block;
  animation: svg-close-closemenu 0.3s ease;
}

.svg-dots.close-menu {
  animation: svg-dots-closemenu 0.3s ease;
}

.svg-close, .svg-dots {
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .svg-close, .svg-dots {
    display: none !important;
  }
}

@keyframes svg-dots {
  0% {
    transform: scale(1);
  }
  80% {
    opacity: 0.1;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes svg-close {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(720deg);
  }
}
@keyframes svg-close-closemenu {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    transform: scale(0) rotate(720deg);
  }
}
@keyframes svg-dots-closemenu {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.banner-wrap {
  padding: var(--56-44) var(--195-20) var(--100-80);
  display: flex;
  flex-direction: column;
  gap: var(--72-64);
}
@media screen and (max-width: 991px) {
  .banner-wrap {
    gap: var(--64-48-576);
    align-items: center;
  }
}

.ban-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(1275px, 100%);
  margin: 0 auto;
}

.content-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (576px < width < 991px) {
  .content-row {
    align-self: center !important;
  }
}
@media screen and (max-width: 576px) {
  .content-row {
    align-self: start !important;
    align-items: start;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .content-row:last-of-type {
    flex-direction: column;
    gap: 16px;
  }
}

.ban-title {
  color: #1D1D34;
  font-size: var(--90-72);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .ban-title {
    font-size: var(--72-36-576);
  }
}
.ban-title.clr-rose {
  color: #D1B7FF;
}

.ban-description {
  color: #515161;
  font-size: var(--24-18-f);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.btn-go-to-form {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding: 20px 56px 16px 56px;
  background-color: #FF5731;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
  margin-top: 12px;
  border-radius: 10px;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .btn-go-to-form {
    width: 100%;
    text-align: center;
  }
}
.btn-go-to-form:hover {
  background-color: #FF9431;
  color: #ffffff;
}
.btn-go-to-form .btn-svg {
  background-color: #515161;
  border-radius: 10px;
  position: absolute;
  z-index: 4;
  content: "";
  width: 112px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 3px;
  padding: 4px 16px;
}

.btn-svg svg {
  flex-shrink: 0;
  flex-grow: 1;
}

.btn-go-to-form:hover .btn-svg svg {
  animation: blick 0.5s ease infinite;
}
.btn-go-to-form:hover .btn-svg svg:nth-child(1) {
  animation: blink 0.5s ease infinite 0s;
}
.btn-go-to-form:hover .btn-svg svg:nth-child(2) {
  animation: blink 0.5s ease infinite 0.1s;
}
.btn-go-to-form:hover .btn-svg svg:nth-child(3) {
  animation: blink 0.5s ease infinite 0.2s;
}
.btn-go-to-form:hover .btn-svg svg:nth-child(4) {
  animation: blink 0.5s ease infinite 0.3s;
}
.btn-go-to-form:hover .btn-svg svg:nth-child(5) {
  animation: blink 0.5s ease infinite 0.4s;
}
.btn-go-to-form:hover .btn-svg svg:nth-child(6) {
  animation: blink 0.5s ease infinite 0.5s;
}
.btn-go-to-form:hover .btn-svg svg:nth-child(7) {
  animation: blink 0.5s ease infinite 0.6s;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.ban-arrow {
  width: clamp(2.5rem, -0.3642rem + 7.9561vw, 6.125rem);
  height: clamp(2.5rem, -0.3642rem + 7.9561vw, 6.125rem);
}

.banner-grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media screen and (max-width: 991px) {
  .banner-grids {
    grid-template-columns: 1fr;
    width: min(750px, 100%);
  }
}
.banner-grids .left {
  display: grid;
  grid-template-columns: 1fr 1.77fr;
  gap: 2px;
}
.banner-grids .left .grid-small {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
.banner-grids .right {
  display: grid;
  grid-template-columns: 1.36fr 1fr;
  gap: 2px;
}

.block-item {
  position: relative;
}
.block-item .block-item-bg {
  width: 100%;
  height: 100%;
  border-radius: var(--15-6-f);
  overflow: hidden;
}
.block-item .block-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-coin {
  position: absolute;
  bottom: 2px;
  left: -8%;
  width: 90%;
}

.grid-big {
  position: relative;
  background-color: #ffffff;
  border-radius: var(--15-6-f);
}

.box-girl {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.box-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 40%;
}

.box-gamepad {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
}

.grid4x4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2px;
}
/* Этот код должен быть в файле style.css для этого блока */
.block-item.item-logo {
  border-radius: var(--15-6-f);
  background-color: #291255;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.item-logo__svg {
  width: 180px !important;       /* Держим идеальный размер на компьютерах */
  max-width: 90% !important;    /* Запрещаем вылезать за края на мобилках */
  height: auto !important;
  margin: 0 !important;
  display: block !important;
  object-fit: contain !important;
}
@media screen  and (max-width: 991px){
  .item-logo__svg {
    width: 100%;
    height: clamp(1.5625rem, -0.5913rem + 8.2051vw, 3.5625rem);
  }

}
.about-us-wrapper, .contact-us-wrapper {
  display: flex;
  flex-direction: column;
}

.about-us-top, .contact-us-top {
  background-color: #131126;
  border-radius: var(--50-20-f);
  position: relative;
  overflow: hidden;
}

.car-item {
  color: #EFF1FB;
  font-size: var(--80-40);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .car-item {
    font-size: var(--40-28-576);
  }
}
.car-item.dot {
  color: #D1B7FF;
  padding-right: 20px;
}

.about-us-top {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 var(--195-20);
}
@media screen and (max-width: 991px) {
  .about-us-top {
    grid-template-columns: 1fr;
  }
}

.about-us-carousel, .contact-us-carousel {
  position: absolute !important;
  width: 100%;
  top: -5px;
  left: 0;
  z-index: 6;
}

.about-right {
  padding-top: clamp(5.9375rem, 1.6039rem + 6.9968vw, 10rem);
  padding-bottom: clamp(5rem, 0.9997rem + 6.4586vw, 8.75rem);
  width: min(clamp(29.375rem, 19.3743rem + 16.1464vw, 38.75rem), 100%);
  justify-self: right;
  display: flex;
  flex-direction: column;
  gap: var(--20-12);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .about-right {
    width: 100%;
    padding-bottom: 20px;
  }
}

.about-arrow svg {
  width: clamp(0.875rem, 0.2083rem + 1.0764vw, 1.5rem);
  height: clamp(1.5rem, 0.4333rem + 1.7223vw, 2.5rem);
}

.about-description {
  color: #FFF;
  font-size: var(--24-18-f);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.about-left {
  position: relative;
}
@media screen and (max-width: 991px) {
  .about-left {
    display: flex;
    justify-content: center;
    width: min(420px, 100%);
    justify-self: center;
  }
}

.about-cat {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .about-cat {
    position: static;
    transform: translate(0);
  }
}

.about-planet {
  position: absolute;
  z-index: 2;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(30rem, -18.0032rem + 77.5027vw, 75rem);
}

.about-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-gradient img {
  position: absolute;
  left: 0;
  bottom: top;
  width: clamp(46.25rem, 0.2469rem + 74.2734vw, 89.375rem);
}

.about-arrow svg {
  animation: blick2 12s ease infinite;
}
.about-arrow svg:nth-child(1) {
  animation: blink2 0.5s ease infinite 0s;
}
.about-arrow svg:nth-child(2) {
  animation: blink2 0.5s ease infinite 0.08s;
}
.about-arrow svg:nth-child(3) {
  animation: blink2 0.5s ease infinite 0.16s;
}
.about-arrow svg:nth-child(4) {
  animation: blink2 0.5s ease infinite 0.24s;
}
.about-arrow svg:nth-child(5) {
  animation: blink2 0.5s ease infinite 0.32s;
}
.about-arrow svg:nth-child(6) {
  animation: blink2 0.5s ease infinite 0.4s;
}
.about-arrow svg:nth-child(7) {
  animation: blink2 0.5s ease infinite 0.48s;
}
.about-arrow svg:nth-child(8) {
  animation: blink2 0.5s ease infinite 0.56s;
}
.about-arrow svg:nth-child(9) {
  animation: blink2 0.5s ease infinite 0.64s;
}
.about-arrow svg:nth-child(10) {
  animation: blink2 0.5s ease infinite 0.72s;
}
.about-arrow svg:nth-child(11) {
  animation: blink2 0.5s ease infinite 0.8s;
}

@keyframes blink2 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
.about-gradient-red, .about-gradient-blue1, .about-gradient-blue2, .about-gradient-green {
  position: absolute;
  mix-blend-mode: color-dodge;
  filter: blur(60px);
}

.about-gradient-red {
  transform: rotate(27.185deg);
}

.about-gradient-green {
  transform: rotate(-16.281deg);
}

.about-gradient-blue1 {
  transform: rotate(-16.281deg);
}

.about-gradient-blue2 {
  transform: rotate(-16.281deg) translate(35%, 35%);
}

.about-us-bottom {
  position: relative;
  margin-top: -30px;
  padding: 0 var(--195-20);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  z-index: 6;
}
@media screen and (768px < width < 1200px) {
  .about-us-bottom {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .about-us-bottom {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
}

.abus-item {
  border-radius: var(--15-6-f);
  background-color: #ffffff;
  position: relative;
  padding: var(--36-20) var(--36-20) var(--36-28);
  overflow: hidden;
}

.abus-content {
  display: flex;
  flex-direction: column;
  gap: var(--28-24);
  position: relative;
  z-index: 2;
}

.abus-title {
  color: #515161;
  font-size: var(--28-20-f);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 991px) {
  .abus-title {
    font-size: var(--28-20-f);
  }
}

.abus-description {
  color: #515161;
  font-size: var(--18-16-f);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.abus-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.abus-bg img {
  position: absolute;
}

.abus1 {
  bottom: 0;
  right: 0;
  width: min(76px, 20%);
}

.abus2 {
  bottom: -10%;
  right: -10%;
  width: min(228px, 60%);
}

.abus3 {
  bottom: 0%;
  left: 50%;
  width: min(226px, 70%);
  transform: translate(-50%, 60%);
}

.abus4 {
  bottom: -20%;
  right: -20%;
  width: min(228px, 60%);
}

.our-services-wrap {
  padding: var(--140-80-f) var(--195-20) var(--70-40-f);
  display: flex;
  flex-direction: column;
  gap: var(--44-32-f);
}

.services-content {
  align-self: center;
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.1786rem + 0.8929vw, 1.25rem);
}
.services-content svg {
  width: clamp(1rem, 0.7857rem + 0.5952vw, 1.5rem);
  height: clamp(1rem, 0.7857rem + 0.5952vw, 1.5rem);
}

.services-title {
  color: #1D1D34;
  font-size: clamp(1.75rem, 0.8929rem + 2.381vw, 3.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.ser-items {
  display: flex;
  flex-direction: column;
}

.ser-item {
  padding: clamp(1.25rem, 0.8214rem + 1.1905vw, 2.25rem) 0px;
  border-bottom: 1px solid rgba(209, 183, 255, 0.5);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .ser-item {
    flex-direction: column;
    justify-content: center;
  }
}
.ser-item .left {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 0.4286rem + 0.8929vw, 1.5rem);
}
.ser-item .right {
  display: flex;
}

.ser-icon {
  width: clamp(3.125rem, 1.25rem + 5.2083vw, 7.5rem);
  height: clamp(1.5rem, 0.8571rem + 1.7857vw, 3rem);
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.ser-icon img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.ser-content {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ser-content .ser-num {
  padding: 6px 8px;
  border-radius: 40px;
  border: 1px solid rgba(209, 183, 255, 0.5);
  color: var(--violet, #D1B7FF);
  font-size: clamp(0.6875rem, 0.6071rem + 0.2232vw, 0.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.3s ease;
}

.ser-title {
  color: #D1B7FF;
  font-size: clamp(1.25rem, 0.5rem + 2.0833vw, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.3s ease;
}

.ser-description {
  color: #515161;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: clamp(25rem, 18.9996rem + 9.6878vw, 30.625rem);
}
@media screen and (max-width: 991px) {
  .ser-description {
    width: 100%;
  }
}

.ser-arrows {
  position: relative;
  width: clamp(1.875rem, 1.2857rem + 1.6369vw, 3.25rem);
  height: clamp(1.875rem, 1.2857rem + 1.6369vw, 3.25rem);
  overflow: hidden;
}

.ser-item:hover .arrow-svg {
  opacity: 0;
}
.ser-item:hover .arrow-svg-hover {
  left: 0%;
  opacity: 1;
}
.ser-item:hover .ser-title {
  color: #1D1D34;
}
.ser-item:hover .ser-num {
  border: 1px solid #1D1D34;
  color: #1D1D34;
}
@media screen and (min-width: 991px) {
  .ser-item:hover .ser-icon {
    width: clamp(6.875rem, 2.8747rem + 6.4586vw, 10.625rem);
  }
}

.arrow-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.arrow-svg-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 576px) {
  .ser-title {
    color: #1D1D34;
  }
  .ser-num {
    border: 1px solid #1D1D34 !important;
    color: #1D1D34 !important;
  }
}
.steps-wrapper {
  padding: var(--70-40-f) var(--195-20) var(--140-80-f);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.steps-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2px;
}
@media screen and (max-width: 576px) {
  .steps-top {
    grid-template-columns: 1fr;
    margin-top: clamp(0rem, -7.8125rem + 34.7222vw, 4.6875rem);
  }
}

.steps-top-left {
  border-radius: var(--15-6-f);
  background-color: #D1B7FF;
  position: relative;
  height: clamp(12.5rem, 7.1663rem + 8.6114vw, 17.5rem);
}
@media screen and (max-width: 576px) {
  .steps-top-left {
    height: clamp(10rem, 5.8333rem + 18.5185vw, 12.5rem);
  }
}

.img-moon {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.step-top-right {
  position: relative;
  padding: clamp(1.25rem, 0.6071rem + 1.7857vw, 2.75rem) clamp(1.25rem, 0.8214rem + 1.1905vw, 2.25rem);
  border-radius: var(--15-6-f);
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .step-top-right {
    height: 200px;
  }
}
.step-top-right .step-right-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.9286rem + 0.8929vw, 2rem);
}
.step-top-right .step-right-content .step-right-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-right-title {
  color: #FFF;
  font-size: clamp(1.75rem, 0.6786rem + 2.9762vw, 4.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.step-right-title.fs66-36{
  font-size: clamp(2rem, -0.2716rem + 3.6638vw, 4.125rem);
}

.step-right-svg {
  flex-shrink: 0;
  width: clamp(3rem, 2.6786rem + 0.8929vw, 3.75rem);
  height: clamp(3rem, 2.6786rem + 0.8929vw, 3.75rem);
  border-radius: 50%;
  background-color: #D1B7FF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-right-svg svg {
  width: 50%;
  height: 50%;
  animation: heart 1s linear infinite;
}

@keyframes heart {
  0%, 25% {
    transform: scale(0.9);
  }
  5%, 30% {
    transform: scale(1.1);
  }
  10%, 35% {
    transform: scale(1);
  }
  15%, 40% {
    transform: scale(0.9);
  }
  20%, 45% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.9);
  }
}
.step-right-description {
  color: #EFF1FB;
  font-size: var(--18-16-f);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.step-right-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.step-right-bg .bg-game {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-svg-arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  gap: 2px;
}
.step-svg-arrow svg {
  opacity: 0.7;
  width: clamp(0.875rem, 0.2083rem + 1.0764vw, 1.5rem);
  height: clamp(1.5rem, 0.4333rem + 1.7223vw, 2.5rem);
  animation: blick2 12s ease infinite;
}
.step-svg-arrow svg:nth-child(1) {
  animation: blink3 0.5s ease infinite 0s;
}
.step-svg-arrow svg:nth-child(2) {
  animation: blink3 0.5s ease infinite 0.08s;
}
.step-svg-arrow svg:nth-child(3) {
  animation: blink3 0.5s ease infinite 0.16s;
}
.step-svg-arrow svg:nth-child(4) {
  animation: blink3 0.5s ease infinite 0.24s;
}
.step-svg-arrow svg:nth-child(5) {
  animation: blink3 0.5s ease infinite 0.32s;
}
.step-svg-arrow svg:nth-child(6) {
  animation: blink3 0.5s ease infinite 0.4s;
}
.step-svg-arrow svg:nth-child(7) {
  animation: blink3 0.5s ease infinite 0.48s;
}
.step-svg-arrow svg:nth-child(8) {
  animation: blink3 0.5s ease infinite 0.56s;
}
.step-svg-arrow svg:nth-child(9) {
  animation: blink3 0.5s ease infinite 0.64s;
}
.step-svg-arrow svg:nth-child(10) {
  animation: blink3 0.5s ease infinite 0.72s;
}
.step-svg-arrow svg:nth-child(11) {
  animation: blink3 0.5s ease infinite 0.8s;
}
.step-svg-arrow svg:nth-child(12) {
  animation: blink3 0.5s ease infinite 0.88s;
}
.step-svg-arrow svg:nth-child(13) {
  animation: blink3 0.5s ease infinite 0.96s;
}
.step-svg-arrow svg:nth-child(14) {
  animation: blink3 0.5s ease infinite 1.04s;
}
.step-svg-arrow svg:nth-child(15) {
  animation: blink3 0.5s ease infinite 1.12s;
}
.step-svg-arrow svg:nth-child(16) {
  animation: blink3 0.5s ease infinite 1.2s;
}
.step-svg-arrow svg:nth-child(17) {
  animation: blink3 0.5s ease infinite 1.28s;
}
.step-svg-arrow svg:nth-child(18) {
  animation: blink3 0.5s ease infinite 1.36s;
}
.step-svg-arrow svg:nth-child(19) {
  animation: blink3 0.5s ease infinite 1.44s;
}
.step-svg-arrow svg:nth-child(20) {
  animation: blink3 0.5s ease infinite 1.52s;
}
.step-svg-arrow svg:nth-child(21) {
  animation: blink3 0.5s ease infinite 1.6s;
}
.step-svg-arrow svg:nth-child(22) {
  animation: blink3 0.5s ease infinite 1.68s;
}
.step-svg-arrow svg:nth-child(23) {
  animation: blink3 0.5s ease infinite 1.76s;
}
.step-svg-arrow svg:nth-child(24) {
  animation: blink3 0.5s ease infinite 1.84s;
}
.step-svg-arrow svg:nth-child(25) {
  animation: blink3 0.5s ease infinite 1.92s;
}
.step-svg-arrow svg:nth-child(26) {
  animation: blink3 0.5s ease infinite 2s;
}
.step-svg-arrow svg:nth-child(27) {
  animation: blink3 0.5s ease infinite 2.08s;
}
.step-svg-arrow svg:nth-child(28) {
  animation: blink3 0.5s ease infinite 2.16s;
}
.step-svg-arrow svg:nth-child(29) {
  animation: blink3 0.5s ease infinite 2.24s;
}
.step-svg-arrow svg:nth-child(30) {
  animation: blink3 0.5s ease infinite 2.32s;
}
.step-svg-arrow svg:nth-child(31) {
  animation: blink3 0.5s ease infinite 2.4s;
}
.step-svg-arrow svg:nth-child(32) {
  animation: blink3 0.5s ease infinite 2.48s;
}
.step-svg-arrow svg:nth-child(33) {
  animation: blink3 0.5s ease infinite 2.56s;
}
.step-svg-arrow svg:nth-child(34) {
  animation: blink3 0.5s ease infinite 2.64s;
}
.step-svg-arrow svg:nth-child(35) {
  animation: blink3 0.5s ease infinite 2.72s;
}
.step-svg-arrow svg:nth-child(36) {
  animation: blink3 0.5s ease infinite 2.8s;
}
.step-svg-arrow svg:nth-child(37) {
  animation: blink3 0.5s ease infinite 2.88s;
}
.step-svg-arrow svg:nth-child(38) {
  animation: blink3 0.5s ease infinite 2.96s;
}

@keyframes blink3 {
  0% {
    opacity: 0.6;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
}
@media screen and (576px < width < 756px) {
  .ot1200 {
    display: none;
  }
}
@media screen and (min-width: 756px) {
  .ot1200 {
    display: block;
  }
}

.ot576do1200 {
  display: none;
}
@media screen and (576px < width < 756px) {
  .ot576do1200 {
    display: block;
  }
}

.step-bottom {
  display: flex;
  gap: 2px;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .step-bottom {
    flex-direction: column;
  }
}

.step-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
@media screen and (660px < width < 850px) {
  .step-items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 660px) {
  .step-items {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
}

.step-item {
  position: relative;
  border-radius: var(--15-6-f);
  padding: clamp(5.875rem, 4.9397rem + 1.5086vw, 6.75rem) clamp(1.25rem, 0.181rem + 1.7241vw, 2.25rem) clamp(1.75rem, 1.2155rem + 0.8621vw, 2.25rem);
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .step-item {
    padding: 15px 16px 36px 137px;
  }
  .step-item:last-of-type .step-item-description br {
    display: none;
  }
}
@media screen and (430px < width < 850px) {
  .step-item .step-item-description br {
    display: none;
  }
}

.step-item-title {
  position: absolute;
  top: -5%;
  left: -5%;
  color: #D1B7FF;
  font-size: clamp(6.25rem, 3.5776rem + 4.3103vw, 8.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.step-item-description {
  color: #515161;
  font-size: var(--24-20);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .step-item-description {
    white-space: normal;
  }
}

.charge-wrapper {
  flex-shrink: 0;
  position: relative;
  border-radius: var(--15-6-f);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: clamp(6.25rem, 1.5657rem + 13.012vw, 9.625rem);
  flex-grow: 1;
}

.charge-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.charge-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.charge-svg {
  position: relative;
  z-index: 5;
  width: min(clamp(8.875rem, -0.7539rem + 26.747vw, 15.8125rem), 80%);
  height: clamp(3.5625rem, -0.3411rem + 10.8434vw, 6.375rem);
}
.charge-svg svg {
  width: 100%;
  height: 100%;
}

.line01-1 {
  animation: line1 7s linear infinite;
}

.line01-2 {
  animation: line1-2 7s linear infinite;
}

.line02-1 {
  animation: line2 7s linear infinite;
}

.line02-2 {
  animation: line2-2 7s linear infinite;
}

.line03-1 {
  animation: line3 7s linear infinite;
}

.line03-2 {
  animation: line3-2 7s linear infinite;
}

.line04-1 {
  animation: line4 7s linear infinite;
}

.line04-2 {
  animation: line4-2 7s linear infinite;
}

@keyframes line1 {
  0%, 100% {
    opacity: 0;
  }
  7%, 93% {
    opacity: 1;
  }
}
@keyframes line1-2 {
  0%, 100% {
    opacity: 0;
  }
  7%, 93% {
    opacity: 0.3;
  }
}
@keyframes line2 {
  0%, 7%, 21%, 93%, 100% {
    opacity: 0;
  }
  14%, 28%, 86% {
    opacity: 1;
  }
}
@keyframes line2-2 {
  0%, 7%, 21%, 93%, 100% {
    opacity: 0;
  }
  14%, 28%, 86% {
    opacity: 0.3;
  }
}
@keyframes line3 {
  0%, 28%, 42%, 86%, 100% {
    opacity: 0;
  }
  35%, 49%, 79% {
    opacity: 1;
  }
}
@keyframes line3-2 {
  0%, 28%, 42%, 86%, 100% {
    opacity: 0;
  }
  35%, 49%, 79% {
    opacity: 0.3;
  }
}
@keyframes line4 {
  0%, 49%, 63%, 81%, 100% {
    opacity: 0;
  }
  56%, 70% {
    opacity: 1;
  }
}
@keyframes line4-2 {
  0%, 49%, 63%, 81%, 100% {
    opacity: 0;
  }
  56%, 70% {
    opacity: 0.3;
  }
}
.contact-us-top {
  padding: 0 var(--195-20);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 991px) {
  .contact-us-top {
    grid-template-columns: 1fr;
  }
}

.contact-title {
  color: #FFF;
  font-size: clamp(1.25rem, 0.9286rem + 0.8929vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.contact-title .clr-rose {
  color: #D1B7FF;
}

.contact-us-right {
  position: relative;
}
.contact-us-right .regimg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 7;
  width: min(clamp(31.6875rem, 13.3529rem + 29.6017vw, 48.875rem), 90%);
}
@media screen and (max-width: 991px) {
  .contact-us-right .regimg {
    width: 340px;
    right: 50%;
    transform: translateX(50%);
  }
}

.contact-us-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.regbg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: clamp(68.75rem, -11.2554rem + 129.1712vw, 143.75rem);
}

.contact-us-left {
  padding-top: clamp(3.4375rem, -1.6518rem + 14.1369vw, 15.3125rem);
  padding-bottom: clamp(5rem, -1.9338rem + 11.1948vw, 11.5rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 0.459rem + 2.8916vw, 2.25rem);
  position: relative;
  z-index: 5;
  width: min(525px, 100%);
}
@media screen and (max-width: 991px) {
  .contact-us-left {
    padding-bottom: 400px;
    justify-self: center;
  }
}

.regform {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.inputs-wrap50 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media screen and (max-width: 576px) {
  .inputs-wrap50 {
    grid-template-columns: 1fr;
  }
}

.input-wrap {
  overflow: hidden;
  position: relative;
  border-radius: var(--15-6-f);
  border: 1px solid rgba(4, 4, 22, 0.5);
  transition: all 0.3s ease;
}
.input-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 4, 22, 0.5);
  backdrop-filter: blur(9px);
  z-index: 0;
  border-radius: var(--15-6-f);
}

.reg-input {
  padding: clamp(1rem, 0.9196rem + 0.2232vw, 1.1875rem) clamp(0.75rem, 0.4821rem + 0.744vw, 1.375rem);
  resize: none;
  width: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
  border: 1px solid rgba(4, 4, 22, 0.5);
  outline: none;
  color: #EFF1FB;
  font-size: var(--18-16-f);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: var(--15-6-f);
  transition: all 0.3s ease;
}
.reg-input:not(:placeholder-shown) ~ .input-label {
  top: 5px;
  left: clamp(0rem, -0.2679rem + 0.744vw, 0.625rem);
  transform: translateY(0%) scale(0.6);
  opacity: 1;
}
.reg-input:focus, .reg-input:hover {
  border: 1px solid #8B3FBB;
}
.reg-input:not(:placeholder-shown) {
  padding: clamp(1.5rem, 1.3929rem + 0.2976vw, 1.75rem) clamp(0.75rem, 0.4821rem + 0.744vw, 1.375rem) clamp(0.5rem, 0.4464rem + 0.1488vw, 0.625rem);
}

.input-label {
  position: absolute;
  top: 50%;
  left: clamp(0.75rem, 0.4821rem + 0.744vw, 1.375rem);
  transform: translateY(-50%);
  font-size: var(--18-16-f);
  color: #EFF1FB;
  transition: all 0.3s ease;
  opacity: 0;
}

.regtextarea {
  height: 100px;
}

.terms-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .terms-wrap {
    grid-template-columns: 1fr;
  }
}

.regbtn {
  align-self: start;
  border: 0px;
  outline: none;
}

#term {
  position: absolute;
  opacity: 0;
}

#term:checked ~ .forterm:after {
  opacity: 1;
}

.forterm {
  color: #EFF1FB;
  font-size: clamp(0.75rem, 0.6964rem + 0.1488vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-left: 32px;
  position: relative;
}
.forterm:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #10132A;
  border: 1px solid rgba(239, 241, 251, 0.11);
}
.forterm:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 18px;
  background-image: url("../img/gem.svg");
  opacity: 0;
  transition: all 0.3s ease;
}

.footer-game {
  padding: 36px var(--195-20);
  display: flex;
  gap: clamp(1.25rem, -0.3501rem + 2.5834vw, 2.75rem);
  align-items: center;
}
@media screen and (max-width: 650px) {
  .footer-game {
    justify-content: space-between;
    flex-direction: column;
  }
}

.footer-logo {
  width: 150px;
}
.footer-logo svg {
  width: 100%;
}

.footer-nav {
  flex-grow: 1;
}
@media screen and (max-width: 650px) {
  .footer-nav {
    flex-grow: 0;
  }
}

.f-nav {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 650px) {
  .f-nav {
    flex-direction: column;
  }
}

@media screen and (max-width: 650px) {
  .copyright-pc {
    display: none;
  }
}

.copyright-mob {
  white-space: nowrap;
}
@media screen and (min-width: 650px) {
  .copyright-mob {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
.close-btn, .close-btn2{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}


.terms-wrapper{
  position: fixed; /* Фиксированное позиционирование */
  top: 0;
  left: 0;
  width: 100vw; /* Ширина на весь экран */
  height: 100vh; /* Высота на весь экран */
  background-color: rgba(0, 0, 0, 0.8); /* Полупрозрачный фон */
  overflow-y: auto; /* Вертикальная прокрутка */
  z-index: 1000; /* Убедитесь, что элемент находится поверх других */

}
.term-item{
  margin: 10px;
  border-radius: 10px;
  background: #fff;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 40px 0;
  line-height: 1.35
}

table.max-two-thirds {
  max-width: 825px
}

table.max-two-thirds th:first-child {
  width: 225px
}

table.max-two-thirds th:last-child {
  width: 195px
}

table thead {
  background-color: #ebf8f9
}

table tbody tr:nth-child(2n) {
  background-color: #fafcfc
}

table tr:first-child th:first-child {
  border-top-left-radius: 4px
}

table tr:first-child th:last-child {
  border-top-right-radius: 4px
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 4px
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 4px
}

table th {
  color: #595959;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding: 15px 15px 15px 30px
}

table td {
  vertical-align: top;
  padding: 24px 24px 24px 30px
}

table a,table td:first-child {
  font-weight: 600
}

table a {
  line-height: 1;
  display: inline-block
}
@media (max-width: 575px) {
  .table-responsive {
    margin-left:-20px;
    margin-right: -20px
  }

  table {
    min-width: 575px;
    margin-top: 20px;
    margin-bottom: 40px
  }

  table.max-two-thirds th:first-child {
    width: 150px
  }

  table.max-two-thirds th:last-child {
    width: 140px
  }
}