

/* Start:/bitrix/templates/E-gorc/css/join-us.css?177943545833703*/
    * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lexend Deca", sans-serif;
  background-color: #f9f9f9;
  color: #443444;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}


/* Контейнеры */
.content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.join-us-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 528px;
  gap: 12px;
}

.container {
  display: flex;
  width: 580px;
  padding: 32px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 12px;
  border: 1px solid #CBD5E1;
  background: #FFF;
}

.verify-container {
  display: flex;
  width: 528px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.cv-container {
  display: flex;
  width: 528px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.role-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 528px;
  gap: 12px;
}

.contact-info-container {
  display: flex;
  width: 100%;
  max-width: 528px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-grow: 1;
}

.currently-hiring-container {
  display: flex;
  width: 100%;
  max-width: 528px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-grow: 1;
}

.create-job-container {
  display: flex;
  width: 528px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-grow: 1;
}

.login-container {
  display: flex;
  width: 580px;
  padding: 32px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 12px;
  border: 1px solid #CBD5E1;
  background: #FFF;
  flex-grow: 1;
  margin: 59px auto;
}

/* Общие текстовые стили */
.title {
  color: #061C3D;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.56px;
}

.subtitle {
  color: #334155;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-container {
  text-align: center;
}

/* Карточки */
.join-us-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  width: 100%;
}

.join-us-card {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.join-us-card:hover {
  background: #F5F3FF;
  box-shadow: 0px 0px 8px 0px rgba(201, 168, 255, 0.24);
}

.join-us-card:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  background: linear-gradient(119deg, rgba(75, 71, 255, 0.15) -9.2%, rgba(152, 89, 255, 0.15) 49.88%, rgba(255, 107, 143, 0.15) 108.97%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  border-radius: 12px;
}

.join-us-icon {
  width: 38px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-us-icon svg {
  width: 100%;
  height: 100%;
  fill: #1E293B;
  transition: fill 0.3s ease-in-out;
}

.join-us-card:hover .join-us-icon svg {
  fill: url(#paint0_linear_1460_18169);
}

.join-us-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex-grow: 1;
}

.join-us-card-title {
  color: #061C3D;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
}

.join-us-card-subtitle {
  color: #334155;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.join-us-arrow-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
  width: 100%;
}

.cards-top {
  display: flex;
  gap: 16px;
  justify-content: center;
  width: 100%;
}

.cards-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
}

.role-card {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 256px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.role-card:hover {
  background: #F5F3FF;
  box-shadow: 0px 0px 8px 0px rgba(201, 168, 255, 0.24);
}

.role-card:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  background: linear-gradient(119deg, rgba(75, 71, 255, 0.15) -9.2%, rgba(152, 89, 255, 0.15) 49.88%, rgba(255, 107, 143, 0.15) 108.97%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  border-radius: 12px;
}

.role-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.role-icon svg {
  width: 38px;
  height: 38px;
  transition: fill 0.3s ease-in-out;
}

.role-card:hover .role-icon svg path {
  fill: #9859FF;
}

.role-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex-grow: 1;
}

.role-card-title {
  color: #061C3D;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  transition: color 0.3s ease-in-out;
}

.role-card:hover .role-card-title {
  color: #9859FF;
}

/* Кнопки и формы */
.buttons {
  display: flex;
  gap: 16px;
  width: 100%;
}

.google-button {
  display: flex;
  width: 100%;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #CBD5E1;
  background: #FFF;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.06);
}

.google-button .icon {
  width: 24px;
  height: 24px;
}

.google-button .button-text {
  color: rgba(0, 0, 0, 0.54);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.divider {
  display: flex;
  align-items: center;
}

.line {
  width: 80px;
  height: 1px;
  background: #CBD5E1;
  flex-grow: 1;
}

.or-text {
  margin: 0 12px;
  color: #8692A6;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-row {
  display: flex;
  gap: 12px;
  width: 100%;
}

.form-group {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.form-label {
  color: #475569;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.form-input {
  display: flex;
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #CBD5E1;
  background: #FFF;
  margin-top: 12px;
}

.form-input::placeholder {
  color: #838E9E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-input:focus {
  border: 1px solid #9C55D4;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(156, 85, 212, 0.24);
  outline: none;
}

.full-width-input {
  display: flex;
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #CBD5E1;
  background: #FFF;
  margin-top: 12px;
}

.full-width-input::placeholder {
  color: #838E9E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.full-width-input:focus {
  border: 1px solid #9C55D4;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(156, 85, 212, 0.24);
  outline: none;
}

.password-container {
  position: relative;
  width: 100%;
  margin-top: 12px;
}

.password-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transform: translateY(-30%);
}

.terms-container {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #8692A6;
  border-radius: 4px;
  appearance: none;
  cursor: pointer;
  position: relative;
}

.checkbox:checked {
  background: #061C3D;
  border: none;
}

.checkbox:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 14px;
  line-height: 1;
}

.terms-text {
  color: #8692A6;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.terms-links {
  color: #443444;
}

.captcha-container {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 528px;
  height: 85px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #CBD5E1;
  background: #F9F9F9;
}

.cap-input {
  display: flex;
  align-items: center;
}

.captcha-checkbox {
  width: 33px;
  height: 33px;
  padding: 8px;
  border-radius: 4px;
  border: 2px solid #B1B1B1;
  background: #FFF;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
}

.captcha-text {
  margin-left: 16px;
  color: #475569;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.captcha-icon {
  width: 55px;
  height: 61px;
}

.get-started-button {
  margin-top: 24px;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  color: #FFF;
  background: #061C3D;
  width: 100%;
  border: none;
}

.get-started-text {
  color: #FFF;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

/* Текст ссылок */
.login-text {
  margin-top: 24px;
  color: #8692A6;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.login-text a {
  font-weight: 500;
  color: #061C3D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.login-text a:hover {
  color: #7D517D;
}

.Register-text {
  margin-top: 4px;
  color: #8692A6;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.Register-text a {
  font-weight: 500;
  color: #061C3D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.Register-text a:hover {
  color: #7D517D;
}

/* Специфические стили */
.bullet-list {
  width: 100%;
  margin-top: 7px;
  padding-left: 20px;
  color: #64748B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  list-style-type: disc;
  text-align: left;
  display: none;
}

.bullet-list li {
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.bullet-list li.valid {
  color: #28a745;
}

.bullet-list.visible {
  display: block;
}

.error-message {
  color: #FF4D4F;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  margin-top: 5px;
  text-align: left;
}

.success-message {
  color: #28a745;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.verify-subtitle {
  margin-top: 12px;
  margin-bottom: 12px;
}

.verify-button-text {
  margin-top: 12px;
  color: #061C3D;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  padding: 10px 20px;
  background: transparent;
}

.verify-button-text:hover {
  text-decoration: none;
}

.buttons-container {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.cv-button {
  display: flex;
  width: 266px;
  padding: 24px;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.cv-button:hover {
  transform: scale(1.02);
}

.cv-icon {
  width: 36px;
  height: 36px;
}

.cv-button-text {
  color: #061C3D;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
}

.navigation-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 32px;
}

.bullets {
  display: flex;
  gap: 8px;
}

.bullet {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #D9D9D9;
  cursor: pointer;
}

.bullet.active {
  background: #061C3D;
}

.not-now {
  color: #061C3D;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
}

.form-group-phone {
  width: 100%;
  margin-top: 12px;
}

.contact-info-form-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}

.Continue {
  margin-top: 32px;
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: #061C3D;
  cursor: pointer;
  border: none;
}

.Continue-text {
  color: #FFF;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.currently-hiring-container .buttons-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  width: 100%;
}

.currently-hiring-container .button {
  display: flex;
  height: 48px;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #E6E8EC;
  background: #FBFCFC;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.currently-hiring-container .button:hover {
  background: #F5F3FF;
}

.currently-hiring-container .button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: border 0.3s ease-in-out;
  pointer-events: none;
}

.currently-hiring-container .button:hover:before {
  background: linear-gradient(119deg, rgba(75, 71, 255, 0.15) -9.2%, rgba(152, 89, 255, 0.15) 49.88%, rgba(255, 107, 143, 0.15) 108.97%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
}

.currently-hiring-container .button:hover .button-text {
  color: #9859FF;
}

.currently-hiring-container .button.active {
  background: #F5F3FF;
}

.currently-hiring-container .button.active:before {
  background: linear-gradient(119deg, rgba(75, 71, 255, 0.15) -9.2%, rgba(152, 89, 255, 0.15) 49.88%, rgba(255, 107, 143, 0.15) 108.97%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
}

.currently-hiring-container .button.active .button-text {
  color: #9859FF;
}

.currently-hiring-container .button-text {
  color: #838E9E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.create-job-container .form-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  width: 100%;
}

.create-job-container .input-field {
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #E6E8EC;
  background: #FBFCFC;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  color: #838E9E;
}

.create-job-container .input-field::placeholder {
  color: #787486;
}

.create-job-container .input-field:focus {
  border: 1px solid #9C55D4;
  box-shadow: 0px 0px 8px 0px rgba(11, 99, 229, 0.24);
  outline: none;
}

.create-job-container .input-field:not(:placeholder-shown) {
  color: #061C3D;
}

.create-job-container .save-draft-button {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #061C3D;
  color: #FFF;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
  border: none;
}

.tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 347px;
  height: 48px;
  border-radius: 12px;
  background: #F2F4F5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
}

.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  flex: 1 0 0;
  border-radius: 8px;
  cursor: pointer;
}

.tab.active {
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.tab-text {
  color: #656070;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 400;
}

.tab.active .tab-text {
  color: #0B0712;
}

.login-container .buttons {
  display: flex;
  gap: 16px;
  width: 100%;
}

.login-container .google-button {
  background: #fff;
  width: 100%;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.06);
}

.login-container .form-container {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.login-container .form-container.active {
  display: flex;
}

.login-container .terms-container {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.login-container .pass-check {
  display: flex;
  gap: 8px;
  align-items: center;
}

.login-container .forgot-password {
  color: #061C3D;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.login-container .forgot-password:hover {
  color: #7D517D;
}

.login-container .Login {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #061C3D;
  margin-top: 32px;
  width: 100%;
  border: none;
}

.login-container .Login-text {
  color: #FFF;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.contact-info-container .bullet-list {
  text-align: center;
  padding-left: 0; /* Убираем отступ слева */
  list-style-position: inside; /* Буллеты будут внутри текста, что помогает с центрированием */
}

.contact-info-container .bullet-list li {
  display: inline-block; /* Делаем элементы списка инлайн-блоками для центрирования */
  margin: 0 10px 4px; /* Добавляем горизонтальные отступы между пунктами */
}

.contact-info-container .bullets {
  justify-content: center;
  width: 100%;
}

/* Добавляем в конец существующего <style> */
  .container.reset-password-container {
  width: 846px;
  padding: 32px 24px;
  border-radius: 12px;
  margin: 59px auto;
  border: none;
  background: transparent;
}

.email-dynamic {
  color: #9859FF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.button-text {
  color: #061C3D;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.container.reset-password-container a.button-text {
  margin-top: 12px;
  padding: 10px 20px;
  display: block;
}

.button-text:hover {
  color: #7D517D;
}

.container.reset-password-container .subtitle {
  margin-top: 12px;
}

/* Переопределяем .container для new-password */
.container.new-password-container {
  width: 580px;
  padding: 32px 24px;
  border-radius: 12px;
  border: 1px solid #CBD5E1;
  background: #FFF;
  margin: 59px auto;
}

.container.new-password-container .subtitle {
  margin-top: 12px;
}

.container.new-password-container .bullet-list {
  margin-top: 7px;
  margin-bottom: 12px;
  padding-left: 20px;
  color: #8692A6;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  list-style-position: outside;
  text-align: left;
}

.container.new-password-container .bullet-list li {
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.container.new-password-container .bullet-list li.valid {
  color: #10B981;
}

.container.new-password-container .password-container {
  margin-top: 0;
}

.container.new-password-container .get-started-button {
  margin-top: 32px;
}

.container.new-password-container .login-text {
  margin-top: 24px;
}

.container.new-password-container .pass-check {
  display: flex;
  gap: 8px;
  align-items: flex-end; /* Текст внизу */
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none !important;
}

input[type="password"] {
    -moz-appearance: textfield !important;
}

.password-container {
    position: relative;
}

.password-container input {
    width: 100%;
    padding-right: 50px; /* место для нашей иконки глаза */
    box-sizing: border-box;
}

/* =========================================================
   E-gorc Join Us Mobile Styles
   Mobile-only styles for join-us / login / onboarding screens
   ========================================================= */

@media (max-width: 768px) {
  html,
  body {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
  }

  body {
    background: #F8FAFC;
    align-items: stretch;
  }

  .content-wrapper {
    width: 100%;
    min-height: calc(100dvh - 84px);
    padding: 0 20px 32px;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    flex-grow: 1;
  }

  #content-wrapper {
    margin-top: 0 !important;
  }

  .join-us-container,
  .role-container,
  .verify-container,
  .cv-container,
  .contact-info-container,
  .currently-hiring-container,
  .create-job-container {
    width: 100%;
    max-width: 100%;
    min-height: calc(100dvh - 116px);
    padding: 128px 0 24px;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    flex-grow: 0;
  }

  .container,
  .login-container,
  .container.new-password-container,
  .container.reset-password-container {
    width: 100%;
    max-width: 100%;
    padding: 28px 16px;
    margin: 24px auto 32px;
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    background: #FFF;
    box-sizing: border-box;
    gap: 24px;
    flex-grow: 0;
  }

  .container.reset-password-container {
    border: none;
    background: transparent;
    padding: 132px 0 24px;
    margin: 0 auto;
  }

  .title {
    color: #061C3D;
    text-align: center;
    font-family: "Lexend Deca", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.6px;
  }

  .subtitle,
  .verify-subtitle {
    margin-top: 14px;
    color: #334155;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 29px;
  }

  .text-container {
    width: 100%;
    text-align: center;
  }

  /* Initial registration choice */

  .join-us-cards {
    width: 100%;
    margin-top: 34px;
    gap: 20px;
  }

  .join-us-card {
    width: 100%;
    min-height: 104px;
    padding: 24px 28px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    box-sizing: border-box;
  }

  .join-us-card:first-child {
    background: #F5F3FF;
    border: 1px solid rgba(156, 85, 212, 0.18);
    box-shadow: 0 0 12px rgba(156, 85, 212, 0.14);
  }

  .join-us-icon,
  .role-icon,
  .cv-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .join-us-card:first-child svg path,
  .role-card svg path {
    fill: #9859FF;
  }

  .join-us-card-title,
  .role-card-title,
  .cv-button-text {
    color: #061C3D;
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.52px;
  }

  .join-us-card-subtitle {
    display: none;
  }

  .join-us-arrow-icon {
    width: 28px;
    height: 28px;
  }

  .login-text,
  .Register-text {
    margin-top: 24px;
    color: #94A3B8;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
  }

  .login-text a,
  .Register-text a {
    color: #061C3D;
    font-weight: 600;
  }

  /* Role / CV option cards */

  .cards,
  .buttons-container {
    width: 100%;
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .cards-top,
  .cards-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .role-card,
  .cv-button {
    width: 100%;
    min-height: 104px;
    padding: 24px;
    justify-content: center;
    gap: 24px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    box-sizing: border-box;
  }

  .role-card-content,
  .join-us-card-content {
    flex-grow: 0;
  }

  .role-card-title,
  .cv-button-text {
    color: #061C3D;
  }

  /* Navigation bullets */

  .navigation-section {
    width: 100%;
    margin-top: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bullets {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .bullet {
    width: 11px;
    height: 11px;
    background: #D9DDE3;
  }

  .bullet.active {
    background: #061C3D;
  }

  .not-now {
    color: #061C3D;
    font-family: "Lexend Deca", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
  }

  /* Forms */

  .form-container,
  .contact-info-form-container,
  .create-job-container .form-container {
    width: 100%;
    margin-top: 28px;
  }

  .form-row {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  .form-group,
  .form-group-phone {
    width: 100%;
    margin-bottom: 14px;
  }

  .form-label {
    color: #475569;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
  }

  .form-input,
  .full-width-input,
  .create-job-container .input-field {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    margin-top: 8px;
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    background: #FFF;
    color: #061C3D;
    font-size: 18px;
    line-height: 24px;
    box-sizing: border-box;
  }

  .form-input::placeholder,
  .full-width-input::placeholder,
  .create-job-container .input-field::placeholder {
    color: #838E9E;
    font-size: 18px;
    line-height: 24px;
  }

  .error-message {
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
  }

  .Continue,
  .get-started-button,
  .login-container .Login {
    width: 100%;
    min-height: 48px;
    margin-top: 22px;
    padding: 12px 20px;
    border-radius: 12px;
    background: #061C3D;
  }

  .Continue-text,
  .get-started-text,
  .login-container .Login-text {
    color: #FFF;
    font-family: "Lexend Deca", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  /* Login */

  .login-container {
    margin-top: 24px;
  }

  .tab-container {
    width: 100%;
    height: 48px;
    padding: 4px;
    box-sizing: border-box;
  }

  .tab {
    height: 40px;
    padding: 8px 10px;
  }

  .tab-text {
    font-size: 15px;
    line-height: 20px;
  }

  .buttons {
    width: 100%;
    gap: 12px;
    flex-direction: column;
  }

  .google-button {
    width: 100%;
    min-height: 42px;
    padding: 9px 16px;
    border-radius: 12px;
    box-shadow: none;
  }

  .google-button .button-text,
  .button-text {
    font-size: 18px;
    line-height: 24px;
  }

  .divider {
    width: 100%;
  }

  .line {
    width: auto;
    flex: 1;
  }

  .or-text {
    font-size: 16px;
    line-height: 22px;
  }

  .login-container .terms-container {
    align-items: center;
    gap: 8px;
  }

  .login-container .forgot-password,
  .terms-text {
    font-size: 14px;
    line-height: 20px;
  }

  .login-container .pass-check {
    gap: 8px;
  }

  .checkbox {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  /* Registration */

  .terms-container {
    width: 100%;
    align-items: flex-start;
    gap: 12px;
    margin-top: 12px;
  }

  .terms-text {
    color: #475569;
    font-size: 18px;
    line-height: 25px;
  }

  .terms-links {
    color: #061C3D;
    font-weight: 600;
  }

  .captcha-container {
    width: 100%;
    height: 64px;
    margin-top: 20px;
    padding: 12px 16px;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .captcha-checkbox {
    width: 28px;
    height: 28px;
  }

  .captcha-text {
    margin-left: 14px;
    font-size: 18px;
    line-height: 24px;
  }

  .captcha-icon {
    width: 48px;
    height: 52px;
  }

  .bullet-list {
    width: 100%;
    margin-top: 8px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 21px;
    color: #10B981;
  }

  .bullet-list.visible,
  .password-container:focus-within + .bullet-list,
  .container.new-password-container .bullet-list {
    display: block;
  }

  .bullet-list li {
    margin-bottom: 2px;
  }

  .bullet-list li.valid {
    color: #10B981;
  }

  .password-icon {
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* Reset / verify */

  .verify-container .text-container,
  .container.reset-password-container .text-container {
    margin-top: 0;
  }

  .verify-button-text,
  .container.reset-password-container a.button-text {
    display: inline-flex;
    margin-top: 22px;
    padding: 10px 20px;
    color: #061C3D;
    font-family: "Lexend Deca", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .email-dynamic {
    color: #9859FF;
    font-size: 18px;
    line-height: 26px;
    word-break: break-word;
  }

  /* New password */

  .container.new-password-container {
    margin-top: 24px;
  }

  .container.new-password-container .subtitle {
    margin-top: 12px;
  }

  .container.new-password-container .form-container {
    margin-top: 0;
  }

  .container.new-password-container .terms-container {
    align-items: center;
  }

  /* Company onboarding */

  .currently-hiring-container .buttons-container {
    width: 100%;
    margin-top: 42px;
    gap: 16px;
  }

  .currently-hiring-container .button {
    width: 100%;
    height: 56px;
    padding: 14px 18px;
    border-radius: 12px;
    background: #FFF;
    border: 1px solid #E6E8EC;
    box-sizing: border-box;
  }

  .currently-hiring-container .button-text {
    color: #061C3D;
    font-size: 18px;
    line-height: 24px;
  }

  .create-job-container .form-container {
    margin-top: 42px;
  }

  #roleInput {
    text-align: left;
  }
}

@media (max-width: 390px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .join-us-container,
  .role-container,
  .verify-container,
  .cv-container,
  .contact-info-container,
  .currently-hiring-container,
  .create-job-container {
    padding-top: 104px;
  }

  .title {
    font-size: 26px;
    line-height: 34px;
  }

  .subtitle,
  .verify-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .join-us-card-title,
  .role-card-title,
  .cv-button-text {
    font-size: 22px;
    line-height: 30px;
  }

  .join-us-card,
  .role-card,
  .cv-button {
    min-height: 92px;
    padding: 20px 22px;
  }

  .login-text,
  .Register-text,
  .not-now {
    font-size: 18px;
    line-height: 24px;
  }

  .container,
  .login-container,
  .container.new-password-container {
    padding: 24px 14px;
  }

  .form-input,
  .full-width-input,
  .create-job-container .input-field {
    font-size: 16px;
  }

  .form-input::placeholder,
  .full-width-input::placeholder,
  .create-job-container .input-field::placeholder {
    font-size: 16px;
  }

  .terms-text,
  .captcha-text,
  .google-button .button-text,
  .button-text {
    font-size: 16px;
  }

  .tab-text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .bullet-list {
    color: #64748B !important;
  }

  .bullet-list li {
    color: #64748B !important;
  }

  .bullet-list li.valid {
    color: #10B981 !important;
  }

  .bullet-list li.invalid {
    color: #EF4444 !important;
  }

  .password-container input,
  .password-container .full-width-input {
    display: block !important;
    height: 48px;
    color: #061C3D !important;
    -webkit-text-fill-color: #061C3D !important;
    caret-color: #061C3D;
    background: #FFF !important;
    padding-right: 50px !important;
  }

  .password-container input::placeholder {
    color: #838E9E !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #838E9E !important;
  }
}

.mobile-only-header {
    display: none;
}

@media (max-width: 768px) {
    .mobile-only-header {
        display: block;
        width: 100%;
    }

    .join-us-page .header {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .join-us-page .content-wrapper {
        padding-top: 0 !important;
    }
}
/* End */


/* Start:/bitrix/templates/E-gorc/css/header.css?177977848411877*/
.header {
    display: flex;
    width: 1440px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    height: 84px;
    margin: 0 auto;
    background: transparent;
    position: relative;
    z-index: 10;
}

.header-left {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    cursor: pointer;
}

.header-divider {
    width: 1px;
    height: 32px;
    background: #E6E8EC;
    margin: 0 24px;
}

.nav {
    display: flex;
    gap: 24px;
}

.nav a {
    font-family: "Lexend Deca";
    text-decoration: none;
    color: #787486;
    font-size: 16px;
    font-weight: 400;
}

.nav a:hover {
    color: #061C3D;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn {
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    font-family: "Lexend Deca";
    font-weight: 500;
    line-height: 20px;
    border-radius: 12px;
}

.login-btn {
    background: transparent;
    color: #061C3D;
}

.signup-btn {
    background: #061C3D;
    color: white;
}

.lang-icon {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.avatar-container {
    display: flex;
    padding: 9px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 3.657px;
    border: 0.457px solid #E6E8EC;
    background: #FFF;
}

.avatar-icon {
    width: 30px;
    height: 30px;
}

.seeker-header .nav a[href="/cv-builder/"] {
    display: block;
}

.seeker-header .nav a[href="/pricing/"] {
    display: none;
}

.hiring-header .nav a[href="/cv-builder/"] {
    display: none;
}

.hiring-header .nav a[href="/pricing/"] {
    display: block;
}

.lang-dropdown {
    position: relative;
    display: inline-block;
}

.lang-options {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 110px;
    z-index: 1000;
    padding: 6px 0;
}

.lang-option {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
}

.lang-option:hover {
    background: #f5f5f5;
}

.mobile-menu-toggle,
.mobile-language-switcher {
    display: none;
}

/* =========================================================
   E-gorc Header Mobile Styles
   ========================================================= */

@media (max-width: 768px) {
    html.mobile-menu-open,
    body.mobile-menu-open {
        overflow: hidden !important;
        height: 100%;
        touch-action: none;
    }

    .header {
        width: 100%;
        max-width: 100%;
        height: 84px;
        min-height: 84px;
        padding: 18px 14px;
        margin: 0;
        box-sizing: border-box;
        background: #F8FAFC;
        border-radius: 0;
        position: relative;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-left {
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        min-width: 0;
    }

    .header-left a {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }

    .logo {
        width: 92px;
        height: auto;
        max-height: 42px;
        object-fit: contain;
    }

    .header-divider {
        display: none;
    }

    .nav {
        display: none;
    }

    .header-right {
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 0 0 auto;
    }

    .header-right .lang-icon,
    .header-right .lang-dropdown,
    .header-right .login-btn {
        display: none !important;
    }

    .header-right .avatar-container {
        display: flex !important;
        width: 48px;
        height: 48px;
        padding: 8px;
        border-radius: 12px;
        border: 1px solid #E6E8EC;
        background: #FFF;
        box-sizing: border-box;
    }

    .header-right .avatar-icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
    }

    .header-right .signup-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 104px;
        height: 48px;
        padding: 0 20px;
        border-radius: 14px;
        background: #061C3D;
        color: #FFF;
        font-family: "Lexend Deca", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        white-space: nowrap;
    }

    .mobile-menu-toggle {
        display: block;
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        margin-left: 10px;
        padding: 0;
        border: none;
        background:
            linear-gradient(#787486, #787486) center 8px / 28px 2px no-repeat,
            linear-gradient(#787486, #787486) center 16px / 28px 2px no-repeat,
            linear-gradient(#787486, #787486) center 24px / 28px 2px no-repeat;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
    }

    .mobile-language-switcher {
        display: none;
    }

    /* OPEN STATE */

    .header.menu-open {
        position: fixed;
        inset: 0;
        width: 100vw;
        max-width: 100vw;
        height: 100dvh;
        min-height: 100dvh;
        padding: 28px 14px 22px;
        background: #FFF;
        box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
        overflow: hidden;
        display: grid;
        grid-template-columns: 1fr auto auto;
        grid-template-rows: auto minmax(0, 1fr);
        align-items: start;
        column-gap: 14px;
    }

    .header.menu-open .nav {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.header.menu-open .nav a,
.header.menu-open .nav .nav-link {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

    .header.menu-open .header-left {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        width: 100%;
        min-width: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow: hidden;
    }

    .header.menu-open .header-left > a {
        height: 72px;
        display: inline-flex;
        align-items: center;
    }

    .header.menu-open .logo {
        width: 96px;
        max-height: 44px;
    }

    .header.menu-open .header-right {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 0;
        min-width: 0;
    }

    .header.menu-open .mobile-menu-toggle {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        width: 34px;
        height: 72px;
        flex-basis: 34px;
        margin-left: 0;
        background: none;
        position: relative;
    }

    .header.menu-open .mobile-menu-toggle::before {
        content: "×";
        position: absolute;
        inset: 0;
        color: #787486;
        font-family: Arial, sans-serif;
        font-size: 42px;
        font-weight: 300;
        line-height: 68px;
        text-align: center;
    }

    .header.menu-open .header-left .nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 6px 0;
        box-sizing: border-box;
        gap: 0;
        background: #FFF;
        overflow: hidden;
    }

    .header.menu-open .header-left .nav a {
        display: flex !important;
        align-items: center;
        min-height: 72px;
        color: #5F6673;
        font-family: "Lexend Deca", sans-serif;
        font-size: 26px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: none;
        flex-shrink: 0;
    }

    .header.menu-open .header-right .signup-btn {
        min-width: 126px;
        height: 72px;
        border-radius: 16px;
        padding: 0 24px;
        font-size: 24px;
        line-height: 28px;
        position: static;
    }

    .header.menu-open .header-right .login-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 156px;
        height: 56px;
        padding: 0 20px;
        border-radius: 12px;
        border: 1px solid #D9DCE3;
        background: #FFF;
        color: #061C3D;
        font-family: "Lexend Deca", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        box-sizing: border-box;
        z-index: 2;
    }

    .header.menu-open .header-right .login-btn + .signup-btn,
    .header.menu-open .header-right .signup-btn {
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 82px;
        width: auto;
        height: 56px;
        border-radius: 12px;
        background: #061C3D;
        color: #FFF;
        font-size: 18px;
        line-height: 24px;
        z-index: 2;
    }

    .header.menu-open .header-right .lang-icon,
    .header.menu-open .header-right .lang-dropdown {
        display: none !important;
    }

    .header.menu-open .header-right .avatar-container {
        display: flex !important;
        position: static;
        width: 56px;
        height: 56px;
        padding: 10px;
        border-radius: 14px;
        border: 1px solid #E6E8EC;
        background: #FFF;
        box-sizing: border-box;
    }

    .header.menu-open .header-right .avatar-icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        object-fit: cover;
    }

    .header.menu-open .header-right:has(.avatar-container) {
        align-items: flex-start;
    }

    .header.menu-open .header-right:has(.avatar-container) .login-btn,
    .header.menu-open .header-right:has(.avatar-container) .signup-btn {
        display: none !important;
    }

    .header.menu-open .header-right::before {
        display: none;
        content: none;
    }

    .header.menu-open .mobile-language-switcher {
        display: flex;
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 28px;
        gap: 8px;
        align-items: center;
        z-index: 2;
    }

    .mobile-lang-btn {
        padding: 0;
        border: none;
        background: transparent;
        color: #5F6673;
        font-family: "Lexend Deca", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        cursor: pointer;
    }

    .mobile-lang-btn.active {
        color: #061C3D;
        font-weight: 500;
    }
}

@media (max-width: 390px) {
    .header-right .signup-btn {
        min-width: 96px;
        height: 44px;
        padding: 0 18px;
        font-size: 16px;
    }

    .logo {
        width: 84px;
    }

    .header.menu-open {
        padding-top: 32px;
    }

    .header.menu-open .header-left .nav {
        margin-top: 12px;
    }

    .header.menu-open .header-left .nav a {
        min-height: 64px;
        font-size: 22px;
        line-height: 28px;
    }

    .header.menu-open .header-right .login-btn {
        height: 56px;
        bottom: 156px;
        font-size: 18px;
    }

    .header.menu-open .header-right .login-btn + .signup-btn,
    .header.menu-open .header-right .signup-btn {
        height: 56px;
        bottom: 82px;
        font-size: 18px;
    }

    .header.menu-open .mobile-language-switcher {
        bottom: 28px;
    }

    .mobile-lang-btn {
        font-size: 18px;
    }
}


@media (max-width: 768px) {
    .header.user-type-candidate .nav a[href="/pricing/"],
    .header.user-type-candidate .nav a[data-i18n="menu.pricing"] {
        display: none !important;
    }

    .header.user-type-company .nav a[href="/cv-builder/"],
    .header.user-type-company .nav a[data-i18n="menu.cv_builder"] {
        display: none !important;
    }
}
/* End */
/* /bitrix/templates/E-gorc/css/join-us.css?177943545833703 */
/* /bitrix/templates/E-gorc/css/header.css?177977848411877 */
