body {
  font-family: Inter, sans-serif;
}

.types-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  overflow: hidden;
}
.types-tabs button {
  transition: all 0.3s ease-in-out;
  border: 0;
  padding-block: 18px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media (max-width: 576px) {
  .types-tabs button {
    height: 76px;
  }
}
.types-tabs button:hover {
  color: #e30011;
}

.types-tabs button:first-child {
  border-radius: 14px 0 0 14px;
  border-inline-start: 1px solid #eae5e1;
  border-block: 1px solid #eae5e1;
}

.types-tabs button:nth-child(2) {
  border: 1px solid #eae5e1;
}

.types-tabs button:last-child {
  border-inline-end: 1px solid #eae5e1;
  border-block: 1px solid #eae5e1;
  border-radius: 0 14px 14px 0;
}

.types-tabs button.active {
  border-color: #e30011;
  background-color: #e30011;
  color: #fff;
}

.textarea-field {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.textarea-field .buttons {
  display: flex;
  align-items: center;
  gap: 6px;
}
.textarea-field .buttons button {
  padding: 8px 15px;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  background-color: #f8f8f8;
  transition: all 0.3s ease-in-out;
}
.textarea-field .buttons button:hover {
  border-color: #e30011;
  color: #e30011;
}
.textarea-field .buttons button.active {
  background-color: #e30011;
  border-color: #e30011;
  color: #fff;
}
.textarea-field label {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #263b55;
}
.textarea-field textarea {
  height: 100px;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.5;
  resize: vertical;
  font-family: Inter, sans-serif;
  transition: all 0.3s ease-in-out;
}
.textarea-field textarea:focus {
  border-color: #e30011;
  background-color: #fff;
}

.input-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.input-field label {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #263b55;
}

.input-field input[type=text],
.input-field input[type=number],
.input-field input[type=tel],
.input-field input[type=email] {
  border: 1px solid #eaeaea;
  border-radius: 14px;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #263b55;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.input-field input:focus {
  border-color: #e30011;
}

.input-field strong {
  color: #263b55;
}

.phones-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.phones-container .phone-input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phones-container .phone-input .phone-input-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.phones-container .phone-input .phone-input-field input {
  width: 100%;
}

.phones-container .phone-input button {
  background-color: #3682f7;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}

.phones-container .phone-input button:hover {
  background-color: #fff;
  border-color: #3682f7;
  color: #3682f7;
}

.phones-container .phone-input button.remove-phone {
  background-color: #fff;
  border-color: #e30011;
  color: #e30011;
}

.phones-container .phone-input button.remove-phone:hover {
  background-color: #e30011;
  border-color: #e30011;
  color: #fff;
}

.phones-container .phone-input .whatsapp-field {
  display: flex;
  align-items: center;
  gap: 6px;
}

.phones-container .phone-input .whatsapp-field i {
  color: #25d366;
}

.form-field.images {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-field.images input {
  display: none;
}

.form-field.images .info-box {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 14px;
}

.form-field.images label {
  cursor: pointer;
  border: 1px dashed #3682f7;
  border-radius: 14px;
  height: 200px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3682f7;
  flex-direction: column;
  gap: 15px;
}

.form-field.images label i {
  font-size: 2.25rem;
  line-height: 1.1111111111;
}

.new-form-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.new-form-main .form-field {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid #eaeaea;
  border-radius: 21px;
  padding: 30px;
}

.new-form-main .form-field-title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  color: #263b55;
}

.new-form-main .form-field .form-group {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.new-form-main .form-field .form-group div {
  flex: 1;
}

.new-form-main .form-field .select-field {
  position: relative;
}

.new-form-main .form-field .select-field .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  background-color: #f8f8f8;
  padding: 10px 15px;
  width: 100%;
}

.new-form-main .form-field .select-field .label .title-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

.new-form-main .form-field .select-field .label .title-field .title {
  cursor: pointer;
  color: #98918a;
}

.new-form-main .form-field .select-field .label .title-field .selected {
  color: #263b55;
}

.new-form-main .form-field .select-field .label:focus {
  border-color: #e30011;
  background-color: #fff;
}

.new-form-main .form-field .select-field .label:focus input {
  background-color: #f8f8f8;
}

.new-form-main .form-field .select-field .select {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  background-color: #fff;
  padding: 10px 0;
  width: 100%;
  max-height: 325px;
  overflow-y: auto;
  margin-top: 8px;
}

.new-form-main .form-field .select-field .select label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 14px;
  padding-inline: 15px;
  height: 44px;
  margin-inline: 15px;
}

.new-form-main .form-field .select-field .select label:hover,
.new-form-main .form-field .select-field .select label.active {
  background-color: #f8f8f8;
}

.new-form-main .form-field .select-field .select label span {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.new-form-main .form-field .select-field .select input {
  border: 1px solid #eaeaea;
  border-radius: 14px;
  padding-inline: 8px;
  min-height: 44px;
  margin-inline: 15px;
}

.new-form-main .form-field .select-field .select input::placeholder {
  color: #eaeaea;
}

.new-form-main .show-map {
  padding: 8px 15px;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
}

.new-form-main .show-map:hover {
  background-color: #3683f7;
  border-color: #3683f7;
  color: #fff;
}

.new-form-main input[type=checkbox],
.new-form-main input[type=radio] {
  accent-color: #e30011;
}

.new-advices {
  padding: 32px 40px;
  border-radius: 14px;
  color: #263b55;
  display: flex;
  flex-direction: column;
  gap: 26px;
  border: 1px solid #eaeaea;
  width: 30%;
  max-height: fit-content;
}

.new-advices ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.new-advices ul li {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 15px;
}

.new-advices ul li:not(:nth-last-child(2)) {
  border-bottom: 1px dashed #3584f7;
}

.new-advices ul li h3 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.new-advices ul li div {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.new-advices ul > a {
  margin-inline: auto;
}

.new-advices ul > a img {
  width: 100%;
}

.new-create-page {
  margin-inline: auto;
  max-width: 1320px;
}

.new-create-page a {
  color: #e30011;
  text-decoration: none;
  font-weight: 500;
}

.new-create-page button {
  color: #000;
  cursor: pointer;
}

.new-create-page input,
.new-create-page textarea {
  outline: none;
}

.new-create-page.with-aside {
  display: flex;
  justify-content: space-between;
}

.new-create-page .new-form {
  width: 100%;
}

.new-create-page .new-form.with-aside {
  width: 65%;
}

.new-create-page .new-form .new-box.without-aside {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-create-page .new-form .new-box .new-box-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  border-radius: 14px;
  padding: 60px 40px;
}

.new-create-page .new-form .new-box .new-box-content.without-aside {
  width: 720px;
}

.new-create-page .new-form .new-box .new-box-content .sticky-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (max-width: 992px) {
  .new-create-page .new-form .new-box .new-box-content .sticky-header.scrolled {
    position: fixed;
  }
}
.new-create-page .new-form .new-box .new-box-content .sticky-header button {
  background-color: #e30011;
  color: #fff;
  border: 0;
  border-radius: 50%;
  padding: 8px;
  height: fit-content;
  font-size: 1rem;
  display: none;
}

.new-create-page .new-form .new-box .new-box-content .sticky-header h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  position: absolute;
  inset-inline: 50%;
  transform: translate(-50%);
  width: fit-content;
  text-wrap: nowrap;
}

.new-create-page .new-form .new-box .new-box-content .boxes-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.new-create-page .new-form .new-box .new-box-content .boxes-container .boxes {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.new-create-page .new-form .new-box .new-box-content .boxes-container.property-types .boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.new-create-page .new-form .new-box .new-box-content .boxes-container .boxes button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  padding: 30px 15px;
  width: 20%;
  font-size: 1rem;
  line-height: 1.5;
}

.new-create-page .new-form .new-box .new-box-content .boxes-container .boxes button {
  width: 100%;
  height: 100%;
}

.new-create-page .new-form .new-box .new-box-content .boxes-container .boxes button.active,
.new-create-page .new-form .new-box .new-box-content .boxes-container .boxes button:hover {
  border-color: #e30011;
  color: #e30011;
}

.new-create-page .new-form .new-box .new-box-content .boxes-container.types .boxes {
  grid-template-columns: repeat(3, 1fr);
}

.new-create-page .new-form .new-box .new-box-content .boxes-container.user-types .boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.new-create-page .new-form .new-box .new-box-content .boxes-container.user-types .boxes button img {
  width: 100%;
}

.new-create-page .new-form .new-box .new-box-content .nav-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.new-create-page .new-form .new-box .new-box-content .nav-btns .btn {
  border: 0;
  border-radius: 14px;
  background-color: #e30011;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .new-create-page .new-form .new-box .new-box-content .boxes-container.property-types .boxes,
  .new-create-page .new-form .new-box .new-box-content .boxes-container.user-types .boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  .new-create-page .new-form .new-box .new-box-content .nav-btns {
    justify-content: space-between;
  }
  .new-create-page .new-form .new-box .new-box-content .nav-btns .btn {
    width: 100%;
  }
  .new-create-page {
    padding-inline: 16px;
  }
}
@media (max-width: 768px) {
  .new-create-page .new-form .new-box .new-box-content .boxes-container.property-types .boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  .new-create-page .new-form .new-box .new-box-content .boxes-container.types .boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  .new-create-page {
    max-width: 540px;
  }
  .new-form-main .form-field .form-group {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .new-create-page .new-form .new-box .new-box-content .sticky-header {
    position: static;
    top: 94px;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 16px;
  }
  .new-create-page .new-form .new-box .new-box-content .sticky-header button {
    display: block;
  }
  .new-create-page .new-form .new-box .new-box-content {
    padding: 0;
    border-radius: 14px;
  }
  .new-create-page .new-form.with-aside {
    width: 100%;
  }
  .new-create-page.with-aside {
    flex-direction: column;
    gap: 60px;
  }
  .new-create-page {
    max-width: 720px;
  }
  .new-advices {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .new-create-page {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .new-create-page .new-form .new-box .new-box-content.without-aside {
    border: 1px solid #eaeaea;
  }
  .new-create-page .new-form .new-box {
    padding: 60px 0;
  }
  .new-advices {
    margin-top: 60px;
  }
}

/*# sourceMappingURL=index.C2vudJw2.css.map */
