.habitat-devis-page {
  padding : 110px 0;
}

.habitat-contact-wrapper {
  display       : flex;
  border-radius : 20px 40px 40px 20px;
  background    : #08AB9E;
}

.habitat-contact-left {
  padding        : 65px 40px 65px;
  display        : flex;
  flex-direction : column;
  color          : var(--color-white-default);
  gap            : 24px;
  align-items    : center;
  max-width      : 480px;
}

.habitat-contact-right {
  background    : #F3F7FA;
  border-radius : 20px;
  padding       : 25px 40px;
  width         : 100%;
}

.habitat-contact-left_title {
  text-align  : center;
  font-size   : 29px;
  font-style  : normal;
  font-weight : 700;
  line-height : 34px;
  margin      : 0;
}

.habitat-contact-left_text {
  text-align  : center;
  font-size   : 15px;
  font-style  : normal;
  font-weight : 500;
  line-height : 180%;
}

.habitat-contact-left_tel a,
.habitat-contact-left_email a {
  background    : #2DB8AD;
  align-items   : center;
  padding       : 4px 8px;
  color         : var(--color-white-default);
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : normal;
  border-radius : 8px;
}

.habitat-contact-left_separator {
  width      : 154px;
  height     : 2px;
  background : #2DB8AD;
}

.habitat-contact-forms .contact-form-simple_content input {
  background : #079186;
  color      : var(--color-white-default);
}

.contact-form-simple_content input::placeholder {
  color   : var(--color-white-default);
  opacity : 1;
}

.contact-form-simple {
  display        : flex;
  flex-direction : column;
  gap            : 24px;
  width          : 100%;
}

.contact-form-simple_content {
  display        : flex;
  flex-direction : column;
  gap            : 8px;
}

.contact-form-simple .btn.btn-pro {
  text-transform : initial;
  padding        : 16px 24px;
  border         : 1px solid var(--color-white-default);
}

.habitat-contact-forms input,
.habitat-contact-forms select,
.habitat-contact-forms textarea {
  display       : flex;
  padding       : 16px 16px 16px 20px;
  align-items   : flex-start;
  gap           : 8px;
  border-radius : 100px;
  background    : #FFF;
  border        : none;
  width         : 100%;
  font-size     : 15px;
  color         : var(--color-primary);
}

.form-group.client-type-toggle {
  display        : flex;
  border-radius  : 100px;
  overflow       : hidden;
  flex-direction : row;
  background     : var(--color-white-default);
  padding        : 4px;
  margin         : 0;
}

.client-type-toggle .toggle-option {
  flex       : 1;
  text-align : center;
  cursor     : pointer;
  position   : relative;
  display    : initial;
  margin     : 0;
}

.client-type-toggle input {
  display : none;
}

.client-type-toggle span {
  display        : block;
  padding        : 0.8rem 1rem;
  background     : #fff;
  border-radius  : 100px;
  transition     : all 0.3s ease;
  font-size      : 15px;
  font-style     : normal;
  font-weight    : 600;
  line-height    : normal;
  text-transform : uppercase;
  opacity        : 0.5;
}

.client-type-toggle input:checked + span {
  background : linear-gradient(90deg, #00b894, #badc58);
  color      : #fff;
  opacity    : 1;
}

.habitat-contact-right_title {
  color          : #2C3248;
  text-align     : center;
  font-size      : 29px;
  font-style     : normal;
  font-weight    : 700;
  line-height    : 34px;
  margin         : 0;
  padding-bottom : 24px;
}

.habitat-contact-right_separator {
  background : #DFE3E8;
  width      : 154px;
  height     : 1px;
}

.contact-form-advanced {
  display        : flex;
  flex-direction : column;
  gap            : 16px;
  align-items    : center;
}

.form-group.client-type-toggle, .contact-form-advanced_grid {
  width : 100%;
}

.contact-form-advanced_grid {
  display               : grid;
  grid-template-columns : repeat(2, 1fr);
  gap                   : 8px;
}

.contact-form-advanced_field.contact-form-advanced_message {
  grid-column : 1/3;
}

textarea#adv-message {
  border-radius : 16px;
  min-height    : 170px;
}

.contact-form-advanced_actions {
  margin-top : 8px;
}

.btn.btn-pro.contact-form-advanced_submit {
  text-align     : center;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 600;
  line-height    : normal;
  text-transform : initial;
  padding        : 16px 24px;
}

.habitat-contact-wrapper .alert {
  display : none !important;
}


.float-label-field {
  position   : relative;
  box-sizing : border-box;
}

.float-label-field label {
  top            : 0;
  height         : 100%;
  position       : absolute;
  transition     : all 0.2s ease;
  font-size      : 15px;
  color          : #9D9E90;
  padding        : 1rem;
  text-transform : initial;
  z-index        : 5;
}

.habitat-contact-left .float-label-field label {
  color : var(--color-white-default);
}

.float-label-field.float label,
.float-label-field.focus label {
  top        : -8px;
  font-size  : 12px;
  transition : all 0.2s ease;
  padding    : 10px 1rem;
}

.form-control-label-special {
  z-index        : 1;
  position       : absolute;
  color          : #9D9E90;
  font-size      : 12px;
  font-weight    : 500;
  text-transform : initial;
  margin         : 10px 1rem;
  top            : -8px;
}

@media (max-width : 500px) {
  .habitat-contact-right {
    padding : 25px 20px;
  }
}

@media (max-width : 430px) {
  .contact-form-advanced_grid {
    display        : flex;
    flex-direction : column;
  }

}
