@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

body{
  direction: ltr;
  font-family: 'Noticia Text', sans-serif !important;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;  
  background-color: #040807;
  box-sizing: border-box;
  overflow-x: hidden;
}

button {
  cursor: pointer;
}

:root{
--grey-l: #d5d3d3;
--grey: #505050; 
--white: #ffffff;
--blue: rgb(31, 184, 240);
--ocean: #14163f;
--orange: #FF4700;



--text-1: rgb(76, 26, 142);
--text-2: rgb(31, 184, 240);
--text-3: #FF4700;

}

a {
white-space: normal;
text-decoration: none;
}
ul {
padding-left: 0;
padding-right: 0;
}
li {
margin: 0 22px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.margin__wr{
  padding: 0;
  margin: 0 auto;
  }
.padding__wr{
padding: 58px 20px;
}

.space__header {
  position: relative;
  overflow: hidden;
}


.space__header::before{
content: "";
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background-image: url('content/bg-assets/bg-all-068ad8b0679695.jpg');
background-size: cover;
background-position: center;
animation: zoomInOut 10s ease-in-out infinite;
z-index: -1;
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.header__box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(to top, #050510, #0d0d26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header__box a{
  display: flex;
  align-items: center;
}
.space__logo {
  height: 55px;
  margin: 10px;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 0 4px #0ff);
}
.space__logo:hover {
  transform: scale(1.1) rotate(5deg);
}
.space__header__title {
  color: white;
  font-size: 25px;
}

.space__menu {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}

.space__menu a {
  color: #ccc;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  transition: color 0.3s, transform 0.3s;
  position: relative;
}

.space__menu a:hover {
  color: #0ff;
  transform: scale(1.05);
}

.space__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 73vh;
  padding-bottom: 25px;
  text-align: center;
}

.space__head img {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  width: auto;
  height: 576px;
  max-width: 90%;
  filter: drop-shadow(0 0 4px #0ff);
  z-index: -1;
}

.space__head__text h3 {
  font-size: 54px;
  color: var(--text-1);
  -webkit-text-stroke: 2px white;
  text-shadow: 0 0 5px white;
  font-weight: 700;
  z-index: 2;
}

.burger {
  display: none;
  font-size: 30px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 1001;
}

.burger svg {
  fill: white;
  width: 24px;
  height: 24px;
  transition: color 0.3s;
}

.burger svg:hover{
  color: var(--blue);
}
@keyframes astronaut-pulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.1);
  }
}

.space__astronaut {
  animation: astronaut-pulse 6s ease-in-out infinite;
}

.space__games {
  color: white;
}

.games__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.game__item__s {
  width: 100%;
  background-color: #15162c;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.game__item__s a{
  display: flex;
  flex-direction: row-reverse;
}
.game__item__s:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 0 20px rgba(0, 191, 255, 0.5);
}

.game__img__s img {
  width: 100%;
  height: 249px;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  object-fit: cover;
  transition: transform 0.3s ease;
}

.game__item__s:hover .game__img__s img {
  transform: scale(1.05);
}

.game__title__s {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #15162c;
  padding: 20px;
  text-align: center;
  position: relative;
  flex: 1;
  z-index: 1;
}

.game__title__s h3 {
  margin: 0;
  font-size: 22px;
  color: #00BFFF; 
  -webkit-text-stroke: 1px white;
  font-weight: 700;
}
.game__img__s{
  flex: 1;
}
.game__title__s p {
  margin-top: 10px;
  color: #ccc;
  font-size: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.space__step {
  color: #fff;
}

.space__title h2 {
  color: #fff;
  font-size: 31px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 191, 255, 0.6);
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
z-index: 1;
}

.space__title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #00f6ff, #ff00d4);
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
}

.step__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin-top: 58px;
}

.step__item {
  background-image: url('content/bg-assets/opacity_bg-068ad8b0679719.png'); 
  background-size: cover;                 
  background-position: center;            
  background-repeat: no-repeat; 
  border: 2px solid rgba(0, 191, 255, 0.2);
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 0 12px rgba(0, 191, 255, 0.1);
  animation: pulse-glow 5s infinite ease-in-out;
  min-height:  249px;
}

.step__item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 0 20px rgba(0, 191, 255, 0.6), 0 0 40px rgba(0, 191, 255, 0.3);
}

.step__circle {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 73px;
  height: 73px;
  background: linear-gradient(135deg, #00BFFF, #1e90ff);
  border-radius: 50%;
  color: white;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  z-index: 1;
}

.step__item p {
  margin-top: 58px;
  color: #cceeff;
  font-size: 25px;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 12px rgba(0, 191, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 25px rgba(0, 191, 255, 0.5);
  }
}

.space__about {
  color: #fff;            
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  animation: fadeIn 1s ease-in-out;
}

.space__about__text p {
  font-size: 21px;
  text-align: center;
  z-index: 1;
}

.about__image-wrapper {
  position: relative;
  width: 100%;
  height: 452px;
  overflow: hidden;
  border-radius:  20px;
}

.clipped__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.top-triangle {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}

.bottom-triangle {
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  z-index: 0;
}

.about__image-wrapper:hover .clipped__img {
  transform: scale(1.05);
}

.space__lider {
  background: url('content/bg-assets/opacity_bg-168ad8b067973e.png') center/cover no-repeat;
  position: relative;
  overflow: hidden;
  animation: fadeIn 1.2s ease-in-out;
}



.lider__items {
  display: flex;
  gap: 10px;
  justify-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.lider__item {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  padding: 20px;
  width: 200px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
  animation: floatIn 0.8s ease forwards;
}

.lider__item:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
  background: #7b7b7bc7;
}

.lider__avatar {
  width:  120px;
  height:  120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #00f6ff;
  margin-bottom: 0.5rem;
}

.lider__award-img {
  width: 55px;
  margin: 0.3rem auto;
}

.nickname {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 2px;
  word-break: break-all; 
  background: linear-gradient(45deg, #ff00d4, #00f6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes floatIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.space__benefit {
  position: relative;
  z-index: 0;
  color: #fff;
  overflow: hidden;
}

.space__benefit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(150deg, rgb(0 0 0 / 12%) 50%, rgba(255, 255, 255, 0.05) 50%);
  pointer-events: none;
}

.benefit__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 25px;
}


.benefit__item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  padding: 25px 1rem;
  margin: 20px;
  width: 377px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  animation: zoomFadeIn 0.8s ease forwards;
}

.benefit__item:hover {
  transform: scale(1.05);
  background: #7b7b7bc7;
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.3);
}

.benefit__item img {
  height:120px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 0 4px #0ff);
}

.benefit__item:hover img {
  transform: rotate(10deg) scale(1.1);
}

.benefit__item p {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 271px;
  margin: 20px;
  font-size: 19px;
  background: linear-gradient(45deg, #15d8df, #ff77e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes zoomFadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.space__faq {
  background: url('content/bg-assets/opacity_bg-268ad8b0679760.png') center/cover no-repeat;
  color: white;
  direction: unset;
}


.faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.faq__question {
  background: #111;
  color: #0ff;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 32px;
  border: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 0.5rem;
  position: relative;
}

.faq__question::after {
  content: '+';
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 19px;
  transition: transform 0.3s;
}

.faq__item{
  width: 70%;
}
.faq__item.open .faq__question::after {
  content: '−';
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 0 20px;
}

.faq__item.open .faq__answer {
  max-height: 576px;
  opacity: 1;
}

.faq__answer p {
  font-size: 16px;
  padding: 20px 0;
  margin: 10px 0;
  color: #ddd;
}



.space__form {
  position: relative;
  z-index: 0;
  color: #fff;
  overflow: hidden;
}

.space__form::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.05) 50%, rgb(0 0 0 / 12%) 50% );
  pointer-events: none;
}


.form__container{
  display: flex;
  flex-direction: column;
}
.form{
  flex: 1;
  display: flex;
  color: white;
  gap: 10px;
  padding: 25px 10px;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
 .form-group {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  width: 100%;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
}

 .form-group input,
.input-field__section__component,
.textarea-field__section__component,
.form-group textarea {
  width: 80%;
  padding: 10px 20px;
  color: white;
  font-family: inherit;
  border: 3px solid white;
  background-color: inherit;
}

 .form-group input::placeholder,
 .form-group textarea::placeholder
.input-field__section__component::placeholder,
.textarea-field__section__component::placeholder {
  opacity: 0.5;
}

 .form-group input:focus,
 .form-group textarea:focus,
.input-field__section__component:focus,
.textarea-field__section__component:focus {
  outline: none;
  border-color: #1778f2;
}

.wr__check{
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}
.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
 }
 
 .container__check {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
 }
 
 .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background: #606062;
  border-radius: 5px;
  margin: 0 10px;
 }
 
 .container__check input:checked ~ .checkmark {
  background-image: linear-gradient(to right, #00f6ff, #ff00d4);
 }
 
 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
 }
 
 .container__check input:checked ~ .checkmark:after {
  display: block;
 }
 
 .container__check .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
 }
 .check__priv{
  color: white;
 }
 .form__img__wr{
  display: flex;
  flex-direction: row;
 }
 .form__img{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; 
 }
 .form__img img{
  height: 377px;
  width: 377px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
 }
 .form__img img:hover{
  transform: translateY(-5px) scale(1.02);
 }

 .space__footer {
  background: linear-gradient(to top, #050510, #0d0d26);
  color: #fff;
  padding: 58px 20px 32px;
  position: relative;
  overflow: hidden;
}
.space__footer::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(white 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: 0.05;
  animation: starsMove 80s linear infinite;
  z-index: 0;
}

@keyframes starsMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(10%, 20%); }
}

.footer__box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
}



.space__header__title {
  font-size: 25px;
  font-weight: 700;
  color: #0ff;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 2px;
  transition: text-shadow 0.3s;
}
.space__header__title:hover {
  text-shadow: 0 0 10px #0ff;
}
.footer-menu__discl{
  display: flex;
  flex-direction: column-reverse;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 22px 0;
  z-index: 1;
}

.footer__menu a {
  color: #ccc;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  transition: color 0.3s, transform 0.3s;
  position: relative;
}
.footer__menu a::after,
.space__menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0%;
  background: #0ff;
  transition: width 0.3s;
}
.footer__menu a:hover,
.space__menu a:hover {
  color: #0ff;
  transform: scale(1.05);
}
.footer__menu a:hover::after,
.space__menu a:hover::after{
  width: 100%;
}

.disclaimer__container {
  margin: 25px 0;
  background: rgba(255, 255, 255, 0.05);
  padding: 22px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  border: 2px solid rgba(0, 191, 255, 0.2);
  box-shadow: 0 0 12px rgba(0, 191, 255, 0.1);
  animation: pulse-glow 5s infinite ease-in-out;
  color: #f5f5f5;
}

.disclaimer__title h2 {
  font-size: 25px;
  color: #f88;
  margin-bottom: 10px;
}

.disclaimer__gambla {
  display: flex;
  align-items: center;
  gap: 10px;
}
.disclaimer__gambla h3 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}

.disclaimer__gambla img {
  width: 120px;
  height: auto;
}

.copyright {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  color: #777;
  z-index: 1;
}

.space__page {
  background: radial-gradient(circle at top left, #0d0d1d, #000);
  color: #fff;
  padding-block: 58px;
  position: relative;
  overflow: hidden;
}

.page__box {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
}

.iframe__wrap iframe {
  width:100%;
  height:100vh;
  border: none;
}
.space__page__wrap{
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.space__page__img img {
  width: 100%;
  max-width: 576px;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
}

.space__page__img img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
}

.space__page__content{
  font-size: 16px;
  color: #ccc;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}

.space__page__title__img__box {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-direction: row-reverse;
  justify-content: center;
}
.space__privacy__box {
  color: white;
}
.space__privacy__box p {
  font-size: 16px;
  color: white;
}
.space__privacy__box li {
  font-size: 16px;
  color: white;
}
.space__privacy__box a {
  font-size: 16px;
  color: white;
}

.contacts__form__wr{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact__wrapper,
.form__img__wr{
  flex: 1;
}
.contact__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 25px;
}

.contact__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 20px 27px;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
}

.contact__icon {
  width: 106px;
  height: 106px;
  filter: drop-shadow(0 0 4px #0ff);
}

.contact__item a,
.contact__item p {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.contact__item a:hover {
  text-decoration: underline;
  color: #0ff;
}



@media screen and (min-width: 320px) {
  .margin__wr{
    max-width: 320px;
  }
}
@media screen and (min-width: 480px) {
  .margin__wr{
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .margin__wr{
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .margin__wr{
    max-width: 1200px;
  }
}



@media (max-width: 1024px) {
  .burger {
    display: block;
  }
.space__head__text h3{
  font-size: 40px;
}
  .mobile-menu{
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
    flex-direction: column;
    background-color: #001c3d;
    position: absolute;
    top: 114px;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
.space__menu{
  flex-wrap: nowrap;
}
  .mobile-menu.active {
    max-height: 300px;
  }

  .mobile-menu a {
    padding: 1rem;
    color: white;
    text-align: center;
    display: block;
    text-decoration: none;
  }

  .mobile-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}


@media (max-width: 768px) {
  .game__item__s {
    max-width: 90%;
  }
  .game__title__s h3 {
    font-size: 1.2rem;
  }
  .game__title__s p {
    font-size: 0.95rem;
  }
  .space__about {
    padding: 1.5rem 1rem;
  }

  .space__title h2 {
    font-size: 1.8rem;
  }
  .step__item p{
    font-size: 18px;
    }
  .space__about p {
    font-size: 1rem;
  }

  .about__image-wrapper {
    width: 90%;
  }
  .form__img__wr {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
}
.space__head img{
  height: 400px;
}
.faq__item {
  width: 100%;
}
.space__page__title__img__box {
  flex-direction: column;
  align-items: flex-start;
}

.space__title h2 {
  font-size: 1.5rem;
}

.space__page__img img {
  max-width: 100%;
}
.contacts__form__wr,
.contact__item {
flex-direction: column;
}
}

@media (max-width: 600px) {
  .space__title h2 {
    font-size: 1.5rem;
  }
.step__item p{
font-size: 16px;
}
  .lider__avatar {
    width: 60px;
    height: 60px;
  }

  .nickname {
    font-size: 1rem;
  }
  .benefit__item {
    padding: 1.5rem 1rem;
  }

  .benefit__item img {
    height: 100px;
  }

  .benefit__item p {
    font-size: 0.9rem;
  }
  .faq__arrow {
    font-size: 1.5rem;
    padding: 0.5rem;
  }

  .faq__card {
    padding: 1rem;
  }

  .footer__menu {
    flex-direction: column;
  }

  .space__header__title {
    font-size: 1.2rem;
  }

  .space__logo {
    width: 45px;
  }

  .disclaimer__gambla {
    flex-direction: column;
  }
  .contact__items {
    flex-direction: column;
    align-items: center;
  }

  .contact__item {
    width: 80%;
  }

}


@media (max-width: 425px) {
  .burger {
    position: relative;
    top: -20px;
  }
  .header__box a{
    flex-direction: row;
  }
  .space__head img{
    height: 300px;
    width: auto;
    object-fit: contain;
  }
}







.button-1 {
  position: relative;
  font-size: 16px;
  padding: 10px 17px;
  background-color: var(--text-1);
  text-decoration: none;
  border: none;
  margin: 10px;
  border-radius: 20px;
  color: var(--white);
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}

.button-1::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(33 33 33 / 4%) 0%, rgba(33, 33, 33, 1) 50%, #17008b 50%, var(--blue) 60%);
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.button-1:hover::before {
  width: 1.6em;
  height: 1.6em;
}

.button-1:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}



.button-2 {
  height: 58px;
  border: none;
  border-radius: 20px;
  background: var(--text-1);
  padding: 20px 25px;
  font-size: 16px;
  color: var(--white);
  font-family: inherit;
  font-weight: 700;
 }
 
 .button-2:hover {
  animation: swing 0.5s ease-in-out;
 }
 
 @keyframes shake3856 {
  0% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 
  20% {
   -webkit-transform: translate(-2px, 2px);
   transform: translate(-2px, 2px);
  }
 
  40% {
   -webkit-transform: translate(-2px, -2px);
   transform: translate(-2px, -2px);
  }
 
  60% {
   -webkit-transform: translate(2px, 2px);
   transform: translate(2px, 2px);
  }
 
  80% {
   -webkit-transform: translate(2px, -2px);
   transform: translate(2px, -2px);
  }
 
  100% {
   -webkit-transform: translate(0);
   transform: translate(0);
  }
 }
 

.button-3 {
  position: relative;
  width: 249px;
  background-color: var(--text-1);
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 10px;
  gap: 10px;
  border-radius: 25px;
  cursor: pointer;
}

.button-3 ::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 128px;
  border-radius: 25px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.button-3::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, var(--grey-l) 0%, var(--grey) 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.button-3:hover::after {
  filter: blur(30px);
}

.button-3:hover::before {
  transform: rotate(-180deg);
}

.button-3:active::before {
  scale: 0.7;
}


.button-4 {
  font-size: 1.5rem;
  color: #fafafa;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #fafafa;
  background: var(--blue-d);
  box-shadow: 3px 3px #fafafa;
  cursor: pointer;
  margin: 35px 0;
}

.button-4:active {
  box-shadow: none;
  transform: translate(3px, 3px);
}
.button-5,
.button-5:focus {
  font-size: 16px;
  padding: 10px 22px;
  border-radius: 7px;
  background-image: linear-gradient( #da965e, rgb(158, 129, 254));
  border: 2px solid rgb(50, 50, 50);
  border-bottom: 5px solid rgb(50, 50, 50);
  box-shadow: 0px 1px 6px 0px rgb(158, 129, 254);
  transform: translate(0, -3px);
  cursor: pointer;
  transition: 0.2s;
  transition-timing-function: linear;
}

.button-5:active {
  transform: translate(0, 0);
  border-bottom: 2px solid rgb(50, 50, 50);
}

.footer-logos {
    display: flex;
    justify-content: center; 
    align-items: center;
   flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
  
  .footer-logos a img {
    max-height: 50px;
    width: auto;
    display: block;
  }