.dp-BTC-offer-3__content {
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 0;
}

.dp-BTC-offer-3__form-title {
  margin: 15px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.6px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.dp-BTC-banner-container {
  z-index: 2;
  position: relative;
}

.dp-BTC-offer-3__form-title:not(:first-child) {
  margin-top: 30px;
}

.dp-BTC-offer-3__form-title::before {
  content: "";
  display: block;
  border-bottom: solid 1px #000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.dp-BTC-offer-3__form-title span {
  background-color: #fff;
  padding: 0 10px;
}

#dp-BTC-offer-3__form {
  width: 100%;
}

#dp-BTC-offer-3__form input:not(.dp-BTC-offer-3__checkbox),
#dp-BTC-offer-3__form select,
#dp-BTC-offer-3__form textarea {
  padding: 8px 10px;
  background-color: #e2e2e2;
  font-size: 18px;
  line-height: 21.6px;
  border: none;
  max-width: 214px;
  width: 100%;
  color: #000;
  font-family: "Lucas", sans-serif;
}

#dp-BTC-offer-3__form input::placeholder,
#dp-BTC-offer-3__form select::placeholder,
#dp-BTC-offer-3__form textarea::placeholder {
  color: #000;
}

#dp-BTC-offer-3__form select {
  cursor: pointer;
}

#dp-BTC-offer-3__form select[name="companyType"] {
  max-width: 450px;
}

.dp-BTC-offer-3__container-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#dp-BTC-offer-3__form textarea {
  margin-top: 20px;
  max-width: 100%;
  height: 115px;
}

.dp-BTC-offer-3__required-input,
.dp-BTC-offer-3__checkbox-container {
  margin-top: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
}

.dp-BTC-offer-3__checkbox-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
}

.dp-BTC-offer-3__checkbox-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dp-BTC-offer-3__checkbox {
  margin: 0;
  margin-right: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #9f9f9f;
  padding: 7.5px;
  border-radius: 2px;
  position: relative;
}

.dp-BTC-offer-3__checkbox:checked:before {
  content: url(./images/checkmark.svg);
  position: absolute;
  top: 0px;
  left: 2px;
  width: 15px;
  height: 15px;
}

button.dp-BTC-offer-3__submit {
  border-radius: 2px;
  font-size: 18px;
  line-height: 21.6px;
  background-color: #3d8705;
  padding: 5px 30px;
  font-family: "Lucas", sans-serif;
  color: #fff;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}

.dp-BTC-offer-3__mention {
  margin-top: 30px;
  font-size: 14px;
  line-height: 16.8px;
  position: relative;
  transition: max-height 0.3s;
}

.dp-BTC-offer-3__mention a {
  color: #000;
  text-decoration: underline;
}

.dp-BTC-offer-3__mention-see-more {
  font-size: 14px;
  line-height: 16.8px;
  text-decoration-line: underline;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  text-underline-offset: 1px;
  color: #000;
}

.dp-BTC-offer-3__mention-see-more::hober {
  text-decoration: none;
}

.dp-BTC-offer-3__mention::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s;
  pointer-events: none;
}

.dp-BTC-offer-3__mention[data-expended="0"]::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.dp-BTC-offer-3__mention[data-expended="1"]::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.dp-BTC-offer-3__mention[data-expended="0"] {
  max-height: 30px;
  overflow: hidden;
}

.dp-BTC-offer-3__mention[data-expended="1"] {
  max-height: 500px;
}

.dp-BTC-offer-3__mention-see-more *[data-expended] {
  display: none;
}

.dp-BTC-offer-3__mention-see-more[data-expended="1"] *[data-expended="1"] {
  display: block;
}

.dp-BTC-offer-3__mention-see-more[data-expended="0"] *[data-expended="0"] {
  display: block;
}

.dp-BTC-offer-3 .dp-BTC-offer__content::before {
  height: calc(100% - 314px);
}

.dp-BTC-offer-3 .dp-BTC-offer__content::after {
  bottom: 149px;
}

.dp-BTC-offer-3__error-form-feedback {
  display: none;
  width: 100%;
  background-color: #e74c3c;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 5px 0;
  z-index: 1;
}

.dp-BTC-offer-3__error-form-feedback p {
  display: inline-block;
  font-size: 16px;
}

.dp-BTC-offer-3__error-form-feedback button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
}

@media screen and (max-width: 995px) {
  .dp-BTC-offer-3__container-input {
    flex-wrap: wrap;
  }

  #dp-BTC-offer-3__form input:not(.dp-BTC-offer-3__checkbox),
  #dp-BTC-offer-3__form select,
  #dp-BTC-offer-3__form textarea {
    max-width: 100%;
    margin: 10px 0;
    border-radius: 0;
  }

  .dp-BTC-offer-3__form-title {
    margin: 15px 0;
  }

  .dp-BTC-offer-3__checkbox-label {
    font-size: 14px;
    line-height: 21.6px;
  }

  .dp-BTC-offer-3__checkbox {
    align-self: flex-start;
    position: relative;
    top: 4px;
  }

  #dp-BTC-offer-3__form select[name="companyType"] {
    max-width: 100%;
  }
}

/**********************/
/** Feedback message **/
/**********************/

.dp-BTC-form-feedback {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-top: 95px;
  padding-bottom: 25px;
  display: none;
}

.dp-BTC-form-feedback__title {
  font-weight: 600;
  position: relative;
  font-size: 27px;
  line-height: 34px;
}

.dp-BTC-form-feedback__title::before {
  content: url(./offer/images/checkmark-circle-green.svg);
  display: inline-block;
  position: absolute;
  left: -42px;
  top: -7px;
  transform: scale(0.7);
}

.dp-BTC-form-feedback__description {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 22px;
}

.dp-BTC-form-feedback__reco {
  font-size: 17px;
  line-height: 22px;
}

.dp-BTC-form-feedback__links a {
  color: #000;
  text-decoration: underline;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 13px;
  line-height: 17px;
}

.dp-BTC-form-feedback__links a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .dp-BTC-form-feedback {
    padding-right: 20px;
  }

  .dp-BTC-form-feedback__links a {
    display: block;
  }

  .dp-BTC-form-feedback__links a:not(:first-child) {
    margin-top: 15px;
  }
}
