:root {
  --edel-blue: #1455c9;
  --edel-blue-dark: #0b347c;
  --edel-blue-light: #eaf2ff;
  --edel-yellow: #f4b400;
  --edel-yellow-light: #ffd65a;
  --edel-ink: #173052;
  --edel-white: #ffffff;
}

html { accent-color: var(--edel-blue); }
body { color: var(--edel-ink); background: var(--edel-white); }
::selection { color: var(--edel-blue-dark); background: var(--edel-yellow-light); }
#cookie-consent { display: none !important; }

.a_header {
  background: var(--edel-white);
  box-shadow: 0 1px 0 rgba(11, 52, 124, .12);
}

.edelweiss-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: var(--edel-blue-dark) !important;
}

.a_logo > .edelweiss-brand {
  float: left;
  width: 205px;
  height: 98px;
}

.edelweiss-brand img {
  display: block;
  flex: 0 0 auto;
  width: 74px !important;
  height: 74px !important;
  object-fit: contain;
}

.edelweiss-brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1;
}

.edelweiss-brand-copy strong {
  font-family: "BebasNeueBold", "Arial Narrow", sans-serif;
  font-size: 34px;
  line-height: .95;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--edel-blue-dark);
}

.edelweiss-brand-copy small {
  margin-top: 7px;
  font-family: "PTS75F", Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--edel-blue);
}

.a_logo .line {
  margin-left: 8px !important;
  margin-right: 12px !important;
  background: var(--edel-yellow) !important;
}

.a_logo .site-name p,
.a_header_btn p,
.a_header_mobile_btn p,
.a_header_tel p { color: var(--edel-ink) !important; }

.a_header_btn img,
.a_header_mobile_btn img,
.a_header_tel img,
.a_first_screen_subs img,
img[src$="/map.png"],
img[src$="/phone.png"],
img[src*="/images/icon-"] {
  filter: hue-rotate(112deg) saturate(1.35) brightness(.9);
}

.a_nav,
.a_nav ul li ul,
.mobile-menu { background: var(--edel-blue) !important; }

.a_nav ul li a:hover,
.mobile-menu a:hover { background-color: var(--edel-blue-dark) !important; }

.mobile-menu a,
.mobile-menu p { color: #fff !important; }
.mobile-menu ul ul a { color: #dce9ff !important; }
.burger-close img { filter: brightness(0) invert(1); }

.a_first_screen_title h1 { color: var(--edel-ink) !important; }
.a_first_screen_title h1 span {
  color: var(--edel-blue) !important;
  text-decoration: underline;
  text-decoration-color: var(--edel-yellow);
  text-decoration-thickness: 5px;
  text-underline-offset: 5px;
}

.a_first_screen_subs h2 { color: var(--edel-ink) !important; }
.a_first_screen_form {
  background: linear-gradient(105deg, rgba(20, 85, 201, .94) 0%, rgba(20, 85, 201, .82) 72%, rgba(244, 180, 0, .78) 100%), #fff !important;
  box-shadow: 0 12px 30px rgba(11, 52, 124, .2) !important;
}

.a_first_screen_form input[type="submit"],
.popup_box form input[type="submit"] {
  color: var(--edel-blue-dark) !important;
  background: linear-gradient(180deg, var(--edel-yellow-light), var(--edel-yellow)) !important;
  border-bottom-color: #b77900 !important;
  text-shadow: none !important;
}

.a_header_callorder,
.order_call,
.order-product,
.question-manager,
.order_guager,
.our_works a,
.a_map-order-top,
.a_map-order-bottom {
  border-color: var(--edel-blue-dark) !important;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--edel-yellow) !important;
  outline-offset: 2px;
}

.edelweiss-mini-mark {
  width: 88px !important;
  height: 88px !important;
  object-fit: contain;
}

.footer .edelweiss-brand {
  float: left;
  width: 225px;
  min-height: 92px;
}

.footer .edelweiss-brand img {
  width: 72px !important;
  height: 72px !important;
}

.footer .line { background-color: var(--edel-yellow) !important; }
.footer a { color: var(--edel-blue) !important; }

.local-feedback {
  position: absolute;
  z-index: 9900;
  right: 150px;
  top: 820px;
  padding: 11px 18px;
  border: 0;
  border-radius: 8px 8px 0 0;
  color: #fff;
  background: var(--edel-blue);
  box-shadow: 0 6px 24px rgba(11, 52, 124, .3);
  font: 14px "PTS55F", Arial, sans-serif;
  cursor: pointer;
}

.local-feedback::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-radius: 50%;
  background: var(--edel-yellow);
  vertical-align: 1px;
}

.local-overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(7, 29, 68, .72);
}

.local-dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 34px;
  border-top: 7px solid var(--edel-yellow);
  border-radius: 14px;
  color: var(--edel-ink);
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 29, 68, .32);
  text-align: center;
}

.local-dialog h2 {
  margin: 0 0 12px;
  color: var(--edel-blue-dark);
  font: 34px/1.05 "BebasNeueBold", "Arial Narrow", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.local-dialog p { margin: 0 auto 20px; max-width: 430px; font: 16px/1.45 "PTS55F", Arial, sans-serif; }
.local-dialog img { display: block; width: min(260px, 70%); margin: 0 auto 18px; }

.local-dialog-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.local-dialog button,
.local-dialog .local-primary {
  min-height: 44px;
  padding: 10px 22px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--edel-blue);
  font: 15px "PTS75F", Arial, sans-serif;
  cursor: pointer;
}

.local-dialog .local-primary { color: var(--edel-blue-dark); background: var(--edel-yellow); }
.local-dialog-close {
  position: absolute;
  top: 10px;
  right: 12px;
  min-width: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 24px !important;
}

.local-note {
  margin-top: 16px !important;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--edel-blue-dark);
  background: var(--edel-blue-light);
  font-size: 13px !important;
}

@media (max-width: 1180px) {
  .a_logo > .edelweiss-brand { width: 190px; }
  .edelweiss-brand-copy strong { font-size: 30px; }
}

@media (max-width: 600px) {
  .a_logo {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 8px !important;
    margin-bottom: 0;
  }

  .a_logo > .edelweiss-brand {
    float: none;
    width: auto;
    height: 82px;
  }

  .edelweiss-brand img { width: 78px !important; height: 78px !important; }
  .edelweiss-brand-copy strong { font-size: 31px; }
  .edelweiss-brand-copy small { font-size: 10px; }
  .a_logo .line { display: none !important; }
  .a_logo .site-name {
    display: block !important;
    margin-top: 2px !important;
    text-align: center;
  }
  .a_logo .site-name p {
    margin: 0;
    font-size: 13px !important;
    line-height: 1.15 !important;
    letter-spacing: .6px !important;
  }
  .a_logo .site-name p br { display: none; }
  .local-feedback {
    right: 0;
    top: 540px;
    bottom: auto;
    padding: 12px 9px;
    border-radius: 8px 0 0 8px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  .local-feedback::after { display: none; }
  .local-dialog { padding: 30px 20px 24px; }
  .local-dialog h2 { font-size: 28px; }
  .footer .edelweiss-brand { float: none; justify-content: center; width: 100%; }
}
