 body,html {
    background: url('/img/background_2.png') no-repeat center ;
	  background-color: #111;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    }

    .navbar-brand {
      color: #fff;
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: uppercase;
      font-family: 'Big Shoulders Display', sans-serif;
    }
    .navbar-nav .nav-link {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 1rem;
      margin-left: 1rem;
      font-family: 'Roboto', sans-serif;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
		background-image: radial-gradient(circle, #FD3791, #FF5050);
		color: transparent;
		background-clip: text;
		-webkit-background-clip: text;
    }

    .link-to-name {
      color: radial-gradient(circle, #FD3791, #FF5050);
      text-transform: uppercase;
      font-size: 1rem;
      margin-left: 1rem;
      font-family: 'Roboto', sans-serif;
    }
	
	.header {
	display: flex;      
	width: 100%;        
	height: 600px;
	}
		.testing {
	display: flex;      
	width: 100%;        
	padding: 100px;

	}
	.header > div {
	text-align: center;
	}
	
	.header > div:nth-child(1),
	.header > div:nth-child(3) {
	width: 25%; /* по 25% ширины */
	text-align: center;
	font-size: 14px;
	}

	.header > div:nth-child(2) {
	width: 50%; /* по 50% ширины */
	text-align: center;
	margin: 0;
	padding: 0;
	color: white;
	}
	
.leavel_2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;

}

.name_system {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  width: 100%;
  text-align: center;
  color: white;
  margin-bottom: -1px;       /* меньше отступ */
  line-height: 1.2;
}

.brand {
  font-family: 'Big Shoulders Display', sans-serif;
  font-size: 140px;
  width: 100%;
  text-align: center;
  margin-bottom: 1px;       /* меньше отступ */
  line-height: 1.1;
  background-image: radial-gradient(circle, #999999, #FFFFFF, #999999); 
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}



.name_system_lower {
 font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: right;
  line-height: 1.2;
  padding-right: 2vw;     /* Адаптивный отступ от правого края */
  width: 100%;
  box-sizing: border-box; /* Чтобы padding не ломал ширину */
  white-space: nowrap;    /* Не переносить строку */
  background-image: radial-gradient(circle, #E4419B, #FEA01F);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  
}
	.leavel_1 {
      display: float;
      justify-content: center;
      align-items: center;
      height: 90vh;
	  padding-left: 100px;
	}
	.leavel_3 {
		padding-right: 100px;
	}
    .client-block {
    width: 150px;
    height: 70px;
    position: relative;
    border-radius: 5px;
    font-family: 'Noto Sans', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    box-sizing: border-box;
    background: transparent; /* Внутри блока прозрачный фон */
    z-index: 0;
  }

  /* Псевдоэлемент создаёт рамку с градиентом, где левая сторона прозрачна */
.client-block::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; right: 0; /* отступы */
  left: 1px; /* сдвигаем слева на 1px, чтобы не было линии */
  border-radius: 5px;
  pointer-events: none;
  z-index: 1;

  /* градиентная рамка без левой стороны */
  border-top: 2px solid #747474;
  border-right: 2px solid #747474;
  border-bottom: 2px solid #747474;

  /* Для градиента — можно добавить фон с градиентом справа, но без левой линии */
  background: linear-gradient(to right, transparent 20%, #747474 100%);
}

  .main-text,
  .sub-text {
    position: relative;
    z-index: 2;
  }

  .main-text {
    font-size: 12px;
  }
.main {

  flex: 1;
  }
  .text_reg {
	font-size: 12px;
	font-family: 'Noto Sans', sans-serif;
    color: white;
    align-content: center;
  }
  .sub-text {
    font-size: 14px;
    color: white;
    margin-top: 7px;
  }
  
.client-block_2 {
    width: 150px;
    height: 70px;
    position: relative;
    border-radius: 5px;
    font-family: 'Noto Sans', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background: transparent; /* Внутри блока прозрачный фон */
    z-index: 0;
  }

  /* Псевдоэлемент создаёт рамку с градиентом, где левая сторона прозрачна */
.client-block_2::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; right: 0; /* отступы */
  left: 0px; /* сдвигаем слева на 1px, чтобы не было линии */
  border-radius: 5px;
  pointer-events: none;
  z-index: 1;

  /* градиентная рамка без левой стороны */
  border-top: 2px solid #747474;
  border-left: 2px solid #747474;
  border-bottom: 2px solid #747474;

  /* Для градиента — можно добавить фон с градиентом справа, но без левой линии */
  background: linear-gradient(to left, transparent 20%, #747474 100%);
} 

	.market_block {
  width: 1100px;
  margin: 0 auto;            /* Центрируем по горизонтали */
  display: flex;             /* Располагаем col-3 в ряд */
  justify-content: space-between; /* Можно использовать center, space-around и т.п. */
	}
	
	.col-3 {
  width: 540px;              /* Или 50% при 2 блоках */
  text-align: center;        /* Центруем текст внутри блока */
  background: rgba(255, 255, 255, 0.1);      /* Для наглядности */
  padding: 10px;
  box-sizing: border-box;    /* Чтобы padding не увеличивал ширину */
  border-radius: 20px;
  color: white;
}

	.footer_leavel1 {
  width: 100%;
  margin: 0 auto;            /* Центрируем по горизонтали */
  display: flex;             /* Располагаем col-3 в ряд */
  justify-content: space-between; /* Можно использовать center, space-around и т.п. */
	padding: 1rem 0;
  }
	
	.col-2 {
  width: auto;              /* Или 50% при 2 блоках */
  text-align: center;        /* Центруем текст внутри блока */

  padding: 10px;
  margin: 30px;
  box-sizing: border-box;    /* Чтобы padding не увеличивал ширину */
  border-radius: 20px;
  color: white;
}

.name_system_lower_2 {
 font-family: 'Roboto', sans-serif;
  font-size: 25px;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box; /* Чтобы padding не ломал ширину */
  white-space: nowrap;    /* Не переносить строку */
  background-image: radial-gradient(circle farthest-corner at 30px 20px, #E4419B, #FEA01F);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  
}

/*  login */

.login_auth {
  width: 100%;
  margin: auto;
  justify-content: center; /* по горизонтали */
  align-items: center;     /* по вертикали */
}

.auth-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-row label {
  font-family: 'Roboto', sans-serif;
  color: white;
  flex: 0 0 150px;
  font-weight: bold;
}

.form-row input {
  flex: 1;
  padding: 8px;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #1059FF;
  outline: none;
  background: transparent;
}

.forgot-btn {
  padding: 8px 50px;
  background: linear-gradient(90deg, #E4419B 0%, #FEA01F 100%);
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.forgot-btn:hover {
  background-color: #084bd7;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}