.trade-in h3 {
  font-size: 16px;
}
.trade-in .container {
  position: relative;
}
@media (max-width: 991.98px) {
  .trade-in .container {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .trade-in__wrap {
    margin-right: 0;
    margin-left: 0;
  }
  .trade-in__wrap > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.trade-in__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trade-in__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.trade-in__col {
  position: relative;
  padding: 32px 34px;
  border-radius: 16px;
  background: var(--bs-white);
  height: 100%;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 991.98px) {
  .trade-in__col {
    padding: 24px 16px;
  }
}
.trade-in__col h3 {
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .trade-in__block:first-child {
    margin-bottom: 16px;
  }
}
.trade-in-form__wrp h2 {
  font-size: 24px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .trade-in-form__wrp h2 {
    font-size: 50px;
  }
}
.trade-in-form__wrp .description {
  color: var(--bs-gray-700);
}
@media (max-width: 991.98px) {
  .trade-in-form__wrp .container {
    padding: 0;
  }
}
.trade-in-form__agreement {
  margin-top: 15px;
}
.trade-in-form__image {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 610px;
  height: 448px;
}
@media (max-width: 1439.98px) {
  .trade-in-form__image {
    display: none;
  }
}
.trade-in__banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  border-radius: 16px;
  background-color: var(--bs-white);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .trade-in__banner {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .trade-in__banner {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .trade-in__banner {
    padding: 40px 40px 300px;
  }
}
@media (max-width: 575.98px) {
  .trade-in__banner {
    height: 471px;
  }
}
.trade-in-banner__title {
  text-transform: uppercase;
  color: var(--bs-white);
}
@media (min-width: 576px) {
  .trade-in-banner__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .trade-in-banner__title {
    font-size: 34px;
  }
}
.trade-in-banner__title .color-text {
  color: var(--bs-primary);
}
.trade-in-banner__buttons {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .trade-in-banner__buttons {
    width: 100%;
  }
}
.trade-in-banner__button {
  margin-top: 16px;
}
@media (max-width: 575.98px) {
  .trade-in-banner__button {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .trade-in-banner__button {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .trade-in-banner__button {
    min-width: 70%;
    max-width: 70%;
  }
}
.trade-in-banner__content {
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .trade-in-banner__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .steps__wrapper:first-child .steps__elem {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 767.98px) {
  .steps__wrapper:last-child .steps__elem {
    border-radius: 0 0 20px 20px;
  }
}
.steps__title {
  font-size: 24px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .steps__title {
    font-size: 50px;
  }
}
.steps__elem {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--bs-gray-600);
}
@media (min-width: 768px) {
  .steps__elem {
    min-height: 228px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .steps__elem {
    min-height: 355px;
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .steps__elem {
    border: none;
    border-radius: 0;
  }
}
.steps-elem__icon {
  width: max-content;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 12px;
  border: 1px solid var(--bs-border-color);
  background: var(--bs-primary);
}
.steps-elem__heading {
  text-transform: uppercase;
  margin-top: 0;
}
.steps-elem__description {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--bs-gray-700);
}
@media (max-width: 991.98px) {
  .steps__row {
    padding-bottom: 15px;
  }
}
