* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

body {
  background-color: #000;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* overflow: hidden;  */
}

:root {
  --font-family: "Sora", sans-serif;
  --main-text-color: #171952;
}

.iti {
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.iti__selected-dial-code {
  color: #fff;
}

.container {
  position: relative;
  max-width: 680px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.video-container {
  /* position: absolute;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; */
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 100%; */
  height: 100%;
  object-fit: contain;
  z-index: -1;
}
.circle {
  display: block;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
  object-fit: contain;
  z-index: -1;
}

.main {
  font-family: var(--font-family);
}

.title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(117deg, #fff 44%, #b8b8d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content {
  padding: 10px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}
.content__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #b8b8d9;
  margin-bottom: 25px;
}
.content__dscr {
  position: relative;
  padding: 25px 15px;
  background: rgba(44, 30, 82, 0.5);
  border-radius: 30px;
}
.bg-item {
  width: 100px;
  height: 100px;
}
.content__block1 {
  max-width: 500px;
  padding: 1em;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.23);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.content__block2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #b8b8d9;
}
.content__button {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding:25px 25px;
  background: linear-gradient(
    211deg,
    rgba(0, 244, 255, 0.4) 0%,
    #4a2d6f 27.89%,
    #2a1f4f 60.82%,
    #0b0b1a 100%
  );
  z-index: 2;
}
.gradient-text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(117deg, #fff 44%, #b8b8d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rob1 {
  width: 100%;
  display: block;
  position: relative;
  top: -50px;
  z-index: -1;
  object-fit: contain;
  transition: 300ms;
}

.question__number {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 30px;
  background: linear-gradient(
    204deg,
    rgba(0, 244, 255, 0.2) 0%,
    rgba(74, 45, 111, 0.4) 27.89%,
    rgba(42, 31, 79, 0.6) 60.82%,
    rgba(11, 11, 26, 0.85) 100%
  );
}

.modal-overlay {
  display: none;
  width: 100%;
  z-index: 2;
}
.rob2 {
  display: none;
  position: absolute;
  width: 300px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.form-block__form {
  margin: 0 auto;
  padding: 15px;
  border-radius: 30px;
  background: linear-gradient(
    206deg,
    rgba(0, 244, 255, 0.1) 0%,
    rgba(74, 45, 111, 0.4) 27.89%,
    rgba(42, 31, 79, 0.6) 60.82%,
    rgba(11, 11, 26, 0.85) 100%
  );
  z-index: 2;
}
.form-block__input {
  width: 100%;
  height: 80px;
  background: rgba(44, 30, 82, 0.44);
  border-radius: 22px;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 15px;
}
.input__label {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
}
.confirm {
  display: block;
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
  text-align: center;
  width: 150px;
  border-radius: 22px;
  padding: 10px 15px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: url("../img/circle.png") center center / 150% no-repeat;
  overflow: hidden;
  border: none;
  outline: none;
}
.form-block__row {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form-block__submit {
  display: none;
  margin: 0 auto;
  border-radius: 24px;
  background: linear-gradient(
    211deg,
    rgba(0, 244, 255, 0.4) 0%,
    #4a2d6f 27.89%,
    #2a1f4f 60.82%,
    #0b0b1a 100%
  );
  padding: 10px 25px;
  border: none;
  outline: none;
}
.form-block__submit_text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(117deg, #fff 44%, #b8b8d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.input__name {
  display: none;
}
.ai_text_block_name {
  display: none;
}

.ai_text_block_phone {
  display: none;
}
.ai_text_block_email {
  display: none;
}

.selection-container_1 {
  display: none;
}
.next_question_selection1 {
  display: none;
}
.ai_text_block_selection1 {
  display: none;
}

.selection-container_2 {
  display: none;
}
.next_question_selection2 {
  display: none;
}
.ai_text_block_selection2 {
  display: none;
}

.selection-container_3 {
  display: none;
}
.next_question_selection3 {
  display: none;
}
.ai_text_block_selection3 {
  display: none;
}

.selection-container_4 {
  display: none;
}
.next_question_selectio4 {
  display: none;
}
.ai_text_block_selection4 {
  display: none;
}

.selection-container_5 {
  display: none;
}
.next_question_selectio5 {
  display: none;
}
.ai_text_block_selection5 {
  display: none;
}

.input__email {
  display: none;
}
.input__phone {
  display: none;
}

.selection-container {
  color: white;
  font-family: sans-serif;
}

.selection-title {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.options-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start; /* Чтобы кнопки не растягивались на всю ширину */
}

.option-btn {
  background: rgba(255, 255, 255, 0.05); /* Легкий прозрачный фон */
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px; /* Сильное скругление */
  color: white;
  padding: 12px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

/* Эффект при наведении */
.option-btn:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Стиль для выбранной кнопки */
.option-btn.selected {
  background: #fff;
  color: #000; /* Текст становится черным при выборе */
  border-color: #fff;
}

.ai_text_block {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  z-index: 10;
}
.ai_text {
  margin-left: auto;
  margin-right: 0;
  padding-left: 50px;
  padding-top: 25px;
  padding-right: 25px;
  width: 300px;
  height: 200px;
  display: block;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #2c1e52;
  z-index: 10;
}
.ai_text_bg {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
}
.next_question {
  width: 150px;
  display: block;
  margin-top: 10px;
  text-align: center;
  border-radius: 22px;
  padding: 10px 15px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: url("../img/circle.png") center center / 150% no-repeat;
  overflow: hidden;
  border: none;
  outline: none;
  opacity: 0;
  animation: slideIn 0.8s ease-out 1s forwards;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px); /* Слегка выплывает снизу */
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.final__block {
  display: none;
  min-height: 50%;
  padding-top: 50px;
  gap: 20px;
  flex: 1;
  /* display: flex; */
  /* align-items: center; */
  justify-content: space-between;
  background: url("../img/bgf.png") center center / cover no-repeat;
}
.final__block_item {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.modal-content-final {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 40px;
}
.robots {
  z-index: 1;
}

#orientation-warning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  color: white;
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: sans-serif;
}

@media screen and (max-width: 1080px) and (orientation: landscape) {
  #orientation-warning {
    display: flex;
  }
}

.phone-icon {
  font-size: 50px;
  margin-top: 15px;
  animation: rotate 2s infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.title2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  background: linear-gradient(117deg, #fff 44%, #b8b8d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.7;
  margin-bottom: 20px;
}

@media (max-width: 375px) {
  .container {
    /* overflow-y: scroll; */
  }
  .title {
    font-size: 1.5em;
  }
  .content__title {
    font-size: 12px;
  }
  .content__block1 {
    font-size: 12px;
  }
  .content__block2 {
    font-size: 12px;
  }
  .selection-title {
    font-size: 12px;
  }
  .option-btn {
    font-size: 12px;
    padding: 5px 20px;
  }
  .rob1 {
    top: -250px;
  }
  .content__button {
    padding: 5px 20px;
    z-index: 2;
  }
  .question__number {
    padding: 5px 20px;
  }
  .rob1 {
    top: 20px;
  }
  /* .robots {
    position: absolute;
    bottom: -360px;
  } */
  .gradient-text {
    font-size: 1em;
  }
  .content__button {
    width: 300px;
  }
  .form-block__submit_text {
    font-size: 2em;
  }
  .final__block {
    padding-top: 10px;
  }
  .gradient-text {
    font-size: 1em!important;
  }
}
