.d-flex {
  display: flex; }

.mg-left115 {
  margin-left: 115px; }

.width100 {
  width: 100%; }

.d-none {
  display: none; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  margin-right: 20px;
  max-width: 285px;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff; }

.select-styled {
  background: none;
  color: #4A4A4A;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 14px 20px;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  min-height: 52px; }
  .select-styled:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L8 8.5L15 1.5' stroke='%234A4A4A' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 10px;
    position: absolute;
    top: 21px;
    right: 15px;
    transform: scale(1);
    transition: all 0.3s; }
  .select-styled:hover {
    background: rgba(253, 156, 0, 0.15); }
  .select-styled:active:after, .select-styled.active:after {
    transform: scale(-1);
    transition: all 0.2s; }

.select-options {
  display: none;
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px; }
  .select-options li {
    margin: 0;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #4A4A4A;
    padding: 14px 20px; }
    .select-options li:hover {
      background: rgba(253, 156, 0, 0.15); }
    .select-options li[rel="hide"] {
      display: none; }

.form-list {
  border-radius: 20px;
  background: #FFFFFF;
  padding: 40px 104px 105px; }

.form-item__title {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 900; }
  .form-item__title svg {
    margin-right: 20px; }
.form-item__go-back {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: max-content; }
  .form-item__go-back:hover {
    color: #FD9C00; }
    .form-item__go-back:hover svg path {
      stroke: #FD9C00; }
.form-item__group-radio-horizontal {
  display: flex;
  align-items: center;
  margin-bottom: 35px; }
.form-item__input:not(:last-of-type) {
  margin-bottom: 35px; }
.form-item__radio {
  margin-right: 270px; }
.form-item__wrapper--mw-386 {
  max-width: 385px;
  width: 100%;
  margin-right: 20px; }
  .form-item__wrapper--mw-386 .select {
    max-width: 385px; }
.form-item__wrapper--mr20 {
  margin-right: 20px; }
.form-item__wrapper--mb20 {
  margin-right: 20px; }
.form-item__wrapper--step3 {
  max-width: 285px;
  width: 100%; }
.form-item__subtitle {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #4A4A4A;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column; }
  .form-item__subtitle span {
    margin-top: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px; }
.form-item__btn {
  padding: 20px 38px;
  display: flex;
  align-items: center;
  background: #FD9C00;
  border-radius: 12px;
  border: none;
  box-shadow: none;
  outline: none;
  color: #FAFAFA;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-left: auto; }
  .form-item__btn svg {
    margin-left: 12px; }
.form-item__selected-wrapper {
  border-bottom: 3px solid #EFEFEF;
  padding-bottom: 22px;
  margin-bottom: 20px; }
.form-item__type-car {
  color: #4A4A4A;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 13px; }
.form-item__wrapper-function {
  display: flex; }
.form-item__selected-function:first-of-type {
  margin-right: 112px; }

.form-item.step-1 .form-item__wrapper {
  width: 100%;
  max-width: 285px; }

.form-item.step-2 .form-item__wrapper {
  margin-bottom: 20px; }
.form-item.step-2 .form-item__input {
  width: 100%;
  max-width: 183px; }
  .form-item.step-2 .form-item__input:first-of-type {
    margin-right: 20px; }
.form-item.step-2 .form-item__selected-wrapper {
  border: none; }
.form-item.step-2 .form-item__type-car {
  margin-bottom: 0; }
.form-item.step-2 .form-item__wrapper-function {
  display: none; }

.form-item.step-3 .radio-form__title {
  font-size: 18px;
  font-weight: 400; }
.form-item.step-3 .form-item__hidden {
  display: none;
  transition: all 0.2s;
  margin-bottom: 30px; }
.form-item.step-3 input:checked ~ .form-item__hidden {
  display: block;
  transition: all 0.2s; }
.form-item.step-3 .form-item__hidden-radio {
  margin-left: 30px; }
  .form-item.step-3 .form-item__hidden-radio .form-item__radio {
    max-width: 320px; }
  .form-item.step-3 .form-item__hidden-radio .radio-form__title {
    font-weight: 500;
    font-size: 18px; }

@media (max-width: 999px) {
  .form-list {
    margin-right: auto;
    margin-left: auto;
    padding: 20px 20px 60px;
    max-width: 365px; }
    .form-list .radio-form__check {
      min-width: 20px; }

  .form-item .form-item__selected-wrapper .form-item__type-span {
    display: block; }
  .form-item__btn {
    margin-left: 0; }
  .form-item__group-radio-horizontal {
    flex-direction: column;
    align-items: self-start; }

  .form-item.step-1 .form-item__group-radio-horizontal {
    margin-bottom: 20px; }
  .form-item.step-1 .form-item__wrapper.width100 {
    margin-left: 0;
    margin-bottom: 40px; }
    .form-item.step-1 .form-item__wrapper.width100 .data-input__title {
      display: none; }
  .form-item.step-1 .form-item__wrapper .form-item__input:not(:last-of-type) {
    margin-bottom: 20px; }
  .form-item.step-1 .form-item__wrapper .form-item__input:last-of-type {
    margin-bottom: 30px; }
  .form-item.step-1 .form-item__wrapper-content {
    flex-direction: column; }

  .form-item.step-2 .form-item__input {
    margin-bottom: 20px;
    max-width: none; }
  .form-item.step-2 .form-item__wrapper-content {
    flex-direction: column; }
  .form-item.step-2 .form-item__wrapper--couple {
    flex-direction: column; }

  .form-item.step-3 .form-item__wrapper-function {
    flex-direction: column; }
  .form-item.step-3 .form-item__selected-function:first-of-type {
    margin-bottom: 20px; }
  .form-item.step-3 .form-item__wrapper-option {
    flex-direction: column; }
    .form-item.step-3 .form-item__wrapper-option .form-item__wrapper {
      margin-bottom: 20px; }
  .form-item.step-3 .form-item__hidden-radio {
    flex-direction: column; }
  .form-item.step-3 .form-item__radio:last-of-type {
    margin-bottom: 30px; } }
.radio-form__item {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute; }
.radio-form__label {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
.radio-form__title {
  font-size: 24px;
  color: #4A4A4A;
  font-family: "Inter", sans-serif;
  font-weight: 600; }
.radio-form__check {
  display: block;
  margin: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #4A4A4A;
  margin-right: 10px;
  position: relative; }
  .radio-form__check:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: black;
    content: "";
    visibility: hidden; }
.radio-form .radio-form__item:checked + .radio-form__label .radio-form__check:before {
  visibility: visible; }

@media (max-width: 999px) {
  .radio-form__title {
    font-size: 20px; } }
.data-input {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%; }
  .data-input__title {
    display: block;
    min-height: 20px;
    font-size: 16px;
    color: #4A4A4A;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-bottom: 15px; }
  .data-input__item {
    width: 100%;
    border-radius: 8px;
    padding: 14px 28px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    border: 1px solid #C4C4C4; }
    .data-input__item::placeholder {
      color: #A7A7A7;
      font-size: 18px; }
  .data-input--step3 {
    max-width: 185px; }

.selected-function span {
  display: block; }
.selected-function__title {
  color: #4A4A4A;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 3px; }
.selected-function__item {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #4A4A4A; }

.checkbox-form {
  margin-bottom: 20px; }
  .checkbox-form__item {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute; }
  .checkbox-form__label {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 0; }
  .checkbox-form__title {
    font-size: 20px;
    color: #4A4A4A;
    font-family: "Inter", sans-serif;
    font-weight: 400; }
  .checkbox-form__check {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    border: 2px solid #4A4A4A;
    margin-right: 10px;
    position: relative; }
    .checkbox-form__check:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10.5L0 5.54L1.59 4L5 7.35L12.41 0L14 1.58L5 10.5Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A");
      width: 14px;
      height: 11px;
      content: "";
      visibility: hidden; }
  .checkbox-form .checkbox-form__item:checked + .checkbox-form__label .checkbox-form__check:before {
    visibility: visible; }

@media (max-width: 999px) {
  .checkbox-form__title {
    font-size: 16px; } }
.modalDefault {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modalDefault__content {
    transform: translateY(-20px);
    z-index: 889;
    position: relative;
    opacity: 0;
    min-width: 250px;
    min-height: 200px;
    transition: all 0.15s ease-out;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 35px 50px;
    display: flex;
    flex-direction: column;
    color: #4A4A4A; }
    .modalDefault__content .data-input {
      margin-bottom: 20px; }
      .modalDefault__content .data-input__title {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px; }
  .modalDefault.open .modalDefault__overlay {
    opacity: 0.2;
    transition: all 0.1s ease-in; }
  .modalDefault.open .modalDefault__content {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.15s ease-in; }
  .modalDefault__overlay {
    position: inherit;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 880;
    transition: all 0.15s ease-in; }
  .modalDefault__title {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 7px; }
  .modalDefault__subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px; }
  .modalDefault__close:before {
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3337 23.3334L4.66699 4.66675M23.3337 4.66675L4.66699 23.3334' stroke='%23545467' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E");
    height: 28px;
    width: 28px; }

/*# sourceMappingURL=main.css.map */
