:root {
  --blue: #1f76ad;
  --blue-dark: #135179;
  --ink: #1f2933;
  --muted: #667085;
  --line: #e6eaf0;
  --light: #f7f9fb;
  --white: #ffffff;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; background: var(--white); }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
iframe { max-width: 100%; border: 0; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--white); box-shadow: 0 2px 16px rgba(15, 23, 42, .09); }
.topbar { display: flex; justify-content: flex-end; gap: 18px; padding: 8px 6vw; color: var(--white); background: var(--blue-dark); font-size: 14px; flex-wrap: wrap; }
.topbar a { color: var(--white); }
.main-nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 10px 6vw; background: var(--blue); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 156px; height: auto; display: block; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.6); background: transparent; color: var(--white); }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 2px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: .03em; }
.nav-links > li { position: relative; }
.nav-links a, .submenu-title { display: block; padding: 12px 13px; color: var(--white); white-space: nowrap; }
.nav-links > li > a:hover, .nav-links > li:focus-within > a { color: var(--white); background: var(--blue-dark); text-decoration: none; }
.has-menu > a::after { content: " +"; color: var(--white); }
.submenu { position: absolute; top: 100%; left: 0; min-width: 230px; margin: 0; padding: 8px 0; list-style: none; background: var(--white); border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 18px 35px rgba(15, 23, 42, .14); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.has-menu:hover .submenu, .has-menu:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a, .submenu-title { padding: 9px 16px; text-transform: none; letter-spacing: 0; font-weight: 600; color: var(--ink); }
.submenu a:hover { background: var(--light); color: var(--blue); text-decoration: none; }
.submenu-title { color: var(--muted); font-size: 12px; text-transform: uppercase; }
main section { position: relative; padding: 48px 6vw; background-size: cover; background-position: center; }
main > section:first-child:empty,
main > section:first-child:has(.text-xs-center:empty) { display: none; }
.mbr-section-nopadding { padding: 0; }
.article[id^="msg-box8"] .container:empty, .article[id^="msg-box8"] .text-xs-center:empty { display: none; }
.container { max-width: 1120px; margin: 0 auto; position: relative; z-index: 1; }
.mbr-overlay { position: absolute; inset: 0; pointer-events: none; background: rgba(15,23,42,.22); }
section[style*="background-image"] .display-2,
section[style*="background-image"] .lead,
section[style*="background-image"] .mbr-section-subtitle { color: #ffffff; text-shadow: 0 1px 16px rgba(0,0,0,.35); }
#msg-box5-c { margin: 18px 0; padding-top: 58px !important; padding-bottom: 58px !important; }
#msg-box5-c .mbr-table-md-up { display: block; }
#msg-box5-c .content-size,
#msg-box5-c .text-md-right,
#msg-box5-c .text-xs-center { text-align: left; }
#msg-box5-c .lead { max-width: 980px; }
#msg-box5-c .btn { margin-top: 8px; }
.text-xs-center, .text-center { text-align: center; }
.text-md-right, .text-right { text-align: right; }
.display-2, h1, h2, h3 { line-height: 1.2; margin: 0 0 18px; color: #172033; }
.display-2 { font-size: clamp(28px, 4vw, 48px); text-transform: uppercase; }
h1 { font-size: clamp(30px, 4vw, 52px); }
h2 { font-size: clamp(24px, 3vw, 36px); }
h3 { font-size: clamp(20px, 2.3vw, 28px); }
p { margin: 0 0 16px; }
.lead { color: #3d4a5c; font-size: 18px; }
.btn, button, input[type="submit"] { display: inline-block; border: 0; border-radius: 4px; padding: 11px 18px; background: var(--blue); color: var(--white); font-weight: 700; cursor: pointer; }
.btn:hover { background: var(--blue-dark); color: var(--white); text-decoration: none; }
button[disabled], input[type="submit"][disabled] { opacity: .62; cursor: not-allowed; background: #6b7280; }
.card, .mbr-testimonial, .thumbnail, .item, .mbr-gallery-item { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 20px; box-shadow: 0 10px 30px rgba(15, 23, 42, .06); }
.mbr-author-name { font-weight: 700; color: var(--blue-dark); margin-top: 10px; }
.mbr-cards-row, .row, .mbr-table-md-up, .mbr-gallery-row, .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; align-items: start; }
.mbr-testimonials .container > div { display: grid; gap: 18px; }
.mbr-testimonial { margin: 0; }
.mbr-table-md-up { align-items: center; }
.mbr-gallery-row img, .card img, .item img { border-radius: 6px; width: 100%; }
.mbr-wowslider-container { padding: 0; background: #0b1724; }
.mbr-wowslider { position: relative; overflow: hidden; background: #0b1724; }
.ws_images ul { position: relative; list-style: none; padding: 0; margin: 0; min-height: clamp(280px, 52vw, 690px); }
.ws_images li { position: absolute; inset: 0; opacity: 0; transition: opacity 1.8s ease-in-out; font-size: 0; animation: sliderFade 49s infinite; }
.ws_images li:nth-child(2) { animation-delay: 7s; }
.ws_images li:nth-child(3) { animation-delay: 14s; }
.ws_images li:nth-child(4) { animation-delay: 21s; }
.ws_images li:nth-child(5) { animation-delay: 28s; }
.ws_images li:nth-child(6) { animation-delay: 35s; }
.ws_images li:nth-child(7) { animation-delay: 42s; }
.ws_images li.has-started { animation: none; }
.ws_images li:first-child:not(.has-started), .ws_images li.is-active { opacity: 1; z-index: 1; }
@keyframes sliderFade {
  0%, 15%, 100% { opacity: 0; z-index: 0; }
  4%, 18% { opacity: 1; z-index: 1; }
}
.ws_images img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.ws_bullets, .ws_shadow, .mbr-wowslider-options { display: none; }
.slider-controls { position: absolute; inset: auto 0 18px; z-index: 3; display: flex; align-items: center; justify-content: center; gap: 10px; pointer-events: none; }
.slider-dot { width: 11px; height: 11px; border-radius: 50%; padding: 0; background: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.85); pointer-events: auto; }
.slider-dot.is-active { background: var(--blue); }
.slider-arrow { position: absolute; top: 50%; z-index: 3; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; padding: 0; background: rgba(19, 81, 121, .82); color: #fff; font-size: 26px; line-height: 1; }
.slider-prev { left: 18px; }
.slider-next { right: 18px; }
.sort-buttons, .sidebar, .shopItemsModal_wraper { display: none; }
.shop-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.mbr-gallery-row, .mbr-gallery-row > div { display: block; }
.mbr-gallery-item { display: flex; flex-direction: column; min-height: 100%; padding: 0; overflow: hidden; }
.galleryItem { display: flex; flex-direction: column; height: 100%; }
.img_wraper { display: grid; place-items: center; min-height: 230px; padding: 18px; background: #f8fafc; }
.img_wraper img { width: 100%; height: 220px; object-fit: contain; }
.sidebar_wraper { display: grid; gap: 12px; padding: 18px; text-align: center; }
.item-subtitle, .item-title, .card-title { margin: 0; color: var(--blue-dark); }
.mbr-cards-row .card-img img { height: 210px; object-fit: cover; }
.mbr-cards-row .card { height: 100%; }
#features1-4r .mbr-cards-row { max-width: 1120px; margin: 0 auto; padding: 0 6vw 40px; grid-template-columns: repeat(2, minmax(280px, 1fr)); }
#features1-4r .card { padding: 0; overflow: hidden; }
#features1-4r .card-img img { height: auto; object-fit: contain; border-radius: 0; }
#features1-4r .card-block { padding: 22px; }
#features1-4r .card-text img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 0; }
.mbr-map iframe { width: 100%; min-height: 380px; border-radius: 8px; }
.extForm3 .mbr-table-md-up { grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr); }
.extForm3 form, .formblock form, .form-card { background: var(--light); border: 1px solid var(--line); border-radius: 8px; padding: 22px; }
.page-hero { min-height: 280px; display: grid; place-items: center; text-align: center; }
.content-section { background: var(--white); }
.content-grid { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr); gap: 34px; align-items: start; }
.info-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: 0 10px 28px rgba(15, 23, 42, .06); }
.info-card h3, .info-card h4 { color: var(--blue-dark); }
.note { color: #b42318; font-size: 13px; }
.career-copy p { margin-bottom: 14px; }
.map-card iframe { width: 100%; min-height: 420px; border-radius: 8px; }
.subtitle, h5 { font-size: 16px; font-weight: 400; color: var(--muted); }
table { width: 100%; border-collapse: collapse; margin: 22px 0; background: var(--white); }
td, th { border: 1px solid var(--line); padding: 10px 12px; vertical-align: top; }
th { background: var(--light); text-align: left; }
form { display: grid; gap: 14px; margin-top: 18px; }
input, textarea, select { width: 100%; border: 1px solid #cbd5e1; border-radius: 4px; padding: 11px 12px; font: inherit; background: var(--white); }
textarea { min-height: 130px; }
#form2-w .mbr-subscribe { display: flex; align-items: stretch; gap: 12px; max-width: 1120px; margin: 0 auto; }
#form2-w .mbr-subscribe input { flex: 1 1 auto; }
#form2-w .input-group-btn { display: flex; }
#form2-w button[disabled] { opacity: .62; cursor: not-allowed; background: #6b7280; }
.site-footer { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; align-items: start; padding: 34px 6vw 18px; color: #d5dce7; background: #2e2e2e; }
.footer-logo { text-align: left; }
.footer-contact { text-align: left; }
.footer-links { text-align: left; }
.site-footer a { color: #ffffff; }
.site-footer small { grid-column: 1 / -1; display: block; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; color: #c8d0da; }
@media (max-width: 1100px) {
  .main-nav { gap: 18px; padding-left: 4vw; padding-right: 4vw; }
  .brand img { width: 140px; }
  .nav-links { font-size: 12px; }
  .nav-links a, .submenu-title { padding-left: 9px; padding-right: 9px; }
  .mbr-cards-row, .row, .mbr-table-md-up, .mbr-gallery-row, .cards { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
  .content-grid, .extForm3 .mbr-table-md-up { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .topbar { justify-content: center; text-align: center; }
  .main-nav { align-items: stretch; flex-wrap: wrap; gap: 12px; }
  .menu-toggle { display: inline-block; margin-left: auto; }
  .nav-links { display: none; flex-basis: 100%; width: 100%; justify-content: flex-start; align-items: stretch; gap: 0; padding-top: 8px; }
  .site-header.menu-open .nav-links { display: block; }
  .nav-links > li { width: 100%; border-top: 1px solid rgba(255,255,255,.16); }
  .nav-links a, .submenu-title { padding: 10px 0; white-space: normal; }
  .submenu { position: static; min-width: 0; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; border-left: 3px solid rgba(255,255,255,.35); border-radius: 0; padding: 0 0 0 14px; background: transparent; }
  .submenu a, .submenu-title { color: var(--white); }
  .submenu a:hover { background: var(--blue-dark); color: var(--white); }
  .content-grid, .extForm3 .mbr-table-md-up, #features1-4r .mbr-cards-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-logo, .footer-contact, .footer-links { text-align: center; }
}
@media (max-width: 760px) {
  .topbar { justify-content: center; gap: 10px; }
  .brand img { width: 142px; }
  main section { padding: 34px 5vw; }
  .text-md-right, .text-right { text-align: left; }
  .ws_images ul { min-height: 250px; }
  .slider-arrow { width: 36px; height: 36px; font-size: 22px; }
  #features1-4r .mbr-cards-row { padding-left: 5vw; padding-right: 5vw; }
  .shop-items, .mbr-cards-row { grid-template-columns: 1fr; }
  .img_wraper img { height: 190px; }
  .page-hero { min-height: 220px; }
  .display-2 { font-size: 30px; }
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  #form2-w .mbr-subscribe { flex-direction: column; }
  #form2-w .input-group-btn, #form2-w button { width: 100%; }
}
@media (max-width: 480px) {
  .topbar { font-size: 12px; }
  .brand img { width: 128px; }
  .ws_images ul { min-height: 210px; }
  .slider-controls { bottom: 10px; }
  .slider-dot { width: 9px; height: 9px; }
  .slider-arrow { display: none; }
  .card, .mbr-testimonial, .thumbnail, .item, .mbr-gallery-item, .info-card, .form-card { padding: 16px; }
  #features1-4r .card { padding: 0; }
  .site-footer { padding-left: 5vw; padding-right: 5vw; }
}
