.se-orders-page {
  --se-blue: #0d47a1;
  --se-blue-2: #1479f6;
  --se-dark: #071a44;
  --se-muted: #4c5f86;
  --se-line: #d7e3f5;
  --se-soft: #eef6ff;
  --se-card: #ffffff;
  --se-shadow: 0 14px 32px rgba(12, 54, 122, .08);
  margin: 0;
  padding: 118px 0 58px;
  color: var(--se-dark);
  background:
    radial-gradient(circle at 14% 0, rgba(66, 165, 245, .12), transparent 30%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 38%, #f7fbff 100%);
  font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.se-orders-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.se-orders-hero {
  max-width: none;
  margin-bottom: 26px;
  padding: 30px 34px;
  color: #fff;
  background: linear-gradient(135deg, #063689 0%, #0876e8 100%);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(5, 55, 137, .18);
}

.se-orders-eyebrow {
  display: none;
}

.se-orders-hero h1 {
  max-width: 820px;
  margin: 0 0 14px;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.1;
  letter-spacing: 0;
}

.se-orders-lead-strong {
  position: relative;
  max-width: 900px;
  min-height: 50px;
  margin: 0 0 16px;
  padding-left: 74px;
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 700;
  line-height: 1.45;
}

.se-orders-lead-strong:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--se-soft);
}

.se-orders-lead-strong:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  width: 20px;
  height: 20px;
  background: var(--se-blue);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 6V5a5 5 0 0 1 10 0v1h2.2l1.4 15H3.4L4.8 6zm2 0h6V5a3 3 0 0 0-6 0zm-1.8 2-.9 11h11.4l-.9-11z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 6V5a5 5 0 0 1 10 0v1h2.2l1.4 15H3.4L4.8 6zm2 0h6V5a3 3 0 0 0-6 0zm-1.8 2-.9 11h11.4l-.9-11z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.se-orders-lead {
  max-width: 880px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.se-orders-top-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 28px;
}

.se-orders-feature {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr 18px;
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 12px 18px 12px 14px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--se-line);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(12, 54, 122, .06);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.se-orders-feature-button {
  width: 100%;
  border: 1px solid var(--se-line);
  font: inherit;
  text-align: left;
}

.se-orders-feature:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 71, 161, .24);
  box-shadow: 0 14px 28px rgba(12, 54, 122, .1);
}

.se-orders-feature:focus-visible {
  outline: 3px solid rgba(20, 121, 246, .45);
  outline-offset: 3px;
}

.se-orders-feature:after {
  content: "›";
  color: var(--se-blue);
  font-size: 30px;
  line-height: 1;
}

.se-orders-feature-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--se-blue);
  background: var(--se-soft);
  border-radius: 50%;
}

.se-orders-feature-icon:before {
  content: "";
  width: 23px;
  height: 23px;
  background: currentColor;
}

.se-orders-icon-tag:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 3h10.2L21 9.8 9.8 21 3 14.2V4a1 1 0 0 1 1-1zm4 6.5A1.5 1.5 0 1 0 8 6a1.5 1.5 0 0 0 0 3.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 3h10.2L21 9.8 9.8 21 3 14.2V4a1 1 0 0 1 1-1zm4 6.5A1.5 1.5 0 1 0 8 6a1.5 1.5 0 0 0 0 3.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.se-orders-icon-box:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 8.5 4.4v11.2L12 22l-8.5-4.4V6.4zm0 2.3L6.3 7.2 12 10l5.7-2.8zm-6.5 5v7.1l5.5 2.9v-7.2zm13 0L13 12.1v7.2l5.5-2.9z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 8.5 4.4v11.2L12 22l-8.5-4.4V6.4zm0 2.3L6.3 7.2 12 10l5.7-2.8zm-6.5 5v7.1l5.5 2.9v-7.2zm13 0L13 12.1v7.2l5.5-2.9z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.se-orders-icon-edit-order:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h9l5 5v5h-2V9h-4V5H7v14h5v2H5zm10.6 14.9 4.95-4.95 1.5 1.5-4.95 4.95H15.6zm-1.6 3.1h3.9L24 14.9 20.1 11 14 17.1zM8 10h6v2H8zm0 4h5v2H8z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h9l5 5v5h-2V9h-4V5H7v14h5v2H5zm10.6 14.9 4.95-4.95 1.5 1.5-4.95 4.95H15.6zm-1.6 3.1h3.9L24 14.9 20.1 11 14 17.1zM8 10h6v2H8zm0 4h5v2H8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.se-orders-feature h2 {
  margin: 0 0 3px;
  color: var(--se-dark);
  font-size: 17px;
  line-height: 1.16;
}

.se-orders-feature p {
  margin: 0 0 5px;
  color: var(--se-dark);
  font-size: 13px;
  line-height: 1.34;
}

.se-orders-feature-link {
  display: inline-block;
  color: var(--se-blue);
  font-weight: 800;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.se-orders-group {
  margin-top: 34px;
}

.se-orders-group-head {
  margin-bottom: 18px;
}

.se-orders-group h2 {
  margin: 0 0 8px;
  font-size: clamp(23px, 2vw, 29px);
  line-height: 1.18;
}

.se-orders-group-head p {
  max-width: 620px;
  margin: 0;
  color: var(--se-muted);
  font-size: 15px;
  line-height: 1.4;
}

.se-orders-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.se-orders-source-card {
  position: relative;
  display: flex;
  min-height: 132px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 14px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background: var(--se-card);
  border: 1px solid var(--se-line);
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(12, 54, 122, .07);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease, filter .2s ease;
}

.se-orders-source-card:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 71, 161, .28);
  background: #fafdff;
  box-shadow: 0 16px 34px rgba(12, 54, 122, .12);
  filter: saturate(1.04);
}

.se-orders-source-card:focus-visible {
  outline: 3px solid rgba(20, 121, 246, .45);
  outline-offset: 3px;
}

.se-orders-logo {
  display: grid;
  place-items: center;
  width: min(170px, 70%);
  height: 96px;
  margin: 0 auto;
  overflow: hidden;
  color: var(--se-blue);
  background: transparent;
  border-radius: 0;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .02em;
}

.se-orders-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.se-orders-logo span {
  display: block;
  max-width: 100%;
  color: inherit;
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  overflow-wrap: normal;
  word-break: normal;
}

.se-brand-logo {
  display: grid !important;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: clamp(18px, 1.5vw, 27px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.se-brand-wildberries { color: #c011a2 !important; }
.se-brand-wildberries { font-size: clamp(16px, 1.28vw, 22px) !important; }
.se-brand-ozon { color: #005bff !important; font-size: clamp(20px, 1.8vw, 30px) !important; }
.se-brand-yandex-market { color: #111 !important; }
.se-brand-gold-apple { color: #111 !important; font-size: clamp(14px, 1.05vw, 19px) !important; }
.se-brand-gold-apple:before { content: ""; width: 32px; height: 32px; margin: 0 auto 6px; border-radius: 9px; background: #d8f100; display: block; }
.se-brand-lamoda { color: #111 !important; font-style: italic; font-size: clamp(22px, 1.7vw, 30px) !important; }
.se-brand-letual { color: #111 !important; font-size: clamp(18px, 1.45vw, 25px) !important; }
.se-brand-detsky-mir { color: #1c75bc !important; font-size: clamp(17px, 1.35vw, 23px) !important; }
.se-brand-mvideo { color: #e30613 !important; font-style: italic; }
.se-brand-cdek { color: #10a341 !important; font-size: clamp(24px, 2vw, 34px) !important; }
.se-brand-5post { color: #4aaf3d !important; font-size: clamp(24px, 2vw, 34px) !important; }
.se-brand-dpd { color: #de0b2f !important; font-size: clamp(23px, 1.8vw, 32px) !important; }
.se-brand-avito { color: #03a9f4 !important; }
.se-brand-transport-companies,
.se-brand-courier-delivery,
.se-brand-warehouse-dropoff,
.se-brand-cancel-order,
.se-brand-order-return {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50%;
  color: var(--se-blue) !important;
  background: var(--se-soft);
  font-size: 0 !important;
}

.se-brand-transport-companies:before,
.se-brand-courier-delivery:before,
.se-brand-warehouse-dropoff:before,
.se-brand-cancel-order:before,
.se-brand-order-return:before {
  content: "";
  width: 24px;
  height: 24px;
  background: currentColor;
}

.se-brand-transport-companies:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h11v9h1.2l2-3H21v3h1v3h-2.1a3 3 0 0 1-5.8 0H9.9a3 3 0 0 1-5.8 0H2V8a2 2 0 0 1 1-2zm13 8.2V15h3v-1.2h-.8l-1.1 1.7zM7 18.8A1.2 1.2 0 1 0 7 16.4a1.2 1.2 0 0 0 0 2.4zm10 0a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h11v9h1.2l2-3H21v3h1v3h-2.1a3 3 0 0 1-5.8 0H9.9a3 3 0 0 1-5.8 0H2V8a2 2 0 0 1 1-2zm13 8.2V15h3v-1.2h-.8l-1.1 1.7zM7 18.8A1.2 1.2 0 1 0 7 16.4a1.2 1.2 0 0 0 0 2.4zm10 0a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.se-brand-courier-delivery:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6h9v7h1.1l1.9-3h3.2L22 13.5V18h-2.1a3 3 0 0 1-5.8 0H9.9a3 3 0 0 1-5.8 0H2V8a2 2 0 0 1 2-2zm12 6.4v.6h3.4l-.9-1.2h-1.4zM7 19a1.2 1.2 0 1 0 0-2.4A1.2 1.2 0 0 0 7 19zm10 0a1.2 1.2 0 1 0 0-2.4A1.2 1.2 0 0 0 17 19zM5 4h6v2H5zm-2 8h5v2H3zm1-4h7v2H4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6h9v7h1.1l1.9-3h3.2L22 13.5V18h-2.1a3 3 0 0 1-5.8 0H9.9a3 3 0 0 1-5.8 0H2V8a2 2 0 0 1 2-2zm12 6.4v.6h3.4l-.9-1.2h-1.4zM7 19a1.2 1.2 0 1 0 0-2.4A1.2 1.2 0 0 0 7 19zm10 0a1.2 1.2 0 1 0 0-2.4A1.2 1.2 0 0 0 17 19zM5 4h6v2H5zm-2 8h5v2H3zm1-4h7v2H4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.se-brand-warehouse-dropoff:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 20V9l8-5 8 5v11h-6v-6h-4v6zm2-2h2v-6h8v6h2v-7.9l-6-3.8-6 3.8z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 20V9l8-5 8 5v11h-6v-6h-4v6zm2-2h2v-6h8v6h2v-7.9l-6-3.8-6 3.8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.se-brand-cancel-order:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 10.6 4.95-4.95 1.4 1.4L13.4 12l4.95 4.95-1.4 1.4L12 13.4l-4.95 4.95-1.4-1.4L10.6 12 5.65 7.05l1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 10.6 4.95-4.95 1.4 1.4L13.4 12l4.95 4.95-1.4 1.4L12 13.4l-4.95 4.95-1.4-1.4L10.6 12 5.65 7.05l1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.se-brand-order-return:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 7h7.2A4.8 4.8 0 0 1 21 11.8v.4A4.8 4.8 0 0 1 16.2 17H7.8v-2h8.4A2.8 2.8 0 0 0 19 12.2v-.4A2.8 2.8 0 0 0 16.2 9H9v3.2L3.8 8 9 3.8z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 7h7.2A4.8 4.8 0 0 1 21 11.8v.4A4.8 4.8 0 0 1 16.2 17H7.8v-2h8.4A2.8 2.8 0 0 0 19 12.2v-.4A2.8 2.8 0 0 0 16.2 9H9v3.2L3.8 8 9 3.8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.se-orders-source-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
}

.se-orders-group:not(.se-orders-group-other-methods) .se-orders-source-card h3 {
  display: none;
}

.se-orders-source-card[data-source="yandex-market"] .se-orders-logo {
  width: min(190px, 78%);
}

.se-orders-source-card[data-source="yandex-market"] .se-orders-logo img {
  width: 100%;
  max-height: 78px;
}

.se-orders-source-card[data-source="transport-companies"] .se-orders-logo {
  width: min(170px, 70%);
  height: 76px;
}

.se-orders-source-card[data-source="transport-companies"] .se-brand-transport-companies {
  width: 68px !important;
  height: 68px !important;
}

.se-orders-source-card[data-source="transport-companies"] .se-brand-transport-companies:before {
  width: 34px;
  height: 34px;
}

.se-orders-group:not(.se-orders-group-other-methods) .se-orders-source-card[data-source="transport-companies"] h3 {
  display: block;
  max-width: 100%;
  color: var(--se-blue);
  font-size: 14px;
  line-height: 1.18;
  white-space: nowrap;
}

.se-orders-source-card p {
  display: none;
  margin: 8px 0 0;
  color: var(--se-muted);
  font-size: 13px;
  line-height: 1.34;
}

.se-orders-group-other-methods .se-orders-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.se-orders-group-other-methods .se-orders-source-card {
  min-height: 96px;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
  padding: 18px;
  text-align: left;
}

.se-orders-group-other-methods .se-courier-delivery-card {
  width: 100%;
  border: 1px solid var(--se-line);
  font: inherit;
}

.se-orders-group-other-methods .se-orders-source-card:after {
  content: "›";
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: var(--se-blue);
  font-size: 26px;
  line-height: 1;
}

.se-orders-group-other-methods .se-orders-logo {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  margin: 0;
  color: var(--se-blue);
  background: var(--se-soft);
  border-radius: 50%;
  font-size: 19px;
}

.se-orders-group-other-methods .se-orders-source-card h3 {
  padding-right: 34px;
  text-align: left;
}

.se-orders-disclaimer {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 18px;
  align-items: start;
  margin-top: 34px;
  padding: 22px 26px;
  color: var(--se-dark);
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--se-line);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(12, 54, 122, .05);
}

.se-orders-disclaimer-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--se-blue);
  background: var(--se-soft);
  border-radius: 50%;
}

.se-orders-disclaimer-icon:before {
  content: "i";
  font-size: 26px;
  font-weight: 900;
  font-family: Georgia, serif;
}

.se-orders-disclaimer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--se-blue);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.se-orders-disclaimer p {
  max-width: 780px;
  margin: 0;
  line-height: 1.5;
}

.se-orders-disclaimer details {
  display: contents;
}

.se-orders-disclaimer summary {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  cursor: pointer;
  color: var(--se-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.se-orders-disclaimer details[open] div {
  grid-column: 2 / -1;
  margin-top: 14px;
  color: var(--se-muted);
}

.se-order-form-page {
  --se-blue: #0d47a1;
  --se-blue-2: #1479f6;
  --se-dark: #071a44;
  --se-muted: #4c5f86;
  --se-line: #d7e3f5;
  --se-soft: #eef6ff;
  padding: 118px 0 58px;
  color: var(--se-dark);
  background: linear-gradient(180deg, #f5f9ff 0%, #fff 42%, #f7fbff 100%);
  font-family: Manrope, Inter, system-ui, sans-serif;
}

.se-back-link {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--se-blue);
  font-weight: 800;
}

.se-order-form-hero,
.se-order-instruction,
.se-form-card,
.se-form-terms,
.se-form-success {
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--se-line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(12, 54, 122, .07);
}

.se-order-form-hero {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  margin-bottom: 20px;
}

.se-order-form-hero-compact {
  display: block;
  padding: 18px 22px;
}

.se-order-form-logo {
  display: grid;
  place-items: center;
  min-height: 96px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--se-line);
}

.se-order-form-logo .se-brand-logo {
  min-height: 58px;
}

.se-order-form-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.12;
}

.se-order-form-hero p {
  margin: 0;
  color: var(--se-muted);
  font-size: 16px;
}

.se-order-instruction {
  margin-bottom: 20px;
  overflow: hidden;
}

.se-order-instruction summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  padding: 18px 22px;
  color: var(--se-blue);
  font-size: 18px;
  font-weight: 900;
  list-style: none;
}

.se-order-instruction summary::-webkit-details-marker {
  display: none;
}

.se-order-instruction summary:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.se-order-instruction[open] summary:after {
  transform: rotate(225deg);
}

.se-order-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 22px 22px;
}

.se-order-steps article {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  row-gap: 6px;
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f5f9ff);
  border: 1px solid var(--se-line);
  box-shadow: 0 8px 22px rgba(12, 54, 122, .05);
}

.se-copy-instruction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0 22px 22px;
  padding: 12px 18px;
  color: #fff;
  font: inherit;
  font-weight: 900;
  background: linear-gradient(135deg, var(--se-blue), #1479f6);
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(13, 71, 161, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}

.se-copy-instruction:hover,
.se-copy-instruction:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(13, 71, 161, .24);
}

.se-order-steps span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  grid-row: 1 / 3;
  margin: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--se-blue, #0d47a1), var(--se-blue-2, #1479f6));
  border-radius: 50%;
  font-weight: 900;
}

.se-order-steps h2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.22;
}

.se-order-steps p {
  grid-column: 2;
  margin: 0;
  color: #31476b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: pre-line;
}

.se-source-form {
  display: grid;
  gap: 18px;
}

.se-source-form [hidden] {
  display: none !important;
}

.se-form-card {
  padding: 22px;
}

.se-form-card h2 {
  margin: 0 0 16px;
  font-size: 22px;
}

.se-source-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.se-form-field {
  display: grid;
  gap: 8px;
  color: var(--se-dark);
  font-weight: 800;
}

.se-form-field[hidden] {
  display: none !important;
}

.se-form-field span {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.se-form-field input:not([type="checkbox"]),
.se-form-field select,
.se-form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--se-dark);
  background: #fff;
  border: 1px solid var(--se-line);
  border-radius: 14px;
  font: inherit;
}

.se-form-field small {
  display: block;
  color: var(--se-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.se-form-field-checkbox {
  align-content: start;
  grid-template-columns: 20px 1fr;
  column-gap: 10px;
  row-gap: 6px;
}

.se-form-field-checkbox span {
  grid-column: 1 / -1;
}

.se-form-field-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--se-blue);
  cursor: pointer;
}

.se-form-field-checkbox small {
  grid-column: 2;
}

.se-combobox {
  position: relative;
}

.se-combobox-control {
  display: grid;
  grid-template-columns: 24px 1fr 42px;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 0 0 0 16px;
  background: #fff;
  border: 1px solid var(--se-line);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(12, 54, 122, .04);
}

.se-combobox-pin {
  position: relative;
  width: 18px;
  height: 18px;
}

.se-combobox-pin:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: var(--se-blue-2);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.se-combobox-pin:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.se-combobox input {
  min-height: 0;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 900;
}

.se-combobox input:focus {
  outline: none;
}

.se-combobox-control:focus-within {
  border-color: var(--se-blue-2);
  box-shadow: 0 0 0 3px rgba(20, 121, 246, .14);
}

.se-combobox-toggle {
  width: 42px;
  height: 100%;
  min-height: 56px;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
}

.se-combobox-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--se-blue);
  border-bottom: 2px solid var(--se-blue);
  transform: translate(-50%, -65%) rotate(45deg);
}

.se-combobox-list {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: 280px;
  overflow: auto;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--se-line);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(12, 54, 122, .16);
}

.se-combobox-list button {
  display: block;
  width: 100%;
  padding: 12px 14px;
  color: var(--se-dark);
  background: transparent;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.se-combobox-list button:hover,
.se-combobox-list button:focus {
  color: var(--se-blue);
  background: #edf5ff;
  outline: none;
}

.se-combobox-list button[data-type="courier"] {
  margin-top: 6px;
  border-top: 1px solid var(--se-line);
  border-radius: 0 0 10px 10px;
}

.se-courier-address {
  margin-top: 14px;
  display: none;
}

.se-courier-address.is-visible {
  display: grid;
}

.se-destination-hint {
  margin-top: 14px;
  padding: 16px 18px;
  color: var(--se-dark);
  background: linear-gradient(135deg, #f0f7ff, #fff);
  border: 1px solid var(--se-line);
  border-radius: 14px;
}

.se-destination-hint strong {
  display: block;
  margin-bottom: 6px;
  color: var(--se-blue);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.se-destination-hint p {
  margin: 0;
  color: var(--se-dark);
  font-weight: 850;
  line-height: 1.45;
  white-space: pre-line;
}

.se-form-field input[type="file"] {
  display: flex;
  align-items: center;
  padding: 10px 12px;
}

.se-form-field input[type="file"]::file-selector-button {
  min-height: 34px;
  margin-right: 12px;
  padding: 0 14px;
  color: #fff;
  background: var(--se-blue);
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.se-form-field textarea {
  min-height: 110px;
  padding-block: 14px;
  resize: vertical;
}

.se-file-field {
  margin-top: 16px;
}

.se-form-note {
  margin: 12px 0 0;
  color: var(--se-muted);
  font-size: 13px;
}

.se-form-checks {
  display: grid;
  gap: 12px;
}

.se-form-checks label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 800;
}

.se-form-terms {
  padding: 22px 24px;
  color: #50628a;
  background: rgba(240, 247, 255, .92);
}

.se-form-terms strong {
  display: block;
  margin-bottom: 14px;
  color: var(--se-dark);
  font-weight: 900;
}

.se-form-terms ul {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.se-form-terms li {
  position: relative;
  padding-left: 18px;
  line-height: 1.45;
}

.se-form-terms li:before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--se-blue-2);
}

.se-form-doc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.se-doc-link {
  padding: 0;
  color: var(--se-blue);
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 850;
  text-decoration: underline;
  cursor: pointer;
}

.se-doc-link:disabled {
  color: #8b9bb8;
  cursor: not-allowed;
  text-decoration: none;
}

.se-doc-modal[hidden] {
  display: none !important;
}

.se-doc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.se-doc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 18, 49, .58);
  backdrop-filter: blur(6px);
}

.se-doc-modal__panel {
  position: relative;
  width: min(960px, 100%);
  height: min(760px, 88vh);
  padding: 22px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 28, 82, .35);
}

.se-doc-modal__panel h2 {
  margin: 0 48px 16px 0;
  color: var(--se-dark);
  font-size: 24px;
}

.se-doc-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  color: var(--se-dark);
  background: #edf5ff;
  border: 1px solid var(--se-line);
  border-radius: 12px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.se-doc-modal iframe {
  width: 100%;
  height: calc(100% - 52px);
  background: #f7fbff;
  border: 1px solid var(--se-line);
  border-radius: 14px;
}

.se-doc-modal-open {
  overflow: hidden;
}

.se-service-modal[hidden] {
  display: none !important;
}

.se-service-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.se-service-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 18, 49, .58);
  backdrop-filter: blur(6px);
}

.se-service-modal__panel {
  position: relative;
  width: min(680px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  overflow: auto;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--se-line);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 28, 82, .35);
}

.se-service-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  color: var(--se-dark);
  background: #edf5ff;
  border: 1px solid var(--se-line);
  border-radius: 12px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.se-service-modal__panel h2 {
  margin: 0 44px 10px 0;
  color: var(--se-dark);
  font-size: 26px;
  line-height: 1.15;
}

.se-service-modal__lead {
  margin: 0 0 18px;
  color: var(--se-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.se-service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.se-service-tabs button {
  min-height: 42px;
  padding: 10px 14px;
  color: var(--se-blue);
  background: #fff;
  border: 1px solid rgba(13, 71, 161, .32);
  border-radius: 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.se-service-tabs button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--se-blue), var(--se-blue-2));
  border-color: transparent;
  box-shadow: 0 10px 20px rgba(13, 71, 161, .18);
}

.se-service-form {
  display: grid;
  gap: 16px;
}

.se-service-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.se-service-panel[hidden] {
  display: none !important;
}

.se-service-panel-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--se-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.se-service-field {
  display: grid;
  gap: 8px;
  color: var(--se-dark);
  font-weight: 800;
}

.se-service-field-wide,
.se-service-submit {
  grid-column: 1 / -1;
}

.se-service-field span {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.se-service-field input,
.se-service-field select,
.se-service-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--se-dark);
  background: #fff;
  border: 1px solid var(--se-line);
  border-radius: 14px;
  font: inherit;
}

.se-service-field textarea {
  min-height: 96px;
  padding: 13px 14px;
  resize: vertical;
}

.se-service-field input:focus,
.se-service-field select:focus,
.se-service-field textarea:focus {
  border-color: var(--se-blue-2);
  outline: 3px solid rgba(20, 121, 246, .16);
}

.se-service-field.has-error input,
.se-service-field.has-error select,
.se-service-field.has-error textarea {
  border-color: #d93025;
}

.se-service-field small {
  min-height: 16px;
  color: #d93025;
  font-size: 12px;
  font-weight: 700;
}

.se-service-submit {
  min-height: 52px;
  color: #fff;
  background: linear-gradient(135deg, var(--se-blue), var(--se-blue-2));
  border: 0;
  border-radius: 12px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(13, 71, 161, .2);
}

.se-service-submit:disabled {
  cursor: wait;
  opacity: .78;
}

.se-service-status {
  padding: 13px 14px;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.se-service-status.is-success {
  color: #0b6b35;
  background: #eaf8ef;
  border: 1px solid #bde8cb;
}

.se-service-status.is-error {
  color: #9f1d14;
  background: #fff0ee;
  border: 1px solid #f2c0ba;
}

.se-service-field-combobox .se-combobox,
.se-courier-field-combobox .se-combobox {
  font-weight: 600;
}

.se-service-modal-open {
  overflow: hidden;
}

.se-courier-modal[hidden] {
  display: none !important;
}

.se-courier-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.se-courier-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 18, 49, .58);
  backdrop-filter: blur(6px);
}

.se-courier-modal__panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(820px, calc(100vh - 32px));
  overflow: auto;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--se-line);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 28, 82, .35);
}

.se-courier-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  color: var(--se-dark);
  background: #edf5ff;
  border: 1px solid var(--se-line);
  border-radius: 12px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.se-courier-modal__panel h2 {
  margin: 0 44px 10px 0;
  color: var(--se-dark);
  font-size: 26px;
  line-height: 1.15;
}

.se-courier-modal__lead {
  margin: 0 0 18px;
  color: var(--se-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.se-courier-form,
.se-courier-panel,
.se-courier-fields,
.se-courier-common {
  display: grid;
  gap: 14px;
}

.se-courier-panel,
.se-courier-fields,
.se-courier-common {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.se-courier-fields[hidden] {
  display: none !important;
}

.se-courier-panel > .se-courier-field:first-child {
  grid-column: 1 / -1;
}

.se-courier-weight-fields {
  display: contents;
}

.se-courier-weight-fields[hidden] {
  display: none !important;
}

.se-courier-field {
  display: grid;
  gap: 8px;
  color: var(--se-dark);
  font-weight: 800;
}

.se-courier-field-wide,
.se-courier-submit,
.se-courier-fields,
.se-courier-common {
  grid-column: 1 / -1;
}

.se-courier-field span {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.se-courier-field input,
.se-courier-field select,
.se-courier-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--se-dark);
  background: #fff;
  border: 1px solid var(--se-line);
  border-radius: 14px;
  font: inherit;
}

.se-courier-field textarea {
  min-height: 96px;
  padding: 13px 14px;
  resize: vertical;
}

.se-courier-field input:focus,
.se-courier-field select:focus,
.se-courier-field textarea:focus {
  border-color: var(--se-blue-2);
  outline: 3px solid rgba(20, 121, 246, .16);
}

.se-courier-field.has-error input,
.se-courier-field.has-error select,
.se-courier-field.has-error textarea {
  border-color: #d93025;
}

.se-courier-field small {
  min-height: 16px;
  color: #d93025;
  font-size: 12px;
  font-weight: 700;
}

.se-courier-submit {
  min-height: 52px;
  color: #fff;
  background: linear-gradient(135deg, var(--se-blue), var(--se-blue-2));
  border: 0;
  border-radius: 12px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(13, 71, 161, .2);
}

.se-courier-submit:disabled {
  cursor: wait;
  opacity: .78;
}

.se-courier-status {
  padding: 13px 14px;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.se-courier-status.is-success {
  color: #0b6b35;
  background: #eaf8ef;
  border: 1px solid #bde8cb;
}

.se-courier-status.is-error {
  color: #9f1d14;
  background: #fff0ee;
  border: 1px solid #f2c0ba;
}

.se-courier-modal-open {
  overflow: hidden;
}

.se-success-modal[hidden] {
  display: none !important;
}

.se-success-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.se-success-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 18, 49, .58);
  backdrop-filter: blur(6px);
}

.se-success-modal__panel {
  position: relative;
  width: min(460px, 100%);
  padding: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--se-line);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 28, 82, .35);
}

.se-success-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  color: var(--se-dark);
  background: #edf5ff;
  border: 1px solid var(--se-line);
  border-radius: 12px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.se-success-modal__eyebrow {
  margin: 0 0 8px;
  color: #0b7a3b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.se-success-modal__panel h2 {
  margin: 0 0 18px;
  color: var(--se-dark);
  font-size: 26px;
}

.se-success-order-number {
  margin: 0 0 16px;
  padding: 16px 18px;
  color: var(--se-blue);
  background: #edf5ff;
  border: 1px solid var(--se-line);
  border-radius: 16px;
  font-size: 36px;
  font-weight: 950;
  letter-spacing: .08em;
}

.se-copy-order {
  width: 100%;
  min-height: 52px;
  margin-bottom: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--se-blue), var(--se-blue-2));
  border: 0;
  border-radius: 14px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.se-success-modal .se-copy-order {
  display: inline-grid !important;
  place-items: center;
  color: #fff !important;
  background: linear-gradient(135deg, var(--se-blue, #0d47a1), var(--se-blue-2, #1479f6)) !important;
  box-shadow: 0 12px 28px rgba(13, 71, 161, .22);
}

.se-success-modal-duplicate .se-success-modal__eyebrow {
  color: var(--se-blue);
}

.se-service-link-button {
  display: inline-grid;
  width: 100%;
  min-height: 50px;
  place-items: center;
  margin-bottom: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--se-blue, #0d47a1), var(--se-blue-2, #1479f6));
  border: 0;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(13, 71, 161, .22);
}

.se-success-modal__panel p:last-child {
  margin: 0;
  color: var(--se-muted);
  font-size: 14px;
  line-height: 1.45;
}

.se-form-success {
  margin-bottom: 18px;
  padding: 16px 20px;
  color: #0b7a3b;
  background: #f0fff6;
  border-color: #bde9cf;
  font-weight: 900;
}

.se-submit-button {
  justify-self: start;
  min-width: 260px;
  min-height: 58px;
  padding: 0 28px;
  color: #fff;
  background: linear-gradient(135deg, var(--se-blue), var(--se-blue-2));
  border: 0;
  border-radius: 16px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(13, 71, 161, .2);
}

.se-submit-button:disabled {
  cursor: not-allowed;
  opacity: .55;
  box-shadow: none;
}

.se-submit-button.is-loading:disabled {
  cursor: wait;
  opacity: .82;
  box-shadow: 0 12px 28px rgba(13, 71, 161, .16);
}

@media (max-width: 1100px) {
  .se-orders-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .se-orders-page {
    padding: 98px 0 46px;
  }

  .se-orders-wrap {
    width: min(100% - 24px, 640px);
  }

  .se-orders-hero h1 {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .se-orders-hero {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .se-orders-lead-strong {
    min-height: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .se-orders-lead-strong:before,
  .se-orders-lead-strong:after {
    display: none;
  }

  .se-orders-lead {
    font-size: 15px;
  }

  .se-orders-top-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 22px 0 26px;
  }

  .se-orders-feature {
    grid-template-columns: 48px 1fr 18px;
    min-height: 0;
    padding: 14px;
    border-radius: 14px;
  }

  .se-orders-feature-icon {
    width: 44px;
    height: 44px;
  }

  .se-orders-feature-icon:before {
    width: 23px;
    height: 23px;
  }

  .se-orders-feature h2 {
    font-size: 17px;
  }

  .se-orders-feature p {
    font-size: 13px;
  }

  .se-service-modal {
    padding: 12px;
  }

  .se-service-modal__panel {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 22px 16px 18px;
    border-radius: 20px;
  }

  .se-service-modal__panel h2 {
    font-size: 22px;
  }

  .se-service-tabs {
    gap: 8px;
  }

  .se-service-tabs button {
    flex: 1 1 150px;
    padding: 10px;
  }

  .se-service-panel {
    grid-template-columns: 1fr;
  }

  .se-courier-modal {
    padding: 12px;
  }

  .se-courier-modal__panel {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 22px 16px 18px;
    border-radius: 20px;
  }

  .se-courier-modal__panel h2 {
    font-size: 22px;
  }

  .se-courier-panel,
  .se-courier-fields,
  .se-courier-common {
    grid-template-columns: 1fr;
  }

  .se-orders-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .se-orders-source-card {
    min-height: 92px;
    padding: 10px 8px;
    border-radius: 14px;
  }

  .se-orders-source-card:hover,
  .se-orders-source-card:focus-visible,
  .se-orders-source-card:active {
    border-color: rgba(13, 71, 161, .35);
    background: linear-gradient(180deg, #fff, #f7fbff);
  }

  .se-orders-logo {
    width: 76%;
    height: 66px;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 22px;
  }

  .se-orders-source-card h3 {
    font-size: 15px;
    line-height: 1.14;
  }

  .se-orders-source-card p {
    max-width: 270px;
    margin-top: 10px;
    font-size: 15px;
  }

  .se-orders-group-other-methods .se-orders-grid {
    grid-template-columns: 1fr;
  }

  .se-orders-group-other-methods .se-orders-source-card {
    min-height: 98px;
    flex-direction: row;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
  }

  .se-orders-group-other-methods .se-orders-source-card:after {
    position: static;
    display: block;
    width: auto;
    height: auto;
    color: var(--se-blue);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 32px;
  }

  .se-orders-group-other-methods .se-orders-logo {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    font-size: 20px;
  }

  .se-orders-group-other-methods .se-brand-transport-companies,
  .se-orders-group-other-methods .se-brand-courier-delivery,
  .se-orders-group-other-methods .se-brand-warehouse-dropoff,
  .se-orders-group-other-methods .se-brand-cancel-order,
  .se-orders-group-other-methods .se-brand-order-return,
  .se-orders-group-other-methods .se-brand-logo {
    width: 64px !important;
    height: 64px !important;
  }

  .se-orders-group-other-methods .se-brand-transport-companies:before,
  .se-orders-group-other-methods .se-brand-courier-delivery:before,
  .se-orders-group-other-methods .se-brand-warehouse-dropoff:before,
  .se-orders-group-other-methods .se-brand-cancel-order:before,
  .se-orders-group-other-methods .se-brand-order-return:before {
    width: 34px;
    height: 34px;
  }

  .se-orders-group-other-methods .se-orders-source-card h3 {
    font-size: 18px;
  }

  .se-orders-disclaimer {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 18px;
  }

  .se-orders-disclaimer-icon {
    width: 38px;
    height: 38px;
  }

  .se-orders-disclaimer summary {
    grid-column: 2;
    grid-row: auto;
    margin-top: 12px;
  }

  .se-orders-disclaimer details[open] div {
    grid-column: 1 / -1;
  }

  .se-order-form-page {
    padding: 98px 0 46px;
  }

  .se-order-form-hero {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .se-order-form-logo {
    min-height: 74px;
  }

  .se-order-form-hero h1 {
    font-size: 30px;
  }

  .se-order-steps,
  .se-source-fields {
    grid-template-columns: 1fr;
  }

  .se-order-instruction summary,
  .se-form-card,
  .se-form-terms {
    padding: 18px;
  }

  .se-order-steps {
    padding: 0 18px 18px;
  }

  .se-submit-button {
    width: 100%;
  }
}

.se-orders-source-card .se-orders-logo {
  background: transparent;
  border-radius: 0;
}

@media (max-width: 760px) {
  .se-orders-source-card:hover:after,
  .se-orders-source-card:focus-visible:after,
  .se-orders-source-card:active:after {
    content: none;
  }

  .se-orders-group:not(.se-orders-group-other-methods) .se-orders-source-card .se-orders-logo {
    width: 76%;
    height: 66px;
    margin-bottom: 0;
  }
}
