

/* Start:/trade-in/style.css?178542009722247*/
.trade-in-page {
  --red: #e6002d;
  --red-dark: #c90027;
  --black: #15171d;
  --text: #2a2d35;
  --muted: #747986;
  --line: #e8eaf0;
  --bg: #f7f8fb;
  --card: #fff;
  --green: #18a957;
  --soft-red: #fff1f3;
  --soft-green: #eefbf4;
  --soft-blue: #eef5ff;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 24px 70px rgba(20, 24, 35, 0.08);
  --shadow-soft: 0 14px 36px rgba(20, 24, 35, 0.06);
  --container: 1180px;
  overflow: hidden;
  color: var(--text);
}

.trade-in-page *,
.trade-in-page *::before,
.trade-in-page *::after {
  box-sizing: border-box;
}

.trade-in-page img {
  max-width: 100%;
  height: auto;
  display: flex;
}

.trade-in-page .container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0;
}
.trade-in-page .section {
  padding: 46px 0;
}
.trade-in-page .hero {
  padding: 0px 0 34px;
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(380px, 1fr);
  gap: 36px;
  align-items: end;
  justify-content: space-between;
}

.h1-title {
  font-size: clamp(36px, 4.85vw, 58px) !important;
  line-height: 0.98;
  margin: 0 0 22px;
  max-width: 620px;
  font-weight: 500;
}

.trade-in-page h1 {
  font-size: clamp(36px, 4.85vw, 58px) !important;
  line-height: clamp(1, 0.96 + 0.12vw, 1.04) !important;
  letter-spacing: -0.055em !important;
  margin: 0 0 22px !important;
  max-width: 620px !important;
}
.trade-in-page h1 .red {
  color: var(--red) !important;
}
.hero-discount {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ffd8df;
  background: #fff5f7;
  color: #2a2d35;
  /* font-weight: 800; */
  border-radius: 15px;
  padding: 13px 16px;
  font-size: 16px;
  margin: 0 0 28px;
  width: 100%;
  /* max-width: 620px; */
}
.hero-discount span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  flex: 0 0 30px;
}
.hero__chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 28px;
  /* max-width: 620px; */
  width: 100%;
}
.chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 24, 35, 0.035);
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.chip i {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  /* background: var(--soft-red); */
  color: var(--red);
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 17px;
  flex: 0 0 32px;
}
.hero__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  width: 100%;
  max-width: 620px;
}
.hero__actions .btn {
  width: 100%;
  white-space: nowrap;
  min-width: 0;
}
.trade-in-page button.btn:not(.btn--white):not(.btn-search) {
  border: 1px solid #d9002b !important;
  background: #d9002b !important;
}
.trade-in-page .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 600;
  /* font-size: 15px; */
  cursor: pointer;
}
.trade-in-page .btn--red {
  background: linear-gradient(180deg, #ff214b, var(--red)) !important;
  color: #fff !important;
  box-shadow: 0 14px 26px rgba(230, 0, 45, 0.22) !important;
}
.trade-in-page .btn--red:hover {
  transform: none;
  box-shadow: 0 14px 26px rgba(230, 0, 45, 0.22) !important;
  color: #fff !important;
}
.trade-in-page .btn--shadow-5 {
  box-shadow: 0 5px 12px rgba(230, 0, 45, 0.18) !important;
}
.trade-in-page .btn--shadow-5:hover {
  box-shadow: 0 5px 12px rgba(230, 0, 45, 0.18) !important;
  color: #fff !important;
}
.trade-in-page .btn--white {
  background: #fff;
  border: 1px solid #e6002d;
  color: #e6002d;
}

.trade-in-page .btn--white:hover {
  color: #e6002d !important;
  border: 1px solid #e6002d !important;
}
.trade-in-page .btn--white:focus {
  color: #e6002d !important;
  border: 1px solid #e6002d !important;
}
.trade-in-page .btn--small {
  padding: 13px 17px;
  font-size: 12px;
  border-radius: 12px;
}
.hero-visual {
  position: relative;
  /* min-height: 430px; */
  display: flex;
  align-items: flex-end;
}
.trade-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
  width: 100%;
}
.photo-card {
  position: relative;
  min-height: 372px;
  border-radius: 20px;
  overflow: hidden;
  padding: 26px;
  background: #f0f1f5;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.photo-card--new {
  background: linear-gradient(135deg, #fff0eb, #f5f7fb);
}
.photo-card__title {
  font-weight: 850;
  font-size: 18px;
  line-height: 1.2;
  max-width: 210px;
}
.swap {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--red);
  font-size: 34px;
  font-weight: 900;
  z-index: 2;
  box-shadow: 0 18px 45px rgba(20, 24, 35, 0.16);
}
.device {
  position: relative;
  margin: auto auto 0;
  width: 150px;
  height: 245px;
  border-radius: 28px;
  background: #2b2d33;
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.2),
    0 26px 44px rgba(0, 0, 0, 0.2);
  transform: rotate(-4deg);
}
.device:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 18px;
  width: 56px;
  height: 56px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.13);
}
.device:after {
  content: "";
  position: absolute;
  top: 31px;
  left: 29px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #111;
  box-shadow:
    24px 0 0 #111,
    12px 23px 0 #111;
}
.device--old {
  background: linear-gradient(135deg, #41454c, #17191f);
}
.device--new {
  background: linear-gradient(135deg, #dac2a8, #f7eee3);
  transform: rotate(3deg);
}
.device--new:before {
  background: rgba(255, 255, 255, 0.36);
}
.device--new:after {
  background: #222;
  box-shadow:
    24px 0 0 #222,
    12px 23px 0 #222;
}
.airpods {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 120px;
  height: 92px;
  border-radius: 35px 35px 42px 42px;
  background: #fff;
  box-shadow: 0 22px 36px rgba(20, 24, 35, 0.12);
}
.airpods:before,
.airpods:after {
  content: "";
  position: absolute;
  top: -38px;
  width: 27px;
  height: 72px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 18px rgba(20, 24, 35, 0.08);
}
.airpods:before {
  left: 25px;
  transform: rotate(-8deg);
}
.airpods:after {
  right: 25px;
  transform: rotate(8deg);
}

.section-head {
  text-align: center;
  /* max-width: 790px; */
  margin: 0 auto 30px;
}
.section-head h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0 0 13px;
}
.section-head h3 {
  font-size: clamp(24px, 2.7vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin: 0 0 12px;
}
.section-head p {
  margin: 0;
  color: #555b68;
  font-size: 18px;
  line-height: 1.45;
}
.benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(320px, 0.9fr);
  gap: 14px;
  align-items: stretch;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.benefit {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}
.benefit__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.benefit__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #f5f6fb;
  display: grid;
  place-items: center;
  font-size: 23px;
  flex: 0 0 48px;
}
.benefit h3 {
  margin: 0;
  font-size: clamp(17px, 1.6vw, 19px);
}
.benefit p {
  margin: 0;
  color: #5f6572;
  font-size: 15px;
  line-height: 1.46;
}
.conditions-card {
  background: linear-gradient(135deg, #fff, #fff3f5);
  border: 1px solid #ffd9df;
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  height: 100%;
}
.conditions-card h3 {
  font-size: clamp(22px, 2.35vw, 28px);
  margin: 0 0 20px;
  letter-spacing: -0.03em;
}
.conditions-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.condition {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #323744;
  font-size: 15px;
  font-weight: 700;
}
.condition span {
  color: var(--red);
  font-weight: 900;
  margin-top: 1px;
  flex: 0 0 20px;
}
.conditions-note {
  margin-top: 20px;
  padding: 16px 18px;
  background: #fff;
  border-radius: 16px;
  color: #555b68;
  font-size: 14px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.step__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.step__num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
}
.step h3 {
  font-size: clamp(18px, 1.7vw, 20px);
  margin: 0;
}
.step p {
  color: #5f6572;
  margin: 0;
  font-size: 15px;
  line-height: 1.46;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}
.choice {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.choice:before {
  content: "";
  position: absolute;
  right: -32px;
  top: -32px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--soft-red);
  pointer-events: none;
}
.choice > * {
  position: relative;
}
.choice:nth-child(2):before {
  background: var(--soft-green);
}
.choice:nth-child(3):before {
  background: var(--soft-blue);
}
.choice__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.choice__icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: var(--soft-red);
  display: grid;
  place-items: center;
  font-size: 28px;
  flex: 0 0 60px;
}
.choice:nth-child(2) .choice__icon {
  background: var(--soft-green);
}
.choice:nth-child(3) .choice__icon {
  background: var(--soft-blue);
}
.choice h3 {
  font-size: clamp(20px, 2vw, 24px);
  margin: 0;
  letter-spacing: -0.03em;
}
.choice p {
  font-size: 15px;
  color: #555b68;
  margin: 0 0 18px;
}
.choice ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.choice li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 10px 0;
  color: #323744;
  font-weight: 700;
  font-size: 14px;
}
.topic {
  display: none !important;
}
.trade-in-page .choice-grid .choice li::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: url("/trade-in/image/green_check.svg") center/contain no-repeat;
  color: var(--green);
  font-weight: 900;
  margin: 0;
}
.choice__hint {
  display: block;
  margin: auto 0 18px;
  color: #747986;
  font-size: 13px;
  line-height: 1.4;
}
.choice .btn {
  margin-top: 0;
  align-self: flex-start;
}
.choice .btn--red {
  box-shadow: 0 5px 12px rgba(230, 0, 45, 0.18);
  cursor: pointer;
}
.choice .btn--red:hover {
  box-shadow: 0 5px 12px rgba(230, 0, 45, 0.18);
}

.devices-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.device-cat {
  min-height: 144px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(20, 24, 35, 0.045);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.device-cat__pic {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #f3f4f8, #fff);
  display: grid;
  place-items: center;
  font-size: 30px;
}
.device-cat strong {
  font-size: 15px;
  margin-bottom: 4px;
}
.device-cat span {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.2;
}
.center-action {
  text-align: center;
  margin-top: 22px;
}

.examples {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.example {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 10px;
  box-shadow: var(--shadow-soft);
}
.example__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 106px;
  margin-bottom: 12px;
}
.example-phone {
  width: 48px;
  height: 76px;
  border-radius: 12px;
  background: #222;
}
.example-phone.gold {
  background: #e7c7a9;
}
.example-watch {
  width: 55px;
  height: 62px;
  border-radius: 20px;
  background: #111;
}
.example-laptop {
  width: 78px;
  height: 50px;
  border-radius: 7px;
  background: #20242d;
  position: relative;
}
.example-laptop:after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  bottom: -8px;
  height: 8px;
  background: #bdc4d0;
  border-radius: 2px 2px 8px 8px;
}
.example-console {
  width: 38px;
  height: 82px;
  border-radius: 10px;
  background: #eef0f7;
  border: 2px solid #cfd4df;
}
.arrow {
  color: #b0b6c3;
  font-size: 24px;
}
.example strong {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 6px;
}
.example p {
  text-align: center;
  color: #5f6572;
  margin: 0;
  font-size: 13px;
}
.example .price {
  display: block;
  text-align: center;
  color: var(--green);
  font-weight: 900;
  font-size: 18px;
  margin-top: 10px;
}

.currency {
  display: inline-block;
  font-size: 0.82em;
  line-height: 0.95;
  margin-left: 0;
  vertical-align: baseline;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}
.faq-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.bottom-form-title {
  color: #fff;
}
.trade-in-page details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(20, 24, 35, 0.035);
  overflow: hidden;
}
.trade-in-page summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 800;
  display: flex !important;
  justify-content: space-between;
  gap: 16px;
}
.trade-in-page summary::-webkit-details-marker {
  display: none;
}
.trade-in-page summary:after {
  content: "+";
  font-size: 22px;
  color: #8f95a3;
  font-weight: 500;
  line-height: 1;
}
.trade-in-page details[open] summary:after {
  content: "–";
}
.trade-in-page details p {
  margin: 0;
  padding: 0 20px 0;
  color: #5e6471;
  font-size: 15px;
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.28s ease,
    opacity 0.28s ease;
}
.trade-in-page details[open] p {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 20px;
}
.trade-in-page .section {
  scroll-margin-top: 110px;
}
/* Поп-ап со списком принимаемых устройств */
body.device-modal-open {
  overflow: hidden;
}
.device-modal {
  display: none;
  position: fixed !important;
  inset: 0;
  z-index: 99999 !important;
  padding: 28px;
  background: rgba(15, 18, 25, 0.62);
  align-items: center;
  justify-content: center;
}
.device-modal.is-open {
  display: flex;
}
.device-modal__dialog {
  width: min(1120px, 100%);
  max-height: min(88vh, 920px);
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 99999;
}

/* Центрируем кнопку открытия модалки */
button[data-device-modal-open] {
  display: block;
  margin: 22px auto 0;
}

/* Слегка опускаем модалку под фиксированную шапку на широких экранах */
.device-modal__dialog {
  transition:
    transform 0.28s ease,
    opacity 0.2s ease;
}
@media (min-width: 721px) {
  .device-modal.is-open .device-modal__dialog {
    transform: translateY(36px);
  }
}
.device-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 26px 28px 20px;
  border-bottom: 1px solid var(--line);
}
.device-modal__header h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.device-modal__header p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.device-modal__close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--black);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}
.device-modal__content {
  overflow: auto;
  padding: 24px 28px 30px;
  overscroll-behavior: contain;
}
.device-modal__groups {
  columns: 2;
  column-gap: 18px;
}
.device-modal__group {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin: 0 0 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}
/* .btn--white {
  background: #fff;
  border: 1px solid #d8dbe4;
  color: #222833;
} */
.device-modal__group h3 {
  margin: 0;
  padding: 15px 17px;
  background: #f7f8fb;
  font-size: 16px;
  line-height: 1.35;
}
.device-modal__group ul {
  list-style: none;
  margin: 0;
  padding: 6px 17px 10px;
}
.device-modal__group li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f1f4;
  color: #454b57;
  font-size: 14px;
  line-height: 1.45;
}
.device-modal__group li:last-child {
  border-bottom: none;
}
@media (max-width: 1020px) {
  .faq-grid {
    display: grid;
    flex-direction: column;
    gap: 14px;
  }
  .faq-col {
    display: contents;
  }
  .faq-grid details {
    order: var(--faq-order, 0);
  }
}

.cta {
  padding: 42px 0 60px;
}
.cta-card {
  background: #151820;
  color: #fff;
  border-radius: 20px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  box-shadow: 0 5px 12px rgba(230, 0, 45, 0.18);
}
.cta-card:before {
  content: "";
  position: absolute;
  right: -44px;
  top: -92px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(230, 0, 45, 0.22);
  z-index: 0;
  pointer-events: none;
}
.cta-card > * {
  position: relative;
  z-index: 2;
}
.cta-card .btn--red {
  box-shadow: 0 5px 12px rgba(230, 0, 45, 0.18);
}
.cta-card .btn--red:hover {
  box-shadow: 0 5px 12px rgba(230, 0, 45, 0.18);
}
.cta-card h2 {
  font-size: clamp(27px, 2.85vw, 34px);
  letter-spacing: -0.04em;
  margin: 0 0 9px;
}
.cta-card p {
  margin: 0;
  color: #ced3dd;
  font-size: 16px;
  max-width: 680px;
}
@media (max-width: 1180px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .hero-visual {
    min-height: auto;
  }
}

@media (max-width: 1020px) {
  .benefits-layout {
    grid-template-columns: 1fr;
  }
  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .conditions-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .devices-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .examples {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 950px) {
  .choice-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 870px) {
  .benefit {
    box-shadow: none;
  }
  .step {
    box-shadow: none;
  }
  .choice {
    box-shadow: none;
  }
  .device-cat {
    box-shadow: none;
  }
  .example {
    box-shadow: none;
  }
  .trade-in-page details {
    box-shadow: none;
  }
  .hero-discount {
    box-shadow: none;
  }
  .conditions-card {
    box-shadow: none;
  }
}
@media (max-width: 720px) {
  .trade-in-page .container {
    padding: 0 0;
  }
  .trade-in-page .hero {
    padding-top: 20px;
  }
  .hero__chips {
    grid-template-columns: 1fr;
  }
  .hero__actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero__actions .btn {
    width: 100%;
    padding: 13px 10px;
    font-size: 13px;
  }
  .trade-cards {
    gap: 12px;
  }
  .photo-card {
    min-height: 270px;
    padding: 18px;
    border-radius: 22px;
  }
  .photo-card__title {
    font-size: 15px;
  }
  .device {
    width: 105px;
    height: 172px;
  }
  .airpods {
    width: 86px;
    height: 66px;
    right: 14px;
    bottom: 16px;
  }
  .airpods:before,
  .airpods:after {
    height: 48px;
    top: -25px;
    width: 18px;
  }
  .swap {
    width: 55px;
    height: 55px;
    font-size: 25px;
  }
  .benefits,
  .choice-grid,
  .examples {
    grid-template-columns: 1fr;
  }
  .devices-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trade-in-page .section {
    padding: 34px 0;
  }
  .section-head p {
    font-size: 16px;
  }
  .conditions-list {
    grid-template-columns: 1fr;
  }
  .cta-card {
    grid-template-columns: 1fr;
    padding: 26px;
  }
  .device-modal {
    padding: 0;
    align-items: stretch;
  }
  .device-modal__dialog {
    width: 100%;
    max-height: none;
    height: 100%;
    border-radius: 0;
  }
  .device-modal__header {
    padding: 20px 16px 16px;
  }
  .device-modal__header h2 {
    font-size: 25px;
  }
  .device-modal__close {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
  }
  .device-modal__content {
    padding: 18px 16px 24px;
  }
  .device-modal__groups {
    columns: 1;
  }
}

@media (max-width: 560px) {
  .choice .btn,
  .center-action .btn,
  .cta-card .btn {
    width: 100%;
  }

  .trade-cards {
    grid-template-columns: 1fr;
  }

  .photo-card {
    min-height: 240px;
  }

  .swap {
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .devices-grid {
    gap: 10px;
  }

  .device-cat,
  .benefit,
  .step,
  .choice,
  .conditions-card {
    padding: 18px;
  }

  .example__visual {
    gap: 10px;
  }

  .cta-card {
    padding: 22px 18px;
  }
}

@media (max-width: 380px) {
  .devices-grid {
    grid-template-columns: 1fr;
  }

  .hero-discount {
    align-items: flex-start;
    font-size: 16px;
  }
}

/* End */
/* /trade-in/style.css?178542009722247 */
