.consultation {
  width: 100%;
  margin: 174px 0 120px 0;
}

.consultation .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background: var(--Cultured);
  max-width: 1280px;
  padding: 0 0 8px 60px;
}

.consultation_wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 486px;
  background: var(--Cultured);
  padding-right: 30px;
  position: relative;
  z-index: 1;
  border-radius: 0 30px 100px 0;
}

.consultation h2 {
  font-size: 24px;
  font-weight: 600;
}

.consultation_desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.consultation_img {
  object-fit: contain;
  position: absolute;
  right: calc(100% - 15px);
  bottom: -8px;
}

.consultation_block {
  position: relative;
}

.consultation .block_form {
  position: relative;
  top: -46px;
  left: -60px;
}

/* reChange */

.reChange, .reChangeT {
  margin: 160px 0;
}

.reChange .container, .reChangeT .container  {
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0 60px;
  gap: 40px 108px;
}

.reChange .block_form,.reChangeT .block_form {
  position: relative;
  top: 0;
  left: 0;
}

.reChange .consultation_block, .reChangeT .consultation_block {
  margin: -40px 0;
}

.reChange .consultation_wrap, .reChangeT .consultation_wrap {
  max-width: 100%;
}

.reChange h2, 
.reChangeT h2 {
  max-width: 534px;
}

.reChange .consultation_desc, .reChangeT .consultation_desc {
  max-width: 456px;
}



@media (max-width: 1200px) {
  .consultation .container {
    padding: 0 15px;
  }

  .consultation_img {
    object-fit: contain;
    position: absolute;
    right: calc(100% - 130px);
    bottom: 0;
  }

  .consultation_block {
    position: relative;
  }

  .consultation .block_form {
    left: 0;
  }
}

@media (max-width: 992px) {
  .consultation {
    margin: 80px 0 161px 0;
  }

  .consultation .container {
    padding: 0 15px;
  }

  .consultation_wrap {
    gap: 16px;
    background: transparent;
    padding-right: 0;
    border-radius: 0;
  }

  .consultation_img {
    display: none;
  }

  .consultation h2 {
    font-size: 18px;
  }

  .consultation_desc {
    font-size: 16px;
  }

  .consultation .block_form {
    top: 41px;
  }

  .consultation_block {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .consultation .container {
    padding: 60px 15px 0 15px;
    flex-direction: column;
    gap: 203px;
  }

  .consultation_wrap {
    max-width: 100%;
  }

  .consultation_img {
    display: block;
    max-width: 254px;
    max-height: 326px;
    left: 50%;
    top: -195px;
    transform: translateX(-50%);
  }

  .consultation_block {
    justify-content: center;
  }

  .reChange .container,  .reChangeT .container  {
    padding: 80px 15px 0 15px;
    gap: 40px;
  }

}
