:root {
  color-scheme: light;
  background: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
}

.page {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.image-section,
.image-section picture {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 0;
}

.image-section {
  position: relative;
  background: #ffffff;
}

.section-hero::after {
  content: "";
  position: absolute;
  display: none;
  z-index: 4;
  left: 40.1%;
  top: calc(4.42vw - 7px);
  width: 12.2%;
  height: 18px;
  border-radius: 999px;
  background: #f7f8f9;
  pointer-events: none;
}

.hero-nav-underline-cover {
  position: absolute;
  display: none;
  z-index: 7;
  left: 40.1%;
  top: calc(4.42vw - 7px);
  width: 12.2%;
  height: 18px;
  border-radius: 999px;
  background: #f7f8f9;
  pointer-events: none;
}

.image-section img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  user-select: none;
  -webkit-user-drag: none;
}

.hotspot {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 12px;
  line-height: 1;
  text-decoration: none;
}

.hotspot:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(227, 6, 19, 0.75);
}

.language-switcher {
  position: absolute;
  z-index: 6;
  top: 9.15%;
  right: 4.25%;
  width: 74px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

.language-switcher::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 100%;
  height: 12px;
}

.language-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(16, 24, 38, 0.16);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.10);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.language-arrow {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 88px;
  padding: 6px;
  border: 1px solid rgba(16, 24, 38, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  visibility: hidden;
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
}

.language-switcher:hover .language-menu,
.language-switcher:focus-within .language-menu,
.language-switcher.is-open .language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.language-switcher.is-open .language-arrow {
  margin-top: 3px;
  transform: rotate(225deg);
}

.language-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 9px;
  color: #111111;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.language-menu a:hover,
.language-menu a:focus-visible {
  background: #e30613;
  color: #ffffff;
  outline: none;
}

.sea-air-link {
  position: absolute;
  z-index: 5;
  top: 9.15%;
  right: calc(4.25% + 88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 40px;
  border-radius: 13px;
  background: linear-gradient(180deg, #1684ff 0%, #0057d9 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 87, 217, 0.24);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.sea-air-link:hover,
.sea-air-link:focus-visible {
  background: linear-gradient(180deg, #006be8 0%, #0048b8 100%);
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}

.hotspot-phone-top {
  left: 81.82%;
  top: 2.55%;
  width: 16.45%;
  height: 5.63%;
  border-radius: 999px;
}

.nav-carriers {
  left: 40.4%;
  top: 4.0%;
  width: 11.6%;
  height: 4.0%;
}

.nav-offer {
  left: 55.6%;
  top: 4.0%;
  width: 5.8%;
  height: 4.0%;
}

.nav-about {
  left: 63.2%;
  top: 4.0%;
  width: 5.7%;
  height: 4.0%;
}

.nav-contact {
  left: 70.4%;
  top: 4.0%;
  width: 6.9%;
  height: 4.0%;
}

.hotspot-join-hero {
  left: 3.47%;
  top: 61.42%;
  width: 13.94%;
  height: 5.74%;
}

.hotspot-contact-hero {
  left: 18.90%;
  top: 61.42%;
  width: 14.35%;
  height: 5.74%;
}

.hotspot-join-growth {
  left: 23.33%;
  top: 89.80%;
  width: 18.48%;
  height: 7.23%;
}

.hotspot-contact-growth {
  left: 42.90%;
  top: 89.80%;
  width: 17.40%;
  height: 7.23%;
}

.hotspot-call-options {
  left: 75.78%;
  top: 78.53%;
  width: 21.05%;
  height: 9.46%;
}

.hotspot-chat-options {
  left: 58.8%;
  top: 89.6%;
  width: 13.3%;
  height: 5.3%;
}

.hotspot-adar-black {
  left: 23.5%;
  top: 2.5%;
  width: 28.6%;
  height: 71.5%;
}

.hotspot-adar-now {
  left: 52.7%;
  top: 2.5%;
  width: 29.0%;
  height: 71.5%;
}

.hero-card {
  top: 80.2%;
  height: 16.0%;
}

.hero-card-1 {
  left: 3.5%;
  width: 22.5%;
}

.hero-card-2 {
  left: 26.6%;
  width: 22.3%;
}

.hero-card-3 {
  left: 49.4%;
  width: 22.2%;
}

.hero-card-4 {
  left: 72.0%;
  width: 22.5%;
}

.contact-section {
  background:
    radial-gradient(circle at 82% 8%, rgba(227, 6, 19, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  color: #080b12;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
  padding: clamp(28px, 4vw, 64px) clamp(16px, 3vw, 56px) clamp(20px, 3vw, 42px);
}

.contact-wrap {
  max-width: 1770px;
  margin: 0 auto;
}

.contact-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  min-height: 230px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 49%, rgba(255, 255, 255, 0.58) 68%, rgba(255, 255, 255, 0.2) 100%),
    url("assets/contact-bg-desktop.png?v=3") right top / auto 300px no-repeat;
}

.contact-header h2 {
  max-width: 820px;
  margin: 0 0 4px;
  font-size: clamp(34px, 4.2vw, 70px);
  line-height: 1.02;
  letter-spacing: 0;
}

.contact-lead {
  max-width: 980px;
  margin: 0 0 18px;
  font-size: clamp(18px, 1.6vw, 28px);
  font-weight: 700;
}

.contact-lead strong,
.contact-card h3 span,
.why-write p {
  color: #e30613;
}

.contact-copy {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(15px, 1.05vw, 21px);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(400px, 0.84fr);
  gap: clamp(18px, 2vw, 34px);
  align-items: stretch;
}

.contact-form,
.contact-card,
.contact-benefits,
.contact-bottom {
  border: 1px solid rgba(9, 22, 36, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(12, 18, 28, 0.11);
}

.contact-form {
  padding: clamp(20px, 2.2vw, 36px);
  scroll-margin-top: 24px;
}

.form-title {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.form-mark {
  width: 66px;
  height: 66px;
  border: 4px solid #e30613;
  border-radius: 10px;
  position: relative;
}

.form-mark::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 8px;
  left: 16px;
  top: 25px;
  border-radius: 999px;
  background: #e30613;
  transform: rotate(-35deg);
}

.form-title h3,
.contact-card h3,
.why-write h4 {
  margin: 0;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
}

.form-title p {
  max-width: 760px;
  margin: 6px 0 0;
  font-size: clamp(13px, 0.95vw, 16px);
}

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

.form-fields label,
.checks label {
  display: block;
}

.form-fields .full {
  grid-column: 1 / -1;
}

.form-fields span {
  display: block;
  margin-bottom: 6px;
  color: #555d6e;
  font-size: 13px;
  font-weight: 700;
}

.form-fields input,
.form-fields select,
.form-fields textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cfd5df;
  border-radius: 8px;
  background: #ffffff;
  color: #0c1422;
  font: inherit;
  font-size: 16px;
  line-height: 1.25;
  padding: 13px 15px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.form-fields textarea {
  min-height: 118px;
  resize: vertical;
}

.form-fields input:focus,
.form-fields select:focus,
.form-fields textarea:focus {
  border-color: #e30613;
  outline: none;
  box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.12);
}

.checks {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  font-size: clamp(13px, 0.95vw, 16px);
}

.checks label {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}

.checks input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #e30613;
}

.checks a,
.privacy-name {
  color: #e30613;
  font-weight: 700;
  text-decoration: none;
}

.submit-btn {
  display: block;
  width: 100%;
  min-height: 60px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(180deg, #ff171f 0%, #d9000b 100%);
  color: #ffffff;
  cursor: pointer;
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 10px 22px rgba(227, 6, 19, 0.18);
}

.submit-btn:hover,
.submit-btn:focus-visible {
  background: linear-gradient(180deg, #ff2a31 0%, #c9000a 100%);
}

.form-note,
.form-status {
  color: #687080;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-notice {
  max-width: 720px;
  margin: 24px auto 18px;
  padding: 0 18px;
  color: #687080;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.recaptcha-notice a {
  color: #687080;
  text-decoration: underline;
}

.recaptcha-notice a:hover,
.recaptcha-notice a:focus {
  color: #2a2a2a;
}

.form-note {
  margin: 12px 0 0;
  font-size: 14px;
}

.form-status {
  display: none;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 700;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background: #eefaf1;
  color: #17692c;
}

.form-status.is-error {
  background: #fff0f0;
  color: #b00012;
}

.form-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-card {
  padding: clamp(24px, 3vw, 50px);
}

.contact-card h3 {
  margin-bottom: 28px;
}

.contact-card h3 span {
  display: block;
}

.contact-line {
  padding: 20px 0;
  border-top: 1px solid #dfe4ea;
  font-size: clamp(15px, 1.05vw, 18px);
}

.contact-line:first-of-type {
  border-top: 0;
}

.contact-line strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(21px, 1.6vw, 28px);
}

.contact-line p {
  margin: 0;
}

.contact-line a {
  color: #080b12;
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 900;
  text-decoration: none;
}

.why-write {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(227, 6, 19, 0.3);
  border-radius: 14px;
  background: #fffafa;
}

.why-write p {
  margin: 8px 0 12px;
  font-weight: 900;
}

.why-write ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-write li::before {
  content: "✓";
  margin-right: 8px;
  color: #e30613;
  font-weight: 900;
}

.contact-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 16px;
  overflow: hidden;
}

.contact-benefits div {
  min-height: 106px;
  padding: 24px 28px;
  border-left: 1px solid #dfe4ea;
}

.contact-benefits div:first-child {
  border-left: 0;
}

.contact-benefits strong,
.contact-benefits span {
  display: block;
}

.contact-benefits strong {
  margin-bottom: 6px;
  font-size: clamp(17px, 1.25vw, 22px);
}

.contact-benefits span {
  color: #303846;
  font-size: clamp(13px, 0.95vw, 17px);
}

.contact-bottom {
  margin: 16px 0 0;
  padding: 22px 26px;
  border-color: #101826;
  background: #07111f;
  color: #ffffff;
  text-align: center;
  font-size: clamp(18px, 1.6vw, 28px);
  font-weight: 800;
}

.carrier-page {
  background: #02070d;
  color: #ffffff;
}

.carrier-page .page,
.carrier-page .image-section {
  background: #02070d;
}

.carrier-page .contact-section {
  background: #ffffff;
  color: #080b12;
}

.carrier-page .language-switcher {
  top: 9.15%;
  right: 4.25%;
  width: 74px;
}

.carrier-page .language-toggle {
  height: 40px;
  padding: 0 14px;
  border-color: rgba(255, 255, 255, 0.26);
  border-radius: 13px;
  background: rgba(5, 13, 23, 0.86);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  font-size: 14px;
}

.carrier-page .language-menu {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(5, 13, 23, 0.98);
}

.carrier-page .language-menu a {
  color: #ffffff;
}

.carrier-page .sea-air-link {
  top: 9.15%;
  right: calc(4.25% + 88px);
  width: 128px;
  height: 40px;
  border-radius: 13px;
  font-size: 14px;
}

.carrier-logo-home {
  left: 2.6%;
  top: 2.6%;
  width: 11.5%;
  height: 7.0%;
}

.carrier-nav-carriers {
  left: 31.9%;
  top: 3.4%;
  width: 12.4%;
  height: 5.2%;
}

.carrier-nav-offer {
  left: 45.2%;
  top: 3.4%;
  width: 6.8%;
  height: 5.2%;
}

.carrier-nav-about {
  left: 53.0%;
  top: 3.4%;
  width: 6.8%;
  height: 5.2%;
}

.carrier-nav-contact {
  left: 60.8%;
  top: 3.4%;
  width: 8.4%;
  height: 5.2%;
}

.carrier-phone-top {
  left: 81.2%;
  top: 2.6%;
  width: 16.8%;
  height: 6.3%;
  border-radius: 999px;
}

.carrier-join-hero {
  left: 3.6%;
  top: 65.2%;
  width: 16.5%;
  height: 7.1%;
}

.carrier-contact-hero {
  left: 21.0%;
  top: 65.2%;
  width: 15.6%;
  height: 7.1%;
}

.carrier-adar-now {
  left: 3.6%;
  top: 75.4%;
  width: 12.8%;
  height: 5.8%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1919px) {
  .contact-header {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 49%, rgba(255, 255, 255, 0.58) 68%, rgba(255, 255, 255, 0.2) 100%),
      url("assets/contact-bg-laptop.png?v=3") right top / auto 300px no-repeat;
  }

  .carrier-page .language-switcher {
    top: 9.15%;
    right: 4.25%;
  }

  .carrier-page .sea-air-link {
    top: 9.15%;
    right: calc(4.25% + 88px);
  }

  .carrier-logo-home {
    left: 2.8%;
    top: 2.6%;
    width: 12.0%;
    height: 6.8%;
  }

  .carrier-nav-carriers {
    left: 28.6%;
    top: 3.8%;
    width: 13.0%;
    height: 4.4%;
  }

  .carrier-nav-offer {
    left: 43.0%;
    top: 3.8%;
    width: 7.2%;
    height: 4.4%;
  }

  .carrier-nav-about {
    left: 51.5%;
    top: 3.8%;
    width: 7.0%;
    height: 4.4%;
  }

  .carrier-nav-contact {
    left: 60.0%;
    top: 3.8%;
    width: 8.2%;
    height: 4.4%;
  }

  .carrier-phone-top {
    left: 77.2%;
    top: 2.75%;
    width: 17.8%;
    height: 6.2%;
  }

  .carrier-join-hero {
    left: 4.4%;
    top: 65.7%;
    width: 15.8%;
    height: 6.9%;
  }

  .carrier-contact-hero {
    left: 21.5%;
    top: 65.7%;
    width: 15.4%;
    height: 6.9%;
  }

  .carrier-adar-now {
    left: 4.4%;
    top: 76.2%;
    width: 12.4%;
    height: 5.6%;
  }

  .hotspot-phone-top {
    left: 80.20%;
    top: 3.33%;
    width: 16.90%;
    height: 5.04%;
  }

  .nav-carriers {
    left: 40.60%;
    top: 4.05%;
    width: 11.00%;
    height: 4.0%;
  }

  .section-hero::after {
    left: 40.30%;
    top: calc(4.94vw - 7px);
    width: 11.70%;
    height: 17px;
  }

  .hero-nav-underline-cover {
    left: 40.30%;
    top: calc(4.94vw - 7px);
    width: 11.70%;
    height: 17px;
  }

  .nav-offer {
    left: 54.70%;
    top: 4.05%;
    width: 6.50%;
    height: 4.0%;
  }

  .nav-about {
    left: 62.40%;
    top: 4.05%;
    width: 6.00%;
    height: 4.0%;
  }

  .nav-contact {
    left: 69.50%;
    top: 4.05%;
    width: 7.50%;
    height: 4.0%;
  }

  .hotspot-join-hero {
    left: 3.97%;
    top: 57.86%;
    width: 13.05%;
    height: 5.14%;
  }

  .hotspot-contact-hero {
    left: 18.54%;
    top: 57.86%;
    width: 13.37%;
    height: 5.14%;
  }

  .hero-card {
    top: 76.0%;
    height: 16.0%;
  }

  .hero-card-1 {
    left: 3.95%;
    width: 22.5%;
  }

  .hero-card-2 {
    left: 27.0%;
    width: 22.5%;
  }

  .hero-card-3 {
    left: 50.0%;
    width: 22.5%;
  }

  .hero-card-4 {
    left: 73.0%;
    width: 22.5%;
  }

  .hotspot-join-growth {
    left: 23.27%;
    top: 87.70%;
    width: 18.41%;
    height: 7.36%;
  }

  .hotspot-contact-growth {
    left: 42.85%;
    top: 87.70%;
    width: 18.40%;
    height: 7.36%;
  }

  .hotspot-call-options {
    left: 75.98%;
    top: 77.02%;
    width: 21.31%;
    height: 8.87%;
  }

  .hotspot-chat-options {
    left: 58.0%;
    top: 78.0%;
    width: 14.0%;
    height: 5.0%;
  }

  .hotspot-adar-black {
    left: 24.0%;
    top: 2.8%;
    width: 27.5%;
    height: 70.0%;
  }

  .hotspot-adar-now {
    left: 52.0%;
    top: 2.8%;
    width: 28.0%;
    height: 70.0%;
  }
}

@media (max-width: 1439px) {
  .contact-header {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 260px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 58%, rgba(255, 255, 255, 0.3) 100%),
      url("assets/contact-bg-tablet-1024.png?v=3") right top / auto 320px no-repeat;
  }

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

  .contact-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-benefits div:nth-child(odd) {
    border-left: 0;
  }

  .contact-benefits div:nth-child(n + 3) {
    border-top: 1px solid #dfe4ea;
  }

  .carrier-page .language-switcher {
    top: 9.15%;
    right: 4.25%;
  }

  .carrier-page .sea-air-link {
    top: 9.15%;
    right: calc(4.25% + 88px);
  }

  .carrier-logo-home {
    left: 2.9%;
    top: 2.5%;
    width: 12.8%;
    height: 6.8%;
  }

  .carrier-nav-carriers {
    left: 31.8%;
    top: 3.6%;
    width: 12.5%;
    height: 4.2%;
  }

  .carrier-nav-offer {
    left: 45.6%;
    top: 3.6%;
    width: 6.8%;
    height: 4.2%;
  }

  .carrier-nav-about {
    left: 53.5%;
    top: 3.6%;
    width: 6.8%;
    height: 4.2%;
  }

  .carrier-nav-contact {
    left: 61.2%;
    top: 3.6%;
    width: 8.2%;
    height: 4.2%;
  }

  .carrier-phone-top {
    left: 78.6%;
    top: 2.7%;
    width: 17.1%;
    height: 6.0%;
  }

  .carrier-join-hero {
    left: 4.6%;
    top: 48.1%;
    width: 14.8%;
    height: 5.1%;
  }

  .carrier-contact-hero {
    left: 20.7%;
    top: 48.1%;
    width: 15.5%;
    height: 5.1%;
  }

  .carrier-adar-now {
    left: 4.6%;
    top: 64.5%;
    width: 13.5%;
    height: 5.8%;
  }

  .hotspot-phone-top {
    left: 79.77%;
    top: 3.13%;
    width: 17.13%;
    height: 4.24%;
  }

  .nav-carriers {
    left: 35.8%;
    top: 4.2%;
    width: 13.5%;
    height: 4.0%;
  }

  .section-hero::after {
    left: 35.45%;
    top: calc(5.29vw - 6px);
    width: 12.10%;
    height: 16px;
  }

  .hero-nav-underline-cover {
    left: 35.45%;
    top: calc(5.29vw - 6px);
    width: 12.10%;
    height: 16px;
  }

  .nav-offer {
    left: 51.0%;
    top: 4.2%;
    width: 6.8%;
    height: 4.0%;
  }

  .nav-about {
    left: 58.9%;
    top: 4.2%;
    width: 6.7%;
    height: 4.0%;
  }

  .nav-contact {
    left: 66.2%;
    top: 4.2%;
    width: 8.3%;
    height: 4.0%;
  }

  .hotspot-join-hero {
    left: 4.97%;
    top: 48.07%;
    width: 14.64%;
    height: 5.16%;
  }

  .hotspot-contact-hero {
    left: 21.20%;
    top: 48.07%;
    width: 15.40%;
    height: 5.16%;
  }

  .hero-card {
    top: 78.0%;
    height: 15.0%;
  }

  .hero-card-1,
  .hero-card-3 {
    left: 5.0%;
    width: 43.5%;
  }

  .hero-card-2,
  .hero-card-4 {
    left: 51.5%;
    width: 43.5%;
  }

  .hero-card-1,
  .hero-card-2 {
    top: 64.8%;
  }

  .hero-card-3,
  .hero-card-4 {
    top: 80.6%;
  }

  .hotspot-join-growth {
    left: 13.47%;
    top: 88.49%;
    width: 23.34%;
    height: 7.09%;
  }

  .hotspot-contact-growth {
    left: 38.60%;
    top: 88.49%;
    width: 24.00%;
    height: 7.09%;
  }

  .hotspot-call-options {
    left: 75.62%;
    top: 72.56%;
    width: 20.37%;
    height: 9.12%;
  }

  .hotspot-chat-options {
    left: 55.8%;
    top: 73.8%;
    width: 16.0%;
    height: 4.8%;
  }

  .hotspot-adar-black {
    left: 24.5%;
    top: 6.0%;
    width: 24.8%;
    height: 61.5%;
  }

  .hotspot-adar-now {
    left: 50.0%;
    top: 6.0%;
    width: 26.8%;
    height: 61.5%;
  }
}

@media (max-width: 1023px) {
  .contact-section {
    padding: 28px 18px 26px;
  }

  .language-switcher {
    top: 11%;
    right: 4.6%;
    width: 64px;
  }

  .sea-air-link {
    top: 11%;
    right: calc(4.6% + 74px);
    width: 102px;
    height: 36px;
    border-radius: 12px;
    font-size: 12px;
  }

  .language-toggle {
    height: 36px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 13px;
  }

  .carrier-page .language-switcher {
    top: 6.45%;
    right: 4.6%;
    width: 64px;
  }

  .carrier-page .sea-air-link {
    top: 6.45%;
    right: calc(4.6% + 74px);
    width: 102px;
    height: 36px;
    border-radius: 12px;
    font-size: 12px;
  }

  .carrier-logo-home {
    left: 3.2%;
    top: 1.8%;
    width: 18.0%;
    height: 5.7%;
  }

  .carrier-nav-carriers,
  .carrier-nav-offer,
  .carrier-nav-about,
  .carrier-nav-contact {
    display: none;
  }

  .carrier-phone-top {
    left: 63.0%;
    top: 2.1%;
    width: 27.5%;
    height: 4.1%;
  }

  .carrier-join-hero {
    left: 3.7%;
    top: 41.1%;
    width: 32.3%;
    height: 5.1%;
  }

  .carrier-contact-hero {
    left: 37.7%;
    top: 41.1%;
    width: 31.5%;
    height: 5.1%;
  }

  .carrier-adar-now {
    left: 3.7%;
    top: 48.4%;
    width: 20.0%;
    height: 4.8%;
  }

  .contact-header {
    min-height: 300px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 64%, rgba(255, 255, 255, 0.2) 100%),
      url("assets/contact-bg-tablet-768.png?v=3") right top / auto 330px no-repeat;
  }

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

  .why-write ul {
    grid-template-columns: 1fr;
  }

  .hotspot-phone-top {
    left: 71.36%;
    top: 1.66%;
    width: 24.40%;
    height: 3.00%;
  }

  .nav-carriers {
    left: 3.0%;
    top: 9.0%;
    width: 25.0%;
    height: 4.2%;
  }

  .section-hero::after {
    left: 27.95%;
    top: calc(12.62vw - 4px);
    width: 16.10%;
    height: 10px;
  }

  .hero-nav-underline-cover {
    left: 27.95%;
    top: calc(12.62vw - 4px);
    width: 16.10%;
    height: 10px;
  }

  .nav-offer {
    left: 33.0%;
    top: 9.0%;
    width: 12.0%;
    height: 4.2%;
  }

  .nav-about {
    left: 48.0%;
    top: 9.0%;
    width: 12.0%;
    height: 4.2%;
  }

  .nav-contact {
    left: 63.0%;
    top: 9.0%;
    width: 15.0%;
    height: 4.2%;
  }

  .hotspot-join-hero {
    left: 5.06%;
    top: 39.50%;
    width: 18.60%;
    height: 3.94%;
  }

  .hotspot-contact-hero {
    left: 25.70%;
    top: 39.50%;
    width: 18.40%;
    height: 3.94%;
  }

  .hero-card {
    left: 4.2%;
    width: 91.8%;
    height: 8.8%;
  }

  .hero-card-1 {
    top: 72.6%;
  }

  .hero-card-2 {
    top: 81.7%;
  }

  .hero-card-3 {
    top: 90.8%;
  }

  .hero-card-4 {
    display: none;
  }

  .hotspot-join-growth {
    left: 5.89%;
    top: 89.64%;
    width: 28.73%;
    height: 6.01%;
  }

  .hotspot-contact-growth {
    left: 37.30%;
    top: 89.64%;
    width: 28.73%;
    height: 6.01%;
  }

  .hotspot-call-options {
    left: 65.84%;
    top: 87.29%;
    width: 28.18%;
    height: 5.66%;
  }

  .hotspot-chat-options {
    left: 31.0%;
    top: 82.7%;
    width: 18.0%;
    height: 4.0%;
  }

  .hotspot-adar-black {
    left: 36.2%;
    top: 2.0%;
    width: 61.2%;
    height: 32.0%;
  }

  .hotspot-adar-now {
    left: 36.2%;
    top: 34.5%;
    width: 61.2%;
    height: 29.5%;
  }
}

@media (max-width: 767px) {
  .nav-carriers,
  .nav-offer,
  .nav-about,
  .nav-contact {
    display: none;
  }

  .language-switcher {
    top: 11%;
    right: 4.5%;
    width: 64px;
  }

  .sea-air-link {
    top: 11%;
    right: calc(4.5% + 74px);
    width: 102px;
    height: 36px;
    border-radius: 12px;
    font-size: 12px;
  }

  .language-toggle {
    height: 36px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 13px;
  }

  .language-menu {
    min-width: 82px;
  }

  .language-menu a {
    min-height: 32px;
    font-size: 13px;
  }

  .carrier-page .language-switcher {
    top: 11%;
    right: 4.5%;
  }

  .carrier-page .sea-air-link {
    top: 11%;
    right: calc(4.5% + 74px);
  }

  .carrier-logo-home {
    left: 4.2%;
    top: 1.4%;
    width: 19.0%;
    height: 5.0%;
  }

  .carrier-phone-top {
    left: 52.0%;
    top: 1.5%;
    width: 33.0%;
    height: 4.0%;
  }

  .carrier-join-hero {
    left: 4.4%;
    top: 39.4%;
    width: 32.3%;
    height: 4.2%;
  }

  .carrier-contact-hero {
    left: 38.8%;
    top: 39.4%;
    width: 30.8%;
    height: 4.2%;
  }

  .carrier-adar-now {
    left: 4.4%;
    top: 45.7%;
    width: 13.5%;
    height: 5.0%;
  }

  .contact-section {
    padding: 22px 14px;
  }

  .contact-header {
    min-height: 340px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.88) 72%, rgba(255, 255, 255, 0.3) 100%),
      url("assets/contact-bg-mobile-480.png?v=3") right top / auto 300px no-repeat;
  }

  .form-title {
    grid-template-columns: 54px 1fr;
    gap: 12px;
  }

  .form-mark {
    width: 52px;
    height: 52px;
    border-width: 3px;
  }

  .form-mark::before {
    width: 29px;
    left: 12px;
    top: 20px;
  }

  .contact-form,
  .contact-card {
    padding: 18px;
    border-radius: 14px;
  }

  .submit-btn {
    min-height: 56px;
  }

  .contact-benefits {
    grid-template-columns: 1fr;
  }

  .contact-benefits div {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid #dfe4ea;
    padding: 18px;
  }

  .contact-benefits div:first-child {
    border-top: 0;
  }

  .contact-bottom {
    padding: 18px;
  }

  .hotspot-phone-top {
    left: 62.02%;
    top: 1.49%;
    width: 35.00%;
    height: 3.65%;
  }

  .nav-carriers {
    left: 4.0%;
    top: 7.6%;
    width: 25.0%;
    height: 3.4%;
  }

  .section-hero::after {
    left: 3.80%;
    top: calc(17.77vw - 4px);
    width: 24.60%;
    height: 9px;
  }

  .hero-nav-underline-cover {
    left: 3.80%;
    top: calc(17.77vw - 4px);
    width: 24.60%;
    height: 9px;
  }

  .nav-offer {
    left: 32.0%;
    top: 7.6%;
    width: 13.0%;
    height: 3.4%;
  }

  .nav-about {
    left: 48.0%;
    top: 7.6%;
    width: 12.5%;
    height: 3.4%;
  }

  .nav-contact {
    left: 64.0%;
    top: 7.6%;
    width: 15.0%;
    height: 3.4%;
  }

  .hotspot-join-hero {
    left: 4.26%;
    top: 35.62%;
    width: 25.53%;
    height: 3.47%;
  }

  .hotspot-contact-hero {
    left: 4.26%;
    top: 39.85%;
    width: 25.53%;
    height: 3.65%;
  }

  .hero-card {
    left: 4.0%;
    width: 92.0%;
    height: 7.0%;
  }

  .hero-card-1 {
    top: 69.0%;
  }

  .hero-card-2 {
    top: 77.0%;
  }

  .hero-card-3 {
    top: 85.0%;
  }

  .hero-card-4 {
    top: 93.0%;
    display: block;
  }

  .hotspot-join-growth {
    left: 21.79%;
    top: 90.55%;
    width: 56.11%;
    height: 2.87%;
  }

  .hotspot-contact-growth {
    left: 21.79%;
    top: 94.10%;
    width: 56.11%;
    height: 2.87%;
  }

  .hotspot-call-options {
    left: 9.67%;
    top: 92.05%;
    width: 80.45%;
    height: 3.59%;
  }

  .hotspot-chat-options {
    left: 9.67%;
    top: 87.90%;
    width: 32.0%;
    height: 3.2%;
  }

  .hotspot-adar-black {
    left: 6.4%;
    top: 20.6%;
    width: 87.2%;
    height: 21.4%;
  }

  .hotspot-adar-now {
    left: 6.4%;
    top: 42.6%;
    width: 87.2%;
    height: 18.2%;
  }
}

@media (max-width: 479px) {
  .contact-header {
    min-height: 360px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.88) 74%, rgba(255, 255, 255, 0.35) 100%),
      url("assets/contact-bg-mobile-375.png?v=3") right top / auto 300px no-repeat;
  }

  .contact-copy {
    font-size: 14px;
  }

  .form-fields input,
  .form-fields select,
  .form-fields textarea {
    min-height: 50px;
    font-size: 15px;
  }

  .checks {
    font-size: 13px;
  }

  .language-switcher,
  .carrier-page .language-switcher {
    top: 20%;
    right: 4.5%;
  }

  .sea-air-link,
  .carrier-page .sea-air-link {
    top: calc(20% + 44px);
    right: 4.5%;
  }

  .carrier-logo-home {
    left: 5.4%;
    top: 1.7%;
    width: 19.0%;
    height: 4.5%;
  }

  .carrier-phone-top {
    left: 50.8%;
    top: 1.7%;
    width: 32.5%;
    height: 4.2%;
  }

  .carrier-join-hero {
    left: 5.8%;
    top: 46.1%;
    width: 36.6%;
    height: 4.2%;
  }

  .carrier-contact-hero {
    left: 5.8%;
    top: 51.3%;
    width: 36.6%;
    height: 4.2%;
  }

  .carrier-adar-now {
    left: 2.9%;
    top: 57.7%;
    width: 15.0%;
    height: 7.0%;
  }

  .nav-carriers {
    left: 5.0%;
    top: 6.1%;
    width: 25.0%;
    height: 3.1%;
  }

  .section-hero::after {
    left: 4.80%;
    top: calc(18.66vw - 4px);
    width: 26.40%;
    height: 9px;
  }

  .hero-nav-underline-cover {
    left: 4.80%;
    top: calc(18.66vw - 4px);
    width: 26.40%;
    height: 9px;
  }

  .nav-offer {
    left: 34.0%;
    top: 6.1%;
    width: 12.0%;
    height: 3.1%;
  }

  .nav-about {
    left: 49.0%;
    top: 6.1%;
    width: 12.0%;
    height: 3.1%;
  }

  .nav-contact {
    left: 64.0%;
    top: 6.1%;
    width: 15.0%;
    height: 3.1%;
  }

  .hotspot-phone-top {
    left: 63.50%;
    top: 1.08%;
    width: 32.39%;
    height: 3.14%;
  }

  .hotspot-join-hero {
    left: 6.22%;
    top: 35.45%;
    width: 30.40%;
    height: 3.52%;
  }

  .hotspot-contact-hero {
    left: 40.49%;
    top: 35.45%;
    width: 33.10%;
    height: 3.52%;
  }

  .hero-card {
    left: 3.5%;
    width: 93.0%;
    height: 7.6%;
  }

  .hero-card-1 {
    top: 67.0%;
  }

  .hero-card-2 {
    top: 75.0%;
  }

  .hero-card-3 {
    top: 83.0%;
  }

  .hero-card-4 {
    top: 91.0%;
  }

  .hotspot-join-growth {
    left: 6.34%;
    top: 94.04%;
    width: 41.55%;
    height: 2.60%;
  }

  .hotspot-contact-growth {
    left: 50.30%;
    top: 94.04%;
    width: 41.55%;
    height: 2.60%;
  }

  .hotspot-call-options {
    left: 42.49%;
    top: 93.88%;
    width: 47.18%;
    height: 2.28%;
  }

  .hotspot-chat-options {
    left: 9.0%;
    top: 91.2%;
    width: 31.5%;
    height: 2.8%;
  }

  .hotspot-adar-black {
    left: 9.6%;
    top: 24.3%;
    width: 80.5%;
    height: 23.9%;
  }

  .hotspot-adar-now {
    left: 9.6%;
    top: 48.9%;
    width: 80.5%;
    height: 22.0%;
  }
}
