.optimization-logistics-section__visual img {
  position: relative;
  z-index: 1;
  max-width: none;
  width: min(690px, 112%);
  height: auto;
  object-fit: contain;
  transform: translate(54px, -490px);
  filter: drop-shadow(0 24px 34px rgba(7,31,78,.10));
}@font-face{font-family:Inter;src:local("Arial");}
:root{
  --blue:#071F4E;
  --blue2:#0B2E73;
  --soft:#EAF1FB;
  --line:rgba(7,31,78,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--blue);background:#fff}
a{text-decoration:none;color:inherit}
button{font:inherit}
img{display:block;max-width:100%}
.page{width:min(1236px,calc(100% - 76px));margin:0 auto}

.site-header{height:66px;background:#fff;border-bottom:1px solid rgba(7,31,78,.07);position:sticky;top:0;z-index:50}
.header{height:66px;display:grid;grid-template-columns:214px 1fr 150px;align-items:center;gap:20px}
.logo img{width:164px;max-height:42px;object-fit:contain}
.nav{display:flex;align-items:center;justify-content:center;gap:28px;font-size:12px;font-weight:650;color:var(--blue);white-space:nowrap}
.nav>a,.nav-item>button{padding:24px 0;border:0;background:transparent;color:var(--blue);cursor:pointer}
.nav-item,.contact{position:relative}
.dropdown,.contact-dd{position:absolute;top:100%;left:-18px;min-width:230px;background:#fff;border:1px solid rgba(7,31,78,.08);box-shadow:0 16px 44px rgba(7,31,78,.13);border-radius:10px;padding:8px;display:none}
.nav-item:hover .dropdown,.nav-item.open .dropdown,.contact:hover .contact-dd,.contact.open .contact-dd{display:flex;flex-direction:column}
.dropdown a,.contact-dd a{font-size:12px;font-weight:650;padding:10px 12px;border-radius:7px}
.dropdown a:hover,.contact-dd a:hover{background:var(--soft)}
.contact>button{width:150px;height:42px;border:0;border-radius:4px;background:var(--blue);color:#fff;font-size:12px;font-weight:780;cursor:pointer}
.contact-dd{left:auto;right:0;min-width:168px}

.hero{background:#fff;min-height:396px;overflow:hidden}
.hero-layout{display:grid;grid-template-columns:43% 57%;align-items:center;min-height:396px}
.hero-left{padding-top:10px}
.section-num{display:flex;align-items:center;gap:12px;height:22px;margin-bottom:12px;font-size:15px;font-weight:800;color:var(--blue)}
.section-num:after{content:"";width:54px;height:1px;background:rgba(7,31,78,.12)}
.hero h1{width:420px;margin:0 0 18px;font-size:45px;line-height:1.02;letter-spacing:-.035em;font-weight:860;color:var(--blue);text-transform:none}
.hero p{width:390px;margin:0 0 22px;font-size:13px;line-height:1.45;font-weight:670;color:var(--blue)}
.hero-buttons{display:flex;align-items:center;gap:30px}
.primary-btn{height:39px;padding:0 19px;border-radius:4px;background:var(--blue);color:#fff;font-size:12px;font-weight:830;display:inline-flex;align-items:center}
.learn-link{font-size:12px;font-weight:800;color:var(--blue);display:inline-flex;gap:9px;align-items:center}
.hero-right{height:396px;display:flex;align-items:center;justify-content:flex-end;position:relative;overflow:hidden}
.hero-right:after{content:"";position:absolute;inset:-4px;background:linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 12%, rgba(255,255,255,0) 88%, rgba(255,255,255,1) 100%), linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);pointer-events:none;z-index:2}
.hero-right img{width:782px;max-width:none;margin-right:-58px;margin-top:4px;position:relative;z-index:1;-webkit-mask-image:radial-gradient(circle at center, rgba(0,0,0,1) 62%, rgba(0,0,0,.96) 74%, rgba(0,0,0,.72) 84%, rgba(0,0,0,.18) 94%, rgba(0,0,0,0) 100%);mask-image:radial-gradient(circle at center, rgba(0,0,0,1) 62%, rgba(0,0,0,.96) 74%, rgba(0,0,0,.72) 84%, rgba(0,0,0,.18) 94%, rgba(0,0,0,0) 100%)}

.services{position:relative;min-height:314px;background:#EAF1FB;overflow:hidden;padding:18px 0 20px}

.services:before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(234,241,251,.72);
  z-index:0;
}
.services .page{position:relative;z-index:1}

.services-bg{position:absolute;inset:0;background:url("../assets/services-port-blur.png") center/cover no-repeat;opacity:1}
.services .page{position:relative;z-index:1}
.services-num{margin-bottom:2px}
.services-title{display:flex;align-items:flex-end;gap:20px;margin-bottom:10px}
.services h2{margin:0;font-size:28px;line-height:1.08;font-weight:860;color:var(--blue)}
.services-title p{margin:0 0 1px;font-size:13px;font-weight:760;color:var(--blue)}
.services-cards{display:grid;grid-template-columns:repeat(6,208px);justify-content:start;gap:0;min-height:262px;margin:10px 0 0;width:1248px;max-width:none}
.service-card{position:relative;padding:14px 18px 12px;border-right:1px solid rgba(7,31,78,.12);display:grid;grid-template-rows:108px 82px auto;align-items:start;justify-items:start;color:var(--blue);background:transparent;transition:background .2s ease,color .2s ease,box-shadow .2s ease,border-radius .2s ease}
.service-card:first-child{padding-left:16px;padding-right:16px}
.service-card:last-child{border-right:0}
.service-card img{display:block;justify-self:center;align-self:end;object-fit:contain;margin:0 auto 12px auto}
.service-card .search-icon-img {
  width: 180px;
  height: 180px;
  margin: 34px 0 4px 18px;
  display: block;
  object-fit: contain;
  filter: none;
  position: relative;
  top: 55px;
  left: -60px ;
}
.service-card .box-icon-img {
  width: 150px ;
  height: 150px ;
  margin: -20px 0 8px 0 ;
  position: relative ;
  top: 20px ;
  left: -60px ;
}

.service-card .clipboard-icon-img {
  width: 150px ;
  height: 150px ;
  margin: 0 0 8px 0 ;
  position: relative ;
  top: 30px ;
  left: -50px ;
}
/* 4. Консолидация / Склад */
.service-card .warehouse-icon-img {
  width: 150px ;
  height: 150px ;
  margin: 0 0 8px 0 ;
  position: relative ;
  top: 30px ;
  left: -30px ;
}

.service-card h3{margin:0;min-height:82px;font-size:15px;line-height:1.18;font-weight:760;max-width:160px;color:var(--blue)}
.service-card a{margin-top:0;font-size:13px;font-weight:650;color:#2F5F9F;display:inline-flex;align-items:center;gap:7px}
.service-card:hover,.service-card:focus-within{background:linear-gradient(135deg,#123367,#071F4E);border-radius:4px;color:#fff;box-shadow:0 16px 34px rgba(7,31,78,.22)}
.service-card:hover h3,.service-card:hover a,.service-card:focus-within h3,.service-card:focus-within a{color:#fff}
.service-card:hover img,.service-card:focus-within img{filter:brightness(0) invert(1)}

.service-card-toggle {
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2F5F9F;
  font-size: 13px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  text-align: left;
}

.service-card-toggle span,
.service-card-detail-btn span {
  transition: transform .2s ease;
}

.service-card-toggle:hover span,
.service-card-detail-btn:hover span {
  transform: translateX(2px);
}

.service-card--accordion {
  align-content: start;
}

.service-card--accordion.is-open {
  background: linear-gradient(135deg,#123367,#071F4E);
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 16px 34px rgba(7,31,78,.22);
}

.service-card--accordion.is-open h3,
.service-card--accordion.is-open .service-card-toggle,
.service-card--accordion.is-open .service-card-panel p,
.service-card--accordion.is-open .service-card-detail-btn {
  color: #fff;
}

.service-card--accordion.is-open img {
  filter: brightness(0) invert(1);
}

.service-card--accordion.is-open .service-card-toggle span {
  transform: rotate(90deg);
}

.service-card-panel {
  grid-column: 1 / -1;
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}

.service-card-panel-inner {
  padding: 12px 0 0;
}

.service-card-panel p {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 620;
  color: rgba(7,31,78,.76);
}

.service-card-detail-btn {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: #2F5F9F;
  font-size: 12px;
  font-weight: 760;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-card:hover .service-card-toggle,
.service-card:focus-within .service-card-toggle,
.service-card:hover .service-card-panel p,
.service-card:focus-within .service-card-panel p,
.service-card:hover .service-card-detail-btn,
.service-card:focus-within .service-card-detail-btn {
  color: #fff;
}

.services-cards.services-cards--expanded {
  height: auto;
}


@media(max-width:1000px){
  .page{width:calc(100% - 32px)}
  .site-header,.header{height:auto}
  .header{grid-template-columns:1fr;padding:14px 0}
  .nav{justify-content:flex-start;flex-wrap:wrap;gap:16px}
  .contact{justify-self:start}
  .hero-layout{grid-template-columns:1fr}
  .hero h1,.hero p{width:auto}
  .hero-right{height:auto}
  .hero-right{height:auto}.hero-right:after{display:none}.hero-right img{margin:0;width:100%;max-width:100%;-webkit-mask-image:none;mask-image:none}
  .services-cards{grid-template-columns:repeat(2,1fr);height:auto}
  .service-card{min-height:220px;border-bottom:1px solid var(--line)}
  .service-card:first-child{padding-left:26px}
}
@media(max-width:560px){
  .services-cards{grid-template-columns:1fr}
}

.service-card:hover .search-icon-img,.service-card:focus-within .search-icon-img{filter:brightness(0) invert(1) contrast(1.05)}

.service-card:hover .box-icon-img,.service-card:focus-within .box-icon-img{filter:brightness(0) invert(1) contrast(1.05)}

.service-card:hover .clipboard-icon-img,.service-card:focus-within .clipboard-icon-img{filter:brightness(0) invert(1) contrast(1.05)}

.service-card:hover .warehouse-icon-img,.service-card:focus-within .warehouse-icon-img{filter:brightness(0) invert(1) contrast(1.05)}

/* 5. Доставка */
.service-card .delivery-icon-img {
  width: 150px ;
  height: 150px ;
  margin: 0 0 8px 0 ;
  position: relative ;
  top: 35px ;
  left: -30px ;
}

.service-card:hover .delivery-icon-img,.service-card:focus-within .delivery-icon-img{filter:brightness(0) invert(1) contrast(1.05)}

/* 6. Таможенное оформление */
.service-card .customs-icon-img {
  width: 150px ;
  height: 150px ;
  margin: 0 0 8px 0 ;
  position: relative ;
  top: 26px ;
  left: -30px ;
}

.service-card:hover .customs-icon-img,.service-card:focus-within .customs-icon-img{filter:brightness(0) invert(1) contrast(1.05)}


.service-card:nth-child(5){text-align:left;justify-items:start}
.service-card:nth-child(5) h3{max-width:150px}
.service-card:nth-child(5) a{justify-content:flex-start}


.service-card:first-child h3{font-size:15px;max-width:160px;min-height:82px}
.service-card:first-child a{font-size:13px;color:#2F5F9F}
.service-card a {
  position: relative !important;
  top: 20px !important;
  left: 0 !important;
}
.service-card h3 {
  position: relative !important;
  top: 30px !important;
  left: 0 !important;
}
/* ===== SERVICE CARDS MANUAL POSITION FIX ===== */
.service-card {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}




/* ===== PROBLEMS BLOCK ===== */
.problems{
  position:relative;
  background:#EAF1FB;
  overflow:hidden;
  padding:38px 0 40px;
  color:var(--blue);
}
.problems:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.78), rgba(255,255,255,0) 34%),
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.00));
  pointer-events:none;
}
.problems .page{
  position:relative;
  z-index:1;
}
.problems-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:36px;
  align-items:start;
}
.problems h2{
  margin:0 0 26px;
  font-size:28px;
  line-height:1.08;
  font-weight:860;
  color:var(--blue);
}
.problem-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(7,31,78,.12);
  border-left:1px solid rgba(7,31,78,.12);
}
.problem-card{
  min-height:154px;
  padding:22px 22px 18px;
  border-right:1px solid rgba(7,31,78,.12);
  border-bottom:1px solid rgba(7,31,78,.12);
  background:rgba(255,255,255,.18);
  transition:background .2s ease,box-shadow .2s ease,color .2s ease;
}
.problem-card:hover{
  background:linear-gradient(135deg,#123367,#071F4E);
  color:#fff;
  box-shadow:0 16px 34px rgba(7,31,78,.18);
}
.problem-card img{
  width:54px;
  height:54px;
  object-fit:contain;
  margin:0 0 18px;
}
.problem-card:hover img{
  filter:brightness(0) invert(1);
}
.problem-card h3{
  margin:0;
  max-width:205px;
  font-size:15px;
  line-height:1.22;
  font-weight:760;
  color:inherit;
}
.solution-card{
  min-height:368px;
  padding:28px 30px 30px;
  background:#fff;
  border:1px solid rgba(7,31,78,.10);
  box-shadow:0 18px 42px rgba(7,31,78,.10);
  border-radius:4px;
}
.solution-card img{
  width:62px;
  height:62px;
  margin:0 0 18px;
}
.solution-card h3{
  margin:0 0 20px;
  max-width:235px;
  font-size:20px;
  line-height:1.14;
  font-weight:860;
  color:var(--blue2);
}
.solution-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.solution-card li{
  position:relative;
  padding-left:22px;
  font-size:14px;
  line-height:1.24;
  font-weight:650;
  color:var(--blue);
}
.solution-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.48em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--blue2);
}
.problems-result{
  margin-top:26px;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  padding:20px 30px;
  background:linear-gradient(135deg,#123367,#071F4E);
  color:#fff;
  border-radius:4px;
  box-shadow:0 18px 42px rgba(7,31,78,.16);
}
.problems-result strong{
  display:block;
  font-size:22px;
  line-height:1.1;
  font-weight:860;
}
.problems-result span{
  max-width:560px;
  font-size:15px;
  line-height:1.3;
  font-weight:650;
  opacity:.92;
}
@media(max-width:1000px){
  .problems-layout{grid-template-columns:1fr;}
  .problem-grid{grid-template-columns:repeat(2,1fr);}
  .solution-card{min-height:auto;}
  .problems-result{align-items:flex-start;flex-direction:column;}
}
@media(max-width:560px){
  .problem-grid{grid-template-columns:1fr;}
}


/* ===== PROBLEMS BLOCK UPDATE: RIGHT COLUMN ICONS ===== */
.solution-card{
  padding-top:30px;
}
.solution-card > img{
  display:none;
}
.solution-card ul{
  gap:12px;
}
.solution-card li{
  display:grid;
  grid-template-columns:34px 1fr;
  align-items:center;
  gap:10px;
  padding-left:0;
  min-height:34px;
}
.solution-card li:before{
  display:none;
}
.solution-card li img{
  width:30px;
  height:30px;
  object-fit:contain;
  margin:0;
}
.solution-card li span{
  display:block;
}


/* ===== RESULT BANNER ICON UPDATE ===== */
.problems-result{
  justify-content:flex-start;
  gap:18px;
}
.problems-result-icon{
  flex:0 0 auto;
  width:82px;
  height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.problems-result-icon img{
  width:82px;
  height:82px;
  object-fit:contain;
  display:block;
}
.problems-result-text{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.problems-result-text strong{
  font-size:21px;
  line-height:1.08;
  font-weight:860;
}
.problems-result-text span{
  font-size:14px;
  line-height:1.32;
  font-weight:500;
  opacity:.98;
  max-width:620px;
}


/* ===== RESULT BANNER SEMI-BACKGROUND IMAGE ===== */
.problems-result{
  position:relative !important;
  overflow:hidden !important;
  min-height:116px !important;
  background:#EAF1FB !important;
  color:var(--blue) !important;
  box-shadow:none !important;
  border:1px solid rgba(7,31,78,.08) !important;
}
.problems-result:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(234,241,251,.88) 0%, rgba(234,241,251,.78) 22%, rgba(234,241,251,.52) 48%, rgba(234,241,251,.26) 72%, rgba(234,241,251,.12) 100%);
  z-index:1;
  pointer-events:none;
}
.problems-result-icon,
.problems-result-text{
  position:relative;
  z-index:2;
}
.problems-result-text strong{
  color:var(--blue) !important;
}
.problems-result-text span{
  color:var(--blue) !important;
  opacity:1 !important;
}
.problems-result-visual{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background:url("../assets/result-containers-bg.png") center center/cover no-repeat;
  opacity:.95;
  z-index:0;
}
@media(max-width:720px){
  .problems-result-visual{
    inset:0;
    width:100%;
    opacity:.42;
    background-position:center center;
  }
}


/* Problem icon 1 approved SVG */
.problem-grid .problem-card:nth-child(1) img{background:transparent !important; display:block; object-fit:contain;}
.problem-grid .problem-card:nth-child(1):hover img{filter:brightness(0) invert(1); opacity:1 !important;}


/* ===== MANUAL CONTROL: PROBLEM WALLET ICON ===== */
/* 
  Карточка: «Сложности с оплатой и выкупом»
  Иконка: assets/problem-payment-wallet.png

  width / height — размер иконки.
  top — движение вниз/вверх.
  left — движение вправо/влево.

  Примеры:
  top: 10px;    ниже
  top: -10px;   выше
  left: 10px;   правее
  left: -10px;  левее
*/
.problem-card .problem-wallet-icon {
  width: 54px !important;
  height: 54px !important;
  object-fit: contain !important;
  background: transparent !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

/* Hover для этой иконки: при наведении на карточку становится белой */
.problem-card:hover .problem-wallet-icon {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}


/* ===== HOVER FIX: problem 4 / Риск получить не тот товар ===== */
/* Иконка очищена от фона: assets/problem-wrong-product-box-cancel.png */
.problem-grid .problem-card:nth-child(4) img {
  background: transparent !important;
  object-fit: contain !important;
}

.problem-grid .problem-card:nth-child(4):hover img {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}


/* ===== HOVER FIX: problem 5 / Таможня и документы ===== */
/* Иконка очищена от фона: assets/problem-customs-document.png */
.problem-grid .problem-card:nth-child(5) img {
  background: transparent !important;
  object-fit: contain !important;
}

.problem-grid .problem-card:nth-child(5):hover img {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}

/* ===== HOVER FIX: problem 6 / Нет контроля на этапах доставки ===== */
/* Иконка очищена от фона: assets/problem-tracking-geo-pin-shadow.png */
.problem-grid .problem-card:nth-child(6) img {
  background: transparent !important;
  object-fit: contain !important;
}

.problem-grid .problem-card:nth-child(6):hover img {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}


/* ===== SOLUTION COLUMN APPROVED IMAGE ICONS ===== */
/* Правый блок «Наше решение — полный цикл под ключ»:
   иконки — готовые картинки, при наведении НЕ меняются. */
.solution-card li img {
  filter: none !important;
  opacity: 1 !important;
  background: transparent !important;
}

.solution-card li:hover img,
.solution-card:hover li img {
  filter: none !important;
  opacity: 1 !important;
}
.problem-grid .problem-card:nth-child(2) img {
  width: 70px !important;
  height: 70px !important;
  object-fit: contain !important;
  background: transparent !important;

  position: relative !important;
  top: -6px !important;
  left: 0 !important;
}

.problem-grid .problem-card:nth-child(2):hover img {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}
.problem-grid .problem-card:nth-child(1) img {
  width: 68px !important;
  height: 68px !important;
  object-fit: contain !important;
  background: transparent !important;

  position: relative !important;
  top: -4px !important;
  left: 0 !important;
}

.problem-grid .problem-card:nth-child(1):hover img {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}

/* ===== SOLUTION CHECK ICON VISUAL FIX ===== */
/* Пункт: «Проверим товар».
   Иконка обрезана по кругу; блок ниже только страхует визуальный размер. */
.solution-card li:nth-child(2) img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
}

.solution-card li:nth-child(2):hover img {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== SOLUTION COLUMN ICONS 2X SIZE ===== */
/* Правый блок: «Наше решение — полный цикл под ключ».
   Все иконки в колонке увеличены в 2 раза: 30px -> 60px. */
.solution-card ul {
  gap: 14px !important;
}

.solution-card li {
  grid-template-columns: 68px 1fr !important;
  min-height: 68px !important;
  gap: 14px !important;
  align-items: center !important;
}

.solution-card li img,
.solution-card li:nth-child(2) img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
  background: transparent !important;
}

.solution-card li:hover img,
.solution-card:hover li img,
.solution-card li:nth-child(2):hover img {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== SOLUTION COLUMN ICONS 40PX FINAL ===== */
/* Правый блок: «Наше решение — полный цикл под ключ».
   Перебивает предыдущий 2x-режим: иконки 40px. */
.solution-card ul {
  gap: 12px !important;
}

.solution-card li {
  grid-template-columns: 48px 1fr !important;
  min-height: 48px !important;
  gap: 12px !important;
  align-items: center !important;
}

.solution-card li img,
.solution-card li:nth-child(2) img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
  background: transparent !important;
}

.solution-card li:hover img,
.solution-card:hover li img,
.solution-card li:nth-child(2):hover img {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== SOLUTION COLUMN ICONS 35PX FINAL ===== */
/* Правый блок: «Наше решение — полный цикл под ключ».
   Финальная настройка размера иконок: 35px. */
.solution-card ul {
  gap: 12px !important;
}

.solution-card li {
  grid-template-columns: 43px 1fr !important;
  min-height: 43px !important;
  gap: 11px !important;
  align-items: center !important;
}

.solution-card li img,
.solution-card li:nth-child(2) img {
  width: 35px !important;
  height: 35px !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
  background: transparent !important;
}

.solution-card li:hover img,
.solution-card:hover li img,
.solution-card li:nth-child(2):hover img {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== REQUEST CTA BUTTON / ОСТАВИТЬ ЗАЯВКУ ===== */
/* Связка для будущей формы:
   button id="request-scroll-button" -> target section id="leave-request" */
.request-cta-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 26px 0 14px;
  position: relative;
  z-index: 3;
}

.request-cta-btn {
  min-height: 62px;
  padding: 0 22px;
  border-radius: 4px;
  background: var(--blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 830;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(7,31,78,.18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.request-cta-btn:hover {
  transform: translateY(-1px);
  background: #123367;
  box-shadow: 0 16px 32px rgba(7,31,78,.22);
}

/* ===== REQUEST FORM TARGET / БЛОК «ОСТАВИТЬ ЗАЯВКУ» ===== */
/* Временная отмеченная зона-цель для скролла.
   Когда появится реальная форма, оставить id="leave-request". */
.leave-request-section {
  scroll-margin-top: 92px;
  background: #fff;
  padding: 44px 0 52px;
}

.leave-request-placeholder {
  border: 1px solid rgba(7,31,78,.10);
  background: #EAF1FB;
  border-radius: 4px;
  padding: 30px;
  color: var(--blue);
}

.leave-request-placeholder h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 860;
}

.leave-request-placeholder p {
  margin: 0;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}


/* ===== REQUEST CTA BUTTON ALIGNMENT FIX ===== */
/* Кнопка «Оставить заявку» поднята так, чтобы низ кнопки был на уровне
   нижнего края правой колонки «Наше решение — полный цикл под ключ».
   Для ручной регулировки менять значение top ниже. */
.request-cta-btn {
  position: relative !important;
  top: -100px !important;
  left: 350px !important;
}

/* Сохраняем hover, не сбрасывая вертикальную привязку через transform */
.request-cta-btn:hover {
  transform: none !important;
}


/* ===== RESULT BLOCK ALIGNMENT FIX ===== */
/* Блок «Один партнёр. Полный контроль.» поднят выше:
   должен начинаться примерно на 10px ниже правой колонки «Наше решение».
   Для ручной регулировки менять margin-top у .problems-result ниже. */
.request-cta-wrap {
  margin-bottom: 10px !important;
}

.problems-result {
  margin-top: -58px !important;
}


/* ===== REQUEST TARGET PLACEHOLDER ONLY ===== */
/* Видимый блок «Оставить заявку» удалён.
   Оставлен только невидимый якорь #leave-request для будущего нижнего блока. */
.leave-request-section,
.leave-request-placeholder {
  display: none !important;
}

.leave-request-anchor-placeholder {
  display: block !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  scroll-margin-top: 92px;
}


/* ===== LOGISTICS BLOCK / БЛОК «ЛОГИСТИКА» ===== */
/* Якорь блока: id="logistics".
   Кнопка внутри блока связана с будущей заявкой: href="#leave-request". */
.logistics {
  position: relative;
  background: #fff;
  color: var(--blue);
  padding: 46px 0 50px;
  overflow: hidden;
}

.logistics:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(234,241,251,.92), rgba(234,241,251,0) 34%),
    linear-gradient(180deg, rgba(234,241,251,.46), rgba(255,255,255,0) 44%);
  pointer-events: none;
}

.logistics .page {
  position: relative;
  z-index: 1;
}

.logistics-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 36px;
  align-items: end;
  margin-bottom: 24px;
}

.logistics-label {
  display: inline-flex;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 820;
  color: #2F5F9F;
}

.logistics h2 {
  margin: 0;
  max-width: 600px;
  font-size: 31px;
  line-height: 1.06;
  letter-spacing: -.02em;
  font-weight: 860;
  color: var(--blue);
}

.logistics-head p {
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 620;
  color: var(--blue);
}

.logistics-layout {
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 22px;
  align-items: stretch;
}

.logistics-map-card {
  min-height: 314px;
  border-radius: 4px;
  padding: 28px;
  background: linear-gradient(135deg, #123367, #071F4E);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(7,31,78,.16);
}

.logistics-map-card:before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 24% 28%, rgba(255,255,255,.18), transparent 24%),
    radial-gradient(circle at 80% 66%, rgba(47,95,159,.55), transparent 28%),
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,.08) 46%, transparent 58%);
  opacity: .82;
}

.logistics-map-card > * {
  position: relative;
  z-index: 1;
}

.logistics-route-label {
  display: inline-flex;
  height: 28px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 780;
  color: #fff;
  margin-bottom: 46px;
}

.logistics-route-line {
  position: relative;
  height: 74px;
  margin-bottom: 28px;
}

.logistics-route-line:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 36px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,.18), rgba(255,255,255,.86), rgba(255,255,255,.28));
}

.logistics-route-line span {
  position: absolute;
  top: 28px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(255,255,255,.13);
}

.logistics-route-line span:nth-child(1) { left: 0; }
.logistics-route-line span:nth-child(2) { left: 48%; }
.logistics-route-line span:nth-child(3) { right: 0; }

.logistics-map-card h3 {
  margin: 0 0 10px;
  max-width: 300px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 860;
}

.logistics-map-card p {
  margin: 0 0 22px;
  max-width: 330px;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 560;
  opacity: .94;
}

.logistics-request-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 39px;
  padding: 0 18px;
  border-radius: 4px;
  background: #fff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 830;
}

.logistics-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(7,31,78,.12);
  border-left: 1px solid rgba(7,31,78,.12);
}

.logistics-card {
  min-height: 157px;
  padding: 22px 24px 20px;
  border-right: 1px solid rgba(7,31,78,.12);
  border-bottom: 1px solid rgba(7,31,78,.12);
  background: rgba(234,241,251,.42);
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.logistics-card:hover {
  background: linear-gradient(135deg, #123367, #071F4E);
  color: #fff;
  box-shadow: 0 16px 34px rgba(7,31,78,.18);
}

.logistics-card-num {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  color: #2F5F9F;
}

.logistics-card:hover .logistics-card-num {
  color: #fff;
  opacity: .72;
}

.logistics-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 860;
  color: inherit;
}

.logistics-card p {
  margin: 0 0 14px;
  max-width: 300px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 560;
  color: inherit;
  opacity: .92;
}

.logistics-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  line-height: 1;
  font-weight: 790;
  color: #2F5F9F;
}

.logistics-card:hover a {
  color: #fff;
}

@media(max-width:1000px) {
  .logistics-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .logistics-layout {
    grid-template-columns: 1fr;
  }
}

@media(max-width:640px) {
  .logistics-cards {
    grid-template-columns: 1fr;
  }
}


/* ===== LOGISTICS BLOCK V2 / accordion rebuild ===== */
.logistics {
  position: relative;
  padding: 44px 0 54px;
  background: #fff;
}

.logistics:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 16%, rgba(227,236,248,.95), rgba(227,236,248,0) 28%),
    linear-gradient(180deg, rgba(240,244,251,.56), rgba(255,255,255,0) 36%);
  pointer-events: none;
}

.logistics .page {
  position: relative;
  z-index: 1;
}

.logistics-head {
  display: block;
  margin-bottom: 22px;
}

.logistics-head h2 {
  margin: 0 0 6px;
  font-size: 38px;
  line-height: 1.02;
  font-weight: 860;
  color: var(--blue);
  letter-spacing: -.03em;
}

.logistics-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: rgba(7,31,78,.72);
}

.logistics-accordion {
  border-top: 1px solid rgba(7,31,78,.12);
}

.logistics-item {
  border-bottom: 1px solid rgba(7,31,78,.12);
  background: rgba(234,241,251,.28);
  transition: background .2s ease, box-shadow .2s ease;
}

.logistics-item:hover {
  background: rgba(234,241,251,.46);
}

.logistics-item.is-open {
  background: rgba(234,241,251,.58);
  box-shadow: 0 14px 32px rgba(7,31,78,.06);
}

.logistics-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 8px 24px 0;
  background: transparent;
  border: 0;
  color: var(--blue);
  cursor: pointer;
  text-align: left;
}

.logistics-trigger-title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 780;
  color: var(--blue);
}

.logistics-trigger-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: relative;
  background: rgba(7,31,78,.06);
}

.logistics-trigger-icon:before,
.logistics-trigger-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--blue);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease;
}

.logistics-trigger-icon:before {
  width: 14px;
  height: 2px;
}

.logistics-trigger-icon:after {
  width: 2px;
  height: 14px;
}

.logistics-item.is-open .logistics-trigger-icon:after {
  opacity: 0;
}

.logistics-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.logistics-panel-inner {
  padding: 0 0 26px;
  max-width: 960px;
}

.logistics-panel p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 560;
  color: var(--blue);
}

.logistics-panel ul {
  margin: 0;
  padding: 0 0 0 18px;
}

.logistics-panel li {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 560;
  color: var(--blue);
}

.logistics-panel li strong {
  font-weight: 790;
}

.logistics-calc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 4px;
  background: linear-gradient(135deg, #123367, #071F4E);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 820;
  box-shadow: 0 12px 26px rgba(7,31,78,.14);
}

.logistics-calc-btn:hover {
  opacity: .96;
}

@media(max-width: 900px) {
  .logistics-head h2 {
    font-size: 32px;
  }

  .logistics-head p {
    font-size: 16px;
  }

  .logistics-trigger {
    padding: 20px 0;
  }

  .logistics-trigger-title {
    font-size: 20px;
  }
}

@media(max-width: 640px) {
  .logistics-head h2 {
    font-size: 28px;
  }

  .logistics-trigger-title {
    font-size: 18px;
  }

  .logistics-panel p,
  .logistics-panel li {
    font-size: 14px;
  }
}


/* ===== LOGISTICS ACCORDION COLOR EFFECT ===== */
/* Эффект как у остальных активных блоков:
   при наведении и при раскрытии пункт становится тёмно-синим,
   текст и элементы внутри — белыми. */
.logistics-item {
  transition: background .22s ease, color .22s ease, box-shadow .22s ease;
}

.logistics-item:hover,
.logistics-item.is-open {
  background: linear-gradient(135deg, #123367, #071F4E) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(7,31,78,.18) !important;
}

.logistics-item:hover .logistics-trigger-title,
.logistics-item.is-open .logistics-trigger-title,
.logistics-item:hover .logistics-panel p,
.logistics-item.is-open .logistics-panel p,
.logistics-item:hover .logistics-panel li,
.logistics-item.is-open .logistics-panel li,
.logistics-item:hover .logistics-panel li strong,
.logistics-item.is-open .logistics-panel li strong {
  color: #fff !important;
}

.logistics-item:hover .logistics-trigger-icon,
.logistics-item.is-open .logistics-trigger-icon {
  background: #fff !important;
}

.logistics-item:hover .logistics-trigger-icon:before,
.logistics-item:hover .logistics-trigger-icon:after,
.logistics-item.is-open .logistics-trigger-icon:before,
.logistics-item.is-open .logistics-trigger-icon:after {
  background: var(--blue) !important;
}

.logistics-item:hover .logistics-calc-btn,
.logistics-item.is-open .logistics-calc-btn {
  background: #fff !important;
  color: var(--blue) !important;
  box-shadow: none !important;
}

.logistics-item:hover .logistics-calc-btn:hover,
.logistics-item.is-open .logistics-calc-btn:hover {
  background: #EAF1FB !important;
  color: var(--blue) !important;
}


/* ===== LOGISTICS 50/50 SPLIT WITH RIGHT IMAGE ===== */
/* Блок «Логистика»: слева аккордеон 50%, справа картинка 50%.
   Картинка растягивается по высоте всего блока аккордеона. */
.logistics-split {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: stretch !important;
  min-height: 620px !important;
}

.logistics-split .logistics-accordion {
  min-width: 0 !important;
  align-self: stretch !important;
}

.logistics-visual {
  position: relative !important;
  min-width: 0 !important;
  align-self: stretch !important;
  min-height: 100% !important;
  overflow: hidden !important;
  border-radius: 4px !important;
  background: #EAF1FB !important;
  border: 1px solid rgba(7,31,78,.10) !important;
  box-shadow: 0 18px 42px rgba(7,31,78,.10) !important;
}

.logistics-visual img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

@media(max-width: 1000px) {
  .logistics-split {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .logistics-visual {
    min-height: 420px !important;
  }
}

@media(max-width: 640px) {
  .logistics-visual {
    min-height: 320px !important;
  }
}


/* ===== LOGISTICS ACCORDION COLOR EFFECT REMOVED ===== */
/* Блок «Логистика»: отключён тёмно-синий hover/active-эффект.
   Аккордеон раскрывается вниз, но цвет пункта не инвертируется. */
.logistics-item:hover {
  background: rgba(234,241,251,.46) !important;
  color: var(--blue) !important;
  box-shadow: none !important;
}

.logistics-item.is-open {
  background: rgba(234,241,251,.58) !important;
  color: var(--blue) !important;
  box-shadow: 0 14px 32px rgba(7,31,78,.06) !important;
}

.logistics-item:hover .logistics-trigger-title,
.logistics-item.is-open .logistics-trigger-title,
.logistics-item:hover .logistics-panel p,
.logistics-item.is-open .logistics-panel p,
.logistics-item:hover .logistics-panel li,
.logistics-item.is-open .logistics-panel li,
.logistics-item:hover .logistics-panel li strong,
.logistics-item.is-open .logistics-panel li strong {
  color: var(--blue) !important;
}

.logistics-item:hover .logistics-trigger-icon,
.logistics-item.is-open .logistics-trigger-icon {
  background: rgba(7,31,78,.06) !important;
}

.logistics-item:hover .logistics-trigger-icon:before,
.logistics-item:hover .logistics-trigger-icon:after,
.logistics-item.is-open .logistics-trigger-icon:before,
.logistics-item.is-open .logistics-trigger-icon:after {
  background: var(--blue) !important;
}

.logistics-item:hover .logistics-calc-btn,
.logistics-item.is-open .logistics-calc-btn {
  background: linear-gradient(135deg, #123367, #071F4E) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(7,31,78,.14) !important;
}


/* ===== LOGISTICS IMAGE HEIGHT MATCH FIX ===== */
/* Правая картинка больше не задаёт высоту блоку.
   Высоту блока определяет левый аккордеон с одним раскрытым пунктом,
   а картинка справа растягивается ровно под эту высоту. */
.logistics-split {
  min-height: 0 !important;
  align-items: stretch !important;
}

.logistics-visual {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  align-self: stretch !important;
  position: relative !important;
}

.logistics-visual img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Ручная регулировка ширины колонок:
   первое значение — аккордеон, второе — картинка. */
.logistics-split {
  grid-template-columns: 52% 48% !important;
}

@media(max-width: 1000px) {
  .logistics-visual {
    height: 420px !important;
    min-height: 420px !important;
  }

  .logistics-visual img {
    position: static !important;
    height: 100% !important;
  }
}

@media(max-width: 640px) {
  .logistics-visual {
    height: 320px !important;
    min-height: 320px !important;
  }
}


/* ===== LOGISTICS IMAGE FIXED SIZE ===== */
/* Правая картинка в блоке «Логистика» больше НЕ растягивается по высоте аккордеона.
   У неё задан собственный фиксированный размер.
   Для ручной настройки менять height у .logistics-visual ниже. */
.logistics-split {
  min-height: 0 !important;
  align-items: start !important;
  grid-template-columns: 52% 48% !important;
}

.logistics-visual {
  align-self: start !important;
  width: 100% !important;
  height: 470px !important;
  min-height: 470px !important;
  max-height: 470px !important;
  position: relative !important;
  overflow: hidden !important;
}

.logistics-visual img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

@media(max-width: 1000px) {
  .logistics-split {
    grid-template-columns: 1fr !important;
  }

  .logistics-visual {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }
}

@media(max-width: 640px) {
  .logistics-visual {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }
}


/* ===== LOGISTICS IMAGE = ACCORDION CURRENT HEIGHT ===== */
/* Правая картинка равна высоте: 1 открытый пункт аккордеона + остальные закрытые.
   Высота задаётся JS-переменной --logistics-image-height. */
.logistics-split {
  align-items: start !important;
  grid-template-columns: 52% 48% !important;
  min-height: 0 !important;
}

.logistics-visual {
  align-self: start !important;
  width: 100% !important;
  height: var(--logistics-image-height, 620px) !important;
  min-height: var(--logistics-image-height, 620px) !important;
  max-height: var(--logistics-image-height, 620px) !important;
  overflow: hidden !important;
}

.logistics-visual img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

@media(max-width: 1000px) {
  .logistics-visual {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }
}

@media(max-width: 640px) {
  .logistics-visual {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }
}


/* ===== LOGISTICS ACCORDION TITLE ICONS ===== */
/* Иконки перед пунктами: Авто / ЖД / Море / Авиа / Мультимодальные.
   Для замены искать файлы logistics-icon-*.svg в папке assets */
.logistics-trigger-title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 13px !important;
}

.logistics-title-icon {
  flex: 0 0 auto !important;
  width: 42px !important;
  height: 42px !important;
  object-fit: contain !important;
  display: block !important;
}

@media(max-width: 640px) {
  .logistics-title-icon {
    width: 36px !important;
    height: 36px !important;
  }

  .logistics-trigger-title {
    gap: 10px !important;
  }
}


/* ===== LOGISTICS APPROVED ICON: AUTO ===== */
/* Пункт: «Автоперевозки».
   Утверждённая иконка грузовика вставлена отдельным PNG.
   Для ручной настройки менять width/height ниже. */
.logistics-trigger-title img[src$="logistics-icon-auto.png"] {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
}


/* ===== LOGISTICS APPROVED ICON: SEA ===== */
/* Пункт: «Морские перевозки».
   Утверждённая иконка танкера вставлена отдельным PNG. */
.logistics-trigger-title img[src$="logistics-icon-sea.png"] {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
}


/* ===== LOGISTICS APPROVED ICON: AIR ===== */
/* Пункт: «Авиаперевозки».
   Утверждённая иконка самолёта вставлена отдельным PNG. */
.logistics-trigger-title img[src$="logistics-icon-air.png"] {
  width: 96px !important;
  height: 96px !important;
  object-fit: contain !important;
  background: transparent !important;
}

/* ===== MANUAL CONTROL: REQUEST BUTTON ===== */
/* Кнопка «Оставить заявку» */

.request-cta-btn {
  position: relative !important;

  /* движение */
  top: -100px !important;
  left: 300px !important;

  /* размер */
  width: 280px !important;
  min-height: 62px !important;
  padding: 0 28px !important;
  /*текст*/
  font-size: 18px !important;
  font-weight: 830 !important;

  /* визуал */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ===== LOGISTICS APPROVED ICON: MULTIMODAL ===== */
/* Пункт: «Мультимодальные перевозки».
   Утверждённая иконка мультимодальной перевозки без фона, увеличена в 2 раза. */
.logistics-trigger-title img[src$="logistics-icon-multimodal.png"] {
  width: 96px !important;
  height: 96px !important;
  object-fit: contain !important;
  background: transparent !important;
}


/* ===== LOGISTICS ICON SIZE ALIGNMENT FINAL ===== */
/* Авиаперевозки и мультимодальные подогнаны по визуальному размеру
   относительно утверждённых иконок Автоперевозки и Морские перевозки. */
.logistics-trigger-title img[src$="logistics-icon-air.png"],
.logistics-trigger-title img[src$="logistics-icon-multimodal.png"] {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
  background: transparent !important;
}


/* ===== LOGISTICS APPROVED ICON: RAIL ===== */
/* Пункт: «Железнодорожные перевозки».
   Увеличенный размер иконки локомотива. */
.logistics-trigger-title img[src$="logistics-icon-rail.png"] {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain !important;
}


/* ===== OPTIMIZATION LOGISTICS BLOCK ===== */
/* Блок: id="optimization-logistics".
   Кнопка: id="optimization-calculator-button" -> prices.html#logistics-calculator */
.optimization-logistics {
  position: relative;
  background: #F4F8FE;
  color: var(--blue);
  padding: 54px 0 56px;
  overflow: hidden;
}

.optimization-logistics:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 14%, rgba(255,255,255,.9), rgba(255,255,255,0) 36%),
    radial-gradient(circle at 22% 44%, rgba(234,241,251,.78), rgba(234,241,251,0) 38%),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(234,241,251,.62));
  pointer-events: none;
}

.optimization-logistics .page {
  position: relative;
  z-index: 1;
}

.optimization-hero {
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  min-height: 330px;
  margin-bottom: 26px;
}

.optimization-copy h2 {
  margin: 0 0 18px;
  max-width: 520px;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 860;
  color: var(--blue);
}

.optimization-copy p {
  margin: 0 0 24px;
  max-width: 455px;
  font-size: 17px;
  line-height: 1.44;
  font-weight: 560;
  color: rgba(7,31,78,.86);
}

.optimization-calc-btn {
  height: 48px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 5px;
  background: linear-gradient(135deg, #123367, #071F4E);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 830;
  box-shadow: 0 14px 28px rgba(7,31,78,.18);
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.optimization-calc-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(7,31,78,.22);
}

.optimization-visual {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

.optimization-visual img {
  width: 100%;
  max-width: 760px;
  height: auto;
  object-fit: contain;
  object-position: right center;
  display: block;
}

.optimization-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}

.optimization-card {
  min-height: 170px;
  padding: 22px 20px 20px;
  border-radius: 8px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(7,31,78,.06);
  box-shadow: 0 18px 42px rgba(7,31,78,.07);
  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.optimization-card:hover {
  background: linear-gradient(135deg, #123367, #071F4E);
  color: #fff;
  box-shadow: 0 18px 42px rgba(7,31,78,.18);
  transform: translateY(-1px);
}

.optimization-card img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin: 0 0 20px;
}

.optimization-card:hover img {
  filter: brightness(0) invert(1);
}

.optimization-card h3 {
  margin: 0;
  max-width: 260px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 760;
  color: inherit;
}

.optimization-result {
  min-height: 132px;
  display: grid;
  grid-template-columns: 1.25fr 1fr .95fr;
  align-items: center;
  gap: 0;
  padding: 24px 28px;
  border-radius: 8px;
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(7,31,78,.08);
  box-shadow: 0 18px 42px rgba(7,31,78,.07);
}

.optimization-result-item {
  min-height: 86px;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 20px;
  padding: 0 26px;
  border-right: 1px solid rgba(7,31,78,.13);
}

.optimization-result-item:first-child {
  padding-left: 0;
}

.optimization-result-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.optimization-result-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.optimization-result-copy > strong,
.optimization-result-price strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: 860;
  color: #154BB1;
}

.optimization-result-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
}

.optimization-result-row-no-number {
  grid-template-columns: 1fr;
  gap: 0;
}

.optimization-result-number {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 860;
  color: #154BB1;
  letter-spacing: -.03em;
}

.optimization-result p {
  margin: 0;
  max-width: 320px;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 560;
  color: var(--blue);
}

.optimization-price {
  margin: 0 0 4px;
  font-size: 36px;
  line-height: .95;
  letter-spacing: -.04em;
  font-weight: 860;
  color: #154BB1;
}

@media(max-width: 1050px) {
  .optimization-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .optimization-visual {
    justify-content: flex-start;
    min-height: auto;
  }

  .optimization-visual img {
    max-width: 100%;
  }

  .optimization-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .optimization-result {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .optimization-result-item {
    border-right: 0;
    border-bottom: 1px solid rgba(7,31,78,.13);
    padding: 0 0 20px;
  }

  .optimization-result-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media(max-width: 640px) {
  .optimization-logistics {
    padding: 38px 0 42px;
  }

  .optimization-copy h2 {
    font-size: 34px;
  }

  .optimization-copy p {
    font-size: 15px;
  }

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

  .optimization-result-item {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .optimization-result-item img {
    width: 52px;
    height: 52px;
  }

  .optimization-result-row {
    grid-template-columns: 42px 1fr;
  }
}


/* ===== OPTIMIZATION APPROVED ICON: ANALYSIS ===== */
/* Карточка: «Анализируем номенклатуру, упаковку, объём и вес».
   Утверждённая иконка лупы вставлена отдельным PNG. */
.optimization-card img[src$="optimization-icon-analysis.png"] {
  width: 54px !important;
  height: 54px !important;
  object-fit: contain !important;
  background: transparent !important;
}


/* ===== OPTIMIZATION APPROVED ICON: DOCS ===== */
/* Карточка: «Оптимизируем таможенные расходы и документацию через наших операторов».
   Утверждённая иконка документа вставлена отдельным PNG. */
.optimization-card img[src$="optimization-icon-docs.png"] {
  width: 54px !important;
  height: 54px !important;
  object-fit: contain !important;
  background: transparent !important;
}

/* ===== OPTIMIZATION APPROVED ICON: ROUTE ===== */
/* Карточка: «Предлагаем альтернативные маршруты и виды транспорта».
   Утверждённая иконка маршрута с двумя точками и пунктиром вставлена отдельным PNG. */
.optimization-card img[src$="optimization-icon-route.png"] {
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
  background: transparent !important;
}


/* ===== OPTIMIZATION APPROVED ICON: BOX ===== */
/* Карточка: «Консолидируем, меняем тару, пересчитываем паллетные схемы».
   Утверждённая иконка коробки вставлена отдельным PNG. */
.optimization-card img[src$="optimization-icon-box.png"] {
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
  background: transparent !important;
}


/* ===== OPTIMIZATION VISUAL TUNING =====
   - фон картинки обрезан по контуру;
   - картинка слегка спрятана за карточки;
   - визуал стал менее навязчивым. */
.optimization-hero {
  position: relative !important;
  margin-bottom: 8px !important;
}

.optimization-copy {
  position: relative;
  z-index: 3;
}

.optimization-visual {
  position: absolute !important;
  right: 0 !important;
  top: 8px !important;
  width: 56% !important;
  min-height: 0 !important;
  z-index: 1 !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  pointer-events: none !important;
  overflow: visible !important;
}

.optimization-visual img {
  width: 86% !important;
  max-width: 620px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: right top !important;
  opacity: 0.76 !important;
  transform: translate(10px, 18px) !important;
  filter: saturate(0.95) !important;
}

.optimization-cards {
  position: relative !important;
  z-index: 4 !important;
  margin-top: -12px !important;
}

.optimization-result {
  position: relative !important;
  z-index: 4 !important;
}

/* Утверждённый результат: ценовая бирка с отверстием */
.optimization-result-price img[src$="optimization-result-price.svg"] {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
}

@media(max-width: 1050px) {
  .optimization-visual {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
  }
  .optimization-visual img {
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    opacity: 0.84 !important;
  }
  .optimization-cards {
    margin-top: 0 !important;
  }
}


/* ===== OPTIMIZATION REFINEMENT v108 =====
   - очищена иконка analysis от артефактов;
   - фоновый визуал заменён на более чёткий, без блюра;
   - карточки опущены к нижнему краю фонового изображения. */
.optimization-card img[src$="optimization-icon-analysis.png"] {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain !important;
  background: transparent !important;
  display: block !important;
}

.optimization-hero {
  min-height: 330px !important;
  margin-bottom: 2px !important;
}

.optimization-visual {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 57% !important;
  min-height: 320px !important;
  z-index: 1 !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  pointer-events: none !important;
  overflow: visible !important;
}

.optimization-visual img {
  width: 90% !important;
  max-width: 650px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: right top !important;
  opacity: 1 !important;
  transform: translate(8px, 0px) !important;
  filter: none !important;
}

.optimization-cards {
  position: relative !important;
  z-index: 4 !important;
  margin-top: 18px !important;
}

@media(max-width: 1050px) {
  .optimization-visual img {
    opacity: 1 !important;
    transform: none !important;
  }
  .optimization-cards {
    margin-top: 10px !important;
  }
}


/* ===== OPTIMIZATION REFINEMENT v109 =====
   Дополнительно опускаем карточки ещё на 100px */
.optimization-cards {
  margin-top: 118px !important;
}

@media(max-width: 1050px) {
  .optimization-cards {
    margin-top: 110px !important;
  }
}


/* ===== WORKFLOW BLOCK / СХЕМА РАБОТЫ ===== */
.workflow {
  position: relative;
  background: #F4F8FE;
  color: var(--blue);
  padding: 54px 0 58px;
  overflow: hidden;
}

.workflow:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 16%, rgba(255,255,255,.95), rgba(255,255,255,0) 38%),
    radial-gradient(circle at 14% 55%, rgba(234,241,251,.72), rgba(234,241,251,0) 42%),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(234,241,251,.66));
  pointer-events: none;
}

.workflow .page {
  position: relative;
  z-index: 1;
}

.workflow-head {
  margin-bottom: 32px;
}

.workflow-head h2 {
  margin: 0 0 10px;
  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -.035em;
  font-weight: 860;
  color: var(--blue);
}

.workflow-head p {
  margin: 0;
  max-width: 430px;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 560;
  color: rgba(7,31,78,.78);
}

.workflow-map {
  position: relative;
  min-height: 460px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 60px;
  row-gap: 72px;
  align-items: start;
  padding: 6px 12px 0;
}

.workflow-path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}

.workflow-path-line {
  fill: none;
  stroke: #154BB1;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 2 9;
  opacity: .9;
}

.workflow-step {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.workflow-number {
  min-width: 34px;
  height: 30px;
  padding: 0 8px;
  margin: 0 0 -2px;
  border-radius: 5px;
  background: linear-gradient(135deg, #123367, #071F4E);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 840;
  box-shadow: 0 9px 18px rgba(7,31,78,.16);
}

.workflow-icon {
  width: 88px;
  height: 88px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 38px rgba(7,31,78,.08);
  border: 1px solid rgba(7,31,78,.04);
}

.workflow-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
}

.workflow-step h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 850;
  color: var(--blue);
}

.workflow-step p {
  margin: 0 auto;
  max-width: 190px;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 560;
  color: var(--blue);
}

@media(max-width: 1050px) {
  .workflow-map {
    grid-template-columns: repeat(2, 1fr);
    min-height: auto;
    row-gap: 46px;
  }

  .workflow-path {
    display: none;
  }

  .workflow-step:after {
    content: "";
    width: 2px;
    height: 26px;
    margin-top: 18px;
    background: repeating-linear-gradient(to bottom, #154BB1 0 3px, transparent 3px 9px);
    opacity: .65;
  }

  .workflow-step:nth-last-child(-n+2):after {
    display: none;
  }
}

@media(max-width: 640px) {
  .workflow {
    padding: 40px 0 44px;
  }

  .workflow-head h2 {
    font-size: 34px;
  }

  .workflow-head p {
    font-size: 15px;
  }

  .workflow-map {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .workflow-step:after {
    display: block;
  }

  .workflow-step:last-child:after {
    display: none;
  }

  .workflow-icon {
    width: 78px;
    height: 78px;
  }

  .workflow-icon img {
    width: 48px;
    height: 48px;
  }
}


/* ===== WORKFLOW TUNING v111 ===== */
.workflow-map {
  min-height: 430px;
  row-gap: 66px;
}

.workflow-step {
  padding-top: 0;
}

.workflow-number {
  display: none !important;
}

.workflow-icon {
  width: 92px;
  height: 92px;
  margin: 0 0 16px;
}

.workflow-icon img {
  width: 50px;
  height: 50px;
}

.workflow-icon--request img {
  width: 54px;
  height: 54px;
}

.workflow-icon--search img {
  width: 58px;
  height: 58px;
}

.workflow-icon--calc img {
  width: 46px;
  height: 46px;
}

.workflow-icon--box img {
  width: 50px;
  height: 50px;
}

.workflow-icon--order img {
  width: 54px;
  height: 54px;
}

.workflow-icon--logistics img {
  width: 58px;
  height: 58px;
}

.workflow-icon--customs img {
  width: 54px;
  height: 54px;
}

.workflow-icon--door img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.workflow-step h3 {
  margin-top: 0;
}

@media(max-width: 1050px) {
  .workflow-icon {
    width: 84px;
    height: 84px;
  }
  .workflow-icon img {
    width: 48px;
    height: 48px;
  }
  .workflow-icon--search img,
  .workflow-icon--logistics img,
  .workflow-icon--door img {
    width: 54px;
    height: 54px;
  }
}


.optimization-result-icon-circle {
  border-radius: 50%;
  object-fit: cover;
}


/* ===== RESULT ICONS FINAL: TARGET + PRICE TAG ===== */
/* Блок «Оптимизационная логистика» / Результат:
   1) Результат — мишень со стрелой
   2) Цены от — бирка с долларом */
.optimization-result-item img[src$="optimization-result-target-arrow.png"],
.optimization-result-item img[src$="optimization-result-price-tag.png"] {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  background: transparent !important;
}


/* ===== MANUAL CONTROL: WORKFLOW SEARCH + SAMPLES ICONS ===== */
/* Блок «Схема работы» → карточка «Поиск» */
.workflow-icon--search img {
  width: 90px !important;
  height: 90px !important;
  object-fit: contain !important;
  position: relative !important;
  top: 10px !important;
  left: 0 !important;
}

/* ===== MANUAL CONTROL: WORKFLOW SAMPLES ICON ===== */
/* Блок «Схема работы» → карточка «Образцы» */
.workflow-icon--box img {
  width: 78px !important;
  height: 78px !important;
  object-fit: contain !important;
  position: relative !important;
  top: -8px !important;
  left: -8px !important;
}


/* ===== AUDIENCE BLOCK / ДЛЯ КОГО ПОДХОДЯТ НАШИ УСЛУГИ ===== */
.audience {
  position: relative;
  padding: 56px 0 40px;
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fd 100%);
}

.audience:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 35%, rgba(32, 77, 183, 0.08), transparent 34%),
    radial-gradient(circle at 82% 22%, rgba(32, 77, 183, 0.06), transparent 28%);
  pointer-events: none;
}

.audience .page {
  position: relative;
  z-index: 1;
}

.audience-layout {
  display: grid;
  grid-template-columns: minmax(320px, 408px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.audience-visual {
  min-height: 550px;
}

.audience-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.audience-head {
  margin-bottom: 22px;
}

.audience-head h2 {
  margin: 0;
  font-size: 54px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0d2d72;
}

.audience-accordion {
  display: grid;
  gap: 14px;
}

.audience-item {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(13, 45, 114, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(13, 45, 114, 0.04);
  overflow: hidden;
  transition: box-shadow .2s ease, border-color .2s ease;
}

.audience-item:hover,
.audience-item.is-open {
  border-color: rgba(13, 45, 114, 0.14);
  box-shadow: 0 14px 34px rgba(13, 45, 114, 0.06);
}

.audience-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 26px;
  border: 0;
  background: transparent;
  color: #0d2d72;
  cursor: pointer;
  text-align: left;
}

.audience-trigger-title {
  display: block;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #0d2d72;
}

.audience-trigger-icon {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #1f4fb8;
  border-bottom: 2px solid #1f4fb8;
  transform: rotate(45deg);
  transition: transform .2s ease;
  margin-right: 4px;
}

.audience-item.is-open .audience-trigger-icon {
  transform: rotate(-135deg);
}

.audience-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}

.audience-panel-inner {
  padding: 0 26px 26px;
}

.audience-panel p {
  margin: 0;
  max-width: 590px;
  font-size: 16px;
  line-height: 1.6;
  color: #284275;
}

@media (max-width: 1100px) {
  .audience-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .audience-visual {
    min-height: 0;
    max-width: 520px;
  }
}

@media (max-width: 767px) {
  .audience {
    padding: 44px 0 32px;
  }

  .audience-head h2 {
    font-size: 36px;
  }

  .audience-trigger {
    padding: 20px;
    gap: 18px;
  }

  .audience-trigger-title {
    font-size: 16px;
  }

  .audience-panel-inner {
    padding: 0 20px 20px;
  }

  .audience-panel p {
    font-size: 15px;
  }
}


/* ===== AUDIENCE VISUAL SOFT FADE ===== */
/* Блок «Для кого подходят наши услуги»:
   картинка слева мягко растворяется в фон блока, без жёстких краёв. */
.audience-visual {
  position: relative !important;
  overflow: visible !important;
  border-radius: 30px !important;
}

.audience-visual img {
  border-radius: 30px !important;
  box-shadow: none !important;
  -webkit-mask-image:
    linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.92) 8%, rgba(0,0,0,1) 22%, rgba(0,0,0,1) 78%, rgba(0,0,0,.78) 91%, rgba(0,0,0,0) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 8%, rgba(0,0,0,1) 22%, rgba(0,0,0,1) 78%, rgba(0,0,0,.82) 92%, rgba(0,0,0,0) 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.92) 8%, rgba(0,0,0,1) 22%, rgba(0,0,0,1) 78%, rgba(0,0,0,.78) 91%, rgba(0,0,0,0) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 8%, rgba(0,0,0,1) 22%, rgba(0,0,0,1) 78%, rgba(0,0,0,.82) 92%, rgba(0,0,0,0) 100%);
  mask-composite: intersect;
}


/* ===== ABOUT BLOCK / О НАС ===== */
.about-block {
  position: relative;
  padding: 58px 0 40px;
  background: linear-gradient(180deg, #fbfcff 0%, #f4f8fe 100%);
  color: var(--blue);
  overflow: hidden;
}

.about-block:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.96), rgba(255,255,255,0) 38%),
    radial-gradient(circle at 86% 30%, rgba(234,241,251,.82), rgba(234,241,251,0) 36%),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(234,241,251,.68));
  pointer-events: none;
}

.about-block .page {
  position: relative;
  z-index: 1;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.about-left h2 {
  margin: 0 0 32px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: -.035em;
  font-weight: 860;
  color: var(--blue);
}

.about-left p {
  margin: 0;
  max-width: 360px;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 560;
  color: rgba(7,31,78,.72);
}

.about-points {
  display: grid;
  gap: 0;
  padding-top: 32px;
}

.about-point {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 18px;
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(7,31,78,.10);
}

.about-point:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.about-point span {
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 50%;
  background: #2F6CE5;
  box-shadow: 0 0 0 4px rgba(47,108,229,.08);
}

.about-point p {
  margin: 0;
  max-width: 660px;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 760;
  color: var(--blue);
}

.about-bottom {
  margin-top: 52px;
  min-height: 126px;
  display: grid;
  grid-template-columns: 164px 1fr 178px;
  gap: 26px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 12px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(7,31,78,.08);
  box-shadow: 0 18px 42px rgba(7,31,78,.06);
}

.about-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-bridge img {
  width: 152px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.about-bottom-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 620px;
}

.about-bottom-text strong,
.about-bottom-text span {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 820;
  color: var(--blue);
}

.about-more-btn {
  height: 50px;
  padding: 0 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, #123367, #071F4E);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
  line-height: 1;
  font-weight: 780;
  box-shadow: 0 14px 28px rgba(7,31,78,.17);
  transition: transform .18s ease, box-shadow .18s ease;
}

.about-more-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(7,31,78,.22);
}

@media(max-width: 1050px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-points {
    padding-top: 0;
  }

  .about-bottom {
    grid-template-columns: 138px 1fr;
  }

  .about-more-btn {
    grid-column: 2 / 3;
    justify-self: start;
  }
}

@media(max-width: 640px) {
  .about-block {
    padding: 44px 0 32px;
  }

  .about-left h2 {
    font-size: 40px;
    margin-bottom: 18px;
  }

  .about-left p,
  .about-point p {
    font-size: 15px;
  }

  .about-bottom {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .about-more-btn {
    grid-column: auto;
  }

  .about-bottom-text strong,
  .about-bottom-text span {
    font-size: 17px;
  }
}


/* ===== RATES BLOCK / НАШИ РАСЦЕНКИ ===== */
.rates-block {
  position: relative;
  padding: 60px 0 92px;
  background: #f7f8ff;
  color: var(--blue);
}

.rates-block h2 {
  margin: 0 0 38px;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 860;
  color: var(--blue);
}

.rates-panel {
  min-height: 210px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(7,31,78,.045);
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(7,31,78,.045);
  overflow: hidden;
}

.rate-item {
  position: relative;
  padding: 44px 30px 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--blue);
}

.rate-item:not(:last-child) {
  border-right: 1px solid rgba(7,31,78,.08);
}

.rate-item h3 {
  margin: 0 0 24px;
  min-height: 40px;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 820;
  color: var(--blue);
}

.rate-item strong {
  display: inline-block;
  margin: 0;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -.025em;
  font-weight: 860;
  color: #2f80ed;
  white-space: nowrap;
}

.rate-item p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.36;
  font-weight: 560;
  color: rgba(7,31,78,.72);
}

.rate-item p strong {
  margin: 0 2px;
  font-size: 26px;
  vertical-align: baseline;
}

@media(max-width: 1100px) {
  .rates-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rate-item {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid rgba(7,31,78,.08);
  }

  .rate-item:nth-child(odd) {
    border-right: 1px solid rgba(7,31,78,.08);
  }

  .rate-item:last-child {
    border-bottom: 0;
  }
}

@media(max-width: 640px) {
  .rates-block {
    padding: 44px 0 58px;
  }

  .rates-block h2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

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

  .rate-item,
  .rate-item:nth-child(odd) {
    border-right: 0;
  }

  .rate-item {
    min-height: auto;
    padding: 28px 24px 26px;
  }

  .rate-item h3 {
    min-height: auto;
    margin-bottom: 14px;
  }
}


/* ===== ADVANTAGES BLOCK / НАШИ ПРЕИМУЩЕСТВА ===== */
.advantages-block {
  position: relative;
  padding: 28px 0 96px;
  background: #f7f8ff;
  color: var(--blue);
}

.advantages-block h2 {
  margin: 0 0 34px;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 860;
  color: var(--blue);
}

.advantages-panel {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(7,31,78,.045);
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(7,31,78,.045);
  overflow: hidden;
}

.advantage-item {
  position: relative;
  padding: 30px 22px 32px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--blue);
  min-width: 0;
  overflow: hidden;
}

.advantage-item:not(:last-child) {
  border-right: 1px solid rgba(7,31,78,.08);
}

.advantage-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  flex: 0 0 auto;
}

.advantage-icon img {
  max-width: 56px;
  max-height: 56px;
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.advantage-icon--large img {
  max-width: 60px;
  max-height: 60px;
  width: 60px;
  height: 60px;
}

.advantage-item h3 {
  margin: 0 0 16px;
  min-height: 66px;
  font-size: 17px;
  line-height: 1.22;
  font-weight: 820;
  color: var(--blue);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.advantage-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 560;
  color: rgba(7,31,78,.72);
}

@media(max-width: 1320px) {
  .advantages-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .advantage-item {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid rgba(7,31,78,.08);
  }

  .advantage-item:nth-child(3n+1),
  .advantage-item:nth-child(3n+2) {
    border-right: 1px solid rgba(7,31,78,.08);
  }

  .advantage-item:nth-last-child(-n+3) {
    border-bottom: 0;
  }
}

@media(max-width: 900px) {
  .advantages-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advantage-item,
  .advantage-item:nth-child(3n+1),
  .advantage-item:nth-child(3n+2) {
    border-right: 0;
  }

  .advantage-item:nth-child(odd) {
    border-right: 1px solid rgba(7,31,78,.08);
  }

  .advantage-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media(max-width: 640px) {
  .advantages-block {
    padding: 20px 0 60px;
  }

  .advantages-block h2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

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

  .advantage-item,
  .advantage-item:nth-child(odd) {
    min-height: auto;
    padding: 26px 22px 28px;
    border-right: 0;
  }

  .advantage-item h3 {
    min-height: auto;
    margin-bottom: 12px;
  }

  .advantage-item:last-child {
    border-bottom: 0;
  }
}

@media(max-width: 640px) {
  .advantage-icon { width: 64px; height: 64px; border-radius: 14px; }
  .advantage-icon img { max-width: 48px; max-height: 48px; width: 48px; height: 48px; }
  .advantage-icon--large img { max-width: 52px; max-height: 52px; width: 52px; height: 52px; }
}

/* ADVANTAGE ICON MOBILE SCALE */
@media(max-width: 640px) {
  .advantage-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
  }

  .advantage-icon img {
    max-width: 48px;
    max-height: 48px;
    width: 48px;
    height: 48px;
  }

  .advantage-icon--large img {
    max-width: 52px;
    max-height: 52px;
    width: 52px;
    height: 52px;
  }
}


/* ===== TECHNOLOGIES & PARTNERS / ТЕХНОЛОГИИ И ПАРТНЕРЫ ===== */
.partners-block {
  position: relative;
  padding: 18px 0 92px;
  background: #f7f8ff;
  color: var(--blue);
}

.partners-block h2 {
  margin: 0 0 34px;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 860;
  color: var(--blue);
}

.partners-panel {
  padding: 10px 0 6px;
}

.partners-row {
  display: grid;
  align-items: center;
  margin: 0;
}

.partners-row + .partners-row {
  margin-top: 26px;
}

.partners-row--six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.partners-row--banks {
  grid-template-columns: 1.15fr repeat(4, minmax(0, 1fr));
}

.partners-row--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.partner-cell,
.partners-label {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
}

.partner-cell:not(:last-child),
.partners-row--banks > :not(:last-child) {
  border-right: 1px solid rgba(7,31,78,.10);
}

.partners-label {
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 760;
  color: var(--blue);
}

.partner-logo {
  --logo-color: var(--blue);
  color: rgba(7,31,78,.44);
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: color .22s ease, transform .22s ease, opacity .22s ease;
  text-align: left;
}

.partner-cell:hover .partner-logo,
.partner-cell:focus-within .partner-logo {
  color: var(--logo-color);
  transform: translateY(-1px);
}

.partner-symbol,
.partner-symbol * {
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.partner-symbol {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.partner-symbol--cosco {
  width: 64px;
  height: 36px;
}

.partner-symbol--vtb {
  width: 22px;
  height: 18px;
}


.partner-logo--image {
  min-height: 58px;
}

.partner-logo-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.partner-logo-image--cosco {
  width: 212px;
  max-height: 84px;
}

.partner-logo-image--maersk {
  width: 180px;
  max-height: 56px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-logo-image--fesco {
  width: 185px;
  max-height: 56px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-logo-image--railways {
  width: 190px;
  max-height: 62px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-logo-image--ktz {
  width: 186px;
  max-height: 58px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-logo-image--transcontainer {
  width: 188px;
  max-height: 72px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-logo-image--icbc {
  width: 216px;
  max-height: 64px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-logo-image--sber {
  width: 196px;
  max-height: 58px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-logo-image--vtb {
  width: 184px;
  max-height: 58px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}
.partner-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  color: currentColor;
  font-size: 18px;
  line-height: 1;
  font-weight: 820;
  flex: 0 0 auto;
}

.partner-mark--square {
  border-radius: 5px;
}

.partner-mark--rounded {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 16px;
}

.partner-frame {
  padding: 6px 10px;
  border: 2px solid currentColor;
}

.partner-text {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  line-height: 1;
  font-weight: 820;
  letter-spacing: -.02em;
  color: currentColor;
  text-transform: uppercase;
}

.partner-text--stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: .96;
}

.partner-text--tight {
  font-size: 14px;
  letter-spacing: -.015em;
}

.partner-text--wide {
  letter-spacing: .02em;
}

.partner-text--italic {
  font-style: italic;
  font-weight: 840;
}

.partner-subtext {
  margin-left: -4px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .03em;
  color: currentColor;
}

.partner-logo--railways .partner-text,
.partner-logo--transcontainer .partner-text,
.partner-logo--kazan .partner-text,
.partner-logo--vtb .partner-text {
  align-items: flex-start;
}

.partner-logo--wb .partner-mark {
  font-weight: 860;
  letter-spacing: -.03em;
}

.partner-logo--kaspi .partner-text {
  text-transform: none;
}


.partner-cell:hover .partner-logo--maersk,
.partner-cell:focus-within .partner-logo--maersk {
  color: #1f2d3d;
}

.partner-cell:hover .partner-logo--maersk .partner-mark,
.partner-cell:focus-within .partner-logo--maersk .partner-mark {
  background: #55b7e8;
  border-color: #55b7e8;
  color: #ffffff;
}

.partner-cell:hover .partner-logo--wb,
.partner-cell:focus-within .partner-logo--wb {
  color: #ffffff;
}

.partner-cell:hover .partner-logo--wb .partner-mark,
.partner-cell:focus-within .partner-logo--wb .partner-mark {
  background: #7a37ff;
  border-color: #7a37ff;
  color: #ffffff;
}

.partner-cell:hover .partner-logo--sber,
.partner-cell:focus-within .partner-logo--sber {
  color: #14a44d;
}

.partner-cell:hover .partner-logo--sber .partner-text,
.partner-cell:focus-within .partner-logo--sber .partner-text {
  color: #0f7c3b;
}

.partner-cell:hover .partner-logo--vtb,
.partner-cell:focus-within .partner-logo--vtb {
  color: #144aa2;
}

.partner-cell:hover .partner-logo--icbc,
.partner-cell:focus-within .partner-logo--icbc,
.partner-cell:hover .partner-logo--sinosure,
.partner-cell:focus-within .partner-logo--sinosure {
  color: #cf1f2e;
}

.partner-cell:hover .partner-logo--kazan,
.partner-cell:focus-within .partner-logo--kazan {
  color: #6d32d6;
}

.partner-cell:hover .partner-logo--kaspi,
.partner-cell:focus-within .partner-logo--kaspi {
  color: #e21b3c;
}

.partner-cell:hover .partner-logo--ozon,
.partner-cell:focus-within .partner-logo--ozon {
  color: #005bff;
}

.partner-cell:hover .partner-logo--cosco,
.partner-cell:focus-within .partner-logo--cosco,
.partner-cell:hover .partner-logo--fesco,
.partner-cell:focus-within .partner-logo--fesco,
.partner-cell:hover .partner-logo--railways,
.partner-cell:focus-within .partner-logo--railways,
.partner-cell:hover .partner-logo--transcontainer,
.partner-cell:focus-within .partner-logo--transcontainer {
  color: var(--logo-color);
}

@media (max-width: 1180px) {
  .partners-row--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .partners-row--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .partners-row--banks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partners-label {
    grid-column: 1 / -1;
    min-height: auto;
    padding-bottom: 2px;
    border-right: 0 !important;
    justify-content: flex-start;
  }

  .partners-row--six .partner-cell:nth-child(3n),
  .partners-row--five .partner-cell:nth-child(3n),
  .partners-row--banks .partner-cell:nth-child(2n+1),
  .partners-row--banks .partner-cell:last-child {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .partners-block {
    padding: 14px 0 60px;
  }

  .partners-block h2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .partners-row--six,
  .partners-row--five,
  .partners-row--banks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-cell,
  .partners-label {
    min-height: 68px;
    padding: 10px 12px;
  }

  .partner-cell:nth-child(even) {
    border-right: 0;
  }

  .partner-text {
    font-size: 16px;
  }

  .partner-text--tight {
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  .partners-row--six,
  .partners-row--five,
  .partners-row--banks {
    grid-template-columns: 1fr;
  }

  .partner-cell,
  .partners-label,
  .partner-cell:nth-child(even) {
    border-right: 0;
  }

  .partner-cell:not(:last-child) {
    border-bottom: 1px solid rgba(7,31,78,.08);
  }

  .partners-row + .partners-row {
    margin-top: 18px;
  }
}


/* ===== PROJECTS BLOCK / НАШИ ПРОЕКТЫ ===== */
.projects-block {
  position: relative;
  padding: 54px 0 86px;
  background: #f7f8ff;
  color: var(--blue);
}

.projects-block h2 {
  margin: 0 0 44px;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 860;
  color: var(--blue);
}

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

.project-card {
  min-height: 418px;
  padding: 34px 28px 30px;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(7,31,78,.055);
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(7,31,78,.045);
  color: var(--blue);
}

.project-category {
  display: block;
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 680;
  color: rgba(7,31,78,.66);
}

.project-card h3 {
  margin: 0 0 32px;
  min-height: 74px;
  font-size: 19px;
  line-height: 1.22;
  letter-spacing: -.025em;
  font-weight: 840;
  color: var(--blue);
}

.project-card p {
  margin: 0 0 28px;
  min-height: 72px;
  font-size: 13px;
  line-height: 1.52;
  font-weight: 560;
  color: rgba(7,31,78,.66);
}

.project-facts {
  margin: auto 0 26px;
  padding: 0;
}

.project-facts div {
  min-height: 35px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(7,31,78,.10);
}

.project-facts dt,
.project-facts dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  color: rgba(7,31,78,.62);
}

.project-facts dd {
  font-weight: 760;
  color: var(--blue);
}

.project-more {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f6bff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 740;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  align-self: flex-start;
}

.project-more span,
.projects-all-btn span,
.project-sheet-all span {
  font-size: 22px;
  line-height: .8;
}

.projects-all-wrap {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.projects-all-btn {
  width: 296px;
  height: 48px;
  border: 1px solid #1f6bff;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  color: #1f6bff;
  background: rgba(255,255,255,.38);
  font-size: 13px;
  font-weight: 740;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.projects-all-btn:hover {
  background: #1f6bff;
  color: #fff;
  transform: translateY(-1px);
}

.project-sheet {
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: rgba(247,248,255,.98);
  color: var(--blue);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
  overflow: auto;
}

.project-sheet.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.project-sheet-open {
  overflow: hidden;
}

.project-sheet-panel {
  min-height: 100%;
  padding: 54px 0 70px;
  position: relative;
}

.project-sheet-close {
  position: sticky;
  top: 22px;
  margin-left: auto;
  margin-right: max(38px, calc((100vw - 1236px) / 2));
  z-index: 2;
  height: 42px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7,31,78,.18);
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(7,31,78,.07);
}

.project-sheet-inner {
  margin-top: -30px;
}

.project-sheet-category {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 720;
  color: #1f6bff;
}

.project-sheet-head h2 {
  max-width: 820px;
  margin: 0 0 36px;
  font-size: 48px;
  line-height: 1.07;
  letter-spacing: -.04em;
  font-weight: 860;
  color: var(--blue);
}

.project-sheet-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 38px;
  align-items: start;
}

.project-sheet-main,
.project-sheet-side {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(7,31,78,.055);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(7,31,78,.045);
}

.project-sheet-main {
  padding: 38px 42px 42px;
}

.project-sheet-main h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 830;
  color: var(--blue);
}

.project-sheet-main p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 560;
  color: rgba(7,31,78,.70);
}

.project-sheet-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.project-sheet-main li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 580;
  color: rgba(7,31,78,.72);
}

.project-sheet-main li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f6bff;
}

.project-sheet-side {
  padding: 30px;
}

.project-sheet-side dl {
  margin: 0 0 26px;
  padding: 0;
}

.project-sheet-side dl div {
  min-height: 40px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid rgba(7,31,78,.10);
}

.project-sheet-side dt,
.project-sheet-side dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.project-sheet-side dt {
  color: rgba(7,31,78,.58);
  font-weight: 600;
}

.project-sheet-side dd {
  color: var(--blue);
  font-weight: 780;
}

.project-review {
  padding: 22px;
  border-radius: 12px;
  background: #f7f8ff;
  border: 1px solid rgba(7,31,78,.055);
}

.project-review span {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 820;
  color: var(--blue);
}

.project-review p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 560;
  color: rgba(7,31,78,.72);
}

.project-sheet-all {
  margin-top: 24px;
  height: 46px;
  border: 1px solid #1f6bff;
  border-radius: 8px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #1f6bff;
  font-size: 13px;
  font-weight: 740;
}

.project-sheet-all:hover {
  background: #1f6bff;
  color: #fff;
}

@media (max-width: 1180px) {
  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card {
    min-height: 360px;
  }

  .project-sheet-layout {
    grid-template-columns: 1fr;
  }

  .project-sheet-side {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .projects-block {
    padding: 44px 0 60px;
  }

  .projects-block h2 {
    margin-bottom: 24px;
    font-size: 40px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .project-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .project-card h3,
  .project-card p {
    min-height: auto;
  }

  .project-sheet {
    top: 0;
  }

  .project-sheet-panel {
    padding: 32px 0 46px;
  }

  .project-sheet-close {
    top: 12px;
    margin-right: 16px;
  }

  .project-sheet-inner {
    margin-top: 8px;
  }

  .project-sheet-head h2 {
    font-size: 34px;
  }

  .project-sheet-main,
  .project-sheet-side {
    padding: 26px 22px;
  }
}


/* ===== FAQ BLOCK / ВОПРОС-ОТВЕТ ===== */
.faq-block {
  position: relative;
  padding: 48px 0 92px;
  background: #f7f8ff;
  color: var(--blue);
}

.faq-block h2 {
  margin: 0 0 30px;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 860;
  color: var(--blue);
}

.faq-accordion {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(7,31,78,.075);
  border-radius: 10px;
  box-shadow: 0 18px 46px rgba(7,31,78,.035);
  overflow: hidden;
}

.faq-item + .faq-item {
  border-top: 1px solid rgba(7,31,78,.10);
}

.faq-trigger {
  width: 100%;
  min-height: 42px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 0;
  padding: 0 20px 0 22px;
  border: 0;
  background: transparent;
  color: var(--blue);
  text-align: left;
  cursor: pointer;
}

.faq-num {
  font-size: 13px;
  line-height: 1;
  font-weight: 720;
  color: #1b63ff;
}

.faq-question {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--blue);
}

.faq-toggle {
  position: relative;
  width: 18px;
  height: 18px;
  justify-self: end;
}

.faq-toggle:before,
.faq-toggle:after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 50%;
  height: 2px;
  background: #1b63ff;
  border-radius: 2px;
  transform: translateY(-50%);
  transition: transform .2s ease, opacity .2s ease;
}

.faq-toggle:after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item.is-open .faq-toggle:after {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}

.faq-panel-inner {
  margin: 0 20px 16px 66px;
  padding: 20px 28px 22px;
  border-radius: 8px;
  background: rgba(240,245,255,.72);
  color: rgba(7,31,78,.76);
}

.faq-panel-inner p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.54;
  font-weight: 560;
}

.faq-panel-inner p:last-child {
  margin-bottom: 0;
}

.faq-panel-inner ul {
  margin: 6px 0 12px;
  padding-left: 18px;
}

.faq-panel-inner li {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.48;
  font-weight: 560;
}

.faq-trigger:hover .faq-question,
.faq-trigger:focus-visible .faq-question {
  color: #1b63ff;
}

.faq-trigger:focus-visible {
  outline: 2px solid rgba(27,99,255,.35);
  outline-offset: -2px;
}

@media(max-width: 760px) {
  .faq-block {
    padding: 38px 0 64px;
  }

  .faq-block h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .faq-trigger {
    grid-template-columns: 36px minmax(0, 1fr) 26px;
    min-height: 52px;
    padding: 0 14px;
  }

  .faq-question {
    font-size: 14px;
  }

  .faq-panel-inner {
    margin: 0 14px 14px;
    padding: 16px 18px 18px;
  }
}


/* ===== CONTACTS BLOCK / КОНТАКТЫ ===== */
.contacts-block {
  position: relative;
  padding: 18px 0 92px;
  background: #f7f8ff;
  color: var(--blue);
}

.contacts-block h2 {
  margin: 0 0 34px;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 860;
  color: var(--blue);
}

.contacts-anchor {
  position: relative;
  top: -74px;
  display: block;
  height: 0;
}

.contacts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .95fr);
  gap: 28px;
  align-items: stretch;
}

.contacts-map-card,
.contacts-form-card,
.contacts-details-panel,
.contacts-thanks-dialog {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(7,31,78,.05);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(7,31,78,.045);
}

.contacts-map-card {
  padding: 0;
  overflow: hidden;
}

.contacts-map {
  position: relative;
  min-height: 352px;
  background: #eef3ff;
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
  min-height: 352px;
  border: 0;
  filter: saturate(.72) contrast(.96) brightness(1.02);
}

.contacts-form-card {
  padding: 28px 28px 26px;
}

.contacts-form-card h3 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.02;
  font-weight: 840;
  color: var(--blue);
}

.contacts-form-card > p {
  margin: 0 0 26px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 620;
  color: rgba(7,31,78,.72);
}

.contacts-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

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

.contacts-field input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(7,31,78,.11);
  border-radius: 7px;
  background: #fff;
  font: inherit;
  font-size: 13px;
  color: var(--blue);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contacts-field input:focus {
  border-color: #2f67e8;
  box-shadow: 0 0 0 4px rgba(47,103,232,.10);
}

.contacts-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(7,31,78,.68);
}

.contacts-consent input {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  accent-color: var(--blue);
}

.contacts-submit-btn,
.contacts-thanks-btn {
  height: 46px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #123367, #0b2e73);
  color: #fff;
  font-size: 13px;
  font-weight: 780;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.contacts-submit-btn:hover,
.contacts-thanks-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(18,51,103,.22);
}

.contacts-details-panel {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.1fr 1.8fr 1.5fr 1.05fr 1fr;
  overflow: hidden;
}

.contacts-detail-item {
  min-height: 146px;
  padding: 28px 26px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.contacts-detail-item:not(:last-child) {
  border-right: 1px solid rgba(7,31,78,.08);
}

.contacts-detail-label {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 630;
  color: rgba(7,31,78,.56);
}

.contacts-detail-value {
  display: block;
  font-size: 22px;
  line-height: 1.24;
  font-weight: 810;
  color: var(--blue);
  letter-spacing: -.02em;
}

.contacts-detail-value--stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contacts-detail-item--address .contacts-detail-value,
.contacts-detail-item--contacts .contacts-detail-value,
.contacts-detail-item--bank .contacts-detail-value {
  font-size: 16px;
  line-height: 1.48;
  font-weight: 720;
  letter-spacing: -.01em;
}

.contacts-thanks-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}

.contacts-thanks-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.contacts-thanks-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7,31,78,.45);
}

.contacts-thanks-dialog {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  padding: 28px 28px 24px;
}

.contacts-thanks-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(7,31,78,.56);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.contacts-thanks-dialog h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.04;
  font-weight: 840;
  color: var(--blue);
}

.contacts-thanks-text,
.contacts-thanks-note {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 620;
  color: rgba(7,31,78,.76);
}

.contacts-thanks-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(7,31,78,.08);
}

.contacts-thanks-btn {
  width: 100%;
  margin-top: 22px;
}

@media (max-width: 1180px) {
  .contacts-layout {
    grid-template-columns: 1fr;
  }

  .contacts-form-card {
    padding: 22px 20px 20px;
  }

  .contacts-form-grid {
    grid-template-columns: 1fr;
  }

  .contacts-details-panel {
    grid-template-columns: 1fr;
  }

  .contacts-detail-item,
  .contacts-detail-item:nth-child(odd) {
    min-height: auto;
    padding: 20px 18px 22px;
    border-right: 0 !important;
  }

  .contacts-detail-item:last-child {
    border-bottom: 0;
  }
}


/* SERVICES NATIVE ACCORDION FIX / НАДЁЖНОЕ РАСКРЫТИЕ ПЕРВОЙ КАРТОЧКИ */
.service-card-details {
  grid-column: 1 / -1;
  width: 100%;
  align-self: start;
}

.service-card-details > summary {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #2F5F9F;
  font-size: 13px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  user-select: none;
}

.service-card-details > summary::-webkit-details-marker {
  display: none;
}

.service-card-details > summary b {
  font-weight: 650;
  transition: transform .2s ease;
}

.service-card-details[open] > summary b {
  transform: rotate(90deg);
}

.service-card-details-body {
  padding: 12px 0 0;
}

.service-card-details-body p {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 620;
  color: rgba(7,31,78,.76);
}

.service-card--accordion:has(.service-card-details[open]) {
  background: linear-gradient(135deg,#123367,#071F4E);
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 16px 34px rgba(7,31,78,.22);
}

.service-card--accordion:has(.service-card-details[open]) h3,
.service-card--accordion:has(.service-card-details[open]) .service-card-details > summary,
.service-card--accordion:has(.service-card-details[open]) .service-card-details-body p,
.service-card--accordion:has(.service-card-details[open]) .service-card-detail-btn {
  color: #fff;
}

.service-card--accordion:has(.service-card-details[open]) img {
  filter: brightness(0) invert(1);
}

.service-card:hover .service-card-details > summary,
.service-card:focus-within .service-card-details > summary,
.service-card:hover .service-card-details-body p,
.service-card:focus-within .service-card-details-body p {
  color: #fff;
}

.services-cards {
  min-height: 262px;
  height: auto;
}

.services {
  padding-bottom: 30px;
}


/* SERVICES SEARCH ACCORDION / FIXED NO-JS TOGGLE */
.services {
  overflow: visible;
  padding-bottom: 34px;
}

.services-cards--with-accordion {
  height: auto !important;
  min-height: 262px;
  align-items: stretch;
}

.service-search-toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.service-card-more {
  margin-top: 0;
  font-size: 13px;
  font-weight: 650;
  color: #2F5F9F;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 3;
}

.service-card-more-arrow {
  transition: transform .2s ease;
}

.service-card-more:hover,
.service-card-more:focus-visible {
  color: #1f5dd8;
}

.service-search-accordion-panel {
  grid-column: 1 / -1;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .32s ease, opacity .24s ease, transform .24s ease, margin .24s ease;
  border-top: 0 solid rgba(7,31,78,.10);
}

.service-search-accordion-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 30px 24px;
  border-top: 1px solid rgba(7,31,78,.10);
  background: rgba(255,255,255,.72);
  color: var(--blue);
}

.service-search-accordion-inner p {
  max-width: 760px;
  margin: 0;
  font-size: 15px;
  line-height: 1.52;
  font-weight: 630;
  color: rgba(7,31,78,.76);
}

.service-search-accordion-btn {
  min-width: 142px;
  height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--blue);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
}

.service-search-toggle-input:checked + .service-card--has-accordion {
  background: linear-gradient(135deg,#123367,#071F4E);
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 16px 34px rgba(7,31,78,.22);
}

.service-search-toggle-input:checked + .service-card--has-accordion h3,
.service-search-toggle-input:checked + .service-card--has-accordion .service-card-more {
  color: #fff;
}

.service-search-toggle-input:checked + .service-card--has-accordion img {
  filter: brightness(0) invert(1) contrast(1.05);
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-more-arrow {
  transform: rotate(90deg);
}

.service-search-toggle-input:checked ~ .service-search-accordion-panel {
  max-height: 180px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 12px;
}

@media(max-width: 1000px) {
  .service-search-accordion-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 22px 24px 24px;
  }

  .service-search-toggle-input:checked ~ .service-search-accordion-panel {
    max-height: 260px;
  }
}

@media(max-width: 640px) {
  .service-search-accordion-inner {
    padding: 20px 18px 22px;
  }

  .service-search-accordion-inner p {
    font-size: 14px;
  }

  .service-search-accordion-btn {
    width: 100%;
  }

  .service-search-toggle-input:checked ~ .service-search-accordion-panel {
    max-height: 340px;
  }
}


/* ===== SERVICES FIRST CARD: INLINE ACCORDION FIX v148 ===== */
.services-cards--with-accordion {
  align-items: start;
}

.services-cards--with-accordion > .service-card:not(.service-card--has-accordion) {
  min-height: 262px;
}

.service-card--has-accordion {
  min-height: 262px;
  grid-template-rows: 108px 82px 42px auto;
  align-content: start;
  overflow: hidden;
}

.service-card--has-accordion .service-card-more {
  grid-row: 3;
  margin-top: 14px;
  align-self: start;
}

.service-card-inline-panel {
  grid-column: 1 / -1;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height .32s ease, opacity .24s ease, transform .24s ease;
  pointer-events: none;
}

.service-card-inline-inner {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.28);
}

.service-card-inline-inner p {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.44;
  font-weight: 620;
  color: rgba(7,31,78,.76);
}

.service-card-inline-btn {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 4px;
  border: 1px solid currentColor;
  color: #2F5F9F;
  font-size: 12px;
  font-weight: 760;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-card:hover .service-card-inline-inner p,
.service-card:focus-within .service-card-inline-inner p,
.service-card:hover .service-card-inline-btn,
.service-card:focus-within .service-card-inline-btn {
  color: #fff;
}

.service-search-toggle-input:checked + .service-card--has-accordion {
  min-height: 420px;
  background: linear-gradient(135deg,#123367,#071F4E);
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 16px 34px rgba(7,31,78,.22);
}

.service-search-toggle-input:checked + .service-card--has-accordion h3,
.service-search-toggle-input:checked + .service-card--has-accordion .service-card-more,
.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-inner p {
  color: #fff;
}

.service-search-toggle-input:checked + .service-card--has-accordion img {
  filter: brightness(0) invert(1) contrast(1.05);
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-more-arrow {
  transform: rotate(90deg);
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-panel {
  max-height: 220px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-btn {
  color: #fff;
  border-color: rgba(255,255,255,.58);
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-btn:hover {
  background: #fff;
  color: var(--blue) !important;
}

@media(max-width: 1000px) {
  .service-card--has-accordion {
    min-height: 220px;
  }

  .service-search-toggle-input:checked + .service-card--has-accordion {
    min-height: 380px;
  }

  .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-panel {
    max-height: 240px;
  }
}

@media(max-width: 560px) {
  .service-search-toggle-input:checked + .service-card--has-accordion {
    min-height: 360px;
  }
}


/* ===== SERVICES FIRST CARD: SMOOTH INLINE ACCORDION FIX v149 ===== */
.services {
  overflow: visible;
  padding-bottom: 96px;
}

.services-cards--with-accordion {
  align-items: start;
  overflow: visible;
}

.service-card--has-accordion {
  overflow: hidden;
  min-height: 262px;
  grid-template-rows: 108px 82px 42px auto;
  transition:
    min-height .52s cubic-bezier(.22, 1, .36, 1),
    background .2s ease,
    box-shadow .2s ease,
    border-radius .2s ease;
  will-change: min-height;
}

.service-card--has-accordion .service-card-more {
  grid-row: 3;
  margin-top: 0;
  align-self: start;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
}

.service-card-inline-panel {
  grid-column: 1 / -1;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height .52s cubic-bezier(.22, 1, .36, 1),
    opacity .28s ease,
    transform .38s ease;
  will-change: max-height, opacity, transform;
  pointer-events: none;
}

.service-card-inline-inner {
  margin-top: 14px;
  padding-top: 14px;
  padding-bottom: 8px;
  border-top: 1px solid rgba(255,255,255,.28);
}

.service-card-inline-inner p {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 620;
}

.service-card-inline-btn {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid currentColor;
  color: #2F5F9F;
  font-size: 12px;
  font-weight: 760;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.service-search-toggle-input:checked + .service-card--has-accordion {
  min-height: 510px;
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-panel {
  max-height: 330px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-btn {
  color: #fff;
  border-color: rgba(255,255,255,.62);
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-btn:hover {
  color: var(--blue) !important;
  background: #fff;
}

@media(max-width: 1000px) {
  .services {
    padding-bottom: 72px;
  }

  .service-search-toggle-input:checked + .service-card--has-accordion {
    min-height: 460px;
  }

  .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-panel {
    max-height: 340px;
  }
}

@media(max-width: 560px) {
  .service-search-toggle-input:checked + .service-card--has-accordion {
    min-height: 500px;
  }

  .service-card-inline-inner p {
    font-size: 12px;
    line-height: 1.46;
  }
}

/* ===== SERVICES FIRST CARD: BUTTON + BACKGROUND FIX v150 ===== */
.services-bg {
  background-size: 100% auto !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.service-card--has-accordion {
  transition:
    min-height .42s cubic-bezier(.25, .8, .25, 1),
    background .18s ease,
    box-shadow .18s ease,
    border-radius .18s ease !important;
  will-change: min-height;
}

.service-card-inline-panel {
  transform: none !important;
  transition:
    max-height .42s cubic-bezier(.25, .8, .25, 1),
    opacity .22s ease !important;
  will-change: max-height, opacity;
}

.service-card-inline-inner {
  margin-top: 14px !important;
  padding-top: 14px !important;
  padding-bottom: 0 !important;
  border-top: 1px solid rgba(255,255,255,.22) !important;
}

.service-card-inline-inner p {
  margin-bottom: 14px !important;
}

.service-card-inline-btn {
  min-height: 34px !important;
  height: 34px !important;
  padding: 0 14px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(255,255,255,.7) !important;
  background: rgba(255,255,255,.98) !important;
  color: var(--blue) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  font-weight: 820 !important;
}

.service-card-inline-btn:hover {
  background: #fff !important;
  color: var(--blue) !important;
  transform: translateY(-1px);
}

.service-search-toggle-input:checked + .service-card--has-accordion {
  min-height: 470px !important;
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-panel {
  max-height: 270px !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto;
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-btn {
  background: rgba(255,255,255,.98) !important;
  color: var(--blue) !important;
  border-color: rgba(255,255,255,.8) !important;
}

@media(max-width: 1000px) {
  .services-bg {
    background-size: auto 314px !important;
  }

  .service-search-toggle-input:checked + .service-card--has-accordion {
    min-height: 430px !important;
  }
}

@media(max-width: 560px) {
  .service-search-toggle-input:checked + .service-card--has-accordion {
    min-height: 458px !important;
  }

  .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-panel {
    max-height: 260px !important;
  }
}


/* ===== SERVICES FIRST CARD: BUTTON VISIBILITY FIX v151 ===== */
.services {
  padding-bottom: 132px !important;
}

.service-card-inline-inner {
  padding-bottom: 24px !important;
}

.service-card-inline-inner p {
  margin-bottom: 20px !important;
}

.service-card-inline-btn,
.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-btn {
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: var(--blue) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.20) !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  position: relative !important;
  z-index: 10 !important;
}

.service-card-inline-btn span {
  color: inherit !important;
}

.service-card-inline-btn:hover {
  background: #f4f7ff !important;
  color: var(--blue) !important;
  transform: translateY(-1px);
}

.service-search-toggle-input:checked + .service-card--has-accordion {
  min-height: 545px !important;
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-panel {
  max-height: 350px !important;
  overflow: visible !important;
  opacity: 1 !important;
}

@media(max-width: 1000px) {
  .services {
    padding-bottom: 120px !important;
  }

  .service-search-toggle-input:checked + .service-card--has-accordion {
    min-height: 530px !important;
  }
}

@media(max-width: 560px) {
  .service-search-toggle-input:checked + .service-card--has-accordion {
    min-height: 545px !important;
  }

  .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-panel {
    max-height: 360px !important;
  }
}


/* ===== SERVICES MULTI-CARD INLINE ACCORDIONS v152 ===== */
.services-cards--with-accordion > .service-search-toggle-input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.service-search-toggle-input:checked + .service-card--has-accordion {
  min-height: 545px !important;
  background: linear-gradient(135deg,#123367,#071F4E) !important;
  border-radius: 4px !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(7,31,78,.22) !important;
}

.service-search-toggle-input:checked + .service-card--has-accordion h3,
.service-search-toggle-input:checked + .service-card--has-accordion .service-card-more,
.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-inner p {
  color: #fff !important;
}

.service-search-toggle-input:checked + .service-card--has-accordion img {
  filter: brightness(0) invert(1) !important;
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-more-arrow {
  transform: rotate(90deg) !important;
}

.service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-panel {
  max-height: 350px !important;
  opacity: 1 !important;
  overflow: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

.service-card--has-accordion .service-card-inline-btn {
  width: auto !important;
  min-width: 120px !important;
  max-width: max-content !important;
}

@media(max-width: 1000px) {
  .service-search-toggle-input:checked + .service-card--has-accordion {
    min-height: 530px !important;
  }
}

@media(max-width: 560px) {
  .service-search-toggle-input:checked + .service-card--has-accordion {
    min-height: 545px !important;
  }
}

/* ===== SERVICES ACTIVE CARD COLOR SYNC v153 =====
   Одинаковый фон для всех раскрытых карточек услуг.
   Делает карточку «Разработка товара с нуля» тем же цветом, что и «Поиск и проверка товаров». */
.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion,
.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion:hover,
.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion:focus-within {
  background: #123367 !important;
  background-image: none !important;
}


/* ===== SERVICES DELIVERY ACCORDION v156 =====
   Карточка «Доставка» использует тот же активный фон, что и остальные раскрытые карточки.
   Кнопка «Подробно» скроллит на блок #logistics на главной. */
#service-delivery-toggle:checked + .service-card--has-accordion,
#service-delivery-toggle:checked + .service-card--has-accordion:hover,
#service-delivery-toggle:checked + .service-card--has-accordion:focus-within {
  background: #123367 !important;
  background-image: none !important;
}


/* ===== SERVICES CUSTOMS ACCORDION v157 =====
   Карточка «Таможенное оформление»: раскрытие без нижней кнопки.
   Фон активной карточки синхронизирован с «Поиск и проверка товаров». */
#service-customs-toggle:checked + .service-card--has-accordion,
#service-customs-toggle:checked + .service-card--has-accordion:hover,
#service-customs-toggle:checked + .service-card--has-accordion:focus-within {
  background: #123367 !important;
  background-image: none !important;
}

#service-customs-toggle:checked + .service-card--no-inline-button {
  min-height: 465px !important;
}

#service-customs-toggle:checked + .service-card--no-inline-button .service-card-inline-panel {
  max-height: 230px !important;
}

@media(max-width: 1000px) {
  #service-customs-toggle:checked + .service-card--no-inline-button {
    min-height: 460px !important;
  }
}

@media(max-width: 560px) {
  #service-customs-toggle:checked + .service-card--no-inline-button {
    min-height: 470px !important;
  }
}


/* ===== SERVICES BUTTON ALIGN + CUSTOMS HEIGHT v158 =====
   Выравнивает кнопки «Подробно» по одной линии во всех раскрытых карточках
   и дотягивает карточку «Таможенное оформление» по высоте до остальных. */
.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-panel {
  width: 100% !important;
}

.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-inner {
  display: flex !important;
  flex-direction: column !important;
  min-height: 170px !important;
  height: 100% !important;
}

.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-inner p {
  margin: 0 !important;
  min-height: 112px !important;
}

.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion:not(.service-card--no-inline-button) .service-card-inline-btn {
  margin-top: auto !important;
}

#service-customs-toggle:checked + .service-card--no-inline-button,
#service-customs-toggle:checked + .service-card--no-inline-button:hover,
#service-customs-toggle:checked + .service-card--no-inline-button:focus-within {
  min-height: 545px !important;
}

#service-customs-toggle:checked + .service-card--no-inline-button .service-card-inline-panel {
  max-height: 300px !important;
}

#service-customs-toggle:checked + .service-card--no-inline-button .service-card-inline-inner {
  min-height: 170px !important;
}

@media(max-width: 1000px) {
  .services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-inner p {
    min-height: 122px !important;
  }

  #service-customs-toggle:checked + .service-card--no-inline-button {
    min-height: 530px !important;
  }
}

@media(max-width: 560px) {
  .services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-inner p {
    min-height: 0 !important;
  }

  #service-customs-toggle:checked + .service-card--no-inline-button {
    min-height: 545px !important;
  }
}


/* ===== SERVICES ICON STABILITY FIX v159 =====
   Иконки не смещаются при открытии аккордеона.
   Кнопки остаются выровненными за счёт внутреннего flex только в нижнем контенте. */
.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion {
  display: grid !important;
  grid-template-rows: 108px 82px 42px auto !important;
  align-items: start !important;
  justify-items: start !important;
}

.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion img,
.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .search-icon-img,
.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .box-icon-img,
.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .clipboard-icon-img,
.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .warehouse-icon-img,
.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .delivery-icon-img,
.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .customs-icon-img {
  justify-self: center !important;
  align-self: end !important;
  margin: 0 auto 12px auto !important;
  transform: none !important;
}

.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-panel {
  width: 100% !important;
  grid-column: 1 / -1 !important;
}

.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-inner {
  display: flex !important;
  flex-direction: column !important;
  min-height: 170px !important;
  height: 100% !important;
}

.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-inner p {
  margin: 0 !important;
  min-height: 112px !important;
}

.services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion:not(.service-card--no-inline-button) .service-card-inline-btn {
  margin-top: auto !important;
}

#service-customs-toggle:checked + .service-card--no-inline-button,
#service-customs-toggle:checked + .service-card--no-inline-button:hover,
#service-customs-toggle:checked + .service-card--no-inline-button:focus-within {
  min-height: 545px !important;
}

#service-customs-toggle:checked + .service-card--no-inline-button .service-card-inline-panel {
  max-height: 300px !important;
}

#service-customs-toggle:checked + .service-card--no-inline-button .service-card-inline-inner {
  min-height: 170px !important;
}

@media(max-width: 1000px) {
  .services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-inner p {
    min-height: 122px !important;
  }

  #service-customs-toggle:checked + .service-card--no-inline-button {
    min-height: 530px !important;
  }
}

@media(max-width: 560px) {
  .services-cards--with-accordion .service-search-toggle-input:checked + .service-card--has-accordion .service-card-inline-inner p {
    min-height: 0 !important;
  }

  #service-customs-toggle:checked + .service-card--no-inline-button {
    min-height: 545px !important;
  }
}


/* ===== ADVANTAGES ICON SIZE BOOST v168 =====
   Увеличиваем иконки для карточек «Клиентоориентированность»
   и «Опыт работы с различными категориями товаров», чтобы визуально
   совпадали по размеру с остальными. */
.advantage-item .advantage-icon:has(img[src$="workflow-request-user.png"]),
.advantage-item .advantage-icon:has(img[src$="service-box-approved.png"]) {
  width: 84px;
  height: 84px;
}

.advantage-item .advantage-icon img[src$="workflow-request-user.png"] {
  width: 74px !important;
  height: 74px !important;
  max-width: 74px !important;
  max-height: 74px !important;
}

.advantage-item .advantage-icon img[src$="service-box-approved.png"] {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
}

@media(max-width: 640px) {
  .advantage-item .advantage-icon:has(img[src$="workflow-request-user.png"]),
  .advantage-item .advantage-icon:has(img[src$="service-box-approved.png"]) {
    width: 72px;
    height: 72px;
  }

  .advantage-item .advantage-icon img[src$="workflow-request-user.png"] {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
  }

  .advantage-item .advantage-icon img[src$="service-box-approved.png"] {
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
  }
}

/* ===== ADVANTAGES ICON ADJUST v169 =====
   1) Поднимаем иконку «Клиентоориентированность» на 5px.
   2) Иконку «Опыт работы с различными категориями товаров» обрезали по контуру
      и увеличили примерно в 2 раза относительно предыдущей версии. */
.advantage-item .advantage-icon img[src$="workflow-request-user.png"] {
  transform: translateY(-5px) !important;
}

.advantage-item .advantage-icon:has(img[src$="service-box-approved.png"]) {
  width: 118px !important;
  height: 118px !important;
  overflow: visible !important;
}

.advantage-item .advantage-icon img[src$="service-box-approved.png"] {
  width: 132px !important;
  height: 132px !important;
  max-width: 132px !important;
  max-height: 132px !important;
  object-fit: contain !important;
}

@media(max-width: 640px) {
  .advantage-item .advantage-icon:has(img[src$="service-box-approved.png"]) {
    width: 92px !important;
    height: 92px !important;
  }

  .advantage-item .advantage-icon img[src$="service-box-approved.png"] {
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
    max-height: 96px !important;
  }
}


/* ===== ADVANTAGES ICON ADJUST v170 =====
   Возвращаем иконку «Опыт работы с различными категориями товаров»
   к более аккуратному размеру после обрезки по контуру. */
.advantage-item .advantage-icon:has(img[src$="service-box-approved.png"]) {
  width: 84px !important;
  height: 84px !important;
  overflow: visible !important;
}

.advantage-item .advantage-icon img[src$="service-box-approved.png"] {
  width: 76px !important;
  height: 76px !important;
  max-width: 76px !important;
  max-height: 76px !important;
  object-fit: contain !important;
}

@media(max-width: 640px) {
  .advantage-item .advantage-icon:has(img[src$="service-box-approved.png"]) {
    width: 72px !important;
    height: 72px !important;
  }

  .advantage-item .advantage-icon img[src$="service-box-approved.png"] {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
  }
}


/* ===== ADVANTAGES ICON ADJUST v171 =====
   Поднимаем иконку «Опыт работы с различными категориями товаров» на 5px вверх. */
.advantage-item .advantage-icon img[src$="service-box-approved.png"] {
  transform: translateY(-5px) !important;
}


/* ===== PARTNERS COSCO IMAGE FIX v174 =====
   PNG обрезан по контуру: белый фон удалён.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-logo-image--cosco {
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-cell:hover .partner-logo-image--cosco,
.partner-cell:focus-within .partner-logo-image--cosco {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== PARTNERS MAERSK IMAGE FIX v175 =====
   PNG обрезан по контуру.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-cell:hover .partner-logo-image--maersk,
.partner-cell:focus-within .partner-logo-image--maersk {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== PARTNERS FESCO IMAGE FIX v176 =====
   PNG обрезан по контуру, белый фон удалён.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-cell:hover .partner-logo-image--fesco,
.partner-cell:focus-within .partner-logo-image--fesco {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== PARTNERS CHINA RAILWAY IMAGE FIX v177 =====
   PNG обрезан по контуру.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-cell:hover .partner-logo-image--railways,
.partner-cell:focus-within .partner-logo-image--railways {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== PARTNERS KTZ EXPRESS IMAGE FIX v178 =====
   PNG обрезан по контуру, белый фон удалён.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-cell:hover .partner-logo-image--ktz,
.partner-cell:focus-within .partner-logo-image--ktz {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== PARTNERS TRANSCONTAINER IMAGE FIX v179 =====
   PNG обрезан по контуру, белый фон удалён.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-cell:hover .partner-logo-image--transcontainer,
.partner-cell:focus-within .partner-logo-image--transcontainer {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== PARTNERS ICBC IMAGE FIX v180 =====
   PNG обрезан по контуру.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-cell:hover .partner-logo-image--icbc,
.partner-cell:focus-within .partner-logo-image--icbc {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== PARTNERS SBER IMAGE FIX v181 =====
   PNG обрезан по контуру, белый фон удалён.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-cell:hover .partner-logo-image--sber,
.partner-cell:focus-within .partner-logo-image--sber {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== PARTNERS VTB IMAGE FIX v182 =====
   PNG обрезан по контуру, белый фон удалён.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-cell:hover .partner-logo-image--vtb,
.partner-cell:focus-within .partner-logo-image--vtb {
  filter: none !important;
  opacity: 1 !important;
}

/* ===== PARTNERS VTB SHANGHAI IMAGE FIX v183 =====
   PNG обрезан по контуру, фон удалён.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-logo-image--vtb-shanghai {
  width: 176px;
  max-height: 82px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-cell:hover .partner-logo-image--vtb-shanghai,
.partner-cell:focus-within .partner-logo-image--vtb-shanghai {
  filter: none !important;
  opacity: 1 !important;
}

/* ===== PARTNERS WILDBERRIES IMAGE FIX v184 =====
   PNG обрезан по контуру, белый фон удалён.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-logo-image--wb {
  width: 190px;
  max-height: 58px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-cell:hover .partner-logo-image--wb,
.partner-cell:focus-within .partner-logo-image--wb {
  filter: none !important;
  opacity: 1 !important;
}

/* ===== PARTNERS OZON IMAGE FIX v185 =====
   PNG обрезан по контуру, белый фон удалён.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-logo-image--ozon {
  width: 178px;
  max-height: 56px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-cell:hover .partner-logo-image--ozon,
.partner-cell:focus-within .partner-logo-image--ozon {
  filter: none !important;
  opacity: 1 !important;
}

/* ===== PARTNERS KAZANEXPRESS IMAGE FIX v186 =====
   Логотип обрезан по содержимому.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-logo-image--kazan {
  width: 192px;
  max-height: 56px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-cell:hover .partner-logo-image--kazan,
.partner-cell:focus-within .partner-logo-image--kazan {
  filter: none !important;
  opacity: 1 !important;
}

/* ===== PARTNERS KASPI IMAGE FIX v187 =====
   PNG обрезан по контуру, белый фон удалён.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-logo-image--kaspi {
  width: 176px;
  max-height: 56px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-cell:hover .partner-logo-image--kaspi,
.partner-cell:focus-within .partner-logo-image--kaspi {
  filter: none !important;
  opacity: 1 !important;
}

/* ===== PARTNERS SINOSURE IMAGE FIX v188 =====
   PNG обрезан по контуру, белый фон удалён.
   В обычном состоянии логотип нейтрализован в цвет сайта;
   при наведении показывается оригинальный цвет. */
.partner-logo-image--sinosure {
  width: 160px;
  max-height: 74px;
  background: transparent !important;
  filter: grayscale(1) saturate(.12) opacity(.55) !important;
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.partner-cell:hover .partner-logo-image--sinosure,
.partner-cell:focus-within .partner-logo-image--sinosure {
  filter: none !important;
  opacity: 1 !important;
}


/* ===== SITE FOOTER / ФУТЕР ===== */
.site-footer {
  position: relative;
  background:
    radial-gradient(circle at 18% 8%, rgba(47,103,232,.18), transparent 36%),
    radial-gradient(circle at 92% 18%, rgba(47,103,232,.12), transparent 34%),
    linear-gradient(135deg, #071a42 0%, #06163a 54%, #071f4e 100%);
  color: #fff;
  padding: 74px 0 86px;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04), transparent 28%, rgba(255,255,255,.03) 78%, transparent),
    radial-gradient(circle at 50% 100%, rgba(255,255,255,.06), transparent 48%);
  pointer-events: none;
}

.site-footer .page {
  position: relative;
  z-index: 1;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(280px, 400px);
  justify-content: space-between;
  gap: 80px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  width: 230px;
  margin-bottom: 44px;
}

.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-qr {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: contain;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
  margin-bottom: 34px;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.footer-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  max-width: 100%;
  color: rgba(255,255,255,.94);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 520;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}

.footer-contacts a:hover {
  opacity: .82;
  transform: translateX(2px);
}

.footer-contact-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2f67e8;
  color: #fff;
}

.footer-contact-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-contact-icon--wechat {
  background: rgba(47,103,232,.9);
}

.footer-contact-icon--whatsapp {
  background: transparent;
  border: 2px solid #2f67e8;
  color: #2f67e8;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 30px 0 34px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.footer-socials a {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.88);
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 760;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.footer-socials a:hover {
  background: #fff;
  color: #071f4e;
  transform: translateY(-2px);
}

.footer-copy {
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-copy strong {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 680;
  letter-spacing: .02em;
}

.footer-copy span {
  max-width: 330px;
  color: rgba(255,255,255,.55);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 450;
}

.site-footer__nav {
  padding-top: 72px;
  display: flex;
  flex-direction: column;
}

.site-footer__nav a {
  min-height: 53px;
  display: grid;
  grid-template-columns: 1fr 22px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.94);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease, border-color .2s ease;
}

.site-footer__nav a span:last-child {
  color: #2f67e8;
  font-size: 28px;
  line-height: 1;
  text-align: right;
  transform: translateY(-1px);
}

.site-footer__nav a:hover {
  color: #fff;
  padding-left: 8px;
  border-color: rgba(255,255,255,.22);
}

@media(max-width: 900px) {
  .site-footer {
    padding: 56px 0 64px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .site-footer__nav {
    padding-top: 0;
  }

  .footer-brand {
    width: 210px;
    margin-bottom: 34px;
  }
}

@media(max-width: 560px) {
  .footer-contacts a {
    width: 100%;
    font-size: 14px;
  }

  .footer-socials {
    gap: 18px;
  }

  .site-footer__nav a {
    font-size: 14px;
    min-height: 48px;
  }
}


/* ===== INTERNATIONAL LOGISTICS PAGE / HERO v191 ===== */
.logistics-page-hero {
  position: relative;
  min-height: 620px;
  padding: 118px 0 68px;
  overflow: hidden;
  background: #ffffff;
}

.logistics-page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34px;
  background:
    repeating-linear-gradient(90deg, rgba(7,31,78,.13) 0 1px, transparent 1px 54px);
  opacity: .32;
  pointer-events: none;
}

.logistics-page-hero__inner {
  position: relative;
  min-height: 500px;
  z-index: 1;
}

.logistics-page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 470px;
  padding-top: 24px;
}

.logistics-page-hero__content h1 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(44px, 5vw, 74px);
  line-height: .98;
  font-weight: 860;
  letter-spacing: -.055em;
}

.logistics-page-hero__content p {
  max-width: 410px;
  margin: 24px 0 0;
  color: rgba(7,31,78,.82);
  font-size: 17px;
  line-height: 1.48;
  font-weight: 520;
}

.logistics-page-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 34px;
  padding: 0 30px;
  border-radius: 6px;
  background: #071f4e;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 720;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(7,31,78,.18);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.logistics-page-hero__btn:hover {
  transform: translateY(-2px);
  background: #0a2d70;
  box-shadow: 0 20px 34px rgba(7,31,78,.24);
}

.logistics-page-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.logistics-page-hero__visual img {
  width: min(750px, 58vw);
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: right bottom;
  filter: none;
  transform: translate(26px, 8px);
}

.logistics-page-anchors {
  padding: 0;
  background: #ffffff;
}

.logistics-page-anchors__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(7,31,78,.08);
  border-bottom: 1px solid rgba(7,31,78,.08);
}

.logistics-page-anchors__grid a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(7,31,78,.72);
  font-size: 14px;
  font-weight: 680;
  text-decoration: none;
  border-right: 1px solid rgba(7,31,78,.08);
  transition: color .2s ease, background .2s ease;
}

.logistics-page-anchors__grid a:last-child {
  border-right: 0;
}

.logistics-page-anchors__grid a:hover {
  color: #071f4e;
  background: #f5f8ff;
}

@media(max-width: 1100px) {
  .logistics-page-hero {
    min-height: auto;
    padding: 104px 0 54px;
  }

  .logistics-page-hero__inner {
    min-height: 560px;
  }

  .logistics-page-hero__content {
    max-width: 430px;
  }

  .logistics-page-hero__visual {
    inset: auto 0 0 0;
    height: 360px;
    justify-content: center;
    opacity: .96;
  }

  .logistics-page-hero__visual img {
    width: min(620px, 88vw);
    transform: translateY(4px);
  }
}

@media(max-width: 720px) {
  .logistics-page-hero {
    padding: 88px 0 34px;
  }

  .logistics-page-hero__inner {
    min-height: 500px;
  }

  .logistics-page-hero__content {
    max-width: 100%;
    padding-top: 0;
  }

  .logistics-page-hero__content h1 {
    font-size: 42px;
    line-height: 1.02;
    max-width: 320px;
  }

  .logistics-page-hero__content p {
    font-size: 15px;
    max-width: 290px;
  }

  .logistics-page-hero__btn {
    width: 100%;
    max-width: 290px;
  }

  .logistics-page-anchors__grid {
    grid-template-columns: 1fr;
  }

  .logistics-page-anchors__grid a {
    border-right: 0;
    border-bottom: 1px solid rgba(7,31,78,.08);
  }

  .logistics-page-anchors__grid a:last-child {
    border-bottom: 0;
  }
}

.logistics-page-hero__content::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -24px;
  width: min(520px, 100vw);
  height: calc(100% + 56px);
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 58%, rgba(255,255,255,0) 100%);
  z-index: -1;
  pointer-events: none;
}
@media(max-width: 720px) {
  .logistics-page-hero__content::before {
    left: -16px;
    width: calc(100% + 24px);
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 72%, rgba(255,255,255,.18) 100%);
  }
}


/* ===== INTERNATIONAL LOGISTICS / AUTO BLOCK v195 ===== */
.auto-logistics-section {
  position: relative;
  padding: 64px 0 72px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  overflow: hidden;
}

.auto-logistics-section__grid {
  display: grid;
  grid-template-columns: minmax(420px, 560px) minmax(420px, 1fr);
  align-items: start;
  gap: 34px;
}

.auto-logistics-section__content {
  position: relative;
  z-index: 2;
}

.auto-logistics-section__content h2 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(42px, 4vw, 58px);
  line-height: .98;
  font-weight: 850;
  letter-spacing: -.045em;
}

.auto-logistics-section__lead {
  max-width: 515px;
  margin: 22px 0 0;
  color: rgba(7,31,78,.86);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 500;
}

.auto-logistics-panel {
  margin-top: 26px;
  padding: 10px 0;
  border-radius: 24px;
  background: linear-gradient(180deg, #f3f7ff 0%, #edf3fb 100%);
  border: 1px solid rgba(47,103,232,.08);
  box-shadow: 0 18px 34px rgba(7,31,78,.06);
}

.auto-logistics-feature {
  padding: 18px 28px 20px;
}

.auto-logistics-feature + .auto-logistics-feature {
  border-top: 1px solid rgba(47,103,232,.16);
}

.auto-logistics-feature__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}

.auto-logistics-feature__icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(47,103,232,.08);
  border: 1px solid rgba(47,103,232,.12);
}

.auto-logistics-feature__icon svg {
  width: 28px;
  height: 28px;
  stroke: #2f67e8;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auto-logistics-feature__icon img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.auto-logistics-feature h3 {
  margin: 0;
  color: #071f4e;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 760;
}

.auto-logistics-feature ul {
  margin: 0;
  padding-left: 19px;
  color: rgba(7,31,78,.88);
}

.auto-logistics-feature ul li {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.52;
  font-weight: 500;
}

.auto-logistics-feature ul li::marker {
  color: #2f67e8;
}

.auto-logistics-feature ul ul {
  margin-top: 8px;
  padding-left: 20px;
}

.auto-logistics-feature ul ul li {
  margin-bottom: 6px;
  font-size: 14px;
}

.auto-logistics-section__visual {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.auto-logistics-section__visual img {
  width: min(760px, 100%);
  height: auto;
  object-fit: contain;
  object-position: right center;
  transform: translateY(225px);
}

@media (max-width: 1120px) {
  .auto-logistics-section__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .auto-logistics-section__lead {
    max-width: 100%;
  }

  .auto-logistics-section__visual {
    min-height: 420px;
    justify-content: center;
  }

  .auto-logistics-section__visual img {
    width: min(820px, 100%);
    transform: translateY(225px);
  }
}

@media (max-width: 720px) {
  .auto-logistics-section {
    padding: 46px 0 56px;
  }

  .auto-logistics-section__content h2 {
    font-size: 38px;
  }

  .auto-logistics-section__lead {
    font-size: 15px;
    line-height: 1.58;
  }

  .auto-logistics-panel {
    border-radius: 20px;
  }

  .auto-logistics-feature {
    padding: 18px 18px 20px;
  }

  .auto-logistics-feature__head {
    gap: 14px;
    align-items: flex-start;
  }

  .auto-logistics-feature__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .auto-logistics-feature__icon svg {
    width: 24px;
    height: 24px;
  }

  .auto-logistics-feature h3 {
    font-size: 17px;
  }

  .auto-logistics-feature ul li {
    font-size: 14px;
  }

  .auto-logistics-section__visual {
    min-height: 250px;
  }
}


/* ===== AUTO LOGISTICS IMAGE UNDER PANEL v206 ===== */
.auto-logistics-section__grid {
  position: relative;
  isolation: isolate;
}

.auto-logistics-section__content {
  z-index: 3;
}

.auto-logistics-panel {
  background: linear-gradient(180deg, rgba(243, 247, 255, .90) 0%, rgba(237, 243, 251, .90) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.auto-logistics-section__visual {
  z-index: 1;
  margin-left: -220px;
  width: calc(100% + 220px);
}

.auto-logistics-section__visual img {
  max-width: none;
  width: min(684px, 86%);
  transform: translateY(225px);
}

@media (max-width: 1120px) {
  .auto-logistics-section__visual {
    margin-left: 0;
    width: 100%;
    z-index: 1;
  }

  .auto-logistics-section__visual img {
    width: min(630px, 77%);
    transform: translateY(120px);
  }
}

@media (max-width: 720px) {
  .auto-logistics-panel {
    background: linear-gradient(180deg, rgba(243, 247, 255, .94) 0%, rgba(237, 243, 251, .94) 100%);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

.auto-logistics-feature__icon--target img {
  width: 32px;
  height: 32px;
}


/* ===== INTERNATIONAL LOGISTICS / RAIL BLOCK v225 ===== */
.rail-logistics-section {
  position: relative;
  padding: 68px 0 72px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  overflow: hidden;
}

.rail-logistics-section__grid {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 560px);
  align-items: start;
  gap: 34px;
}

.rail-logistics-section__visual {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% + 180px);
  margin-right: -180px;
  overflow: hidden;
}

.rail-logistics-section__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #fbfcff 0%, rgba(251,252,255,0) 16%, rgba(251,252,255,0) 82%, #fbfcff 100%),
    linear-gradient(180deg, rgba(251,252,255,0) 0%, rgba(251,252,255,0) 84%, #fbfcff 100%);
  pointer-events: none;
}

.rail-logistics-section__visual img {
  position: relative;
  max-width: none;
  width: min(820px, 108%);
  height: auto;
  object-fit: contain;
  object-position: left center;
  transform: translateX(-132px);
}

.rail-logistics-section__content {
  position: relative;
  z-index: 3;
}

.rail-logistics-section__content h2 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(42px, 4vw, 58px);
  line-height: .98;
  font-weight: 850;
  letter-spacing: -.045em;
}

.rail-logistics-section__lead {
  max-width: 515px;
  margin: 22px 0 0;
  color: rgba(7,31,78,.86);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 500;
}

.rail-logistics-panel {
  margin-top: 26px;
}

@media (max-width: 1120px) {
  .rail-logistics-section__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rail-logistics-section__visual {
    order: 2;
    min-height: 360px;
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }

  .rail-logistics-section__visual::after {
    background:
      linear-gradient(90deg, #fbfcff 0%, rgba(251,252,255,0) 12%, rgba(251,252,255,0) 88%, #fbfcff 100%),
      linear-gradient(180deg, rgba(251,252,255,0) 0%, rgba(251,252,255,0) 84%, #fbfcff 100%);
  }

  .rail-logistics-section__visual img {
    width: min(640px, 86%);
    transform: translateX(0);
  }

  .rail-logistics-section__lead {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .rail-logistics-section {
    padding: 46px 0 56px;
  }

  .rail-logistics-section__content h2 {
    font-size: 38px;
  }

  .rail-logistics-section__lead {
    font-size: 15px;
    line-height: 1.58;
  }

  .rail-logistics-section__visual {
    min-height: 220px;
  }
}


/* ===== INTERNATIONAL LOGISTICS / SEA BLOCK v227 ===== */
.sea-logistics-section {
  position: relative;
}

.sea-logistics-section__grid {
  position: relative;
  isolation: isolate;
}

.sea-logistics-section__content {
  z-index: 3;
}

.sea-logistics-panel {
  background: linear-gradient(180deg, rgba(243, 247, 255, .90) 0%, rgba(237, 243, 251, .90) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.sea-logistics-section__visual {
  z-index: 1;
  margin-left: -220px;
  width: calc(100% + 220px);
  min-height: 640px;
}

.sea-logistics-section__visual img {
  max-width: none;
  width: min(720px, 88%);
  object-position: right center;
  transform: translate(88px, 210px);
}

@media (max-width: 1120px) {
  .sea-logistics-section__visual {
    margin-left: 0;
    width: 100%;
    min-height: 420px;
  }

  .sea-logistics-section__visual img {
    width: min(640px, 80%);
    transform: translate(40px, 120px);
  }
}

@media (max-width: 720px) {
  .sea-logistics-panel {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: linear-gradient(180deg, rgba(243, 247, 255, .94) 0%, rgba(237, 243, 251, .94) 100%);
  }

  .sea-logistics-section__visual {
    min-height: 250px;
  }
}


/* ===== INTERNATIONAL LOGISTICS / AIR BLOCK v232 ===== */
.air-logistics-section {
  position: relative;
  padding: 68px 0 72px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  overflow: hidden;
}

.air-logistics-section__grid {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 560px);
  align-items: start;
  gap: 34px;
}

.air-logistics-section__visual {
  position: relative;
  z-index: 1;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% + 220px);
  margin-right: -220px;
  overflow: hidden;
}

.air-logistics-section__visual img {
  max-width: none;
  width: min(780px, 100%);
  height: auto;
  object-fit: contain;
  object-position: left center;
  transform: translate(64px, 8px);
}

.air-logistics-section__content {
  position: relative;
  z-index: 3;
}

.air-logistics-section__content h2 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(42px, 4vw, 58px);
  line-height: .98;
  font-weight: 850;
  letter-spacing: -.045em;
}

.air-logistics-section__lead {
  max-width: 515px;
  margin: 22px 0 0;
  color: rgba(7,31,78,.86);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 500;
}

.air-logistics-panel {
  margin-top: 26px;
}

@media (max-width: 1120px) {
  .air-logistics-section__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .air-logistics-section__visual {
    order: 2;
    min-height: 360px;
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }

  .air-logistics-section__visual img {
    width: min(620px, 84%);
    transform: translate(0, 0);
  }

  .air-logistics-section__lead {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .air-logistics-section {
    padding: 46px 0 56px;
  }

  .air-logistics-section__content h2 {
    font-size: 38px;
  }

  .air-logistics-section__lead {
    font-size: 15px;
    line-height: 1.58;
  }

  .air-logistics-section__visual {
    min-height: 220px;
  }
}


/* ===== INTERNATIONAL LOGISTICS / MULTIMODAL BLOCK v235 ===== */
.multimodal-logistics-section {
  position: relative;
  padding: 72px 0 76px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  overflow: hidden;
}

.multimodal-logistics-section__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 455px) minmax(520px, 1fr);
  align-items: center;
  gap: 42px;
  isolation: isolate;
}

.multimodal-logistics-section__content {
  position: relative;
  z-index: 3;
}

.multimodal-logistics-section__content h2 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(42px, 4vw, 58px);
  line-height: .98;
  font-weight: 850;
  letter-spacing: -.045em;
}

.multimodal-logistics-section__lead {
  max-width: 425px;
  margin: 22px 0 0;
  color: rgba(7,31,78,.86);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 500;
}

.multimodal-logistics-panel {
  position: relative;
  margin-top: 28px;
  padding: 28px 28px 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(243, 247, 255, .92) 0%, rgba(237, 243, 251, .92) 100%);
  border: 1px solid rgba(47,103,232,.08);
  box-shadow: 0 18px 34px rgba(7,31,78,.06);
}

.multimodal-logistics-panel__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.multimodal-logistics-panel__icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(47,103,232,.08);
  border: 1px solid rgba(47,103,232,.12);
}

.multimodal-logistics-panel__icon svg {
  width: 29px;
  height: 29px;
  stroke: #2f67e8;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.multimodal-logistics-panel h3 {
  margin: 0;
  color: #071f4e;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 780;
}

.multimodal-logistics-steps {
  position: relative;
  display: grid;
  gap: 24px;
  padding-left: 8px;
}

.multimodal-logistics-steps::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(47,103,232,.20), rgba(47,103,232,.06));
}

.multimodal-logistics-step {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
}

.multimodal-logistics-step span {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  color: #2f67e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 820;
  box-shadow: 0 8px 14px rgba(47,103,232,.08);
  border: 1px solid rgba(47,103,232,.16);
}

.multimodal-logistics-step p {
  margin: 0;
  color: rgba(7,31,78,.90);
  font-size: 15px;
  line-height: 1.52;
  font-weight: 500;
}

.multimodal-logistics-step p strong {
  color: #071f4e;
  font-weight: 780;
}

.multimodal-logistics-section__visual {
  position: relative;
  z-index: 1;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: -80px;
  width: calc(100% + 80px);
  pointer-events: none;
}

.multimodal-logistics-section__visual img {
  max-width: none;
  width: min(780px, 96%);
  height: auto;
  display: block;
  object-fit: contain;
  transform: translateX(36px);
}

@media (max-width: 1120px) {
  .multimodal-logistics-section__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .multimodal-logistics-section__lead {
    max-width: 100%;
  }

  .multimodal-logistics-section__visual {
    min-height: 360px;
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }

  .multimodal-logistics-section__visual img {
    width: min(760px, 92%);
    transform: none;
  }
}

@media (max-width: 720px) {
  .multimodal-logistics-section {
    padding: 46px 0 56px;
  }

  .multimodal-logistics-section__content h2 {
    font-size: 38px;
  }

  .multimodal-logistics-section__lead {
    font-size: 15px;
    line-height: 1.58;
  }

  .multimodal-logistics-panel {
    padding: 22px 18px 24px;
    border-radius: 20px;
  }

  .multimodal-logistics-panel__head {
    align-items: flex-start;
    gap: 14px;
  }

  .multimodal-logistics-panel__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .multimodal-logistics-step {
    grid-template-columns: 46px 1fr;
  }

  .multimodal-logistics-step p {
    font-size: 14px;
  }

  .multimodal-logistics-section__visual {
    min-height: 240px;
  }
}


/* ===== INTERNATIONAL LOGISTICS / MULTIMODAL SCHEMES BLOCK v236 ===== */
.multimodal-schemes-section {
  position: relative;
  padding: 66px 0 78px;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
  overflow: hidden;
}

.multimodal-schemes-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 8%, rgba(47,103,232,.06), rgba(47,103,232,0) 34%),
    radial-gradient(circle at 88% 64%, rgba(47,103,232,.05), rgba(47,103,232,0) 36%);
  pointer-events: none;
}

.multimodal-schemes-section__inner {
  position: relative;
  z-index: 1;
}

.multimodal-schemes-section h2 {
  margin: 0 0 34px;
  color: #071f4e;
  font-size: clamp(38px, 3.6vw, 54px);
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: -.045em;
}

.multimodal-schemes-table {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(47,103,232,.15);
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 40px rgba(7,31,78,.06);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.multimodal-schemes-row {
  display: grid;
  grid-template-columns: 1.25fr 1fr .68fr 1fr;
  min-height: 172px;
}

.multimodal-schemes-row + .multimodal-schemes-row {
  border-top: 1px solid rgba(47,103,232,.15);
}

.multimodal-schemes-row > div {
  border-right: 1px solid rgba(47,103,232,.15);
}

.multimodal-schemes-row > div:last-child {
  border-right: 0;
}

.multimodal-schemes-row--head {
  min-height: 72px;
  background: rgba(245,248,255,.72);
}

.multimodal-schemes-row--head > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  color: #071f4e;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
}

.multimodal-schemes-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 34px;
  color: rgba(7,31,78,.92);
  font-size: 17px;
  line-height: 1.56;
  font-weight: 520;
}

.multimodal-schemes-cell--scheme h3 {
  margin: 0 0 22px;
  color: #071f4e;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 820;
}

.multimodal-schemes-cell--time {
  align-items: center;
  text-align: center;
  color: #071f4e;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 850;
}

.multimodal-scheme-icons {
  display: flex;
  align-items: center;
  gap: 17px;
  min-height: 54px;
}

.multimodal-scheme-icons span {
  color: #2f67e8;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.multimodal-scheme-icon {
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(47,103,232,.08));
}

.multimodal-scheme-icon--sea {
  width: 52px;
  height: 52px;
}

.multimodal-scheme-icon--rail {
  width: 46px;
  height: 52px;
}

.multimodal-scheme-icon--auto {
  width: 52px;
  height: 52px;
}

@media (max-width: 1050px) {
  .multimodal-schemes-row {
    grid-template-columns: 1fr 1fr;
  }

  .multimodal-schemes-row--head {
    display: none;
  }

  .multimodal-schemes-row > div:nth-child(2n) {
    border-right: 0;
  }

  .multimodal-schemes-cell {
    min-height: 150px;
  }
}

@media (max-width: 720px) {
  .multimodal-schemes-section {
    padding: 46px 0 56px;
  }

  .multimodal-schemes-section h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .multimodal-schemes-row {
    display: block;
    min-height: 0;
  }

  .multimodal-schemes-row > div {
    border-right: 0;
    border-bottom: 1px solid rgba(47,103,232,.15);
  }

  .multimodal-schemes-row > div:last-child {
    border-bottom: 0;
  }

  .multimodal-schemes-cell {
    min-height: auto;
    padding: 22px 20px;
    font-size: 15px;
  }

  .multimodal-schemes-cell--time {
    align-items: flex-start;
    text-align: left;
    font-size: 19px;
  }

  .multimodal-scheme-icons {
    gap: 13px;
  }
}

/* ===== INTERNATIONAL LOGISTICS / OPTIMIZATION BLOCK v237 ===== */
.logistics-page-anchors__grid {
  grid-template-columns: repeat(7, 1fr);
}

.optimization-logistics-section {
  position: relative;
  padding: 68px 0 78px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 52%, #ffffff 100%);
  overflow: visible;
}

.optimization-logistics-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 9% 8%, rgba(47,103,232,.07), rgba(47,103,232,0) 31%),
    radial-gradient(circle at 88% 28%, rgba(47,103,232,.06), rgba(47,103,232,0) 36%);
  pointer-events: none;
}

.optimization-logistics-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(560px, 1.02fr) minmax(430px, .98fr);
  align-items: start;
  gap: 34px;
  isolation: isolate;
}

.optimization-logistics-section__content {
  position: relative;
  z-index: 3;
}

.optimization-logistics-section__side {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.optimization-logistics-section__content h2 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(42px, 4vw, 58px);
  line-height: .98;
  font-weight: 850;
  letter-spacing: -.045em;
}
/* Маленькая кнопка рядом с заголовком блока «Оптимизационная логистика».
   Сделана абсолютным позиционированием, чтобы не сдвигать остальные элементы v242. */
.optimization-logistics-section__cta {
  position: absolute;
  top: 74px;
  left: 330px;
  z-index: 5;
  width: 174px;
  height: 44px;
  border-radius: 4px;
  background: #071F4E;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 830;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(7,31,78,.16);
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.optimization-logistics-section__cta:hover {
  background: #123367;
  box-shadow: 0 16px 30px rgba(7,31,78,.20);
  transform: translateY(-1px);
}


.optimization-logistics-section__lead {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(7,31,78,.88);
  font-size: 16px;
  line-height: 1.58;
  font-weight: 520;
}

.optimization-logistics-section__lead strong {
  color: #071f4e;
  font-weight: 840;
}

.optimization-logistics-card,
.optimization-logistics-process,
.optimization-logistics-price {
  border: 1px solid rgba(47,103,232,.13);
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 42px rgba(7,31,78,.06);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.optimization-logistics-card {
  margin-top: 24px;
  padding: 24px 24px 22px;
  border-radius: 22px;
}

.optimization-logistics-card__title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}

.optimization-logistics-card__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(47,103,232,.16);
  box-shadow: 0 10px 18px rgba(47,103,232,.08);
}

.optimization-logistics-card__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.optimization-logistics-card__icon svg,
.optimization-logistics-item__media--inline svg,
.optimization-logistics-price__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #2f67e8;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.optimization-logistics-card__title h3 {
  margin: 0;
  color: #071f4e;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 820;
}

.optimization-logistics-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.optimization-logistics-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  min-height: 178px;
  padding: 8px 24px 22px 0;
  border-right: 1px solid rgba(47,103,232,.13);
  border-bottom: 1px solid rgba(47,103,232,.13);
}

.optimization-logistics-item:nth-child(2n) {
  padding-left: 24px;
  padding-right: 0;
  border-right: 0;
}

.optimization-logistics-item:nth-child(3),
.optimization-logistics-item:nth-child(4) {
  padding-top: 24px;
  padding-bottom: 0;
  border-bottom: 0;
}

.optimization-logistics-item__media {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f6f9ff, #ffffff);
  box-shadow: 0 10px 20px rgba(47,103,232,.07);
  border: 1px solid rgba(47,103,232,.12);
}

.optimization-logistics-item__media img {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: contain;
}

.optimization-logistics-item__media img[src$="optimization-icon-route.png"] {
  width: 38px;
  height: 38px;
}

.optimization-logistics-item__media img[src$="optimization-icon-box.png"] {
  width: 37px;
  height: 37px;
}

.optimization-logistics-item__body span {
  display: inline-block;
  margin-right: 8px;
  color: #2f67e8;
  font-size: 15px;
  line-height: 1;
  font-weight: 850;
}

.optimization-logistics-item__body h4 {
  display: inline;
  margin: 0;
  color: #071f4e;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 830;
}

.optimization-logistics-item__body ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(7,31,78,.88);
}

.optimization-logistics-item__body li {
  margin: 0 0 8px;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 520;
}

.optimization-logistics-item__body li::marker {
  color: #2f67e8;
}

.optimization-logistics-process {
  margin-top: 12px;
  padding: 22px 24px 20px;
  border-radius: 22px;
}

.optimization-logistics-process--side {
  position: relative;
  z-index: 3;
  margin-top: -80px;
}

.optimization-logistics-process .optimization-logistics-card__title {
  margin-bottom: 18px;
}

.optimization-logistics-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.optimization-logistics-step {
  position: relative;
  padding-top: 40px;
  color: #071f4e;
}

.optimization-logistics-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(50% + 14px);
  right: calc(-50% + 14px);
  top: 13px;
  border-top: 2px dashed rgba(47,103,232,.45);
}

.optimization-logistics-step span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2f67e8;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 8px 16px rgba(47,103,232,.16);
}

.optimization-logistics-step h4 {
  margin: 0 0 8px;
  color: #071f4e;
  font-size: 14px;
  line-height: 1.18;
  font-weight: 840;
}

.optimization-logistics-step p {
  margin: 0;
  color: rgba(7,31,78,.82);
  font-size: 12.2px;
  line-height: 1.42;
  font-weight: 520;
}

.optimization-logistics-price {
  margin-top: 12px;
  width: min(354px, 100%);
  min-height: 72px;
  padding: 14px 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.optimization-logistics-price__icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2f67e8;
  box-shadow: 0 10px 18px rgba(47,103,232,.16);
}

.optimization-logistics-price__icon svg {
  width: 26px;
  height: 26px;
  stroke: #ffffff;
}

.optimization-logistics-price strong {
  display: block;
  color: #071f4e;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -.02em;
}

.optimization-logistics-price p {
  margin: 6px 0 0;
  color: rgba(7,31,78,.78);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 540;
}

.optimization-logistics-section__visual {
  position: relative;
  z-index: 1;
  min-height: 610px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: -110px;
  width: calc(100% + 110px);
  pointer-events: none;
}

.optimization-logistics-section__visual::before {
  content: "";
  position: absolute;
  inset: 6% 0 0 4%;
  background: radial-gradient(circle at 52% 45%, rgba(47,103,232,.08), rgba(47,103,232,0) 58%);
  pointer-events: none;
}

.optimization-logistics-section__visual img {
  position: relative;
  z-index: 1;
  max-width: none;
  width: min(690px, 112%);
  height: auto;
  object-fit: contain;
  transform: translate(54px, 0px);
  filter: drop-shadow(0 24px 34px rgba(7,31,78,.10));
}

@media (max-width: 1120px) {
  .optimization-logistics-section__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .optimization-logistics-section__side {
    order: 2;
  }

  .optimization-logistics-process--side {
    margin-top: 18px;
  }

  .optimization-logistics-section__lead {
    max-width: 100%;
  }

  .optimization-logistics-section__visual {
    order: 0;
    min-height: 360px;
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }

  .optimization-logistics-section__visual img {
    width: min(720px, 92%);
    transform: none;
  }
}

@media (max-width: 860px) {
  .optimization-logistics-items {
    grid-template-columns: 1fr;
  }

  .optimization-logistics-item,
  .optimization-logistics-item:nth-child(2n),
  .optimization-logistics-item:nth-child(3),
  .optimization-logistics-item:nth-child(4) {
    min-height: 0;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(47,103,232,.13);
  }

  .optimization-logistics-item:first-child {
    padding-top: 0;
  }

  .optimization-logistics-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .optimization-logistics-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .optimization-logistics-step {
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 12px;
    padding: 0 0 20px;
  }

  .optimization-logistics-step:last-child {
    padding-bottom: 0;
  }

  .optimization-logistics-step:not(:last-child)::after {
    left: 13px;
    right: auto;
    top: 30px;
    bottom: 4px;
    border-top: 0;
    border-left: 2px dashed rgba(47,103,232,.45);
  }

  .optimization-logistics-step span {
    position: relative;
    left: auto;
    top: auto;
    grid-row: 1 / 3;
  }
}

@media (max-width: 720px) {
  .logistics-page-anchors__grid {
    grid-template-columns: 1fr;
  }

  .optimization-logistics-section {
    padding: 46px 0 56px;
  }

  .optimization-logistics-section__content h2 {
    font-size: 38px;
  }

  .optimization-logistics-section__lead {
    font-size: 15px;
    line-height: 1.56;
  }

  .optimization-logistics-card,
  .optimization-logistics-process {
    padding: 22px 18px 22px;
    border-radius: 20px;
  }

  .optimization-logistics-card__title {
    align-items: flex-start;
    gap: 14px;
  }

  .optimization-logistics-item {
    grid-template-columns: 54px 1fr;
    gap: 14px;
  }

  .optimization-logistics-item__media {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .optimization-logistics-item__media img {
    width: 30px;
    height: 30px;
  }

  .optimization-logistics-section__visual {
    min-height: 250px;
  }

  .optimization-logistics-price {
    width: 100%;
  }
}

/* ===== INTERNATIONAL LOGISTICS / OPTIMIZATION PRICE UNDER PROCESS v242 ===== */
.optimization-logistics-section__side .optimization-logistics-price {
  width: 100%;
  margin-top: 14px;
}

@media (max-width: 1120px) {
  .optimization-logistics-section__side .optimization-logistics-price {
    width: 100%;
  }
}

/* Адаптив кнопки в блоке оптимизации */
@media (max-width: 1120px) {
  .optimization-logistics-section__cta {
    position: static;
    width: 174px;
    height: 44px;
    margin-top: 18px;
  }
}

@media (max-width: 720px) {
  .optimization-logistics-section__cta {
    width: 100%;
    max-width: 220px;
  }
}


/* ===== OPTIMIZATION ACTIONS ROW v246 ===== */
.optimization-logistics-actions-row {
  width: 100%;
  margin-top: 14px;
  display: flex;
  align-items: stretch;
  gap: 14px;
}

.optimization-logistics-actions-row .optimization-logistics-price {
  margin-top: 0;
  width: min(292px, 100%);
  min-width: 0;
  flex: 1 1 292px;
}

.optimization-calc-btn--side {
  flex: 0 0 176px;
  min-width: 176px;
  min-height: 72px;
  padding: 0 18px;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(7,31,78,.16);
}

@media (max-width: 1120px) {
  .optimization-logistics-actions-row {
    flex-direction: column;
  }

  .optimization-logistics-actions-row .optimization-logistics-price,
  .optimization-calc-btn--side {
    width: 100%;
    min-width: 0;
    flex-basis: auto;
  }

  .optimization-calc-btn--side {
    min-height: 56px;
  }
}



/* ===== INTERNATIONAL LOGISTICS / INCOTERMS INTRO BLOCK v247 ===== */
.incoterms-intro-section {
  position: relative;
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 52%, #ffffff 100%);
  overflow: hidden;
  color: #071f4e;
}

.incoterms-intro-section::before {
  content: "";
  position: absolute;
  inset: -40px 0 -20px 0;
  background: url("../assets/incoterms-world-map-bg.svg") center top / min(1500px, 118vw) auto no-repeat;
  opacity: .86;
  pointer-events: none;
}

.incoterms-intro-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 32%, rgba(255,255,255,.58), rgba(255,255,255,0) 42%),
    linear-gradient(90deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.36) 18%, rgba(255,255,255,.22) 50%, rgba(255,255,255,.36) 82%, rgba(255,255,255,.86) 100%);
  pointer-events: none;
}

.incoterms-intro-section__inner {
  position: relative;
  z-index: 1;
  max-width: 940px;
  text-align: center;
}

.incoterms-intro-section h2 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(58px, 6.5vw, 92px);
  line-height: .96;
  font-weight: 850;
  letter-spacing: -.055em;
}

.incoterms-intro-section__divider {
  width: 170px;
  height: 2px;
  margin: 42px auto 34px;
  background: #2f67e8;
  border-radius: 999px;
  opacity: .9;
}

.incoterms-intro-section__subtitle {
  margin: 0 auto;
  max-width: 760px;
  color: #071f4e;
  font-size: clamp(25px, 2.55vw, 36px);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -.025em;
}

.incoterms-intro-section__text {
  margin: 54px auto 0;
  max-width: 760px;
  color: rgba(7,31,78,.68);
  font-size: clamp(20px, 1.75vw, 27px);
  line-height: 1.45;
  font-weight: 520;
  letter-spacing: -.02em;
}

@media (max-width: 980px) {
  .logistics-page-anchors__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .incoterms-intro-section {
    padding: 68px 0 74px;
  }

  .incoterms-intro-section h2 {
    font-size: clamp(44px, 10vw, 70px);
  }

  .incoterms-intro-section__subtitle {
    font-size: clamp(22px, 4.2vw, 30px);
  }

  .incoterms-intro-section__text {
    margin-top: 38px;
    font-size: clamp(17px, 3.2vw, 22px);
  }
}

@media (max-width: 720px) {
  .incoterms-intro-section {
    padding: 52px 0 58px;
  }

  .incoterms-intro-section h2 {
    font-size: 38px;
    line-height: 1.05;
  }

  .incoterms-intro-section__divider {
    width: 120px;
    margin: 28px auto 24px;
  }

  .incoterms-intro-section__subtitle {
    font-size: 21px;
  }

  .incoterms-intro-section__text {
    font-size: 16px;
  }
}

/* ===== INTERNATIONAL LOGISTICS / INCOTERMS RESPONSIBILITY CHART v248 ===== */
.incoterms-chart-section {
  position: relative;
  padding: 18px 0 86px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 56%, #ffffff 100%);
  color: #071f4e;
  overflow: hidden;
}

.incoterms-chart-section::before {
  content: "";
  position: absolute;
  inset: -40px 0 0 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(47,103,232,.07), rgba(47,103,232,0) 36%),
    radial-gradient(circle at 88% 10%, rgba(47,103,232,.055), rgba(47,103,232,0) 34%);
  pointer-events: none;
}

.incoterms-chart-section__inner {
  position: relative;
  z-index: 1;
}

.incoterms-chart-section__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.incoterms-chart-section__head h2 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.03;
  font-weight: 850;
  letter-spacing: -.045em;
  text-align: center;
}

.incoterms-chart-wrap {
  border: 1px solid rgba(47,103,232,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 22px 50px rgba(7,31,78,.07);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

.incoterms-chart-scroll {
  min-width: 1080px;
  padding: 26px 24px 18px;
}

.incoterms-stages {
  display: grid;
  grid-template-columns: 216px repeat(9, 1fr);
  gap: 0;
  align-items: end;
  min-height: 138px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(47,103,232,.13);
}

.incoterms-stages::before {
  content: "";
}

.incoterms-stage {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  min-width: 0;
  text-align: center;
}

.incoterms-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: #071f4e;
  box-shadow: 0 0 0 4px rgba(47,103,232,.09);
}

.incoterms-stage__icon {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
  border: 1px solid rgba(47,103,232,.13);
  box-shadow: 0 14px 28px rgba(7,31,78,.06);
}

.incoterms-stage__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #123367;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.incoterms-stage span {
  color: #071f4e;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
}

.incoterms-stage--approved-art {
  gap: 0;
}

.incoterms-stage__art {
  width: 110px;
  height: 110px;
  display: block;
  object-fit: contain;
  border-radius: 0;
}

.incoterms-stage--with-label {
  gap: 5px;
}

.incoterms-stage--with-label .incoterms-stage__art--object {
  width: 88px;
  height: 88px;
}

.incoterms-stage--sea-air .incoterms-stage__art--wide {
  width: 118px;
  height: 88px;
}

.incoterms-stage--truck .incoterms-stage__art--object {
  width: 96px;
  height: 96px;
}

.incoterms-chart-grid {
  padding-top: 16px;
}

.incoterms-chart-row {
  display: grid;
  grid-template-columns: 70px 146px minmax(0, 1fr);
  min-height: 36px;
  align-items: center;
}

.incoterms-chart-row + .incoterms-chart-row {
  margin-top: 7px;
}

.incoterms-chart-code {
  height: 30px;
  min-width: 58px;
  padding: 0 13px;
  border-radius: 7px;
  background: linear-gradient(135deg, #123367 0%, #071f4e 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .02em;
  box-shadow: 0 9px 16px rgba(7,31,78,.14);
}

.incoterms-chart-name {
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 14px 0 18px;
  border-radius: 0 10px 10px 0;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(47,103,232,.13);
  border-left: 0;
  color: #071f4e;
  font-size: 12px;
  line-height: 1.12;
  font-weight: 820;
  text-transform: uppercase;
}

.incoterms-chart-bar {
  position: relative;
  height: 26px;
  border-radius: 999px;
  overflow: hidden;
  background: #071f4e;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), 0 8px 16px rgba(7,31,78,.05);
}

.incoterms-chart-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--seller);
  border-radius: 999px;
  background: #edf3ff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
  z-index: 1;
}

.incoterms-chart-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px calc(12.5%));
  z-index: 2;
  pointer-events: none;
}

.incoterms-chart-bar span {
  display: none;
}

.incoterms-chart-legend {
  min-height: 70px;
  padding: 16px 24px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-top: 1px solid rgba(47,103,232,.13);
  background: rgba(247,250,255,.72);
}

.incoterms-chart-legend div {
  min-height: 44px;
  padding: 0 26px;
  border-radius: 12px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(47,103,232,.11);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(7,31,78,.82);
  font-size: 14px;
  font-weight: 650;
}

.incoterms-chart-legend span {
  width: 24px;
  height: 18px;
  border-radius: 5px;
  display: inline-block;
}

.incoterms-legend-seller {
  background: #dce9ff;
}

.incoterms-legend-buyer {
  background: #071f4e;
}

@media (max-width: 1180px) {
  .incoterms-chart-wrap {
    overflow-x: auto;
  }
}

@media (max-width: 720px) {
  .incoterms-chart-section {
    padding: 10px 0 58px;
  }

  .incoterms-chart-section__head {
    display: block;
  }

  .incoterms-chart-section__head h2 {
    margin-top: 10px;
    text-align: left;
    font-size: 32px;
  }

  .incoterms-chart-scroll {
    min-width: 980px;
    padding: 22px 18px 16px;
  }

  .incoterms-chart-legend {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .incoterms-chart-legend div {
    justify-content: center;
  }
}


/* ===== LOGISTICS CALCULATOR BLOCK / КАЛЬКУЛЯТОР ЛОГИСТИКИ ===== */
.logistics-calculator-section {
  padding: 14px 0 68px;
}

.logistics-calculator-card {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .88fr);
  gap: 0;
  border: 1px solid rgba(47,103,232,.14);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,250,255,.96));
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(7,31,78,.06);
}

.logistics-calculator-form {
  padding: 24px 26px 24px;
}

.logistics-calculator-form__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.logistics-calculator-form__header h2 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(28px, 2.2vw, 34px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -.04em;
}

.logistics-calculator-form__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(47,103,232,.08);
  color: #2f67e8;
  box-shadow: inset 0 0 0 1px rgba(47,103,232,.12);
  flex: 0 0 auto;
}

.logistics-calculator-form__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logistics-calculator-form__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.logistics-calculator-form__top {
  display: grid;
  grid-template-columns: 142px minmax(0,1fr);
  gap: 28px;
  align-items: start;
}

.logistics-calculator-methods {
  padding-right: 22px;
  border-right: 1px solid rgba(47,103,232,.16);
}

.logistics-calculator-methods h3,
.logistics-calculator-params h3 {
  margin: 0 0 16px;
  color: #071f4e;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.logistics-calculator-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(7,31,78,.82);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 650;
  cursor: pointer;
}

.logistics-calculator-radio + .logistics-calculator-radio {
  margin-top: 13px;
}

.logistics-calculator-radio input {
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid rgba(47,103,232,.6);
  position: relative;
  flex: 0 0 auto;
}

.logistics-calculator-radio input:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #2f67e8;
}

.logistics-calculator-params__row--double {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.logistics-calculator-params label,
.logistics-calculator-form__bottom label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.logistics-calculator-params label span,
.logistics-calculator-form__bottom label > span,
.logistics-calculator-field-title,
.logistics-calculator-params__or {
  color: rgba(7,31,78,.82);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.logistics-calculator-params__or {
  text-align: center;
  margin: 14px 0 12px;
  color: rgba(7,31,78,.52);
  text-transform: lowercase;
}

.logistics-calculator-params input,
.logistics-calculator-form__bottom select {
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(47,103,232,.16);
  border-radius: 10px;
  background: #fff;
  color: #071f4e;
  font-size: 18px;
  line-height: 1;
  font-weight: 650;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.logistics-calculator-params input:focus,
.logistics-calculator-form__bottom select:focus {
  outline: none;
  border-color: rgba(47,103,232,.55);
  box-shadow: 0 0 0 4px rgba(47,103,232,.12);
}

.logistics-calculator-dimensions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: end;
  margin-top: 12px;
}

.logistics-calculator-dimensions label span {
  font-size: 13px;
  color: rgba(7,31,78,.52);
  font-weight: 700;
}

.logistics-calculator-dimensions__sep {
  align-self: center;
  padding-bottom: 12px;
  color: rgba(7,31,78,.55);
  font-size: 26px;
  line-height: 1;
}

.logistics-calculator-form__bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.logistics-calculator-form__bottom select {
  font-size: 17px;
}

.logistics-calculator-submit {
  margin-top: 22px;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #2f67e8 0%, #184bcc 100%);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.015em;
  box-shadow: 0 16px 28px rgba(47,103,232,.2);
  cursor: pointer;
}

.logistics-calculator-submit:hover {
  transform: translateY(-1px);
}

.logistics-calculator-result {
  display: flex;
  flex-direction: column;
  padding: 12px 18px 18px;
  background: linear-gradient(180deg, rgba(247,250,255,.92), rgba(255,255,255,.9));
  border-left: 1px solid rgba(47,103,232,.12);
}

.logistics-calculator-result__visual {
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,247,255,.95));
}

.logistics-calculator-result__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.logistics-calculator-result__summary {
  padding: 18px 10px 24px;
  border-bottom: 1px solid rgba(47,103,232,.12);
}

.logistics-calculator-result__label,
.logistics-calculator-result__delivery-label,
.logistics-calculator-result__from {
  display: block;
  color: rgba(7,31,78,.78);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.logistics-calculator-result__from {
  margin-top: 10px;
}

.logistics-calculator-result__price {
  display: block;
  margin-top: 6px;
  color: #2f67e8;
  font-size: clamp(56px, 5vw, 64px);
  line-height: .95;
  font-weight: 850;
  letter-spacing: -.05em;
}

.logistics-calculator-result__delivery {
  padding: 18px 10px 8px;
}

.logistics-calculator-result__term {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #071f4e;
  font-size: 26px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -.03em;
}

.logistics-calculator-result__term-icon {
  width: 22px;
  height: 22px;
  color: #2f67e8;
}

.logistics-calculator-result__term-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1180px) {
  .logistics-calculator-card {
    grid-template-columns: 1fr;
  }

  .logistics-calculator-result {
    border-left: 0;
    border-top: 1px solid rgba(47,103,232,.12);
  }
}

@media (max-width: 860px) {
  .logistics-calculator-form__top,
  .logistics-calculator-form__bottom,
  .logistics-calculator-params__row--double {
    grid-template-columns: 1fr;
  }

  .logistics-calculator-methods {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(47,103,232,.16);
  }

  .logistics-calculator-dimensions {
    grid-template-columns: 1fr;
  }

  .logistics-calculator-dimensions__sep {
    display: none;
  }
}

@media (max-width: 640px) {
  .logistics-calculator-form {
    padding: 20px 16px 20px;
  }

  .logistics-calculator-result {
    padding: 12px 12px 16px;
  }

  .logistics-calculator-form__header h2 {
    font-size: 26px;
  }

  .logistics-calculator-result__price {
    font-size: 48px;
  }

  .logistics-calculator-result__term {
    font-size: 22px;
  }
}




/* ===== WAREHOUSE CALCULATOR BLOCK / КАЛЬКУЛЯТОР СКЛАДА ===== */
.warehouse-calculator-section {
  padding: 0 0 68px;
}

.warehouse-calculator-card {
  border: 1px solid rgba(47,103,232,.14);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,250,255,.96));
  box-shadow: 0 18px 40px rgba(7,31,78,.06);
  padding: 12px;
}

.warehouse-calculator-main {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, .95fr);
  gap: 0;
}

.warehouse-calculator-form {
  padding: 18px 18px 12px;
}

.warehouse-calculator-form__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.warehouse-calculator-form__header h2 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(28px, 2.15vw, 34px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -.04em;
}

.warehouse-calculator-form__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(47,103,232,.08);
  color: #2f67e8;
  box-shadow: inset 0 0 0 1px rgba(47,103,232,.12);
  flex: 0 0 auto;
}

.warehouse-calculator-form__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.warehouse-calculator-form__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: start;
}

.warehouse-calculator-form__fields {
  padding-right: 28px;
  border-right: 1px solid rgba(47,103,232,.16);
}

.warehouse-calculator-form__grid {
  display: grid;
  gap: 14px;
}

.warehouse-calculator-form__grid + .warehouse-calculator-form__grid {
  margin-top: 18px;
}

.warehouse-calculator-form__grid--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.warehouse-calculator-form__grid--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.warehouse-calculator-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.warehouse-calculator-form label > span,
.warehouse-calculator-form__services h3 {
  color: rgba(7,31,78,.82);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.warehouse-calculator-form__services h3 {
  margin: 0 0 18px;
  font-size: 17px;
  color: #071f4e;
  font-weight: 800;
}

.warehouse-calculator-form input[type="number"] {
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(47,103,232,.16);
  border-radius: 10px;
  background: #fff;
  color: #071f4e;
  font-size: 18px;
  line-height: 1;
  font-weight: 650;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.warehouse-calculator-form input[type="number"]:focus {
  outline: none;
  border-color: rgba(47,103,232,.55);
  box-shadow: 0 0 0 4px rgba(47,103,232,.12);
}

.warehouse-calculator-check {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px !important;
  color: rgba(7,31,78,.82);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 650;
  cursor: pointer;
}

.warehouse-calculator-check + .warehouse-calculator-check {
  margin-top: 14px;
}

.warehouse-calculator-check input {
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 5px;
  border: 2px solid rgba(47,103,232,.6);
  position: relative;
  flex: 0 0 auto;
  background: #fff;
}

.warehouse-calculator-check input:checked {
  background: #2f67e8;
  border-color: #2f67e8;
}

.warehouse-calculator-check input:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
}

.warehouse-calculator-result {
  min-height: 100%;
  padding: 20px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(239,246,240,.9), rgba(249,252,249,.98));
  border-left: 1px solid rgba(47,103,232,.12);
}

.warehouse-calculator-result__label,
.warehouse-calculator-result__details-title,
.warehouse-calculator-result__row span,
.warehouse-calculator-result__footer span {
  display: block;
  color: rgba(7,31,78,.8);
  font-size: 16px;
  line-height: 1.28;
  font-weight: 700;
}

.warehouse-calculator-result__price {
  display: block;
  margin-top: 8px;
  color: #3c8d57;
  font-size: clamp(52px, 4.6vw, 60px);
  line-height: .95;
  font-weight: 850;
  letter-spacing: -.05em;
}

.warehouse-calculator-result__details {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(7,31,78,.1);
}

.warehouse-calculator-result__details-title {
  margin-bottom: 14px;
  color: #071f4e;
}

.warehouse-calculator-result__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.warehouse-calculator-result__row + .warehouse-calculator-result__row {
  margin-top: 10px;
}

.warehouse-calculator-result__row strong,
.warehouse-calculator-result__footer strong {
  color: #071f4e;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  white-space: nowrap;
}

.warehouse-calculator-result__footer {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(7,31,78,.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.warehouse-calculator-result__footer strong {
  color: #3c8d57;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.04em;
}

.warehouse-calculator-rates {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.warehouse-rate-card {
  min-height: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(47,103,232,.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(245,248,255,.9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.warehouse-rate-card h3 {
  margin: 0 0 16px;
  color: #2f67e8;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.warehouse-rate-card__list {
  display: grid;
  gap: 11px;
}

.warehouse-rate-card__list--stacked {
  gap: 8px;
}

.warehouse-rate-card__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  color: rgba(7,31,78,.82);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 650;
}

.warehouse-rate-card__row strong {
  color: #071f4e;
  font-weight: 800;
  text-align: right;
}

.warehouse-rate-card__row--text {
  display: block;
}

.warehouse-rate-card__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.warehouse-rate-card--wide {
  grid-column: span 2;
}

.warehouse-rate-card--request {
  display: flex;
  align-items: center;
  gap: 16px;
}

.warehouse-rate-card__request-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.warehouse-rate-card__request-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.warehouse-rate-card--request h3 {
  margin-bottom: 4px;
  color: #071f4e;
}

.warehouse-rate-card--request p {
  margin: 0;
  color: rgba(7,31,78,.78);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.warehouse-calculator-note {
  margin: 14px 0 0;
  text-align: center;
  color: rgba(7,31,78,.42);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .warehouse-calculator-main {
    grid-template-columns: 1fr;
  }

  .warehouse-calculator-result {
    border-left: 0;
    border-top: 1px solid rgba(47,103,232,.12);
  }

  .warehouse-calculator-rates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .warehouse-rate-card--wide {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .warehouse-calculator-form__body,
  .warehouse-calculator-form__grid--double,
  .warehouse-calculator-form__grid--triple,
  .warehouse-calculator-rates,
  .warehouse-rate-card__columns {
    grid-template-columns: 1fr;
  }

  .warehouse-calculator-form__fields {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(47,103,232,.16);
  }

  .warehouse-rate-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .warehouse-calculator-card {
    padding: 10px;
    border-radius: 22px;
  }

  .warehouse-calculator-form {
    padding: 14px 12px 10px;
  }

  .warehouse-calculator-result {
    padding: 18px 16px;
  }

  .warehouse-calculator-form__header h2 {
    font-size: 26px;
  }

  .warehouse-calculator-result__price {
    font-size: 44px;
  }

  .warehouse-calculator-result__footer strong {
    font-size: 30px;
  }

  .warehouse-rate-card {
    padding: 15px 14px;
  }
}

/* ===== PRICES PAGE / СТОИМОСТЬ УСЛУГ ===== */
.prices-page-hero {
  position: relative;
  min-height: 635px;
  padding: 82px 0 78px;
  background: #ffffff;
  overflow: hidden;
}

.prices-page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(247,250,255,.9) 72%, #f7faff 100%),
    repeating-linear-gradient(90deg, rgba(7,31,78,.17) 0 1px, transparent 1px 95px);
  opacity: .42;
  pointer-events: none;
}

.prices-page-hero__inner {
  position: relative;
  min-height: 475px;
  z-index: 1;
}

.prices-page-hero__content {
  position: relative;
  z-index: 3;
  max-width: 462px;
  padding-top: 8px;
}

.prices-page-hero__content::before {
  content: "";
  position: absolute;
  left: -42px;
  top: -36px;
  width: 585px;
  height: calc(100% + 92px);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.98) 58%, rgba(255,255,255,0) 100%);
  pointer-events: none;
  z-index: -1;
}

.prices-page-hero__content h1 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(56px, 6.2vw, 86px);
  line-height: 1.05;
  font-weight: 860;
  letter-spacing: -.055em;
}

.prices-page-hero__line {
  display: block;
  width: 66px;
  height: 3px;
  margin: 38px 0 32px;
  border-radius: 99px;
  background: #b8c8e7;
}

.prices-page-hero__content p {
  max-width: 424px;
  margin: 0;
  color: rgba(7,31,78,.70);
  font-size: 20px;
  line-height: 1.42;
  font-weight: 520;
}

.prices-page-hero__buttons {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 52px;
}

.prices-page-hero__btn {
  min-height: 62px;
  padding: 0 28px;
  border-radius: 6px;
  background: #071f4e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  font-weight: 760;
  box-shadow: 0 16px 30px rgba(7,31,78,.16);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.prices-page-hero__btn:hover {
  transform: translateY(-2px);
  background: #0b2e73;
  box-shadow: 0 20px 34px rgba(7,31,78,.22);
}

.prices-page-hero__more {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #0b2e73;
  font-size: 17px;
  line-height: 1;
  font-weight: 760;
  white-space: nowrap;
}

.prices-page-hero__more span {
  font-size: 32px;
  line-height: 1;
  transform: translateY(-1px);
}

.prices-page-hero__visual {
  position: absolute;
  inset: -42px -48px 0 auto;
  width: min(930px, 67vw);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 1;
}

.prices-page-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 88%, rgba(255,255,255,1) 100%),
    linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 82%, rgba(255,255,255,1) 100%);
  pointer-events: none;
}

.prices-page-hero__visual img {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(7,31,78,.07));
}

@media(max-width: 1100px) {
  .prices-page-hero {
    min-height: auto;
    padding: 76px 0 56px;
  }

  .prices-page-hero__inner {
    min-height: 560px;
  }

  .prices-page-hero__content {
    max-width: 430px;
  }

  .prices-page-hero__content h1 {
    font-size: 58px;
  }

  .prices-page-hero__content p {
    font-size: 17px;
  }

  .prices-page-hero__buttons {
    gap: 28px;
    margin-top: 38px;
  }

  .prices-page-hero__visual {
    inset: auto 0 22px 0;
    width: min(760px, 92vw);
    margin: 0 auto;
    opacity: .96;
  }
}

@media(max-width: 720px) {
  .prices-page-hero {
    padding: 66px 0 44px;
  }

  .prices-page-hero__inner {
    min-height: 590px;
  }

  .prices-page-hero__content {
    max-width: 100%;
    padding-top: 0;
  }

  .prices-page-hero__content::before {
    left: -16px;
    top: -22px;
    width: calc(100% + 32px);
    height: calc(100% + 58px);
    background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 78%, rgba(255,255,255,.12) 100%);
  }

  .prices-page-hero__content h1 {
    font-size: 45px;
    line-height: 1.04;
  }

  .prices-page-hero__line {
    margin: 24px 0 22px;
  }

  .prices-page-hero__content p {
    max-width: 330px;
    font-size: 15px;
  }

  .prices-page-hero__buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
  }

  .prices-page-hero__btn {
    width: 100%;
    max-width: 290px;
    min-height: 52px;
    font-size: 14px;
  }

  .prices-page-hero__more {
    font-size: 14px;
  }

  .prices-page-hero__visual {
    bottom: 24px;
    width: min(560px, 112vw);
    transform: translateX(10px);
  }
}

/* ===== PRICES SERVICES BLOCK / СТОИМОСТЬ УСЛУГ ===== */
.service-prices-section {
  position: relative;
  padding: 70px 0 70px;
  background:
    radial-gradient(circle at 12% 8%, rgba(47,103,232,.07), transparent 28%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 54%, #f7faff 100%);
  color: #071f4e;
  overflow: hidden;
}

.service-prices-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.64), rgba(255,255,255,0) 34%, rgba(255,255,255,.72)),
    radial-gradient(circle at 88% 10%, rgba(7,31,78,.045), transparent 34%);
  pointer-events: none;
}

.service-prices-section .page {
  position: relative;
  z-index: 1;
}

.service-prices-head {
  margin-bottom: 32px;
}

.service-prices-head h2 {
  margin: 0 0 14px;
  color: #071f4e;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 860;
}

.service-prices-head p {
  margin: 0;
  max-width: 890px;
  color: rgba(7,31,78,.78);
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.35;
  font-weight: 560;
}

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

.service-price-card {
  min-height: 238px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 28px 28px 26px;
  border: 1px solid rgba(47,103,232,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 38px rgba(7,31,78,.045);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.service-price-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47,103,232,.22);
  box-shadow: 0 20px 46px rgba(7,31,78,.075);
}

.service-price-card__icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.95), rgba(230,238,252,.95));
  color: #0e35a8;
  box-shadow: inset 0 0 0 1px rgba(47,103,232,.06), 0 12px 28px rgba(7,31,78,.04);
}

.service-price-card__icon svg,
.service-prices-extra__icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-price-card__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.service-price-card__content {
  min-width: 0;
}

.service-price-card h3 {
  margin: 0 0 22px;
  min-height: 54px;
  color: #071f4e;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.22;
  letter-spacing: -.025em;
  font-weight: 840;
}

.service-price-card strong {
  display: block;
  margin: 0 0 20px;
  color: #0b58d9;
  font-size: clamp(34px, 3vw, 44px);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 860;
  white-space: nowrap;
}

.service-price-card p {
  margin: 0;
  color: rgba(7,31,78,.78);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.35;
  font-weight: 520;
}

.service-prices-extra {
  margin-top: 22px;
  display: grid;
  grid-template-columns: .86fr 1.22fr 1.24fr 1fr;
  align-items: stretch;
  border: 1px solid rgba(47,103,232,.13);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(243,247,255,.82));
  box-shadow: 0 16px 38px rgba(7,31,78,.04);
  overflow: hidden;
}

.service-prices-extra__item {
  min-height: 108px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 28px;
  color: #071f4e;
}

.service-prices-extra__item:not(:last-child) {
  border-right: 1px solid rgba(47,103,232,.16);
}

.service-prices-extra__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0e35a8;
  flex: 0 0 auto;
}

.service-prices-extra__icon svg {
  width: 46px;
  height: 46px;
}

.service-prices-extra__icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.service-prices-extra__item strong {
  display: block;
  margin: 0 0 5px;
  color: #0b2e73;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 840;
  letter-spacing: -.01em;
}

.service-prices-extra__item span:not(.service-prices-extra__icon) {
  display: block;
  color: rgba(7,31,78,.78);
  font-size: 15px;
  line-height: 1.28;
  font-weight: 540;
}

@media(max-width: 1180px) {
  .service-price-card {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
    padding: 24px 22px;
  }

  .service-price-card__icon {
    width: 68px;
    height: 68px;
  }

  .service-price-card__icon svg {
    width: 40px;
    height: 40px;
  }

  .service-prices-extra {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-prices-extra__item:nth-child(2) {
    border-right: 0;
  }

  .service-prices-extra__item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(47,103,232,.16);
  }
}

@media(max-width: 920px) {
  .service-prices-section {
    padding: 56px 0 56px;
  }

  .service-prices-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 680px) {
  .service-prices-section {
    padding: 48px 0 48px;
  }

  .service-prices-head h2 {
    font-size: 40px;
  }

  .service-prices-head p {
    font-size: 16px;
  }

  .service-prices-grid,
  .service-prices-extra {
    grid-template-columns: 1fr;
  }

  .service-price-card {
    min-height: auto;
    grid-template-columns: 70px minmax(0, 1fr);
    padding: 22px 18px 22px;
  }

  .service-price-card h3 {
    min-height: auto;
    margin-bottom: 14px;
    font-size: 20px;
  }

  .service-price-card strong {
    margin-bottom: 14px;
    font-size: 34px;
  }

  .service-price-card p {
    font-size: 15px;
  }

  .service-prices-extra__item,
  .service-prices-extra__item:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(47,103,232,.16);
  }

  .service-prices-extra__item:last-child {
    border-bottom: 0;
  }
}


/* ===== ABOUT PAGE HERO / СТРАНИЦА «О НАС» ===== */
.about-page {
  background: #fff;
}

.about-page-hero {
  position: relative;
  min-height: 628px;
  padding: 58px 0 54px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 24%, rgba(234,241,251,.58), rgba(234,241,251,0) 34%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.about-page-hero:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 72%);
  pointer-events: none;
  z-index: 2;
}

.about-page-hero:after {
  content: "";
  position: absolute;
  left: 5.6%;
  right: 4.2%;
  bottom: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(7,31,78,.22) 0 1px, transparent 1px 82px);
  opacity: .38;
  z-index: 3;
}

.about-page-hero__layout {
  position: relative;
  z-index: 4;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 390px) minmax(0, 1fr);
  align-items: center;
  gap: 52px;
}

.about-page-hero__content {
  padding-top: 10px;
}

.about-page-hero h1 {
  margin: 0;
  color: #071f4e;
  font-size: clamp(74px, 7vw, 96px);
  line-height: .92;
  letter-spacing: -.07em;
  font-weight: 900;
}

.about-page-hero__accent {
  width: 58px;
  height: 4px;
  margin: 30px 0 28px;
  border-radius: 99px;
  background: rgba(47,103,232,.38);
}

.about-page-hero__text {
  max-width: 360px;
  color: rgba(7,31,78,.72);
  font-size: 19px;
  line-height: 1.5;
  font-weight: 560;
}

.about-page-hero__text p {
  margin: 0;
}

.about-page-hero__text p + p {
  margin-top: 28px;
}

.about-page-hero__buttons {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 42px;
}

.about-page-hero__btn {
  min-width: 188px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 5px;
  background: #071f4e;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(7,31,78,.16);
}

.about-page-hero__more {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #071f4e;
  font-size: 14px;
  line-height: 1;
  font-weight: 820;
}

.about-page-hero__more span {
  font-size: 25px;
  line-height: 0;
  transform: translateY(-1px);
}

.about-page-hero__visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.about-page-hero__photo {
  width: min(100%, 840px);
  height: auto;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 28px 56px rgba(7,31,78,.14);
}

/* ===== ABOUT STATS BLOCK / О НАС В ЦИФРАХ ===== */
.about-stats-section {
  position: relative;
  padding: 86px 0 96px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  overflow: hidden;
}

.about-stats-section__world {
  position: absolute;
  left: 50%;
  top: -46px;
  width: min(920px, 76vw);
  transform: translateX(-50%);
  opacity: .74;
  pointer-events: none;
}

.about-stats-section__world svg {
  display: block;
  width: 100%;
  height: auto;
}

.about-stats-section__world ellipse,
.about-stats-section__world path {
  stroke: rgba(47,103,232,.12);
  stroke-width: 2;
}

.about-stats-section__world circle {
  fill: rgba(47,103,232,.20);
}

.about-stats-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.about-stat-card {
  min-height: 342px;
  padding: 30px 24px 26px;
  border: 1px solid rgba(47,103,232,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 42px rgba(7,31,78,.045);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-stat-card__icon {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,.92), rgba(255,255,255,0) 42%),
    linear-gradient(180deg, rgba(234,241,251,.96), rgba(226,235,250,.78));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: inset 0 0 0 1px rgba(47,103,232,.08);
}

.about-stat-card__icon svg {
  width: 82px;
  height: 82px;
  fill: none;
  stroke: #071f4e;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 10px 12px rgba(7,31,78,.08));
}

.about-stat-card__icon img {
  width: 116px;
  height: 116px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 12px rgba(7,31,78,.08));
}

.about-stat-card__icon--clients svg {
  fill: rgba(47,103,232,.18);
}

.about-stat-card__icon--shield svg {
  fill: rgba(47,103,232,.20);
}

.about-stat-card strong {
  display: block;
  color: #071f4e;
  font-size: clamp(38px, 3.5vw, 52px);
  line-height: .92;
  letter-spacing: -.055em;
  font-weight: 900;
  white-space: nowrap;
}

.about-stat-card strong span {
  font-size: .45em;
  letter-spacing: -.035em;
  font-weight: 850;
}

.about-stat-card i {
  display: block;
  width: 108px;
  height: 1px;
  margin: 20px 0 18px;
  background: rgba(47,103,232,.17);
}

.about-stat-card p {
  margin: 0;
  color: #071f4e;
  font-size: 16px;
  line-height: 1.52;
  font-weight: 570;
}

@media (max-width: 1180px) {
  .about-page-hero__layout {
    grid-template-columns: minmax(0, 350px) minmax(0, 1fr);
    gap: 28px;
  }

  .about-page-hero__photo {
    width: min(100%, 760px);
  }

  .about-stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-stat-card {
    min-height: 316px;
  }
}

@media (max-width: 940px) {
  .about-page-hero {
    padding-top: 52px;
  }

  .about-page-hero__layout {
    grid-template-columns: 1fr;
  }

  .about-page-hero__content {
    max-width: 560px;
  }

  .about-page-hero__visual {
    min-height: auto;
    margin-top: 10px;
  }

  .about-page-hero__photo {
    width: 100%;
    border-radius: 22px;
  }

  .about-stats-section {
    padding: 66px 0 76px;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-page-hero {
    min-height: auto;
    padding: 42px 0 34px;
  }

  .about-page-hero h1 {
    font-size: 62px;
  }

  .about-page-hero__text {
    font-size: 17px;
  }

  .about-page-hero__buttons {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .about-page-hero__visual {
    min-height: auto;
  }

  .about-page-hero__photo {
    border-radius: 18px;
    box-shadow: 0 20px 42px rgba(7,31,78,.12);
  }

  .about-stats-section {
    padding: 48px 0 58px;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .about-stat-card {
    min-height: auto;
    padding: 26px 20px 24px;
  }

  .about-stat-card__icon {
    width: 116px;
    height: 116px;
    margin-bottom: 20px;
  }

  .about-stat-card__icon svg {
    width: 72px;
    height: 72px;
  }
}


/* ===== ABOUT MISSION VALUES BLOCK / МИССИЯ И ЦЕННОСТИ ===== */
.about-mission-section {
  position: relative;
  padding: 72px 0 92px;
  background:
    radial-gradient(circle at 76% 10%, rgba(234,241,251,.62), rgba(234,241,251,0) 34%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  overflow: hidden;
}

.about-mission-section:before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(7,31,78,.22) 0 1px, transparent 1px 82px);
  opacity: .28;
}

.about-mission-section__world {
  position: absolute;
  right: -28px;
  top: 4px;
  width: min(760px, 58vw);
  opacity: .78;
  pointer-events: none;
}

.about-mission-section__world svg {
  display: block;
  width: 100%;
  height: auto;
}

.about-mission-section__world ellipse,
.about-mission-section__world path {
  stroke: rgba(47,103,232,.13);
  stroke-width: 2;
}

.about-mission-section__world circle {
  fill: rgba(47,103,232,.22);
}

.about-mission-section__world g circle {
  fill: rgba(47,103,232,.14);
}

.about-mission-section .page {
  position: relative;
  z-index: 2;
}

.about-mission-head {
  max-width: 735px;
  margin-bottom: 38px;
}

.about-mission-head h2 {
  margin: 0 0 22px;
  color: #071f4e;
  font-size: clamp(40px, 4.1vw, 54px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.055em;
}

.about-mission-head p {
  margin: 0;
  color: rgba(7,31,78,.78);
  font-size: 20px;
  line-height: 1.42;
  font-weight: 560;
}

.about-values-list {
  display: grid;
  gap: 14px;
}

.about-value-row {
  min-height: 108px;
  display: grid;
  grid-template-columns: 142px 300px 1px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 8px 32px 8px 8px;
  border: 1px solid rgba(47,103,232,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 34px rgba(7,31,78,.035);
}

.about-value-row__icon {
  width: 136px;
  height: 92px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,.9), rgba(255,255,255,0) 42%),
    linear-gradient(180deg, rgba(248,251,255,.96), rgba(238,244,253,.84));
  box-shadow: inset 0 0 0 1px rgba(47,103,232,.06);
}

.about-value-row__icon svg {
  width: 62px;
  height: 62px;
  fill: none;
  stroke: #1645b8;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-value-row__icon img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block;
}

.about-value-row__icon text {
  fill: #1645b8;
  stroke: none;
  font-size: 13px;
  font-weight: 850;
  font-family: Inter, Arial, sans-serif;
}

.about-value-row h3 {
  margin: 0;
  color: #071f4e;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.04em;
}

.about-value-row i {
  width: 1px;
  height: 54px;
  background: rgba(47,103,232,.18);
}

.about-value-row p {
  margin: 0;
  padding-left: 20px;
  color: rgba(7,31,78,.86);
  font-size: 20px;
  line-height: 1.38;
  font-weight: 560;
}

@media (max-width: 1180px) {
  .about-value-row {
    grid-template-columns: 130px 260px 1px minmax(0, 1fr);
    gap: 24px;
  }

  .about-value-row h3 {
    font-size: 25px;
  }

  .about-value-row p {
    font-size: 18px;
  }
}

@media (max-width: 940px) {
  .about-mission-section {
    padding: 58px 0 72px;
  }

  .about-mission-section__world {
    width: 760px;
    right: -280px;
    opacity: .46;
  }

  .about-value-row {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px 22px;
    padding: 12px 18px 16px 12px;
  }

  .about-value-row__icon {
    width: 104px;
    height: 86px;
    grid-row: span 2;
  }

  .about-value-row__icon svg {
    width: 56px;
    height: 56px;
  }

  .about-value-row i {
    display: none;
  }

  .about-value-row p {
    padding-left: 0;
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .about-mission-section {
    padding: 44px 0 58px;
  }

  .about-mission-head h2 {
    font-size: 36px;
  }

  .about-mission-head p {
    font-size: 17px;
  }

  .about-value-row {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .about-value-row__icon {
    grid-row: auto;
  }

  .about-value-row h3 {
    font-size: 24px;
  }

  .about-value-row p {
    grid-column: auto;
    font-size: 17px;
  }
}


/* ===== ABOUT GEO BLOCK / КОМАНДА И ГЕОГРАФИЯ ===== */
.about-geo-section {
  position: relative;
  padding: 74px 0 92px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  overflow: hidden;
}

.about-geo-section:before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(7,31,78,.22) 0 1px, transparent 1px 82px);
  opacity: .28;
}

.about-geo-layout {
  display: grid;
  grid-template-columns: minmax(410px, 44%) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.about-geo-content {
  position: relative;
  z-index: 2;
}

.about-geo-content h2 {
  margin: 0 0 16px;
  color: #071f4e;
  font-size: clamp(42px, 4.8vw, 62px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.055em;
}

.about-geo-lead {
  margin: 0 0 38px;
  color: rgba(7,31,78,.82);
  font-size: 21px;
  line-height: 1.35;
  font-weight: 620;
}

.about-geo-list {
  display: grid;
  gap: 0;
  max-width: 540px;
}

.about-geo-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 0 0 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(47,103,232,.15);
}

.about-geo-row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.about-geo-row__icon {
  width: 112px;
  height: 108px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.95), rgba(255,255,255,0) 44%),
    linear-gradient(180deg, rgba(248,251,255,.98), rgba(238,244,253,.86));
  box-shadow: inset 0 0 0 1px rgba(47,103,232,.06);
}

.about-geo-row__icon svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: #1645b8;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-geo-row__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}

.about-geo-row__text {
  position: relative;
  padding-left: 0;
}

.about-geo-row__text h3 {
  margin: 0 0 12px;
  color: #071f4e;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.035em;
}

.about-geo-row__text p {
  margin: 0;
  color: rgba(7,31,78,.82);
  font-size: 20px;
  line-height: 1.42;
  font-weight: 560;
}

.about-geo-map {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -96px;
  overflow: hidden;
}

.about-geo-map svg {
  width: min(840px, 100%);
  height: auto;
  overflow: visible;
}

.about-geo-map img {
  width: min(900px, 126%);
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
}

.about-geo-map:after {
  content: "";
  position: absolute;
  inset: -6% -4% -6% -10%;
  background:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.98) 10%, rgba(255,255,255,.88) 20%, rgba(255,255,255,.44) 31%, rgba(255,255,255,0) 43%),
    linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,0) 14%, rgba(255,255,255,0) 86%, rgba(255,255,255,.92) 100%),
    linear-gradient(270deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,0) 18%);
  pointer-events: none;
}

.about-geo-map__orbits ellipse,
.about-geo-map__orbits path {
  stroke: rgba(47,103,232,.13);
  stroke-width: 2;
}

.about-geo-map__orbits circle {
  fill: rgba(47,103,232,.26);
}

.about-geo-map__land path {
  opacity: .82;
}

.about-geo-map__china {
  fill: rgba(47,103,232,.15);
  stroke: rgba(47,103,232,.30);
  stroke-width: 1.5;
}

.about-geo-map__routes path {
  fill: none;
  stroke: rgba(47,103,232,.35);
  stroke-width: 2;
  stroke-dasharray: 5 7;
}

.about-geo-pin path {
  fill: #1645b8;
}

.about-geo-pin circle {
  fill: #fff;
}

.about-geo-pin text {
  fill: #071f4e;
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 850;
}

@media (max-width: 1180px) {
  .about-geo-layout {
    grid-template-columns: minmax(360px, 42%) minmax(0, 1fr);
    gap: 18px;
  }

  .about-geo-row {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 22px;
  }

  .about-geo-row__icon {
    width: 96px;
    height: 96px;
  }

  .about-geo-row__text h3 {
    font-size: 23px;
  }

  .about-geo-row__text p {
    font-size: 18px;
  }
}

@media (max-width: 940px) {
  .about-geo-section {
    padding: 58px 0 76px;
  }

  .about-geo-layout {
    grid-template-columns: 1fr;
  }

  .about-geo-list {
    max-width: none;
  }

  .about-geo-map {
    min-height: auto;
    margin-top: 24px;
    margin-left: -48px;
  }

  .about-geo-map svg {
    width: 100%;
  }

  .about-geo-map img {
    width: min(820px, 118%);
  }
}

@media (max-width: 640px) {
  .about-geo-section {
    padding: 44px 0 58px;
  }

  .about-geo-content h2 {
    font-size: 38px;
  }

  .about-geo-lead {
    font-size: 18px;
  }

  .about-geo-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 26px;
    margin-bottom: 26px;
  }

  .about-geo-row__icon {
    width: 96px;
    height: 92px;
  }

  .about-geo-row__text {
    padding-left: 0;
  }

  .about-geo-row__text h3 {
    font-size: 22px;
  }

  .about-geo-row__text p {
    font-size: 17px;
  }

  .about-geo-map {
    min-width: 720px;
    margin-left: -160px;
    transform: none;
  }

  .about-geo-map img {
    width: 760px;
  }
}


/* ===== ABOUT DOCUMENTS BLOCK / ДОКУМЕНТЫ И СЕРТИФИКАТЫ ===== */
.about-documents-section {
  position: relative;
  padding: 74px 0 88px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  overflow: hidden;
}

.about-documents-section:before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(7,31,78,.22) 0 1px, transparent 1px 82px);
  opacity: .28;
}

.about-documents-section__world {
  position: absolute;
  right: -12px;
  top: 10px;
  width: min(760px, 58vw);
  opacity: .74;
  pointer-events: none;
}

.about-documents-section__world svg { width: 100%; height: auto; display: block; }
.about-documents-section__world ellipse,
.about-documents-section__world path { stroke: rgba(47,103,232,.13); stroke-width: 2; }
.about-documents-section__world circle { fill: rgba(47,103,232,.22); }
.about-documents-head {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin-bottom: 30px;
}

.about-documents-head h2 {
  margin: 0 0 14px;
  color: #071f4e;
  font-size: clamp(44px, 4.9vw, 64px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.055em;
}

.about-documents-head p {
  margin: 0;
  color: rgba(7,31,78,.78);
  font-size: 19px;
  line-height: 1.42;
  font-weight: 560;
}

.about-documents-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-doc-card { position: relative; }

.about-doc-card__button {
  width: 100%;
  min-height: 290px;
  padding: 12px 12px 14px;
  border: 1px solid rgba(47,103,232,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(7,31,78,.04);
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  transform-origin: center center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.about-doc-card:hover .about-doc-card__button,
.about-doc-card:focus-within .about-doc-card__button {
  transform: translateY(-12px) scale(1.06);
  box-shadow: 0 26px 54px rgba(7,31,78,.14);
  border-color: rgba(47,103,232,.36);
  z-index: 6;
}

.about-doc-card__preview {
  min-height: 188px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(246,249,255,.98), rgba(236,242,252,.84));
  box-shadow: inset 0 0 0 1px rgba(47,103,232,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-doc-card__preview--real {
  padding: 10px;
}

.about-doc-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 14px rgba(7,31,78,.12));
}

.about-doc-card__paper {
  width: 84%;
  aspect-ratio: 0.72;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #dbe6f8;
  box-shadow: 0 8px 18px rgba(7,31,78,.12);
  display: flex;
  flex-direction: column;
  padding: 10px 10px 12px;
  position: relative;
}

.about-doc-card__brand {
  color: #071f4e;
  font-size: 8px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .06em;
  text-align: center;
  margin-bottom: 10px;
}

.about-doc-card__paper-title {
  color: #071f4e;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  margin-bottom: 14px;
}

.about-doc-card__line {
  display: block;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(7,31,78,.16), rgba(7,31,78,.06));
}
.about-doc-card__line--short { width: 70%; }

.about-doc-card__seal {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid rgba(206,88,55,.55);
}
.about-doc-card__seal:before,
.about-doc-card__seal:after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 1px solid rgba(206,88,55,.36);
}
.about-doc-card__seal:after { inset: 11px; }

.about-doc-card__caption strong {
  display: block;
  color: #071f4e;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 800;
  margin-bottom: 8px;
}

.about-doc-card__caption small {
  display: block;
  color: rgba(7,31,78,.68);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 540;
}

.about-documents-bottom {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.about-documents-note,
.about-documents-download {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.about-documents-note {
  justify-content: center;
}

.about-documents-note__icon,
.about-documents-download__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47,103,232,.18);
  color: #1645b8;
  font-weight: 800;
  background: rgba(255,255,255,.88);
}

.about-documents-note p,
.about-documents-download span:last-child {
  margin: 0;
  color: rgba(7,31,78,.78);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 560;
}
.about-documents-note strong { color: #071f4e; }
.about-documents-download {
  padding-left: 18px;
  border-left: 1px solid rgba(47,103,232,.16);
}

.about-doc-modal[hidden] { display: none; }
.about-doc-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
}
.about-doc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7,31,78,.30);
  backdrop-filter: blur(3px);
}
.about-doc-modal__dialog {
  position: absolute;
  inset: 4.5vh 6vw;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(47,103,232,.18);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(7,31,78,.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.about-doc-modal__close {
  position: absolute;
  right: 14px;
  top: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(47,103,232,.16);
  background: rgba(255,255,255,.92);
  color: #071f4e;
  font-size: 24px;
  line-height: 1;
  z-index: 2;
}
.about-doc-modal__header {
  padding: 18px 56px 14px 22px;
  border-bottom: 1px solid rgba(47,103,232,.12);
}
.about-doc-modal__header h3 {
  margin: 0;
  color: #071f4e;
  font-size: 20px;
  font-weight: 800;
}
.about-doc-modal__body {
  flex: 1;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fd 100%);
}
.about-doc-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: white;
}
body.doc-modal-open { overflow: hidden; }

@media (max-width: 1280px) {
  .about-documents-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 940px) {
  .about-documents-section { padding: 58px 0 72px; }
  .about-documents-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-documents-bottom { grid-template-columns: 1fr; }
  .about-documents-download { border-left: 0; padding-left: 0; justify-content: center; }
  .about-doc-modal__dialog { inset: 3vh 3vw; }
}

@media (max-width: 640px) {
  .about-documents-section { padding: 44px 0 58px; }
  .about-documents-head h2 { font-size: 36px; }
  .about-documents-head p { font-size: 17px; }
  .about-documents-grid { grid-template-columns: 1fr; }
  .about-doc-card__button { min-height: auto; }
  .about-documents-note { justify-content: flex-start; }
}


/* ===== REVIEWS BLOCK / ОТЗЫВЫ КЛИЕНТОВ ===== */
.reviews-block {
  position: relative;
  padding: 78px 0 92px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  overflow: hidden;
}

.reviews-block:before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(7,31,78,.22) 0 1px, transparent 1px 82px);
  opacity: .28;
}

.reviews-block__world {
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(1320px, 108vw);
  transform: translateX(-50%);
  opacity: .86;
  pointer-events: none;
}

.reviews-block__world svg {
  display: block;
  width: 100%;
  height: auto;
}

.reviews-block__world ellipse,
.reviews-block__world path {
  stroke: rgba(47,103,232,.12);
  stroke-width: 2;
}

.reviews-block__world circle {
  fill: rgba(47,103,232,.24);
}

.reviews-head {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 0 auto 30px;
  text-align: center;
}

.reviews-head h2 {
  margin: 0 0 14px;
  color: #071f4e;
  font-size: clamp(44px, 4.7vw, 64px);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 900;
}

.reviews-head p {
  margin: 0;
  color: rgba(7,31,78,.78);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 560;
}

.reviews-carousel {
  position: relative;
  z-index: 2;
}

.reviews-slide {
  display: none;
  animation: reviewsFade .35s ease;
}

.reviews-slide.is-active {
  display: block;
}

@keyframes reviewsFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.review-card {
  min-height: 194px;
  display: flex;
  flex-direction: column;
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(47,103,232,.12);
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 36px rgba(7,31,78,.035);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.review-card:hover,
.review-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(7,31,78,.08);
  border-color: rgba(47,103,232,.28);
}

.review-card__quote {
  color: #1645b8;
  font-size: 44px;
  line-height: .7;
  font-weight: 900;
  margin-bottom: 10px;
}

.review-card__text {
  flex: 1;
  margin: 0;
  color: rgba(7,31,78,.84);
  font-size: 16px;
  line-height: 1.52;
  font-weight: 540;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(47,103,232,.12);
}

.review-card__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 44%);
  gap: 12px;
  align-items: center;
  padding-top: 14px;
}

.review-brand {
  --brand-color: var(--brand-accent, #2f67e8);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(7,31,78,.42);
  transition: color .22s ease, transform .22s ease;
}

.review-card:hover .review-brand,
.review-card:focus-within .review-brand {
  color: var(--brand-color);
  transform: translateY(-1px);
}

.review-brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  border: 2px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  font-size: 17px;
  flex: 0 0 auto;
}

.review-brand__text {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  line-height: .95;
  font-size: 18px;
  font-weight: 820;
  letter-spacing: -.02em;
}

.review-card__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.review-card__author strong {
  color: #071f4e;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 800;
}

.review-card__author span {
  color: rgba(7,31,78,.68);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 560;
}

.reviews-controls {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.reviews-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(47,103,232,.14);
  background: rgba(255,255,255,.95);
  color: #1645b8;
  box-shadow: 0 10px 24px rgba(7,31,78,.05);
  font-size: 24px;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}

.reviews-arrow:hover,
.reviews-arrow:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(47,103,232,.32);
  box-shadow: 0 16px 28px rgba(7,31,78,.08);
}

.reviews-dots {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.reviews-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(47,103,232,.20);
  transition: transform .2s ease, background .2s ease;
}

.reviews-dot.is-active {
  background: #1645b8;
  transform: scale(1.08);
}

@media (max-width: 1180px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .reviews-block {
    padding: 56px 0 70px;
  }

  .reviews-head h2 {
    font-size: 38px;
  }

  .reviews-head p {
    font-size: 17px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card__footer {
    grid-template-columns: 1fr;
  }

  .reviews-controls {
    gap: 18px;
  }

  .reviews-arrow {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}
