

/* Start:/trade-in/assets/styles/landing.css?17457769614363*/
.page-top-info {
  /* display: none; */
}
.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: black;
  border-radius: 13px;
  padding: 0px 214px 0px 44px;
  min-height: 400px;
  color: white;
  
}
.hero-content__left-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 31px;
  width: 100%;
  max-width: 629px;
}
.hero-content .switcher-title {
  max-width: 600px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: white;
  margin: 0;
}
.hero-content__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.hero-content__hero-img {
  max-width: 313px;
  width: 100%;
  height: auto; 
}

.steps-section {
  position: relative;
  margin-top: 56px;
  padding: 56px 0;
  text-align: center;
}
.steps-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: var(--secondary-black-dark-light-bg);
  pointer-events: none;
}
.steps-content {
  position: relative;
  z-index: 1;
}
.steps-section__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  margin: 0;
}
.steps-section__text {
  max-width: 707px;
  margin: 12px auto 0;
  color: var(--white_text_black);
}
.steps-section .steps-cards {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  min-height: 216px;
}
.steps-section .steps-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: var(--card_bg_black);
  border: 1px solid var(--input_border_color);
  padding: 20px;
  border-radius: 6px;
  color: var(--white_text_black);
}
.steps-section .steps-card__number {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 45px;
  padding: 5px;
  background: #fff731;
  background-color: var(--theme-base-color);
  font-weight: 500;
  font-size: 16px;
  color: black;
}
.steps-card__title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.steps-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.faq-section {
  max-width: 732px;
  margin: 0 auto;
  padding: 56px 0;
}
.faq-section__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  margin-bottom: 24px;
}
.faq-section__details {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid var(--input_border_color);
}
.faq-section__details::after {
  content: '';
  position: absolute;
  right: 0;
  top: 26px;
  width: 11px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 5L5.14645 1.35355C5.34171 1.15829 5.65829 1.15829 5.85355 1.35355L9.5 5" stroke="black" stroke-width="1.5" stroke-linecap="round" /></svg>');
}
body.theme-dark .faq-section__details::after {
  filter: invert(1);
}
.faq-section__details[open]::after {
  transform: rotate(180deg);
}
.faq-section__summary {
  list-style: none;
  font-weight: 500;
  font-size: 20px;  
  line-height: 24px; 
  color: var(--white_text_black);
}
.faq-section__content {
  padding-top: 16px;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (max-width: 1450px) {
  .hero-content {
    padding: 0px 44px;
  }
 }

@media only screen and (max-width: 1280px) {
 .steps-cards {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-content {
    padding: 0px 30px;
 }
}
@media only screen and (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    gap: 32px;
 }
  .hero-content__left-wrapper {
    gap: 16px;
 }
 .hero-content .switcher-title {
    font-size: 20px;
 }
 .landing .hero-content__btn {
    align-self: center;
    min-height: 44px;
    height: auto;
    white-space: initial;
    padding: 0 17px;
    font-size: 14px;
    width: 100%;
  }
  .hero-content__hero-img {
    max-width: 156px;
 }
 
 
 .steps-section {
  padding: 44px 0;
 }
 .steps-content {
    padding: 0px;
 }
 .steps-section__title {
  font-size: 20px;
 }
 .steps-section__text {
  font-size: 14px;
  line-height: 20px; 
 }

 .faq-section__summary {
    font-size: 16px;
    line-height: 20px;
  }
  .faq-section__content {
    padding-top: 12px;
  }
}



/* End */
/* /trade-in/assets/styles/landing.css?17457769614363 */
