/* ===============================
   HERO SLIDER (Cargo Express)
================================ */
.form-control, .form-select {
	min-height: 42px;
	font-size: 15px;
}
/* Общий контейнер */
.homepage-slider {
  margin-bottom: 80px;
}

/* Один слайд */
.homepage-slider .single-slide {
  min-height: 550px;
  padding: 60px 0;
  position: relative;
}

/* Адаптация под ноуты */
@media (max-width: 1200px) {
  .homepage-slider .single-slide {
    min-height: 540px;
    padding: 50px 0;
  }
}

/* Планшеты */
@media (max-width: 992px) {
  .homepage-slider .single-slide {
    min-height: 480px;
    padding: 40px 0;
  }
}

/* Мобильные */
@media (max-width: 768px) {
  .homepage-slider .single-slide {
    min-height: 420px;
    padding: 30px 0;
  }

  .homepage-slider .slider-content {
    text-align: center;
  }

  .homepage-slider .slider-content__btn {
    justify-content: center;
  }
}

/* Текст */
.homepage-slider .slider-content__text p {
  line-height: 1.6;
}

/* Заголовок */
.homepage-slider .heading__primary {
  font-size: 44px;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .homepage-slider .heading__primary {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .homepage-slider .heading__primary {
    font-size: 30px;
  }
}

/* Кнопки */
.homepage-slider .btn {
  padding: 14px 28px;
  font-size: 15px;
}

/* Картинка */
.homepage-slider figure img {
  max-height: 420px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .homepage-slider figure img {
    max-height: 260px;
  }
}

/* Стрелки слайдера */
.homepage-slider .slick-btn {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  transition: all .25s ease;
}

.homepage-slider .slick-btn:hover {
  background: rgba(255,255,255,0.3);
}

/* Немного “воздуха” снизу */
.homepage-slider.mb--75 {
  margin-bottom: 70px;
}

/* OUTLINE кнопка на тёмном фоне (Hero) */
.homepage-slider .btn-outline {
  color:#fff;
  border-color:rgba(255,255,255,.75);
}
.homepage-slider .btn-outline:hover{
  background:#fff;
  color:#0b1220;
  border-color:#fff;
}
.homepage-slider .slick-btn i {
    color: #fff;
}





/* =========================
   Cargo Express — Benefits Section
========================= */
/* =========================================
   Cargo Express — WHY v2 (unique classes)
   prefix: cew2-
========================================= */

.cew2-wrap{
  background: #fff;
}

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

.cew2-kicker{
  color: rgba(1,2,37,.45);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cew2-title{
  font-weight: 900;
  color: #010225;
  font-size: 34px;
  line-height: 1.15;
  margin: 15px 0;
}

.cew2-sub{
  color: rgba(1,2,37,.62);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  max-width: 820px;
}

/* Cards */
.cew2-card{
  border: 1px solid rgba(1,2,37,.08);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.cew2-card:hover{
  transform: translateY(-3px);
  border-color: rgba(1,2,37,.14);
  box-shadow: 0 18px 40px rgba(1,2,37,.10);
}

.cew2-icon{
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border: 1px solid rgba(220,38,38,.18);
  background: rgba(220,38,38,.10);
}

.cew2-icon i{
  font-size: 44px;
  color: #dc2626;
  line-height: 1;
}

/* small variations per card (optional subtle difference) */
.cew2-i1{ background: rgba(220,38,38,.10); }
.cew2-i2{ background: rgba(59,130,246,.10); border-color: rgba(59,130,246,.18); }
.cew2-i2 i{ color: #3b82f6; }
.cew2-i3{ background: rgba(16,185,129,.10); border-color: rgba(16,185,129,.18); }
.cew2-i3 i{ color: #10b981; }

.cew2-card-title{
  font-weight: 900;
  font-size: 17px;
  color: #010225;
  margin-bottom: 8px;
}

.cew2-card-text{
  color: rgba(1,2,37,.62);
  line-height: 1.65;
  font-size: 14px;
}

/* Right panel */
.cew2-panel{
  border: 1px solid rgba(1,2,37,.08);
  background: #0f172a;
  border-radius: 18px;
  padding: 22px;
  color: #fff;
  box-shadow: 0 18px 40px rgba(1,2,37,.10);
}

.cew2-panel-title{
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 14px;
  color: rgba(255,255,255,.95);
}

.cew2-stat{
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.10);
}

.cew2-stat:first-of-type{
  border-top: 0;
  padding-top: 0;
}

.cew2-stat-num{
  font-weight: 900;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: .2px;
}

.cew2-stat-txt{
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.55;
  margin-top: 4px;
}

.cew2-panel-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  color: #fff;
  background: rgba(220,38,38,.92);
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .15s ease, background .15s ease;
}

.cew2-panel-btn:hover{
  transform: translateY(-1px);
  background: rgba(220,38,38,1);
  color: #fff;
}

.cew2-panel-note{
  margin-top: 14px;
  color: rgba(255,255,255,.65);
  font-size: 12px;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 992px){
  .cew2-title{ font-size: 28px; }
}

@media (max-width: 576px){
  .cew2-title{ font-size: 24px; }
  .cew2-card{ padding: 18px; }
  .cew2-icon{ width: 60px; height: 60px; border-radius: 16px; }
  .cew2-icon i{ font-size: 32px; }
  .cew2-panel{ padding: 18px; }
}




/* =========================
   CXW4 — How it works (panel + clean steps)
   Unique classes: cxw4-*
========================= */

.cxw4{
  padding: 64px 0;
  background: #fff;
}

/* Big panel to remove "air" and make block solid */
.cxw4-shell{
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(11,18,32,.03), rgba(11,18,32,.01));
  border: 1px solid rgba(11,18,32,.08);
  box-shadow: 0 28px 70px rgba(11,18,32,.08);
  padding: 46px 46px 26px;
  overflow: hidden;
}

.cxw4-top{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}

.cxw4-kicker{
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(11,18,32,.55);
  margin-bottom: 10px;
}

.cxw4-title{
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 10px;
  color: #0b1220;
  font-weight: 850;
}

.cxw4-subtitle{
  margin: 0 auto 30px;
  color: rgba(11,18,32,.72);
  font-size: 16px;
  line-height: 1.7;
  max-width: 720px;
}

.cxw4-actions{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.cxw4-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  user-select: none;
}

.cxw4-btn i{ font-size: 14px; }

.cxw4-btn--dark{
  background: #0b1220;
  color: #fff;
  box-shadow: 0 18px 38px rgba(11,18,32,.18);
}
.cxw4-btn--dark:hover{
  transform: translateY(-1px);
  box-shadow: 0 24px 46px rgba(11,18,32,.22);
}

.cxw4-btn--light{
  background: #fff;
  color: #0b1220;
  border: 1px solid rgba(11,18,32,.14);
}
.cxw4-btn--light:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(11,18,32,.10);
}

/* Steps grid */
.cxw4-steps{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
  padding: 26px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(11,18,32,.08);
}

.cxw4-step{
  text-align: center;
  padding: 10px 10px 12px;
  border-radius: 18px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.cxw4-step:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 40px rgba(11,18,32,.10);
}

/* Icon tile */
.cxw4-step__icon{
  position: relative;
  width: 92px;
  height: 92px;
  border-radius: 26px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11,18,32,.12);
  box-shadow: 0 16px 34px rgba(11,18,32,.10);
  isolation: isolate; /* fixes z-index stacking issues */
}

.cxw4-step__icon i{
  font-size: 30px;
  color: rgba(11,18,32,.88);
}

/* Badge always above icon */
.cxw4-step__badge{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(11,18,32,.16);
  box-shadow: 0 14px 28px rgba(11,18,32,.14);
  font-weight: 900;
  font-size: 12px;
  color: rgba(11,18,32,.78);
  z-index: 5; /* important */
}

.cxw4-step__title{
  font-weight: 900;
  color: #0b1220;
  font-size: 16px;
  margin-bottom: 6px;
}

.cxw4-step__desc{
  color: rgba(11,18,32,.70);
  font-size: 14px;
  line-height: 1.55;
  max-width: 230px;
  margin: 0 auto;
}

/* Color accents */
.cxw4-c1{ background: linear-gradient(180deg, rgba(66,133,244,.16), rgba(66,133,244,.02)); }
.cxw4-c2{ background: linear-gradient(180deg, rgba(52,199,89,.18), rgba(52,199,89,.02)); }
.cxw4-c3{ background: linear-gradient(180deg, rgba(255,149,0,.18), rgba(255,149,0,.02)); }
.cxw4-c4{ background: linear-gradient(180deg, rgba(255,59,48,.16), rgba(255,59,48,.02)); }

/* Bottom strip */
.cxw4-bottom{
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(11,18,32,.08);

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cxw4-proof{
  display: flex;
  align-items: center;
  gap: 12px;
}

.cxw4-proof__ico{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #0b1220;
  color: #fff;
  box-shadow: 0 16px 32px rgba(11,18,32,.18);
}

.cxw4-proof__title{
  font-weight: 900;
  color: #0b1220;
  line-height: 1.2;
  margin-bottom: 2px;
}

.cxw4-proof__desc{
  color: rgba(11,18,32,.70);
  font-size: 14px;
}

.cxw4-more{
  text-decoration: none;
  font-weight: 900;
  color: #0b1220;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  transition: background .18s ease, transform .18s ease;
}
.cxw4-more:hover{
  background: rgba(11,18,32,.06);
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 991px){
  .cxw4-shell{ padding: 38px 26px 22px; }
  .cxw4-title{ font-size: 34px; }
  .cxw4-steps{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px){
  .cxw4{ padding: 54px 0; }
  .cxw4-shell{ padding: 30px 18px 18px; border-radius: 22px; }
  .cxw4-title{ font-size: 28px; }
  .cxw4-steps{ grid-template-columns: 1fr; padding: 18px 12px; }
  .cxw4-bottom{ flex-direction: column; align-items: flex-start; }
}



/* =========================
   CARGO STATS (DARK) — UNIQUE
   Prefix: cgx-
========================= */

.cgx-stats-wrap{
  margin: 0 0 75px;
}
@media (max-width: 767px){
  .cgx-stats-wrap{ margin: 0 0 55px; }
}

.cgx-stats-card{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  padding: 44px 44px 30px;
  color: #fff;

  background:
    radial-gradient(900px 380px at 10% 10%, rgba(255,255,255,.08), transparent 55%),
    radial-gradient(700px 340px at 90% 20%, rgba(255,255,255,.06), transparent 55%),
    linear-gradient(180deg, #0b1220 0%, #0a1020 100%);

  box-shadow: 0 22px 70px rgba(10,16,32,.35);
}

/* subtle border */
.cgx-stats-card:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,0));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events:none;
}

.cgx-stats-head{
  max-width: 780px;
  margin-bottom: 26px;
}

.cgx-stats-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: rgba(255,255,255,.70);
}
.cgx-stats-kicker:before{
  content:"";
  width: 34px;
  height: 1px;
  background: rgba(255,255,255,.35);
}

.cgx-stats-title{
  margin: 10px 0 10px;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.cgx-stats-sub{
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.6;
}

/* Grid */
.cgx-stats-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.cgx-stat{
  border-radius: 18px;
  padding: 16px 16px 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
  transform: translateY(0);
  will-change: transform;
}

/* hover lift */
@media (hover:hover){
  .cgx-stat:hover{
    transform: translateY(-4px);
    background: rgba(255,255,255,.085);
    border-color: rgba(255,255,255,.16);
  }
}

.cgx-stat-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.cgx-stat-ico{
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
}

.cgx-stat-ico i{
  font-size: 24px;
  opacity: .95;
}

/* tiny badge */
.cgx-stat-badge{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #f2f2f3;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
}

.cgx-stat-value{
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.cgx-stat-plus{
  font-size: 20px;
  opacity: .85;
}

.cgx-stat reminder{}
.cgx-stat-label{
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,.78);
}

/* CTA row */
.cgx-stats-cta{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.cgx-btn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
  border: 1px solid transparent;
  transition: transform .18s ease, opacity .18s ease, background .18s ease, border-color .18s ease;
  user-select:none;
  text-decoration:none;
}

@media (hover:hover){
  .cgx-btn:hover{
    transform: translateY(-1px);
    opacity: .96;
  }
}

.cgx-btn-primary{
  background: #ff5a57;            /* close to your red accent */
  color: #0b1220;
  border-color: rgba(255,255,255,.08);
}
.cgx-btn-primary:hover{background: #0b1220;border-color: rgba(255,255,255,.22);}
.cgx-btn-primary:hover i{color: #ff5a57;}
.cgx-btn-primary i{ color: #0b1220; opacity: .92; }

.cgx-btn-ghost{
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.22);
}
.cgx-btn-ghost i{ color: rgba(255,255,255,.9); }

/* Note */
.cgx-stats-note{
  margin-left: auto;
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.45;
}
.cgx-stats-note i{
  opacity: .9;
}

/* Responsive */
@media (max-width: 798px){
  .cgx-stats-grid{ grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (max-width: 767px){
  .cgx-stats-card{
    padding: 26px 18px 18px;
    border-radius: 18px;
  }
  .cgx-stats-title{ font-size: 24px; }
  .cgx-stat{ padding: 14px 14px 12px; }
  .cgx-stats-note{ width: 100%; margin-left: 0; }
}
@media (max-width: 400px){
  .cgx-stats-grid{ grid-template-columns: 1fr; gap: 12px; }
}

/* Optional reveal animation */
@media (prefers-reduced-motion: no-preference){
  .cgx-stats-card{
    animation: cgxFadeUp .45s ease both;
  }
  @keyframes cgxFadeUp{
    from{ opacity: 0; transform: translateY(10px); }
    to{ opacity: 1; transform: translateY(0); }
  }
}




/* =========================
   FAQ (LIGHT) — UNIQUE
   Prefix: cgx-faq-
========================= */
/* FAQ wrapper */
#faq .cgx-faq-wrap {
  margin: 80px auto 100px;
  padding: 48px 48px 56px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(16, 24, 40, 0.08);
}

/* На планшетах */
@media (max-width: 992px) {
  #faq .cgx-faq-wrap {
    padding: 36px 28px 44px;
    margin: 60px auto 80px;
  }
}

/* На мобильных */
@media (max-width: 576px) {
  #faq .cgx-faq-wrap {
    padding: 28px 20px 36px;
    border-radius: 16px;
  }
}

.cgx-faq-head{
  max-width: 780px;
  margin: 0 auto 22px;
  text-align: center;
}

.cgx-faq-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  color: #6b7280;
}
.cgx-faq-kicker:before,
.cgx-faq-kicker:after{
  content:"";
  width: 32px;
  height: 1px;
  background: rgba(15,23,42,.18);
}

.cgx-faq-title{
  margin: 10px 0 10px;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #0b1220;
}

.cgx-faq-sub{
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

/* List */
.cgx-faq-list{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.cgx-faq-item{
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15,23,42,.06);
  overflow: hidden;
}

.cgx-faq-q{
  list-style: none;
  cursor: pointer;

  padding: 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  font-weight: 900;
  font-size: 16px;
  line-height: 1.35;
  color: #0b1220;
}
.cgx-faq-q::-webkit-details-marker{ display:none; }

.cgx-faq-ico{
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;

  border: 1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.04);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.cgx-faq-ico i{
  font-size: 13px;
  color: rgba(15,23,42,.75);
}

/* Answer */
.cgx-faq-a{
  padding: 14px 18px 18px;   /* сверху добавили воздуха */
  color: #475569;
  font-size: 14px;
  line-height: 1.7;

  border-top: 1px solid rgba(15,23,42,.08);
  background: linear-gradient(to bottom, rgba(15,23,42,.02), transparent 40%);
}
/* Optional: красивый левый акцент при открытии */
.cgx-faq-item{
  position: relative;
}
.cgx-faq-item:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:0;
  background: rgba(239,68,68,.85); /* мягкий красный акцент */
  transition: width .22s ease;
  opacity: .9;
}


/* Open state */
.cgx-faq-item[open] .cgx-faq-ico{
  transform: rotate(180deg);
  background: rgba(15,23,42,.06);
  border-color: rgba(15,23,42,.14);
}

.cgx-faq-item[open]:before{
  width: 3px;
}

/* Hover for desktop */
@media (hover:hover){
  .cgx-faq-item:hover{
    border-color: rgba(15,23,42,.14);
    box-shadow: 0 18px 50px rgba(15,23,42,.08);
  }
}

/* Footer row */
.cgx-faq-foot{
  max-width: 980px;
  margin: 16px auto 0;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 6px;
}

.cgx-faq-help{
  display:flex;
  align-items:center;
  gap: 12px;
  min-width: 260px;
}
.cgx-faq-help-ico{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.10);
  color: rgba(15,23,42,.85);
}
.cgx-faq-help-title{
  font-weight: 900;
  color: #0b1220;
  line-height: 1.2;
}
.cgx-faq-help-sub{
  color: #475569;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 2px;
}

.cgx-faq-btn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
  text-decoration: none;

  background: #0b1220;
  color: #fff;
  border: 1px solid rgba(15,23,42,.12);
  transition: transform .18s ease, opacity .18s ease;
}
@media (hover:hover){
  .cgx-faq-btn:hover{ transform: translateY(-1px); opacity: .96; }
}
.cgx-faq-btn i{ font-size: 16px; }

@media (max-width: 767px){
  .cgx-faq-title{ font-size: 26px; }
  .cgx-faq-q{ padding: 15px 14px; font-size: 15px; }
  .cgx-faq-a{ padding: 12px 14px 14px; }
  .cgx-faq-foot{ gap: 10px; }
  .cgx-faq-btn{ width: 100%; justify-content: center; }
}



/* ================================ */

.widget-list.brand-list li a > * {
	color: #333;
}
.widget-list.brand-list li a:hover > * {
	color: #156097;
}
.widget-list.brand-list li a.active > * {
	font-weight: 700;
	color: #156097;
}

/* Одинаковая рамка для фото в карточке (grid) */
.product-image--holder {
  width: 100%;
  aspect-ratio: 6 / 4;        /* квадрат (можешь сделать 4/3 или 16/9) */
  overflow: hidden;
  border-radius: 10px;
  background: #f3f3f3;
  display: block;
}

/* Картинка заполняет контейнер одинаково */
.product-image--holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* заполняет, лишнее обрезает */
  object-position: center;
  display: block;
}

/* Для списка (ft-product-list) тоже */
.ft-product-list .product-image {
  width: 120px;               /* или что нужно */
  aspect-ratio: 6 / 4;
  overflow: hidden;
  border-radius: 10px;
  background: #f3f3f3;
}

.ft-product-list .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.brand-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    background: #fff;
    transition: all .2s ease;
    height: 100%;
}

.brand-card:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
	transform: translateY(-2px);
}

.brand-logo img {
	max-height: 80px;
	object-fit: contain;
}
.brand-title {
	font-weight: 600;
	color: #222;
}

.brand-logo {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.product-image {
    margin-bottom: 12px;
}
#cart-count.cc0 {
	display: none;
}
.product-price-wrapper {
	color: #000 !important;
}
.quantity .qtybutton {
    font-size: 20px;
    font-weight: 400;
}


/* small helper for brand logos */
.brand-pill{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding: 6px 10px;
	border:1px solid rgba(0,0,0,.08);
	border-radius:14px;
	background:#fff;
	text-decoration:none;
	transition: all .15s ease;
	min-width: 100px;
	min-height: 52px;
}
.brand-pill:hover{
	transform: translateY(-1px);
	border-color: rgba(0,0,0,.18);
	box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.brand-pill img{
	max-height: 30px;
	max-width: 100px;
	object-fit: contain;
	display:block;
	opacity: .92;
}
.font-24 {font-size: 24px;}
.font-44 {font-size: 44px;}
.font-60 {font-size: 60px;}

.font-700 {font-weight: 700;}

.filter-bar{
  background:#fff;
  border:1px solid #eee;
  border-radius:14px;
  padding: 20px;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}
.filter-bar input, .filter-bar button, .filter-bar a {
	padding: 8px 14px;
}
.filter-bar .form-select, .filter-bar .form-control {
	font-size: 14px;
}
.filter-bar .la.la-search {
	font-size: 17px;
}
.filter-select{
  height:44px;
}

.filter-search .input-group-text{
  height:44px;
}

.filter-search .form-control{
  height:44px;
	
}

.filter-search .btn{
  height:44px;
}

.filter-btn{
  height:44px;
  white-space:nowrap;
}

.best-sale-product-area {
	margin: 90px 0 60px;
}

@media (max-width: 768px) {
	.best-sale-product-area {
		margin: 40px 0 30px;
	}
}
/* ================================ */

/* ===============================
   Delivery & Payment section
================================ */

.cgx-dp-section {
	padding: 90px 0;
	background: linear-gradient(
		180deg,
		#f8fafc 0%,
		#ffffff 100%
	);
}

.cgx-dp-header {
	max-width: 720px;
	margin-bottom: 60px;
}

.cgx-dp-header h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #0f172a;
}

.cgx-dp-header p {
	font-size: 16px;
	color: #64748b;
	line-height: 1.6;
}

.cgx-dp-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.cgx-dp-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 44px;
	box-shadow:
		0 20px 40px rgba(15, 23, 42, 0.08),
		0 4px 12px rgba(15, 23, 42, 0.04);
	transition: transform .25s ease, box-shadow .25s ease;
}
.cgx-dp-card::before {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background: #ef4444;
	margin-bottom: 16px;
}

.cgx-dp-card:hover {
	transform: translateY(-4px);
	box-shadow:
		0 30px 60px rgba(15, 23, 42, 0.12),
		0 8px 20px rgba(15, 23, 42, 0.06);
}

.cgx-dp-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: #0f172a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 20px;
	box-shadow: 0 6px 18px rgba(15,23,42,.25);
}

.cgx-dp-card h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: -0.2px;
	color: #0f172a;
}

.cgx-dp-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cgx-dp-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
	font-size: 15px;
	color: #334155;
	line-height: 1.5;
}

.cgx-dp-list i {
	color: #ef4444;
	margin-top: 3px;
	font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
	.cgx-dp-grid {
		grid-template-columns: 1fr;
	}
}
/* ================================
 CGX: Delivery & Payment page
 BLOCK: Guarantees & Responsibility
 Unique prefix: cgx-dp-guard
================================= */

.cgx-dp-guard{
  padding: 20px 0;
  background: #ffffff;
}

.cgx-dp-guard__wrap{
  border-radius: 24px;
  padding: 54px 54px 42px;
  background:
    radial-gradient(1100px 260px at 25% 0%, rgba(15,23,42,.06), transparent 60%),
    radial-gradient(900px 240px at 85% 10%, rgba(239,68,68,.06), transparent 55%),
    #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 60px rgba(15,23,42,.06);
}

.cgx-dp-guard__head{
  max-width: 820px;
}

.cgx-dp-guard__kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 12px;
}

.cgx-dp-guard__kicker:before{
  content:"";
  width: 34px;
  height: 2px;
  background: rgba(239,68,68,.55);
  border-radius: 99px;
}

.cgx-dp-guard__title{
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
  margin: 0 0 12px;
}

.cgx-dp-guard__sub{
  font-size: 16px;
  color: #475569;
  line-height: 1.75;
  margin: 0;
}

.cgx-dp-guard__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.cgx-dp-guard__card{
  background: rgba(248,250,252,.9);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  padding: 22px 22px 20px;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}

.cgx-dp-guard__card:hover{
  transform: translateY(-4px);
  background: #ffffff;
  border-color: rgba(15,23,42,.12);
  box-shadow: 0 18px 45px rgba(15,23,42,.10);
}

.cgx-dp-guard__cardTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.cgx-dp-guard__tag{
  font-size: 12px;
  color: #334155;
  background: rgba(15,23,42,.06);
  border: 1px solid rgba(15,23,42,.08);
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.cgx-dp-guard__ic{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0f172a;
  border: 1px solid rgba(15,23,42,.10);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15,23,42,.08);
}

.cgx-dp-guard__ic--photo{ background: rgba(239,68,68,.08); }
.cgx-dp-guard__ic--docs{ background: rgba(59,130,246,.10); }
.cgx-dp-guard__ic--secure{ background: rgba(16,185,129,.10); }
.cgx-dp-guard__ic--support{ background: rgba(245,158,11,.12); }

.cgx-dp-guard__h3{
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
  line-height: 1.35;
}

.cgx-dp-guard__p{
  font-size: 14.5px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

.cgx-dp-guard__note{
  margin-top: 26px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px dashed rgba(239,68,68,.35);
  background: rgba(239,68,68,.05);
}

.cgx-dp-guard__noteIc{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239,68,68,.12);
  color: #0f172a;
  flex: 0 0 auto;
}

.cgx-dp-guard__noteTxt{
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
}

.cgx-dp-guard__noteTxt b{
  color: #0f172a;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 1200px){
  .cgx-dp-guard__grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px){
  .cgx-dp-guard{ padding: 70px 0; }
  .cgx-dp-guard__wrap{ padding: 40px 22px 26px; }
  .cgx-dp-guard__title{ font-size: 28px; }
}

@media (max-width: 576px){
  .cgx-dp-guard__grid{ grid-template-columns: 1fr; }
}

/* =========================
 CGX DELIVERY & PAYMENT — CTA BLOCK
========================= */
.cgx-dp-cta{
  margin-bottom: 70px;
}

.cgx-dp-cta__box{
  position: relative;
  border-radius: 26px;
  padding: 34px;
  overflow: hidden;
  background: radial-gradient(1200px 360px at 20% 10%, rgba(239,68,68,.12), transparent 55%),
              radial-gradient(900px 320px at 90% 20%, rgba(59,130,246,.12), transparent 55%),
              linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
  box-shadow: 0 22px 70px rgba(2, 6, 23, .25);
  display: grid;
  grid-template-columns: 1.25fr .9fr;
  gap: 28px;
  color: #fff;
}

.cgx-dp-cta__box:before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 28px;
  background: linear-gradient(90deg, rgba(255,255,255,.10), rgba(255,255,255,0));
  pointer-events:none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.cgx-dp-cta__kicker{
  display:inline-block;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-bottom: 10px;
}

.cgx-dp-cta__title{
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 10px;
}

.cgx-dp-cta__text{
  margin: 0 0 16px;
  color: rgba(255,255,255,.82);
  line-height: 1.6;
  font-size: 15px;
  max-width: 680px;
}

.cgx-dp-cta__badges{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.cgx-dp-cta__badge{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.88);
  font-size: 13px;
}

.cgx-dp-cta__badge i{
  font-size: 14px;
  color: rgba(255,255,255,.90);
}

.cgx-dp-cta__right{
  display:flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.cgx-dp-cta__actions{
  display:flex;
  flex-direction: column;
  gap: 10px;
}

.cgx-dp-cta__btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  user-select:none;
}

.cgx-dp-cta__btn--primary{
	background: #ef4444;
	color: #fff;
	box-shadow: 0 18px 40px rgba(239,68,68,.22);
}

.cgx-dp-cta__btn--primary:hover{
	transform: translateY(-2px);
	background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
	color: #ef4444;
	box-shadow: 0 22px 52px rgba(239,68,68,.28);
}

.cgx-dp-cta__btn--ghost{
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}

.cgx-dp-cta__btn--ghost:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.28);
}

.cgx-dp-cta__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  color: rgba(255,255,255,.85);
  text-decoration:none;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}

.cgx-dp-cta__link:hover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
}

.cgx-dp-cta__note{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px dashed rgba(255,255,255,.18);
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.55;
}

.cgx-dp-cta__note i{
  margin-top: 2px;
  color: rgba(255,255,255,.80);
}

/* Responsive */
@media (max-width: 992px){
  .cgx-dp-cta__box{
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .cgx-dp-cta__title{
    font-size: 24px;
  }
}

@media (max-width: 576px){
  .cgx-dp-cta__box{
    padding: 22px;
    border-radius: 22px;
  }
  .cgx-dp-cta__title{
    font-size: 22px;
  }
}


/* =========================================================
   CGX CONTACTS PAGE — LEFT BUTTONS + FORM + MAP (contacts.php)
   Unique classes: cgx-ctc-*
========================================================= */

.cgx-ctc-page { padding: 60px 0 80px; }

.cgx-ctc-hero{
  margin-bottom: 26px;
  text-align: center;
}
.cgx-ctc-hero__title{
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
}
.cgx-ctc-hero__sub{
  margin: 0 auto;
  max-width: 720px;
  font-size: 16px;
  color: #475569;
  line-height: 1.65;
}

/* LEFT */
.cgx-ctc-card{
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 40px rgba(15,23,42,.06);
  padding: 20px;
}
.cgx-ctc-card__head{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.cgx-ctc-card__icon{
  width: 42px; height: 42px;
  border-radius: 12px;
  background: #0f172a;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.cgx-ctc-card__ttl{
  font-weight: 800;
  color: #0f172a;
  font-size: 16px;
}

.cgx-ctc-kv{ margin-top: 6px; }
.cgx-ctc-kv__row{
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(15,23,42,.06);
}
.cgx-ctc-kv__row:first-child{ border-top: 0; }
.cgx-ctc-kv__k{
  width: 140px;
  color: #64748b;
  font-size: 14px;
  display: flex; align-items: center; gap: 8px;
  white-space: nowrap;
}
.cgx-ctc-kv__v{
  color: #0f172a;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
}

.cgx-ctc-actions{
  display: grid;
  gap: 12px;
}
.cgx-ctc-btn{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 26px rgba(15,23,42,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  text-decoration: none;
}
.cgx-ctc-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(15,23,42,.10);
  border-color: rgba(239,68,68,.35);
}
.cgx-ctc-btn__ico{
  width: 42px; height: 42px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  color: #fff;
  background: #0f172a;
  flex: 0 0 auto;
}
.cgx-ctc-btn__txt{ flex: 1; min-width: 0; }
.cgx-ctc-btn__top{
  display: block;
  font-weight: 800;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.2;
}
.cgx-ctc-btn__bot{
  display: block;
  color: #64748b;
  font-size: 12.5px;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cgx-ctc-btn__go{
  color: #94a3b8;
  flex: 0 0 auto;
}

.cgx-ctc-btn--wa .cgx-ctc-btn__ico{ background: #16a34a; }
.cgx-ctc-btn--phone .cgx-ctc-btn__ico{ background: #0f172a; }
.cgx-ctc-btn--mail .cgx-ctc-btn__ico{ background: #334155; }

.cgx-ctc-note{
  margin-top: 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.08);
  padding: 12px 14px;
  color: #475569;
  font-size: 13px;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* RIGHT FORM */
.cgx-ctc-formcard{
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 40px rgba(15,23,42,.06);
  padding: 22px;
}
.cgx-ctc-formcard__head{ margin-bottom: 14px; }
.cgx-ctc-formcard__title{
  font-weight: 900;
  color: #0f172a;
  font-size: 20px;
  margin: 0 0 6px;
}
.cgx-ctc-formcard__sub{
  color: #64748b;
  margin: 0;
  font-size: 14px;
}

.cgx-ctc-lbl{
  font-size: 12px;
  color: #64748b;
  margin-bottom: 6px;
  display: block;
}
.cgx-ctc-inp, .cgx-ctc-ta{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  padding: 12px 12px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.cgx-ctc-inp:focus, .cgx-ctc-ta:focus{
  border-color: rgba(239,68,68,.55);
  box-shadow: 0 0 0 4px rgba(239,68,68,.10);
}
.cgx-ctc-ta{ resize: vertical; min-height: 130px; }

.cgx-ctc-turnstile{
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.08);
  background: #f8fafc;
}

.cgx-ctc-submit{
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 14px 14px;
  background: #ef4444;
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, filter .2s ease;
}
.cgx-ctc-submit:hover{ filter: brightness(.98); transform: translateY(-1px); }

.cgx-ctc-legal{
  margin-top: 10px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.4;
}

/* Alerts */
.cgx-ctc-alert{
  border-radius: 14px;
  padding: 12px 14px;
  margin: 12px 0 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}
.cgx-ctc-alert--ok{
  background: rgba(34,197,94,.10);
  border: 1px solid rgba(34,197,94,.20);
  color: #166534;
}
.cgx-ctc-alert--bad{
  background: rgba(239,68,68,.10);
  border: 1px solid rgba(239,68,68,.20);
  color: #991b1b;
}

/* Honeypot hidden */
.cgx-ctc-hp{
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* MAP */
.cgx-ctc-mapcard{
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 40px rgba(15,23,42,.06);
}
.cgx-ctc-mapcard__head{
  padding: 16px 18px;
  border-bottom: 1px solid rgba(15,23,42,.06);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.cgx-ctc-mapcard__title{
  font-weight: 900;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cgx-ctc-mapcard__sub{
  color: #64748b;
  font-size: 13px;
}
.cgx-ctc-map{
  position: relative;
  width: 100%;
  height: 380px;
  background: #f1f5f9;
}
.cgx-ctc-map iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.cgx-ctc-btn--ig .cgx-ctc-btn__ico {
	background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
	color: #fff;
}

.cgx-ctc-btn--tg .cgx-ctc-btn__ico {
	background: #229ED9;
	color: #fff;
}

/* Responsive */
@media (max-width: 992px){
  .cgx-ctc-hero{ text-align: left; }
  .cgx-ctc-map{ height: 300px; }
}
@media (max-width: 576px){
  .cgx-ctc-page{ padding: 40px 0 60px; }
  .cgx-ctc-hero__title{ font-size: 28px; }
  .cgx-ctc-kv__k{ width: 120px; }
}



/* =========================================================
   CGX LOGIN — section styles (Cargo Express)
   Uses unique classes: .cgx-login* only
   Mobile: form first, benefits second
========================================================= */

/* base */
.cgx-login{
  padding: 0 0 90px;
  background: #ffffff;
}

/* HERO */
.cgx-login-hero{
  background:
    radial-gradient(900px 520px at 70% 35%, rgba(239,68,68,.14), transparent 60%),
    radial-gradient(900px 600px at 15% 55%, rgba(56,189,248,.12), transparent 55%),
    linear-gradient(135deg, #0b1220 0%, #0f172a 45%, #0b1220 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 56px 0 46px;
}

.cgx-login-hero__inner{
  max-width: 760px;
}

.cgx-login-hero__kicker{
  display: inline-block;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-bottom: 12px;
}

.cgx-login-hero__title{
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 10px;
}

.cgx-login-hero__sub{
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,.78);
}

/* GRID */
.cgx-login-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  margin-top: 34px;
  align-items: start;
}

/* columns */
.cgx-login-col{ min-width: 0; }

/* IMPORTANT: mobile order */
.cgx-login-col--form{ order: 2; }
.cgx-login-col--benefits{ order: 1; }

/* CARD (FORM) */
.cgx-login-card{
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
  padding: 22px 22px 20px;
}

.cgx-login-card__head{
  margin-bottom: 14px;
}

.cgx-login-card__title{
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
}

.cgx-login-card__sub{
  margin: 0;
  color: #64748b;
  line-height: 1.6;
  font-size: 14px;
}

/* alerts (optional) */
.cgx-login-alert{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 12px;
  margin: 12px 0 14px;
  font-size: 14px;
  line-height: 1.5;
}

.cgx-login-alert i{ font-size: 16px; }

.cgx-login-alert--ok{
  background: rgba(34,197,94,.10);
  border: 1px solid rgba(34,197,94,.22);
  color: #166534;
}

.cgx-login-alert--bad{
  background: rgba(239,68,68,.08);
  border: 1px solid rgba(239,68,68,.22);
  color: #991b1b;
}

/* FORM */
.cgx-login-form{ margin-top: 6px; }

.cgx-login-row{ margin-bottom: 12px; }

.cgx-login-lbl{
  display: block;
  font-size: 13px;
  color: #475569;
  margin-bottom: 6px;
}

.cgx-login-inp{
  width: 100%;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  padding: 0 14px;
  outline: none;
  color: #0f172a;
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

.cgx-login-inp::placeholder{ color: #94a3b8; }

.cgx-login-inp:focus{
  border-color: rgba(239,68,68,.55);
  box-shadow: 0 0 0 4px rgba(239,68,68,.12);
}

/* password row */
.cgx-login-pass{
  position: relative;
}

.cgx-login-inp--pass{
  padding-right: 46px;
}

.cgx-login-eye{
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(15,23,42,.10);
  background: #f8fafc;
  color: #475569;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
}

.cgx-login-eye:hover{
  background: #eef2ff;
  border-color: rgba(15,23,42,.16);
}

.cgx-login-eye:active{
  transform: translateY(-50%) scale(.98);
}

/* honeypot hidden */
.cgx-login-hp{
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* turnstile wrap */
.cgx-login-turnstile{
  margin: 10px 0 14px;
  padding: 12px;
  border-radius: 14px;
  border: 1px dashed rgba(15,23,42,.14);
  background: #f8fafc;
}

/* submit */
.cgx-login-submit{
  width: 100%;
  height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(239,68,68,.30);
  background: #ef4444;
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
  box-shadow: 0 14px 30px rgba(239,68,68,.18);
}

.cgx-login-submit:hover{
  filter: brightness(1.02);
  box-shadow: 0 16px 36px rgba(239,68,68,.22);
}

.cgx-login-submit:active{
  transform: translateY(1px);
}

/* links */
.cgx-login-links{
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
}

.cgx-login-link{
  color: #0f172a;
  text-decoration: none;
  border-bottom: 1px dashed rgba(15,23,42,.35);
  transition: color .2s ease, border-color .2s ease;
}

.cgx-login-link:hover{
  color: #ef4444;
  border-color: rgba(239,68,68,.55);
}

.cgx-login-dot{
  color: #94a3b8;
}

.cgx-login-legal{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #94a3b8;
  text-align: center;
}

/* BENEFITS */
.cgx-login-benefits{
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.08);
  background:
    radial-gradient(700px 420px at 10% 10%, rgba(56,189,248,.10), transparent 55%),
    radial-gradient(700px 420px at 95% 40%, rgba(239,68,68,.09), transparent 55%),
    #ffffff;
  box-shadow: 0 16px 44px rgba(15,23,42,.05);
  padding: 22px 22px 18px;
}

.cgx-login-benefits__kicker{
  display: inline-block;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 10px;
}

.cgx-login-benefits__title{
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
}

.cgx-login-benefits__list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.cgx-login-benefit{
  display: flex;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(248,250,252,.6);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.cgx-login-benefit:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(15,23,42,.07);
  background: #ffffff;
}

.cgx-login-benefit__ico{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #0f172a;
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 16px;
}

.cgx-login-benefit__txt{ min-width: 0; }

.cgx-login-benefit__top{
  font-weight: 800;
  color: #0f172a;
  font-size: 14px;
  margin-bottom: 2px;
}

.cgx-login-benefit__bot{
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

/* note */
.cgx-login-note{
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px dashed rgba(239,68,68,.25);
  background: rgba(239,68,68,.06);
  color: #7f1d1d;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.45;
}

.cgx-login-note i{ margin-top: 2px; }

/* Responsive */
@media (max-width: 1199px){
  .cgx-login-hero__title{ font-size: 36px; }
  .cgx-login-grid{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 991px){
  .cgx-login{ padding-bottom: 70px; }
  .cgx-login-hero{ padding: 46px 0 40px; }
  .cgx-login-hero__title{ font-size: 34px; }
  .cgx-login-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  /* on mobile: form first */
  .cgx-login-col--form{ order: 1; }
  .cgx-login-col--benefits{ order: 2; }
}

@media (max-width: 576px){
  .cgx-login-hero__title{ font-size: 30px; }
  .cgx-login-card,
  .cgx-login-benefits{
    padding: 18px 16px 16px;
    border-radius: 16px;
  }
  .cgx-login-inp{ height: 44px; }
  .cgx-login-submit{ height: 50px; }
}
.font-18 {
	font-size: 18px;
}

/* ===== DASHBOARD WRAPPER ===== */
.user-dashboard-tab {
    display: flex;
}

/* ===== LEFT MENU ===== */
.user-dashboard-tab__head {
    min-width: 220px;
    background: #f7f8fa;
    border-radius: 10px;
    padding: 10px 0;
}

.user-dashboard-tab__head .nav-link {
    border: none;
    background: transparent;
    color: #444;
    font-weight: 500;
    padding: 14px 20px;
    text-align: left;
    transition: all .2s ease;
    border-radius: 6px;
    margin: 4px 10px;
}

.user-dashboard-tab__head .nav-link:hover {
    background: #eceef2;
    color: #000;
}

.user-dashboard-tab__head .nav-link.active {
    background: #ff4c4c;
    color: #fff;
}

/* ===== CONTENT AREA ===== */
.user-dashboard-tab__content {
    flex: 1;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* ===== TABLE ===== */
.table {
    margin-bottom: 0;
}

.table thead th {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 2px solid #f1f1f1;
    padding: 16px;
}

.table tbody td {
    padding: 18px 16px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
}

.table tbody tr:hover {
    background: #fafafa;
}

/* ===== BUTTON ===== */
.btn-size-md {
    background: #fff;
    border: none;
    color: #333;
    text-transform: lowercase;
    padding: 8px 18px;
    border-radius: 6px;
    transition: .2s ease;
}

.btn-size-md:hover {
    background: #e63a3a;
    color: #fff;
}

/* ===== FORM ===== */
.form--account {
    max-width: 650px;
}

.form__group {
    margin-bottom: 20px;
}

.form__label {
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.form__input {
    width: 100%;

    border: 1px solid #ddd;
    border-radius: 6px;
    transition: .2s ease;
}

.form__input:focus {
    border-color: #ff4c4c;
    box-shadow: 0 0 0 2px rgba(255,76,76,0.15);
    outline: none;
}

/* ===== PASSWORD FIELDSET ===== */
.form__fieldset {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 20px;
}

.form__legend {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
	
    .user-dashboard-tab__head {
        display: flex;
        flex-direction: row !important;
        justify-content: space-between;
		align-items: center;
        min-width: 100%;
        padding: 10px;
    }

    .user-dashboard-tab__head .nav-link {
        flex: 1;
        text-align: center;
        margin: 0 5px;
		padding: 10px;
    }
}

.form-error{
  margin-top: 6px;
  font-size: 13px;
  color: #e63a3a;
}
.footer-links a {
    color: #6c757d;
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.order-status{
	display:inline-block;
	padding:6px 12px;
	border-radius:20px;
	font-size:13px;
	font-weight:600;
	line-height:1.2;
}

.status-new{background:#eef2f7;color:#4b5563;}
.status-awaiting-payment{background:#fff7e6;color:#b7791f;}
.status-payment-error{background:#fde8e8;color:#c53030;}
.status-paid{background:#e6fffa;color:#2c7a7b;}
.status-processing{background:#e8f1ff;color:#2b6cb0;}
.status-shipped{background:#f3e8ff;color:#6b46c1;}
.status-completed{background:#e6ffed;color:#2f855a;}
.status-cancelled{background:#f4f4f5;color:#71717a;}


@media (max-width: 768px) {
.table tbody td.product-thumbnail {
    width: 70px !important;
    min-width: 70px !important;
    padding: 6px;
}
}