.form-quotes {
  display: flex;
  flex-direction: column;
}
.form-quotes button {
  border: 1px solid #000000;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #fff;
  cursor: pointer;
  color: #000;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
}
.form-quotes button:hover,
.form-quotes button:focus,
.form-quotes button:focus-visible {
  background-color: #000;
  color: #fff;
}
.form-quotes__description-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-quotes__description-container .form-quotes__description {
  width: 95%;
}
.form-quotes__title {
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #000;
  text-align: center;
}
.form-quotes__description {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000;
  text-align: center;
}
.form-quotes__name {
  margin-top: 60px;
  margin-bottom: 11px;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #000;
}
.form-quotes__buttons {
  display: flex;
  justify-content: end;
  margin-top: 75px;
}
.form-quotes__buttons .button--quaternary span {
  font-family: sans-serif;
}
.form-quotes__message {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #4d4d4d;
  text-align: left;
}
.form-quotes__message span {
  margin-right: 8px;
  color: #eb1f1f;
}
.form-quotes__wrapper {
  margin: 0 auto;
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .form-quotes__wrapper {
    max-width: 86.112%;
  }
}
.stepper {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 13px;
}
.stepper__circle-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  margin: 0;
  background-color: #fff;
  border: 2px solid #111827;
  border-radius: 50%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.stepper__circle-step .stepper__count {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #111827;
  text-align: center;
}
.stepper__circle-step.completed {
  background-color: #111827;
}
.stepper__circle-step.completed .stepper__count {
  color: #fff;
}
.stepper__separator {
  width: 15px;
  height: 3px;
  background-color: #111827;
  border-radius: 50px;
}
.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  margin-bottom: 25px;
}
.input-container .asterisk {
  margin-left: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #eb1f1f;
}
.input-container .form__error {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #eb1f1f;
}
.input-container .input-label {
  pointer-events: none;
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #111827;
  transition: all 0.3s ease;
}
.input-container .input-label.focused {
  top: -4px;
  color: #333;
}
.input-container .input-label.error-input {
  color: #eb1f1f;
}
@media screen and (min-width: 350px) {
  .input-container .input-label {
    font-size: 20px;
  }
}
.input-container .input-wrapper {
  position: relative;
  width: 100%;
}
.input-container .input-wrapper .input-field {
  width: 100%;
  padding: 31px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #111827c2;
  background: transparent;
  border: none;
  border-bottom: 2px solid #111827;
  outline: none;
  transition: border-color 0.3s ease;
}
.input-container .input-wrapper .input-field:focus {
  border-bottom: 4px solid #111827;
}
.input-container .input-wrapper .input-field.error-input {
  border-bottom-color: #eb1f1f;
}
.input-container .input-wrapper.currency-input .input-field {
  padding-right: 60px;
  padding-left: 25px;
}
.input-container .input-wrapper.currency-input .currency-symbol {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 31px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #1118277f;
}
.input-container .input-wrapper.currency-input .currency-unit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 31px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #1118277f;
}
.input-container
  .input-wrapper.currency-input
  .currency-unit
  .currency-divider {
  width: 1px;
  height: 20px;
  margin-right: 11px;
  background-color: #1118277f;
}
.input-container .input-wrapper.phone-input .input-field {
  padding: 33px 130px 0;
}
.input-container .input-wrapper.phone-input .phone-country-selector {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 60px;
  padding: 31px 0 0;
}
.input-container .input-wrapper.phone-input .phone-country-selector select {
  padding-right: 16px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #1118277f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(/assets/images/icons/select-icon.svg) no-repeat
    right 4px center;
  background-size: 14px 14px;
  border: none;
}
.input-container .input-wrapper.phone-input .phone-area-code {
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 31px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #1118277f;
}
.input-container .input-wrapper.phone-input .phone-area-code .phone-divider {
  width: 1px;
  height: 20px;
  margin-right: 11px;
  background-color: #1118277f;
}
.input-container.focused .input-field {
  padding-bottom: 0;
}
.your-project h2 {
  margin-top: 60px;
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #000;
}
.your-project p {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #000;
}
.your-project p span {
  color: #eb1f1f;
}
.your-project__technology {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 38px;
}
@media (min-width: 1024px) {
  .your-project__technology {
    flex-flow: row wrap;
    row-gap: 20px;
    column-gap: 40px;
    max-width: 1240px;
  }
}
.your-project__overview label {
  display: none;
}
.your-project__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.your-project__buttons .button--has-icon.button--icon-left:after {
  rotate: 180deg;
}
.your-project__buttons button span {
  font-family: sans-serif;
}
.your-project .error-message {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #eb1f1f;
}
p.your-project__labels {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #4d4d4d;
}
@media (max-width: 543px) {
  .text-label .input-label {
    top: -14px;
  }
  .text-label .input-label.focused {
    top: -25px;
  }
}
.technology-checkbox {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  width: fit-content;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: #111827;
  background-color: #fff;
  border: 1px solid #111827;
}
.technology-checkbox > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.technology-checkbox.checked {
  color: #fff;
  background-color: #111827;
}
.form-budget h2 {
  margin-top: 60px;
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #000;
}
.form-budget p {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #000;
}
.form-budget p span {
  color: #eb1f1f;
}
.form-budget__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 38px;
}
@media (min-width: 1024px) {
  .form-budget__items {
    gap: 20px;
  }
}
.form-budget .error-message {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #eb1f1f;
}
.form-budget__buttons {
  display: flex;
  justify-content: end;
}
.form-budget__buttons .button--icon-left:after {
  rotate: 180deg;
}
.form-budget__buttons .button--quaternary span {
  font-family: sans-serif;
}
.form-budget p.form-budget__message {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #4d4d4d;
}
.form-budget p.form-budget__message span {
  color: #eb1f1f;
}
@media (min-width: 1024px) {
  .form-budget .team-group {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .form-budget .price-group label {
    width: 423px;
  }
}
.technology-radio-button {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: #111827;
  background-color: #fff;
  border: 1px solid #111827;
}
.technology-radio-button input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.technology-radio-button .radio-custom {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 2px solid #111827;
  border-radius: 50%;
}
.technology-radio-button .radio-custom:after {
  content: "";
  position: absolute;
  top: 19%;
  left: 19%;
  width: 8px;
  height: 8px;
  opacity: 0;
  background-color: #111827;
  border-radius: 50%;
  transition: opacity 0.2s;
}
.technology-radio-button.selected {
  color: #fff;
  background-color: #111827;
}
.technology-radio-button.selected .radio-custom {
  border-color: #fff;
}
.technology-radio-button.selected .radio-custom:after {
  opacity: 1;
  background-color: #fff;
}
.success-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 188px;
  margin-bottom: 142px;
}
.success-message img {
  width: 84px;
  height: 84px;
}
.success-message h2 {
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  color: #3c7400;
  text-align: center;
}
.success-message p {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) {
  .success-message {
    margin-top: 212px;
    margin-bottom: 157px;
  }
  .success-message img {
    width: 102px;
    height: 102px;
  }
  .success-message p {
    font-size: 28px;
  }
}
#rfs-btn {
  background: transparent;
  outline: none;
  border: none;
  padding-right: 0;
  padding-left: 0;
}
.phone-country-selector {
  position: relative;
  z-index: 9999;
}
.ReactFlagsSelect__options {
  z-index: 9999 !important;
}
