@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans18pt-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}

body {
  background: rgb(8, 13, 39);
}

/* ------------------------------------------------------------SECTIONS------------------------------------------------------------------- */
.footer-topx {
  display: none !important;
}

.main-container {
  max-width: 1212px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

.demo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  max-width: 100%;
  margin: 120px auto;
  padding-top: 30px;
  padding-bottom: 146px;
}
.demo__content{
  margin-top: 200px;
}
.demo__top-line {
  position: absolute;
  top: 123px;
  left: 0;
  z-index: -1;
}
.demo__bottom-line {
  position: absolute;
  top: 569px;
  left: 246px;
  z-index: -1;
}


.demo__generator {
  margin-bottom: 60px;
}

.demo__title {
  font-family: "Poppins";
  font-size: 64px;
  letter-spacing: 2px;
  line-height: 64px;
  font-weight: 900;
  text-transform: uppercase;
  color: #eaedff;
  margin-bottom: 28px;
  text-align: left;
}

.demo__subtitle {
  font-family: "Poppins";
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 18px;
  font-weight: 300;
  color: #c4cbf5;
  margin-bottom: 28px;
  text-align: left;
}
.demo__buttons {
  display: flex;
  flex-direction: row;
  gap: 28px;
  justify-content: flex-start;
}

.demo__start-button {
  border-radius: 16px;
  display: flex;
  box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7),
    0 16px 24px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #334679, #162561 100%);
  width: 239px;
  height: 64px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.start__button-wrapper {
  display: flex;
  align-items: center;
  padding: 9px 10px 9px 0px;
  border-radius: 14px;
  width: 235px;
  height: 60px;
  background: linear-gradient(180deg, rgb(37, 53, 117), rgb(22, 37, 97) 100%);
}
.left-img {
  margin-right: 3.5px;
}
.right-img {
  margin-right: 14px;
}
.button-text {
  color: rgb(46, 242, 255);
  font-family: "Poppins";
  text-align: center;
  text-transform: uppercase;
}
.button-text-popup {
  color: rgb(46, 242, 255);
  font-family: "Poppins";
  text-align: center;
  text-transform: uppercase;
}
.button-text.start-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.demo__contact-button {
  border-radius: 16px;
  display: flex;
  border: 1px solid #2ef2ff;
  background-color: transparent;
  width: fit-content;
  cursor: pointer;
}
.contact__button-wrapper {
  display: flex;
  align-items: center;
  padding: 9px 14px 9px 0px;
  border-radius: 14px;
}
.button-text.contact-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.demo__contact-button.mob {
  display: none;
}
.demo__how {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.demo__how-title {
  color: rgb(234, 237, 255);
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 14px;
}

.demo__cards {
  display: flex;
  flex-direction: row;
  margin-bottom: 28px;
  gap: 60px;
}
.demo__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 14px;
  background: rgba(27, 39, 90, 0.2);
  padding: 18px 24px 18px 24px;
  max-width: 199px;
  width: 100%;
  min-height: 183px;
  gap: 12px;
  border: 1px solid #253575;
}
.card__title {
  color: rgb(196, 203, 245);
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
}
.card_subtitle {
  color: rgb(196, 203, 245);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
}
.demo__how-text {
  color: rgb(196, 203, 245);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.demo__how-text-titleBloated{
  font-weight: 600;
}

.demo__how-text-subtitle{
  font-size: 18px;
  font-weight: 600;
}

.demo__how-text-bodyText{
  display: flex;
  flex-direction: row;
  gap: 3px;
}

.demo-form-wrapper {
  position: relative;
  max-width: 529px;
  width: 100%;
}
.demo__form {
  padding: 32px 32px 44px 32px;
  max-width: 529px;
  width: 100%;
  min-height: 781px;
  background: linear-gradient(to bottom, #243474 0%, #0f1434 100%);
  border-radius: 40px;
  border: 2px solid #334679;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#step3 {
  z-index: 2; /* Устанавливаем z-index для 3-го шага */
}

#step4 {
  z-index: 3; /* Устанавливаем z-index для 4-го шага */
}

.demo__form-title {
  color: #c4cbf5;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 16px;
}
.demo__form-subtitle {
  color: rgb(196, 203, 245);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 43px;
}
.demo__form-input-wrapper {
  position: relative;
  width: 100%;
}

.demo__input-pic {
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer;
}
.demo__form-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 28px;
  position: relative;
}
.demo__form-step {
  max-width: 529px;
  width: 100%;
  display: none;
}
.demo__form-check-merchant-title {
  margin-left: 10px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.45);
}
.demo__form-check-merchant-wrapper input[type="radio"] {
  display: none;
}
.demo__form-check-merchant-wrapper label {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.08);
  position: relative;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.demo__form-check-merchant-wrapper input[type="radio"]:checked + label {
  background-color: #2ef2ff;
  border: none;
}
.demo__form-check-merchant-wrapper input[type="radio"]:checked + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #2ef2ff;
  border: 2px solid #334679;
  border-radius: 50%;
}
.radio-item__text {
  display: none;
  margin-left: 25px;
}
.radio-item__text-transfer{
  margin-left: 25px;
  display: block;
}
.demo__form-check-merchant-wrapper {
  display: flex;
  gap: 160px;
  padding-top: 5px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #eaedff;
}
.demo__form-check-merchant-wrapper-transfer{
  display: none;
}
.demo__form-step.active {
  display: block;
}
.demo__form-input-procent {
  position: absolute;
  color: #2ef2ff;
  font-family: "Roboto";
  font-size: 12px;
  top: 55%;
  left: 90%;
}
.demo__form-tax-rate {
  margin-top: 30px;
}
.demo__form-button-group {
}
.demo__form-input > label {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  padding-left: 16px;
  padding-bottom: 8px;
}
input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.demo__form-input input {
  padding: 16px 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 14px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
  max-width: 466px;
  width: 100%;
  outline: none;
}
.demo__form-input-wrapper input {
  padding-right: 80px;
}

.demo__form-check-buttons > label {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  padding-left: 16px;
}
.demo__form-check-buttons {
  margin-bottom: 42px;
}
.check__buttons {
  display: flex;
  max-width: 466px;
  width: 100%;
  gap: 28px;
  margin-top: 8px;
}
.check__buttons-col {
  display: flex;
  flex-direction: column;
  width: 130px;
  /* width: 100%; */
  gap: 18px;
}
.check__buttons-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
/* ===============Chechbox=============== */
.checkbox-other {
  display: block;
  /* margin: 0 0 8px 0; */
  cursor: pointer;
  user-select: none;
  position: relative;
}
.checkbox-other input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.checkbox-other span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
  color: rgb(255, 255, 255);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
}
.checkbox-other span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.3s ease;
  background: url(../img/check.svg) 0 0 no-repeat;
}

/* Checked */
.checkbox-other input[type="checkbox"]:checked + span:before {
  background-image: url(../img/checkbox.svg);
}

/* Hover */
.checkbox-other span:hover:before {
  filter: brightness(110%);
}

/* Active */
.checkbox-other span:active:before {
  filter: brightness(80%);
}

.demo__form-input-lebel {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  padding-left: 16px;
  padding-bottom: 8px;
}
.demo__form-list-input {
  padding: 0px;
  height: 56px;
  padding-bottom: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 14px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
  max-width: 466px;
  width: 100%;
  outline: none;
  position: relative;
}
.demo__array-waletSelect{
  position: absolute;
  left: 94%;
  top: 25%;
}
.demo__array-waletSelect-img{
  width: 28px;
  height: 28px;
}
.demo__form-list {
  list-style: none;
  padding: 16px 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 14px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
  max-width: 466px;
  width: 100%;
  margin-top: 5px;
  outline: none;
  display: none;
}

.demo__form-list.hidden {
  display: none;
}

.demo__form-list.show {
  display: block;
}

.demo__list-item {
  padding: 10px;
  transition: background-color 0.1s ease;
  display: flex;
  gap: 10px;

}
.demo__list-item img{
  width: 24px;
  height: 24px;
}
.demo__list-item:hover {
  color: black;
  background-color: gray;
  border-radius: 14px;
}

.demo__list-item.selected {
  background-color: transparent;
}
.demo__form-step-header {
  display: flex;
  gap: 200px;
}
.demo__form-identificator {
  font-family: "Poppins";
  font-size: 400;
  font-size: 14px;
  color: #c4cbf5;
}
.demo__form-patment-method {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  padding-left: 40px;
  padding-bottom: 16px;
  color: #eaedff;
  text-align: center;
}
.demo__form-total-amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.total__eur {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.total__crypto {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.total__amount-title {
  display: flex;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
.total__eur-value {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.96px;
  color: rgba(234, 237, 255, 1);
}
.total__crypto-value {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.96px;
  color: rgba(200, 234, 128, 1);
}
.demo__form-currency-rate {
  margin-top: 32px;
}
.currency__rate-wrapper {
  display: flex;
  align-items: center;
  gap: 175px;
}
.currency__rate-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  color: rgba(234, 237, 255, 1);
}
.currency__rate-conversion {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: rgba(196, 203, 245, 1);
}
.currency__invoice-details {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 12px;
  color: rgba(200, 234, 128, 1);
}
.form__expiration-time-wrapper {
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 2px;
  margin-top: 32px;
}
.form__expiration-time-wrapper.form__expiration-time-step4{
  display: flex;
  flex-direction: column;
}
.pop-up__timer-block{
  display: flex;
  align-items: center;
}
.form__expiration-time{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color: rgba(196, 203, 245, 1);
}
.form__expiration-time.form__expiration-time-step4{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  color: rgba(234, 237, 255, 1);
}
.form__expiration-time-block {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: rgba(196, 203, 245, 1);
}
.form__expiration-time-value-step3 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 14px;
  color: rgba(200, 234, 128, 1);
}
.pop-up__timer-block-value{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  color: rgba(200, 234, 128, 1);
}
.pop-up__timer-block-value.pop-up__timer-block-value-step4{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 48px;
  color: rgba(234, 237, 255, 1);
}
.form__expiration-time-step3{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color: rgba(196, 203, 245, 1);
}
.bottom__square {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  opacity: 50%;
  background: linear-gradient(
    180deg,
    rgba(51, 70, 121, 1),
    rgba(22, 37, 97, 1) 100%
  );
}
.bottom__main-info-title {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: rgba(196, 203, 245, 1);
}
.bottom__main-info-desciption {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.bottom__main-info-email {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 12px;
  color: rgba(200, 234, 128, 1);
}
.bottom__powered-by-title {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
.bottom__powered-by-icon {
  width: 65px;
  height: 24px;
}
.form__bottom-crypto-info {
  display: flex;
  gap: 110px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.form__bottom-crypto-info-leftwrapepr {
  display: flex;
  gap: 16px;
}
.bottom__main-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bottom__powered-by {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.demo__form-pop-up{
  max-width: 372px;
  width: 100%;
  min-height: 456px;
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(27, 39, 90, 1) 0%, rgba(14, 20, 52, 1) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 25%;
  left: 15%;
}
.demo__form-pop-up-top{
  max-width: 368px;
  width: 100%;
  height: 175px;
  border-radius: 36px 36px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
  background: linear-gradient(180deg, rgba(37, 53, 117, 1), rgba(22, 37, 97, 1) 100%);
}
.form__expiration-time-step4 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  color: rgba(234, 237, 255, 1);
}
.form__expiration-time-value-step4 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  color: rgba(234, 237, 255, 1);
}
.pop-up__info-block{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 50px;
}
.pop-up__info-block-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  color: rgba(234, 237, 255, 1);
}
.pop-up__info-block-desc {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: rgba(196, 203, 245, 1);
  text-align:center;
}
.demo__form-button-step4{
  border-radius: 16px;
  display: flex;
  box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7),
    0 16px 24px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #334679, #162561 100%);
  width: 216px;
  height: 64px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.demo__form-button-wrapper-step4{
  display: flex;
  align-items: center;
  padding: 9px 10px 9px 0px;
  border-radius: 14px;
  width: 212px;
  height: 60px;
  background: linear-gradient(180deg, rgb(37, 53, 117), rgb(22, 37, 97) 100%);
}
.button-text-step4{
  color: rgba(200, 234, 128, 1);
  font-family: "Poppins";
  text-align: center;
  text-transform: uppercase;
}
.form__qr-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
}
.qr__title {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: rgba(200, 234, 128, 1);
  text-align: center;
}
.qr__image {
  width: 199px;
  height: 199px;
}
.qr__image img{
  width: 199px;
  height: 199px;
}
.qr__select-type {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  color: rgba(234, 237, 255, 1);
}
.qr__select-type-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 5px;
}
.qr__select-type-line{
  width: 94px;
  height: 2px;
  background-color: rgba(42, 42, 42, 1);
}
.qr__select-type-wrapper.active .qr__select-type-line {
  background-color: rgba(46, 242, 255, 1); 
}
.demo__form-input-rate-type{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.demo__form-input-rate-type.step2-excl{
  position: relative;
}
.demo__arrow-excl-img{
  position: absolute;
  top:52%;
  left: 90%;
}
.demo__form-input-rate-type-step5{
  margin-top: 32px;
}
.form__show-details{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.form__show-details.form__show-details-step5{
  margin-left: 10px;
}
.details__show-title{
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 12px;
  color: rgba(200, 234, 128, 1);
}
.details__show-title:hover{
  cursor: pointer;
}
.menu__list-item{
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(234, 237, 255, 1);
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
  gap: 5px;
}
.menu__list-item-line{
  display: flex;
  width: 2px;      
  height: 16px;
  background-color: #C4CBF5;
  border-radius: 2px;
  opacity: 20%;
}
.details__show-item{
  display: flex;
  justify-content: space-between; 
  align-items: start;
  gap: 16px;
}
.details__show-item-title{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  color: rgba(234, 237, 255, 1);
  text-align: left;
}
.detils__show-item-value{
  text-align: right; 
}
.detils__show-item-value-top{
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  color: rgba(234, 237, 255, 1);
}
.detils__show-item-value-bottom{
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  color: rgba(234, 237, 255, 0.4);
}
.form-button-container.formPrevBlock:hover{
  cursor: pointer;
}
.form__button-group-step4{
  margin-top: 16px;
}
.demo__form-list-item-language{
  position: absolute;
  top: 22%;
  left: 76%;
}
.demo__form-list-item-language select{
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(46, 242, 255, 1);
  width: 101px;
  height: 32px;
  border-radius: 8px;
  border-color: rgba(46, 242, 255, 1);
  background-color: rgba(255, 255, 255, 0.04);
}
.demo__form-list-item{
  display: flex;
  gap: 10px;
  padding: 15px;
}
.demo__form-list-item img{
  width: 24px;
  height: 24px;
}
.demo__form-list-item-img{
  margin-left: 8px;
}
.demo__form-list-item-img img{
  width: 24px;
  height: 24px;
}
option {
  background-color: gray;
}
/* ===============Chechbox end=============== */
.demo__form-button {
  border-radius: 16px;
  display: flex;
  box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7),
    0 16px 24px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #334679, #162561 100%);
  width: 180px;
  height: 64px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.demo__form-button-step3{
  border-radius: 16px;
  display: flex;
  box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7),
    0 16px 24px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #334679, #162561 100%);
  width: 335px;
  height: 64px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.demo__form-button-backForm {
  border-radius: 16px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 246px;
  height: 64px;
}
.demo__form-button-wrapper-backForm {
  display: flex;
  align-items: center;
  padding: 9px 10px 9px 0px;
  border-radius: 14px;
  border: solid 1px rgba(46, 242, 255, 1);;
  width: 246px;
  height: 64px;
  background: linear-gradient(rgba(40, 51, 111, 0.7), rgba(0, 0, 0, 0.25));

}
.demo__form-button-generanteBlock{
  border-radius: 16px;
  display: flex;
  box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7),
    0 16px 24px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #334679, #162561 100%);
  width: 249px;
  height: 60px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.form-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.demo__form-button-wrapper {
  display: flex;
  align-items: center;
  padding: 9px 10px 9px 0px;
  border-radius: 14px;
  width: 176.03px;
  height: 60px;
  background: linear-gradient(180deg, rgb(37, 53, 117), rgb(22, 37, 97) 100%);
}
.demo__form-button-wrapper-step3{
  display: flex;
  align-items: center;
  padding: 9px 10px 9px 0px;
  border-radius: 14px;
  width: 332.03px;
  height: 60px;
  background: linear-gradient(180deg, rgb(37, 53, 117), rgb(22, 37, 97) 100%);
}
.demo__form-button-wrapper-generanteBlock{
  display: flex;
  align-items: center;
  padding: 9px 10px 9px 0px;
  border-radius: 14px;
  width: 246px;
  height: 57px;
  background: linear-gradient(180deg, rgb(37, 53, 117), rgb(22, 37, 97) 100%);
}
.button-text.form-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.button-text-step4.form-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.form__button-group-step2{
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 201px;
}
.form__button-group-step3{
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 21px;
}
.adv {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 53px;
}

.adv__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.adv__content-item {
  display: flex;
  gap: 38px;
  align-items: flex-start;
}
.item__title {
  color: rgb(234, 237, 255);
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  max-width: 218px;
  width: 100%;
}
.item__subtitle {
  color: rgb(196, 203, 245);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  max-width: 437px;
  width: 100%;
}

.item__buttons-sales {
  color: rgb(46, 242, 255);
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-top: 14px;
  cursor: pointer;
}
.language-flag{
 position: absolute; 
 max-width: 22px;
 height: 16px;
 top: 26%;
 left: 10%;
}
.adv hr {
  border: 0.2px solid #334679;
}

.adv__button {
  border-radius: 16px;
  display: flex;
  border: 1px solid #2ef2ff;
  background-color: transparent;
  width: fit-content;
  cursor: pointer;
  width: 297px;
}
.adv__button-wrapper {
  display: flex;
  align-items: center;
  padding: 9px 18px 9px 0px;
  border-radius: 14px;
}
.adv__light-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  max-width: 700px;
  height: 360px;
  width: 100%;
  z-index: -1;
  filter: blur(400px);
  background: rgb(25, 89, 173);
  opacity: 0.56;
}
.button-text.adv-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  width: 100%;
}
.contact-us__form-title {
  font-family: "Popins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #eaedff;
}
.contact-us__form-text {
  font-family: "Popins", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  color: rgba(196, 203, 245, 1);
}
.contact-us__form-input {
  display: flex;
  flex-direction: column;
}
.contact-us__form-input label {
  margin-left: 16px;
  margin-bottom: 8px;
}
.contact-us__form-input textarea{
  resize: none;
}
.contact-us_input-wrapper {
  padding-left: 32px;
  padding-right: 31px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 16px;
}
.footer__input-box {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer__input-form {
  color: rgba(196, 203, 245, 1);
  height: 51px;
  width: 314px;
  border-radius: 24px;
  padding: 10px 0px 10px 28px;
  letter-spacing: 0.48px;
  font-family: "Popins", sans-serif;
  font-weight: 500;
  border-color: rgba(25, 89, 173, 0.25);
  border-width: 2px;
  background-color: #080d27;
}
.footer__contact-button {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-weight: 700;
  color: rgb(234, 237, 255);
  border-radius: 14px;
  background: linear-gradient(#253575 0%, #172662 100%);
  border: none;
  cursor: pointer;
  box-shadow: 0 -14px 48px #28336f70, 0 16px 24px #00000025;

  position: relative;
}
.footer__contact-button::before {
  content: "";

  position: absolute;
  z-index: -1;
  width: 100%;
  background: black;
  height: 100%;
  padding: 1px;
  border-radius: 14px;
  background: linear-gradient(to bottom, #334679 0%, #172661 100%);
  border: none;
}

.footer__contact-item {
  display: flex;
  padding-left: 73px;
  padding-top: 17px;
  gap: 24px;
}

.footer__contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(8, 13, 39, 0.5);
  outline: 2px solid rgba(25, 89, 173, 0.25);
  width: 64px;
  height: 64px;
}
.footer__contact-text {
  margin-left: 5px;
  font-family: "Popins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.contact-us__form-input {
  width: 434px;
}
.contact-us__form-input input {
  padding: 16px 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 14px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
}
.contact-us__form-input textarea {
  padding: 12px 16px 118px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 14px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
}
.contact-us__form-button {
  background: linear-gradient(#253575 0%, #172662 100%);
  border-radius: 14px;
  width: fit-content;
  display: flex;
  border: none;
  cursor: pointer;
  box-shadow: 0 -14px 48px #28336f70, 0 16px 24px #00000025;

  position: relative;
}
.contact-us__form-button::before {
  content: "";

  position: absolute;
  z-index: -1;
  width: 100%;
  background: black;
  height: 100%;
  padding: 1px;
  border-radius: 14px;
  background: linear-gradient(to bottom, #334679 0%, #172661 100%);
  border: none;
}
.contact-us__form-line {
  height: 56px;
  border-left: 2px solid rgba(12, 24, 56, 1);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 0;
}
.demo__how-mob{
  display: none;
}
.contact-us__form-line::after {
  content: "";
  width: 2px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: -2px;
  background: #2ef2ff;
}
.rate {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  gap: 48px;
  padding-bottom: 154px;
  padding-top: 154px;
  background: linear-gradient(180deg, rgb(27, 39, 90), rgb(14, 20, 52) 100%);
  opacity: 0.9;
}
.rate__title {
  color: rgb(234, 237, 255);
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.96px;
  text-align: center;
}
.rate__items {
  display: flex;
  gap: 84px;
  align-items: center;
}
.rate__bg-pic {
  position: absolute;
  z-index: -1;
  top: 43px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 575px) {
  .form__button-group-step2{
    margin-top: 24px;
  }
  .footer-wrapper {
    width: 360px;
  }
  .demo {
    flex-direction: column;
    padding-bottom: 75px;
    margin: 30px auto;
  }
  .demo__how {
    display: none;
  }
  .demo__how-mob{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .demo__how-text{
    text-align: left;
  }
  .demo__cards{
    flex-direction: column;
    gap: 1px;
  }
  .demo__title {
    color: rgb(234, 237, 255);
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
    margin-top: 20px;
  }
  .demo__bottom-line {
    display: none;
  }
  .demo__top-line {
    display: none;
  }
  .demo-form-wrapper {
    max-width: 100%;
  }
  .demo__br-mob {
    display: flex;
  }
  .demo__start-button {
    width: 240px;
    height: 48px;
  }
  .start__button-wrapper {
    width: 236.03px;
    height: 44px;
  }
  .demo__buttons {
    flex-direction: column;
  }
  .demo__contact-button {
    height: 48px;
    border-radius: 14px;
  }
  .demo__content .right-img {
    width: 31px;
  }
  .demo__contact-button {
    display: none;
  }
  .demo__contact-button.mob {
    display: flex;
  }
  .demo__generator {
    margin-bottom: 38px;
  }
  .demo__form {
    padding: 32px 16px 32px 16px;
    min-height: 614px;
  }
  .checkbox-other span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
  }
  .check__buttons-col {
    width: auto;
  }
  .check__buttons {
    gap: 38px;
  }
  .demo__form-subtitle {
    margin-bottom: 28px;
  }
  .demo__form-check-buttons {
    margin-bottom: 28px;
  }
  .adv__content-item {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .item__buttons-sales {
    text-align: center;
    align-items: center;
  }
  .rate {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 28px;
  }
  .rate__title {
    color: rgb(234, 237, 255);
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
  }
  .rate__items {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .rate__item {
    display: flex;
    justify-content: center;
  }
  .rate__item img {
    width: 70%;
  }
  .rate__bg-pic {
    top: 87px;
  }
  .rate__bg-pic img {
    height: 234px;
  }
}

/* ------------------------------------------------------------FOOTER--------------------------------------------------------------------- */


@media (max-width: 550px) {
  .language-flag{
    left: 40%;
  }
  .form__bottom-crypto-info{
    gap: 50px;
  }
  .currency__rate-wrapper{
    gap : 130px
  }
  .demo__form-step-header{
    gap: 150px;
  }
  .demo__form-pop-up{
    left: 8%;
  }
  .demo__form-list-item-language{
    left: 68%;
  }
}

@media (max-width: 490px) {
  .demo__form-patment-method{
    text-align: center;
    padding-left: 0;
  }
  .currency__rate-wrapper{
    gap: 95px;
  }
  .form__bottom-crypto-info{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .demo__form-step-header{
    gap: 100px;
  }
  .demo__form-pop-up{
    left: 4%;
  }
}

@media (max-width: 445px) {
  .currency__rate-wrapper{
    gap: 50px;
  }
  .demo__form-pop-up{
    left: 2%;
  }
}

@media (max-width: 390px) {
  .demo__form-list-item-language{
    left: 63%;
  }
}

@media (max-width: 375px) {
  .currency__rate-wrapper{
    gap: 41px;
  }
}

@media (min-width: 768px) {
  /* .form__button-group-step2{
    margin-top: 24px;
  } */
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* justify-content: space-around; */
    text-align: left;
  }
  .footer-topx {
    height: 60px;
  }
  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: rgb(8, 13, 39);
  }
  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    opacity: 0.6;

    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }

  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0%, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0%, #0e1434 100%);
    width: 100%;
    height: 156px;
  }
  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
    padding-top: 16px;
    margin-bottom: 18px;
  }
  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid rgba(8, 13, 39, 1);
    /* background: rgba(8, 13, 39, 0.5); */
    background: transparent;
    /* margin-bottom: 10px; */
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    /* line-height: 18px; */
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: white;
    margin: 0;
  }
  .footer-form label {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    margin-bottom: 4px;
  }
  .footer-form_control_input-div {
    min-width: 251px;
    height: 44px;
    border-radius: 24px;
    background: rgba(8, 13, 39, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
  }

  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    /* padding: 10px 24px 10px 24px; */
    border-radius: 14px;
    /* border: 1px; */
    background: -o-linear-gradient(top, #253575 0%, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0%, #172662 100%);
    -webkit-box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);
    box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);

    -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 40%;
  }
  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 40px;
    width: 100%;
    background: transparent;
    border: none;
  }
  .footer-wrapper {
    width: 500px;
  }
  .footer-end a {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    text-decoration: none;
    color: rgba(196, 203, 245, 1);
  }
  .footer-form input::-webkit-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-moz-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input:-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
}

@media (min-width: 865px) {
  .radio-item__text {
    display: block;
    margin-left: 25px;
  }
  .radio-item__text-transfer{
    margin-left: 25px;
    display: none;
  }
  /* .form__button-group-step2{
    margin-top: 24px;
  } */
}

@media (min-width: 1200px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* justify-content: space-around; */
    text-align: left;
  }
  .footer-topx {
    height: 60px;
  }
  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";

    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    min-width: 600px;
    height: 40px;
    /* background: linear-gradient(95deg, #1c2759 0%, #080d27 100%); */
    background: transparent;
  }
  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    text-align: center;

    opacity: 0.6;

    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }

  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0%, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0%, #0e1434 100%);
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    padding-top: 0;
    /* margin-bottom: 18px; */
    margin-bottom: 0;
    /* margin-right: 32px; */
  }
  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid rgba(8, 13, 39, 1);
    /* background: rgba(8, 13, 39, 0.5); */
    background: transparent;
    /* margin-bottom: 10px; */
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    /* line-height: 18px; */
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: white;
    margin: 0;
  }
  .footer-form input::-webkit-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-moz-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input:-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form label {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }
  .footer-form_control_input-div {
    min-width: 360px;
    height: 44px;
    border-radius: 24px;
    background: rgba(8, 13, 39, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
  }

  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    /* padding: 10px 24px 10px 24px; */
    border-radius: 14px;
    /* border: 1px; */
    background: -o-linear-gradient(top, #253575 0%, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0%, #172662 100%);
    -webkit-box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);
    box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);

    -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    /* width: 50%; */
    padding-top: 32px;
    width: 451px;
    /* padding-left: 48px; */
  }
  .footer-form form {
    width: 50%;
  }
  .social-links img {
    width: 64px;
    height: 64px;
  }
  .social-links_div {
    /* width: 100% !important; */
    width: 50% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 60px;
    width: 100%;
    background: transparent;
    border: none;
  }
  .footer-end a {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    color: rgba(196, 203, 245, 1);
  }
}
a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/*---------Header---------*/
.open {
  display: flex !important;
}
.header {
  height: 70px;
  width: 100%;
  background-color: #05091d;
  display: flex;
  position: relative;
}
.head{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__inner-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__inner-footer-phone {
  display: none;
}
.logo__text {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
}

.logo__text img {
  width: 90px;
  height: 50px;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__list-header {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(234, 237, 255, 1);
}
.menu__list-header.open {
  gap: 20px;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: rgba(234, 237, 255, 1);
}
.menu__list-item.En {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #eaedff;
}
.menu__list-link {
  opacity: 0.6;
  position: relative;
}
.menu__list-item:hover .menu__item-arrow {
  transform: rotate(180deg);
  transform-origin: center;
}
.menu__item-arrow {
  transition: 0.3s;
}
.menu__dropdown-content {
  border-top: 1px solid #2ef2ff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(-5px);
  position: absolute;
  background-color: #060a1d;
  max-width: 261px;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0px 24px;
  top: 100%;
}
.menu__dropdown-content.dropdown__company-footer {
  top: -311px;
  z-index: 11;
}
.menu__dropdown-content.dropdown__sheepy-footer {
  top: -311px;
  z-index: 11;
}
.menu__list-item:hover .menu__dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 99999;
}
.menu__list-link:hover {
  opacity: 1;
}
.menu__dropdown-wrapper {
  display: flex;
  gap: 5px;
  padding: 12px 0px;
}
.menu__dropdown-title {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #eaedff;
  transition: 0.3s;
}
.menu__dropdown-title:hover {
  color: #8f92a5;
}
.menu__dropdown-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  color: rgba(196, 203, 245, 1);
}
.burger {
  display: none;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: flex-end;
  width: 20px;
  height: 18px;
}
.burger span {
  border-radius: 2px;
  height: 3px;
  width: 100%;
  transform: scale(1);
  background-color: #2ef2ff;
}

.burger::before,
.burger::after {
  border-radius: 2px;
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #2ef2ff;
  transition: all 0.3s ease 0s;
}
.burger::before {
  top: 0;
}
.burger::after {
  bottom: 0;
}
/*---------Header END---------*/
/*---------FOOTER---------*/

.footer {
  max-width: 100%;
  margin-top: 0 auto;
}
.menu_list-footer {
  display: block;
}
.menu__list-link.footer_list-item {
  color: #ffffff;
  font-family: "Regular", sans-serif;
  opacity: 0.6;
}
.menu__list-link.footer_list-item:hover {
  opacity: 1;
}
/*---------FOOTER END---------*/
@media (max-width: 1135px) {
  .burger {
    display: flex;
  }
  .menu__list-header {
    display: none;
    flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 7%;
    left: 0;
    z-index: 2;
    overflow: hidden;
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin: 5px 0;
    white-space: nowrap;
  }
  .menu__list-link {
    opacity: 1;
  }
  .menu_list-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu__dropdown-content.dropdown__sheepy {
    top: 45%;
  }
  .menu__dropdown-content.dropdown__company {
    top: 51%;
  }
  .header__inner-footer-main {
    display: none;
  }
  .header__inner-footer-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .header {
  }
  .header.footer {
    display: none;
  }
  .footer-topx {
    display: flex !important;
  }
  .demo__content{
    margin-top: 0;
  }
  .menu__dropdown-content.dropdown__sheepy {
    top: 46%;
    z-index: 100000;
  }
  .menu__dropdown-content.dropdown__company {
    top: 51%;
    z-index: 100000;
  }
  .item__title{
    text-align: center;
  }
  .demo__how-text-bodyText{
    flex-direction: column;
    gap: 3px;
  }
}

@media (max-width: 475px) {
  .menu__list-link.footer_list-item {
    font-size: 12px;
  }
  .menu__list-item {
    width: 50px;
    font-size: 24px;
    font-weight: 900;
    font-family: "Poppins", sans-serif;
    color: rgba(234, 237, 255, 1);
  }
  .menu__list-header.open{
    gap: 5px;
  }
  .demo__form-step-header{
    gap: 80px;
  }
  .demo__form-pop-up{
    left: 3%;
  } 
}
@media (max-width: 430px) {
  .accept__content{
    align-items: center;
  } 
  .menu_list-footer {
    max-width: 344px;
    gap: 10px;
  }
  .menu__list-item {
    white-space: nowrap;
    max-width: 56px;
  }
  .demo__form-step-header{
    gap: 50px;
  }
  .demo__form-pop-up{
    left: 0%;
  }
  .demo__form-list-item-language{
    left: 56%;
  }
}

@media (min-width: 320px) {
  body {
    margin: 0;
    padding: 0;
  }

  footer {
    /* background-color: #333; */
    color: #fff;
    /* padding: 20px; */
  }

  /* .form__button-group-step2{
    margin-top: 24px;
  } */

  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  /* Link styles */
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-links a {
    color: rgb(255, 255, 255);
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
  }

  .footer-links a:hover {
    /* text-decoration: underline; */
  }

  /* Form styles */
  .footer-form {
    /* margin-bottom: 20px; */
  }

  .footer-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 4px;
  }

  .footer-form input[type="email"] {
    padding: 10px;
    width: 200px;
    margin-right: 10px;
    border: none;
    border-radius: 24px;
  }

  .footer-form button {
    padding: 10px 20px;
    background-color: #f39c12;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
  }

  .footer-form button:hover {
    background-color: #e67e22;
  }

  /* Social links styles */
  .social-links a {
    color: #fff;
    text-decoration: none;
    /* margin: 0 10px; */
    font-size: 20px;
  }

  .social-links a:hover {
    color: #f39c12;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: rgb(8, 13, 39);
  }
  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    opacity: 0.6;

    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }

  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0%, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0%, #0e1434 100%);
    width: 100%;
    height: 156px;
  }
  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
    padding-top: 16px;
    margin-bottom: 18px;
  }
  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid rgba(8, 13, 39, 1);
    /* background: rgba(8, 13, 39, 0.5); */
    background: transparent;
    /* margin-bottom: 10px; */
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    /* line-height: 18px; */
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: white;
    margin: 0;
  }
  .footer-form label {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    margin-bottom: 4px;
  }
  .footer-form_control_input-div {
    min-width: 251px;
    height: 44px;
    border-radius: 24px;
    background: rgba(8, 13, 39, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;

    border: 2px solid rgba(25, 89, 173, 0.25);

    background: rgba(8, 13, 39, 0.5);
  }

  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    /* padding: 10px 24px 10px 24px; */
    border-radius: 14px;
    /* border: 1px; */
    background: -o-linear-gradient(top, #253575 0%, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0%, #172662 100%);
    -webkit-box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);
    box-shadow: 0px -14px 48px 0px rgba(40, 51, 111, 0.7);

    -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);

    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 65%;
  }
  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 40px;
    width: 100%;
    /* border-top: 1px solid rgba(241, 241, 241, 0.413); */
    background: rgb(8, 13, 39);
  }
  .footer-end a {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    text-decoration: none;
    color: rgba(196, 203, 245, 1);
  }
  .footer-form input::-webkit-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-moz-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input:-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-topx {
    height: 40px;
  }
}