/* ATM 2026 page styles.
   Extracted from interlogistic.css for atm-2026.html. */

.atm-section { background: #fff; }

.atm-card {
  background: #fff;
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius);
  box-shadow: var(--il-shadow);
  padding: 28px;
}

.atm-card h2 { margin-bottom: 12px; font-size: clamp(21px, 1.85vw, 29px); }

.atm-card p { color: #40566f; margin: 0; max-width: 820px; font-size: 16px; }

@media (max-width: 767.98px) {
.atm-card { padding: 20px; }
}

.atm-hero {
  background-image: url("../img/hero-atm-bg.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.atm-page .inner-hero__overlay {
  background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.7) 48%, rgba(255,255,255,.12) 100%);
}

.atm-page h2 {
  color: var(--il-text);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 950;
}

.atm-section-text {
  max-width: 560px;
  color: #40566f;
  font-size: 16px;
  line-height: 1.65;
}

.atm-route-summary,
.atm-check-card {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius);
  box-shadow: var(--il-shadow-sm);
}

.atm-route-summary h3,
.atm-check-card h3 {
  margin: 0 0 22px;
  color: var(--il-text);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -.025em;
}

.atm-route-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.atm-route-summary li {
  position: relative;
  padding: 0 0 22px 34px;
  border-left: 2px dashed rgba(7,49,95,.18);
}

.atm-route-summary li:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}

.atm-route-summary li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--il-orange);
  box-shadow: 0 0 0 6px rgba(255,107,0,.1);
}

.atm-route-summary strong {
  display: block;
  color: var(--il-text);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
}

.atm-route-summary span {
  display: block;
  margin-top: 6px;
  color: #62758b;
  font-size: 15px;
  line-height: 1.35;
}

.atm-image-card {
  overflow: hidden;
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius);
  background: #fff;
  box-shadow: var(--il-shadow-sm);
}

.atm-image-card img {
  display: block;
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}

.atm-problem-card {
  min-height: 100%;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius);
  box-shadow: var(--il-shadow-sm);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.atm-problem-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,107,0,.45);
  box-shadow: 0 24px 58px rgba(7,49,95,.16);
}

.atm-problem-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 22px;
}

.atm-problem-card h3 {
  margin: 0 0 12px;
  color: var(--il-text);
  font-size: 22px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.02em;
}

.atm-problem-card p {
  margin: 0;
  color: #62758b;
  font-size: 15px;
  line-height: 1.5;
}

.atm-steps-row { align-items: stretch; }

.atm-step-card {
  position: relative;
  height: 100%;
  padding: 28px 20px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius);
  box-shadow: var(--il-shadow-sm);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.atm-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,107,0,.45);
  box-shadow: 0 24px 58px rgba(7,49,95,.16);
}

.atm-step-card span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
  background: var(--il-orange);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 950;
}

.atm-step-card img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.atm-step-card h3 {
  margin: 0 0 10px;
  color: var(--il-text);
  font-size: 19px;
  line-height: 1.12;
  font-weight: 950;
}

.atm-step-card p {
  margin: 0;
  color: #62758b;
  font-size: 15px;
  line-height: 1.45;
}

.atm-point-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--il-border);
  border-radius: var(--il-radius);
  box-shadow: var(--il-shadow-sm);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.atm-point-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,107,0,.45);
  box-shadow: 0 24px 58px rgba(7,49,95,.16);
}

.atm-point-card__image {
  height: 215px;
  overflow: hidden;
  background: #eef4fb;
}

.atm-point-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.atm-point-card__body { padding: 24px; }

.atm-point-card h3 {
  margin: 0 0 10px;
  color: var(--il-text);
  font-size: 23px;
  line-height: 1.1;
  font-weight: 950;
}

.atm-point-card p {
  margin: 0;
  color: #62758b;
  font-size: 15px;
  line-height: 1.5;
}

.atm-page .cta-section { padding-top: 86px !important; }

.atm-page .process-section { padding-top: 86px !important; }

@media (max-width: 767.98px) {
.atm-route-summary,
  .atm-check-card { padding: 24px; }

.atm-image-card img { min-height: 230px; }

.atm-point-card__image { height: 190px; }
}

.atm-page .inner-main {
  background: #f8fbff;
}

.atm-reference-section,
.atm-delivery-section,
.atm-comparison-section,
.atm-choice-section {
 
}

.atm-reference-section {
  padding-top: 86px !important;
}

.atm-problem-solution-row {
  margin-bottom: 34px;
}

.atm-panel-card {
  padding: 28px 30px;
  background: #fff;
  border: 1px solid #edf2f8;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(7,49,95,.045);
}

.atm-panel-card--accent {
  background: linear-gradient(135deg, #fff 0%, #fff5ed 100%);
  border-color: #ffe1c9;
}

.atm-panel-card h2 {
  margin: 0 0 20px;
  color: var(--il-text);
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -.02em;
  font-weight: 950;
}

.atm-clean-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.atm-clean-list li {
  position: relative;
  min-height: 22px;
  padding-left: 28px;
  color: #223b59;
  font-size: 15px;
  line-height: 1.35;
}

.atm-clean-list li + li {
  margin-top: 14px;
}

.atm-clean-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,107,0,.45);
  border-radius: 50%;
  color: var(--il-orange);
  background: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

.atm-route-block {
  margin-top: 36px;
}

.atm-route-block h2,
.atm-delivery-section h2,
.atm-comparison-section h2,
.atm-choice-section h2 {
  margin: 0;
  color: var(--il-text);
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.035em;
}

.atm-route-block .text-center p {
  margin: 8px 0 0;
  color: var(--il-text);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.atm-reference-map {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d2dfed;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(7,49,95,.075);
}

.atm-reference-map img {
  display: block;
  width: 100%;
  height: 295px;
  object-fit: cover;
  object-position: center 34%;
}

.atm-lite-map {
  padding: 0;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.atm-lite-map__svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
}

.atm-lite-map__grid {
  fill: none;
  stroke: rgba(7,49,95,.055);
  stroke-width: 1;
}

.atm-lite-map__land {
  fill: #eef5fc;
  stroke: #d4e3f2;
  stroke-width: 1.2;
}

.atm-lite-map__land--east {
  fill: #f2f7fc;
}

.atm-lite-map__mountains {
  fill: none;
  stroke: rgba(7,49,95,.12);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atm-lite-map__sea-wave {
  fill: none;
  stroke: rgba(11,97,183,.22);
  stroke-width: 2;
  stroke-linecap: round;
}

.atm-lite-map__route-bg {
  fill: none;
  stroke: url(#atmRouteGlow);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atm-lite-map__country {
  fill: rgba(7,49,95,.30);
  font-size: 19px;
  font-weight: 950;
  letter-spacing: .08em;
}

.atm-lite-map__water {
  fill: rgba(7,49,95,.56);
  font-size: 15px;
  font-weight: 800;
}

.atm-lite-map__rail,
.atm-lite-map__sea-route {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atm-lite-map__rail {
  stroke-width: 5;
  filter: drop-shadow(0 5px 6px rgba(7,49,95,.10));
}

.atm-lite-map__rail--china {
  stroke: #ff6b00;
  stroke-dasharray: 13 9;
}

.atm-lite-map__rail--kazakhstan {
  stroke: #0b61b7;
  stroke-dasharray: 13 8;
}

.atm-lite-map__sea-route {
  stroke: #07315f;
  stroke-width: 5;
  stroke-dasharray: 11 9;
  filter: drop-shadow(0 5px 6px rgba(7,49,95,.12));
}

.atm-lite-map__point circle:first-child {
  fill: #fff;
  stroke: #0b61b7;
  stroke-width: 4;
}

.atm-lite-map__point--xian circle:first-child,
.atm-lite-map__point--border circle:first-child {
  stroke: #ff4d18;
}

.atm-lite-map__point--aktau circle:first-child,
.atm-lite-map__point--rostov circle:first-child {
  stroke: #07315f;
}

.atm-lite-map__pulse {
  fill: rgba(255,107,0,.10);
  stroke: none !important;
}

.atm-lite-map__tag-box {
  fill: #07315f;
  filter: drop-shadow(0 8px 10px rgba(7,49,95,.18));
}

.atm-lite-map__tag-box--orange {
  fill: #ff6b00;
}

.atm-lite-map__tag {
  fill: #fff;
  font-size: 15px;
  font-weight: 950;
}

.atm-lite-map__label {
  fill: #07315f;
  paint-order: stroke;
  stroke: rgba(255,255,255,.88);
  stroke-width: 5px;
  stroke-linejoin: round;
  font-size: 14px;
  font-weight: 900;
}

.atm-lite-map__legend text {
  fill: #07315f;
  font-size: 13px;
  font-weight: 850;
}

.atm-lite-map__legend-red,
.atm-lite-map__legend-blue,
.atm-lite-map__legend-sea {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 8 7;
}

.atm-lite-map__legend-red { stroke: #ff6b00; }

.atm-lite-map__legend-blue { stroke: #0b61b7; }

.atm-lite-map__legend-sea { stroke: #07315f; }

.atm-lite-map__transport {
  fill: rgba(255,255,255,.92);
  stroke: #07315f;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 9px 10px rgba(7,49,95,.12));
}

.atm-lite-map__transport--train { stroke: #ff6b00; }

.atm-lite-map__transport--ship,
.atm-lite-map__transport--truck { stroke: #07315f; }

.atm-lite-map__route-note text {
  fill: #07315f;
  font-size: 14px;
  font-weight: 900;
}

.atm-lite-map__route-note text + text {
  fill: #58718e;
  font-size: 13px;
  font-weight: 800;
}

.atm-delivery-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e4f1;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(7,49,95,.055);
}

.atm-delivery-step {
  position: relative;
  padding: 24px 18px 22px;
  background: #fff;
  border-right: 1px solid #e7eef7;
}

.atm-delivery-row > .col:last-child .atm-delivery-step {
  border-right: 0;
}

.atm-delivery-step::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 2;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--il-orange);
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.atm-delivery-row > .col:last-child .atm-delivery-step::after {
  display: none;
}

.atm-delivery-step img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin: 0 0 16px;
}

.atm-delivery-step h3 {
  margin: 0 0 12px;
  color: var(--il-text);
  font-size: 16px;
  line-height: 1.15;
  font-weight: 950;
}

.atm-delivery-step h3 span {
  color: #566f8d;
  font-weight: 800;
}

.atm-delivery-step p {
  min-height: 40px;
  margin: 0 0 10px;
  color: #425875;
  font-size: 15px;
  line-height: 1.35;
}

.atm-delivery-step small {
  display: block;
  margin-bottom: 6px;
  color: #8796a8;
  font-size: 13px;
  line-height: 1.2;
}

.atm-delivery-step strong {
  display: block;
  color: var(--il-orange);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 950;
}

.atm-delivery-summary {
  display: flex;
  align-items: stretch;
  background: #f7fbff;
  border-top: 1px solid #e4edf7;
}

.atm-total-time {
  width: 260px;
  flex: 0 0 260px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  column-gap: 14px;
  padding: 24px;
  background: #fff;
  border-right: 1px solid #e4edf7;
}

.atm-total-time img {
  grid-row: 1 / 3;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.atm-total-time span {
  color: #546b86;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.atm-total-time strong {
  color: var(--il-orange);
  font-size: 28px;
  line-height: 1.05;
  font-weight: 950;
}

.atm-route-benefits {
  flex: 1 1 auto;
  padding: 24px 28px;
}

.atm-route-benefits h3 {
  margin: 0 0 14px;
  color: var(--il-text);
  font-size: 17px;
  font-weight: 950;
}

.atm-route-benefits ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.atm-route-benefits li {
  position: relative;
  padding-left: 22px;
  color: #2c4665;
  font-size: 15px;
  line-height: 1.25;
}

.atm-route-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--il-orange);
  font-weight: 950;
}

.atm-table-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e4f1;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(7,49,95,.055);
}

.atm-comparison-table {
  --bs-table-bg: #fff;
  --bs-table-color: var(--il-text);
  color: var(--il-text);
  font-size: 15px;
  vertical-align: middle;
}

.atm-comparison-table th,
.atm-comparison-table td {
  padding: 13px 18px;
  border-color: #e8eef6;
  text-align: center;
}

.atm-comparison-table th:first-child,
.atm-comparison-table td:first-child {
  text-align: left;
  font-weight: 900;
}

.atm-comparison-table thead th {
  color: var(--il-text);
  font-weight: 950;
  background: #f9fbfe;
}

.atm-comparison-table thead th:nth-child(2),
.atm-comparison-table tbody td:nth-child(2) {
  background: #fff4ec;
  color: var(--il-orange);
  font-weight: 950;
}

.atm-comparison-table thead span {
  color: var(--il-orange);
  font-size: 13px;
}

.atm-section-lead {
  max-width: 760px;
  margin: 12px auto 0;
  color: #657892;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 650;
}

.atm-route-compare-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe9f5;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(7,49,95,.055);
}

.atm-route-compare-card--best {
  border-color: rgba(255,107,0,.34);
  box-shadow: 0 18px 42px rgba(255,107,0,.10), 0 14px 36px rgba(7,49,95,.055);
}

.atm-route-compare-card__head {
  padding: 24px 24px 22px;
  background: linear-gradient(135deg, #f8fbff 0%, #fff 100%);
  border-bottom: 1px solid #e8eef6;
}

.atm-route-compare-card--best .atm-route-compare-card__head {
  background: linear-gradient(135deg, #fff7f0 0%, #fff 100%);
}

.atm-route-compare-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 14px;
  padding: 5px 11px;
  color: var(--il-orange);
  background: rgba(255,107,0,.09);
  border: 1px solid rgba(255,107,0,.18);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.atm-route-compare-card:not(.atm-route-compare-card--best) .atm-route-compare-card__badge {
  color: #657892;
  background: #f3f7fc;
  border-color: #e2ebf6;
}

.atm-route-compare-card h3 {
  margin: 0 0 8px;
  color: var(--il-text);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.025em;
}

.atm-route-compare-card p {
  margin: 0;
  color: #657892;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.atm-route-compare-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 10px 24px 24px;
}

.atm-route-compare-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #eef3f9;
}

.atm-route-compare-list div:last-child { border-bottom: 0; }

.atm-route-compare-list dt {
  margin: 0;
  color: #657892;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 750;
}

.atm-route-compare-list dd {
  margin: 0;
  color: var(--il-text);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
  text-align: right;
}

.atm-route-compare-card--best .atm-route-compare-list dd { color: var(--il-orange); }

.atm-choice-card {
  padding: 26px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid #e4edf7;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(7,49,95,.045);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.atm-choice-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,107,0,.5);
  box-shadow: 0 22px 54px rgba(7,49,95,.14);
}

.atm-choice-card img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.atm-choice-card h3 {
  margin: 0 0 10px;
  color: var(--il-text);
  font-size: 16px;
  line-height: 1.18;
  font-weight: 950;
}

.atm-choice-card p {
  margin: 0;
  color: #536a86;
  font-size: 15px;
  line-height: 1.35;
}

@media (max-width: 1199.98px) {
.atm-reference-map img { height: 270px; }

.atm-delivery-row > .col:nth-child(2n) .atm-delivery-step { border-right: 0; }

.atm-delivery-row > .col:nth-child(2n) .atm-delivery-step::after { display: none; }
}

@media (max-width: 767.98px) {
.atm-reference-section { padding-top: 56px !important; }

.atm-panel-card { padding: 24px; }

.atm-panel-card h2 { font-size: 20px; }

.atm-reference-map img { height: 230px; }

.atm-lite-map__svg { min-height: 260px; }

.atm-delivery-step {
    border-right: 0;
    border-bottom: 1px solid #e7eef7;
  }

.atm-delivery-step::after { display: none; }

.atm-delivery-summary {
    display: block;
  }

.atm-total-time {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e4edf7;
  }

.atm-route-benefits ul {
    display: block;
  }

.atm-route-benefits li + li { margin-top: 10px; }
}

.atm-lite-map { position: relative; }

.atm-lite-map__svg { position: relative; z-index: 1; }

.atm-lite-map__point,
.atm-lite-map__rail,
.atm-lite-map__sea-route,
.atm-delivery-step { cursor: pointer; }

.atm-lite-map__point circle:first-child,
.atm-lite-map__rail,
.atm-lite-map__sea-route,
.atm-delivery-step {
  transition: stroke-width .22s ease, filter .22s ease, opacity .22s ease, transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.atm-lite-map.is-active .atm-lite-map__rail,
.atm-lite-map.is-active .atm-lite-map__sea-route { opacity: .34; }

.atm-lite-map.is-active-xian .atm-lite-map__rail--china,
.atm-lite-map.is-active-kazakhstan .atm-lite-map__rail--kazakhstan,
.atm-lite-map.is-active-sea .atm-lite-map__sea-route,
.atm-lite-map.is-active-aktau .atm-lite-map__rail--kazakhstan,
.atm-lite-map.is-active-rostov .atm-lite-map__sea-route {
  opacity: 1;
  stroke-width: 7;
  filter: drop-shadow(0 8px 10px rgba(7,49,95,.20));
}

.atm-lite-map.is-active-xian .atm-lite-map__point[data-atm-point="xian"] circle:first-child,
.atm-lite-map.is-active-kazakhstan .atm-lite-map__point[data-atm-point="kazakhstan"] circle:first-child,
.atm-lite-map.is-active-aktau .atm-lite-map__point[data-atm-point="aktau"] circle:first-child,
.atm-lite-map.is-active-sea .atm-lite-map__point[data-atm-point="aktau"] circle:first-child,
.atm-lite-map.is-active-rostov .atm-lite-map__point[data-atm-point="rostov"] circle:first-child {
  stroke: var(--il-orange);
  stroke-width: 5;
  filter: drop-shadow(0 8px 8px rgba(255,107,0,.28));
}

.atm-map-card {
  position: absolute;
  z-index: 4;
  width: min(245px, calc(100% - 32px));
  padding: 16px 18px;
  color: var(--il-text);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,107,0,.28);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(7,49,95,.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}

.atm-map-card strong,
.atm-map-card span,
.atm-map-card em { display: block; }

.atm-map-card strong {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 950;
}

.atm-map-card span {
  color: #4d617a;
  font-size: 15px;
  line-height: 1.35;
}

.atm-map-card em {
  margin-top: 9px;
  color: var(--il-orange);
  font-size: 15px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 950;
}

.atm-map-card--xian { right: 7%; bottom: 22%; }

.atm-map-card--kazakhstan { right: 34%; top: 24%; }

.atm-map-card--aktau { left: 18%; bottom: 22%; }

.atm-map-card--sea { left: 7%; bottom: 18%; }

.atm-map-card--rostov { left: 3%; top: 26%; }

.atm-lite-map.is-active-xian .atm-map-card--xian,
.atm-lite-map.is-active-kazakhstan .atm-map-card--kazakhstan,
.atm-lite-map.is-active-aktau .atm-map-card--aktau,
.atm-lite-map.is-active-sea .atm-map-card--sea,
.atm-lite-map.is-active-rostov .atm-map-card--rostov {
  opacity: 1;
  transform: translateY(0);
}

.atm-delivery-step.is-active,
.atm-delivery-step:hover,
.atm-delivery-step:focus-visible {
  z-index: 3;
  background: linear-gradient(180deg, #fff 0%, #fff8f2 100%);
  border-color: rgba(255,107,0,.32);
  box-shadow: 0 18px 44px rgba(7,49,95,.11);
  transform: translateY(-4px);
  outline: none;
}

.atm-delivery-step.is-active img,
.atm-delivery-step:hover img,
.atm-delivery-step:focus-visible img { transform: translateY(-2px); }

@media (max-width: 767.98px) {
.atm-map-card {
    left: 16px !important;
    right: 16px !important;
    top: auto !important;
    bottom: 16px !important;
    width: auto;
  }
}

.atm-reference-map.atm-image-map {
  position: relative;
  overflow: visible;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.atm-image-map__stage {
  position: relative;
  overflow: hidden;
  height: 390px;
  background: #f8fbff;
  border: 1px solid #d5e2f0;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(7,49,95,.075);
}

.atm-reference-map.atm-image-map .atm-image-map__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center center;
}

.atm-image-map__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 42%, rgba(7,49,95,.04) 100%);
}

.atm-image-map__legend {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 26px;
  width: max-content;
  max-width: 100%;
  margin: 18px auto 0;
  padding: 12px 22px;
  color: var(--il-text);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(210,223,237,.92);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(7,49,95,.10);
  backdrop-filter: blur(10px);
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.atm-image-map__legend span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  white-space: nowrap;
}

.atm-image-map__legend-line {
  display: inline-block;
  width: 52px;
  height: 0;
  border-top: 4px dashed currentColor;
  border-radius: 4px;
}

.atm-image-map__legend-line--china { color: #d71920; }

.atm-image-map__legend-line--kazakhstan { color: #075db4; }

.atm-image-map__legend-line--sea { color: #07315f; }

.atm-image-map__legend-dot {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 0;
  border: 4px solid #07315f;
  border-radius: 50%;
  background: #fff;
}

.atm-image-map__hotspot {
  position: absolute;
  z-index: 4;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.atm-image-map__hotspot::before,
.atm-image-map__hotspot::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.atm-image-map__hotspot::before {
  inset: 6px;
  background: rgba(255,255,255,.72);
  border: 2px solid rgba(255,107,0,.0);
  opacity: 0;
  box-shadow: 0 10px 24px rgba(7,49,95,.12);
}

.atm-image-map__hotspot::after {
  inset: -4px;
  border: 2px solid rgba(255,107,0,.32);
  opacity: 0;
  transform: scale(.65);
}

.atm-image-map__hotspot:hover::before,
.atm-image-map__hotspot:focus-visible::before,
.atm-lite-map.is-active-xian .atm-image-map__hotspot--xian::before,
.atm-lite-map.is-active-kazakhstan .atm-image-map__hotspot--kazakhstan::before,
.atm-lite-map.is-active-aktau .atm-image-map__hotspot--aktau::before,
.atm-lite-map.is-active-sea .atm-image-map__hotspot--sea::before,
.atm-lite-map.is-active-rostov .atm-image-map__hotspot--rostov::before {
  opacity: 1;
}

.atm-image-map__hotspot:hover::after,
.atm-image-map__hotspot:focus-visible::after,
.atm-lite-map.is-active-xian .atm-image-map__hotspot--xian::after,
.atm-lite-map.is-active-kazakhstan .atm-image-map__hotspot--kazakhstan::after,
.atm-lite-map.is-active-aktau .atm-image-map__hotspot--aktau::after,
.atm-lite-map.is-active-sea .atm-image-map__hotspot--sea::after,
.atm-lite-map.is-active-rostov .atm-image-map__hotspot--rostov::after {
  opacity: 1;
  transform: scale(1);
}

.atm-image-map__hotspot:focus-visible {
  outline: none;
}

.atm-image-map__hotspot span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.atm-image-map__hotspot--rostov span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.atm-image-map__hotspot--rostov { left: 13.5%; top: 32.2%; }

.atm-image-map__hotspot--sea { left: 22.0%; top: 55.0%; }

.atm-image-map__hotspot--aktau { left: 34.8%; top: 59.0%; }

.atm-image-map__hotspot--kazakhstan { left: 55.5%; top: 43.0%; }

.atm-image-map__hotspot--xian { left: 92.4%; top: 72.2%; }

.atm-image-map .atm-map-card--xian { right: 5%; bottom: 16%; }

.atm-image-map .atm-map-card--kazakhstan { right: 36%; top: 23%; }

.atm-image-map .atm-map-card--aktau { left: 32%; bottom: 23%; }

.atm-image-map .atm-map-card--sea { left: 16%; bottom: 24%; }

.atm-image-map .atm-map-card--rostov { left: 12%; top: 18%; }

@media (max-width: 991.98px) {
.atm-reference-map.atm-image-map .atm-image-map__img { height: auto; max-height: 460px; }

.atm-image-map__legend { gap: 14px; padding: 10px 14px; font-size: 14px; }
}

@media (max-width: 575.98px) {
.atm-image-map__stage { overflow-x: auto; }

.atm-reference-map.atm-image-map .atm-image-map__img { height: auto; min-width: 760px; }

.atm-image-map__legend {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 10px 16px;
    padding: 12px 14px;
    border-radius: 18px;
  }

.atm-image-map__legend-line { width: 26px; }

.atm-image-map__hotspot--rostov span { display: none; }
}

.atm-delivery-panel .atm-delivery-summary {
  margin-top: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e4f1;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(7,49,95,.08);
}

.atm-delivery-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.atm-delivery-row {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e4f1;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(7,49,95,.06);
}

.atm-image-map__stage {
  height: 390px;
}

.atm-reference-map.atm-image-map .atm-image-map__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.atm-image-map__legend {
  display: none !important;
}

.atm-delivery-panel .atm-delivery-summary {
  border-top: 0;
}

@media (max-width: 991.98px) {
.atm-image-map__stage { height: 330px; }

.atm-reference-map.atm-image-map .atm-image-map__img { height: 100%; min-width: 0; }
}

@media (max-width: 575.98px) {
.atm-image-map__stage { height: 300px; overflow-x: auto; }

.atm-reference-map.atm-image-map .atm-image-map__img { height: 100%; min-width: 820px; }
}

.atm-image-map__stage {
  height: 380px;
  overflow: hidden;
}

.atm-reference-map.atm-image-map .atm-image-map__img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

.atm-image-map__legend { display: none !important; }

.atm-image-map__hotspot--rostov { left: 15.6%; top: 21.5%; }

.atm-image-map__hotspot--sea { left: 23.6%; top: 61.1%; }

.atm-image-map__hotspot--aktau { left: 35.9%; top: 66.4%; }

.atm-image-map__hotspot--kazakhstan { left: 55.6%; top: 38.5%; }

.atm-image-map__hotspot--xian { left: 92.4%; top: 90.5%; }

.atm-image-map .atm-map-card--xian { right: 3%; bottom: 10%; }

.atm-image-map .atm-map-card--kazakhstan { right: 36%; top: 18%; }

.atm-image-map .atm-map-card--aktau { left: 33%; bottom: 16%; }

.atm-image-map .atm-map-card--sea { left: 18%; bottom: 22%; }

.atm-image-map .atm-map-card--rostov { left: 14%; top: 10%; }

.atm-delivery-panel .atm-delivery-summary {
  margin-top: 26px;
  border: 1px solid #d9e4f1;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(7,49,95,.08);
}

@media (max-width: 991.98px) {
.atm-image-map__stage { height: 330px; }

.atm-reference-map.atm-image-map .atm-image-map__img { height: 100%; min-width: 0; }
}

@media (max-width: 575.98px) {
.atm-image-map__stage { height: 300px; overflow-x: auto; }

.atm-reference-map.atm-image-map .atm-image-map__img { height: 100%; min-width: 820px; }
}

@media (max-width: 767.98px) {
.atm-route-block {
    display: none !important;
  }

.atm-section-lead { font-size: 15px; }

.atm-route-compare-card__head { padding: 20px 20px 18px; }

.atm-route-compare-list { padding: 8px 20px 20px; }

.atm-route-compare-list div { gap: 14px; padding: 13px 0; }
}

.atm-compare-panel {
  padding: 24px;
  background: #fff;
  border: 1px solid #dfe9f5;
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(7,49,95,.075);
}

.atm-compare-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-left: 230px;
  margin-bottom: 14px;
}

.atm-compare-routes__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 14px;
  color: var(--il-text);
  background: #f8fbff;
  border: 1px solid #e4edf7;
  border-radius: 16px;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 950;
  text-align: center;
}

.atm-compare-routes__item--best {
  color: var(--il-orange);
  background: #fff7f0;
  border-color: rgba(255,107,0,.28);
}

.atm-compare-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.atm-compare-row {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.atm-compare-row__label {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 18px 20px;
  color: #556d86;
  background: #f8fbff;
  border: 1px solid #e4edf7;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.atm-compare-row__values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.atm-compare-row__value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 16px 14px;
  color: var(--il-text);
  background: #fff;
  border: 1px solid #e4edf7;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 900;
  text-align: center;
}

.atm-compare-row__value span {
  display: none;
}

.atm-compare-row__value strong {
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: 950;
}

.atm-compare-row__value--best {
  color: var(--il-orange);
  background: #fffaf6;
  border-color: rgba(255,107,0,.28);
  box-shadow: inset 0 3px 0 var(--il-orange);
}

@media (max-width: 991.98px) {
.atm-compare-panel { padding: 18px; border-radius: 18px; }

.atm-compare-routes { display: none; }

.atm-compare-row {
    display: block;
    padding: 16px;
    background: #f8fbff;
    border: 1px solid #e4edf7;
    border-radius: 18px;
  }

.atm-compare-row__label {
    min-height: 0;
    padding: 0;
    margin-bottom: 12px;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--il-blue);
    font-size: 17px;
  }

.atm-compare-row__values { gap: 10px; }

.atm-compare-row__value {
    min-height: 82px;
    flex-direction: column;
    gap: 7px;
    padding: 13px 10px;
    font-size: 15px;
  }

.atm-compare-row__value span {
    display: block;
    color: #6a7f96;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

.atm-compare-row__value--best span { color: var(--il-orange); }
}

@media (max-width: 575.98px) {
.atm-compare-panel { padding: 14px; }

.atm-compare-row { padding: 14px; border-radius: 16px; }

.atm-compare-row__values { grid-template-columns: 1fr; }

.atm-compare-row__value {
    min-height: 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 14px;
    text-align: right;
  }

.atm-compare-row__value span {
    flex: 0 0 auto;
    text-align: left;
  }

.atm-compare-row__value strong {
    text-align: right;
  }
}

.atm-image-map__stage {
  height: 380px;
  overflow: hidden;
}

.atm-reference-map.atm-image-map .atm-image-map__img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

.atm-image-map__hotspot {
  z-index: 20;
}

.atm-map-card {
  z-index: 10;
}

.atm-image-map__hotspot--rostov { left: 13.5%; top: 19.5%; }

.atm-image-map__hotspot--sea { left: 22.1%; top: 55.5%; }

.atm-image-map__hotspot--aktau { left: 34.9%; top: 65.6%; }

.atm-image-map__hotspot--kazakhstan { left: 55.6%; top: 38.3%; }

.atm-image-map__hotspot--xian { left: 92.3%; top: 88.0%; }

.atm-image-map .atm-map-card--rostov { left: 15.8%; top: 23.5%; }

.atm-image-map .atm-map-card--sea { left: 8.0%; top: 61.5%; }

.atm-image-map .atm-map-card--aktau { left: 37.0%; top: 58.0%; }

.atm-image-map .atm-map-card--kazakhstan { left: 58.0%; top: 42.5%; }

.atm-image-map .atm-map-card--xian { right: 7.0%; bottom: 22.0%; }

@media (max-width: 991.98px) {
.atm-image-map__stage { height: 330px; }

.atm-reference-map.atm-image-map .atm-image-map__img { height: 100%; min-width: 0; }
}

@media (max-width: 575.98px) {
.atm-image-map__stage { height: 300px; overflow-x: auto; }

.atm-reference-map.atm-image-map .atm-image-map__img { height: 100%; min-width: 820px; }
}

.atm-reference-map.atm-image-map { position: relative; }

.atm-image-map__stage {
  position: relative;
  overflow: hidden;
  height: 390px;
}

.atm-reference-map.atm-image-map .atm-image-map__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

.atm-image-map__hotspot {
  z-index: 40;
  width: 44px;
  height: 44px;
}

.atm-image-map__hotspot--rostov { left: 13.7%;
  top: 19.6%; }

.atm-image-map__hotspot--sea { left: 22.1%; top: 55.5%; }

.atm-image-map__hotspot--aktau { left: 35.3%;
  top: 65.8%;}

.atm-image-map__hotspot--kazakhstan { left: 56.2%;
  top: 39.1%; }

.atm-image-map__hotspot--xian { left: 93.7%;
  top: 89%;}

.atm-image-map .atm-map-card {
  z-index: 30;
  width: min(260px, calc(100% - 32px));
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,107,0,.34);
  box-shadow: 0 18px 46px rgba(7,49,95,.16);
  transform: translateY(8px);
}

.atm-image-map .atm-map-card--rostov { left: 16.8%; top: 23.8%; right: auto; bottom: auto; }

.atm-image-map .atm-map-card--sea { left: 24.8%; top: 60.2%; right: auto; bottom: auto; }

.atm-image-map .atm-map-card--aktau { left: 38.2%; top: 58.5%; right: auto; bottom: auto; }

.atm-image-map .atm-map-card--kazakhstan { left: 58.8%; top: 42.8%; right: auto; bottom: auto; }

.atm-image-map .atm-map-card--xian { right: 7.8%; bottom: 17.0%; left: auto; top: auto; }

.atm-lite-map.is-active-xian .atm-map-card--xian,
.atm-lite-map.is-active-kazakhstan .atm-map-card--kazakhstan,
.atm-lite-map.is-active-aktau .atm-map-card--aktau,
.atm-lite-map.is-active-sea .atm-map-card--sea,
.atm-lite-map.is-active-rostov .atm-map-card--rostov {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
.atm-image-map__stage { height: 330px; }

.atm-reference-map.atm-image-map .atm-image-map__img { height: 100%; min-width: 0; }

.atm-image-map .atm-map-card { width: min(230px, calc(100% - 24px)); padding: 13px 15px; }
}

@media (max-width: 575.98px) {
.atm-image-map__stage { height: 300px; overflow-x: auto; }

.atm-reference-map.atm-image-map .atm-image-map__img { height: 100%; min-width: 820px; }

.atm-map-card { display: none !important; }
}
