:root{
  --pb-chrome-ink:#102d48;
  --pb-chrome-blue:#123d72;
  --pb-chrome-accent:#2477b6;
  --pb-chrome-line:#e2eaf0;
  --pb-chrome-soft:#f5f8fa;
  --pb-chrome-muted:#65798a;
}

body.pb-modern-chrome #header{
  position:relative;
  z-index:1000;
  background:#fff;
}
body.pb-modern-chrome #header .header-wrapper{
  background:#fff;
  box-shadow:0 1px 0 var(--pb-chrome-line),0 10px 34px rgba(16,45,72,.055);
}
body.pb-modern-chrome #header .header-main{
  height:78px;
  background:#fff!important;
}
body.pb-modern-chrome #header .header-inner{
  min-height:78px;
}
body.pb-modern-chrome #logo{
  width:230px;
}
body.pb-modern-chrome #logo a{
  position:relative;
  display:block;
  height:54px;
}
body.pb-modern-chrome #logo img{
  opacity:0!important;
}
body.pb-modern-chrome #logo a:before{
  content:"PB";
  position:absolute;
  left:0;
  top:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:11px;
  background:var(--pb-chrome-blue);
  color:#fff;
  font-size:10px;
  font-weight:950;
  letter-spacing:-.04em;
}
body.pb-modern-chrome #logo a:after{
  content:"PRINTBOX";
  position:absolute;
  left:50px;
  top:50%;
  transform:translateY(-50%);
  color:var(--pb-chrome-ink);
  font-size:25px;
  font-weight:850;
  letter-spacing:.015em;
  line-height:1;
}
body.pb-modern-chrome #header .nav>li>a,
body.pb-modern-chrome #header .nav>li>a>i,
body.pb-modern-chrome #header .nav>li>a>span{
  color:var(--pb-chrome-ink)!important;
}
body.pb-modern-chrome #header .nav>li>a{
  font-size:12px;
  font-weight:750;
  letter-spacing:.015em;
}
body.pb-modern-chrome #header .header-language-dropdown>a{
  min-height:38px;
  padding:0 12px;
  border:1px solid var(--pb-chrome-line);
  border-radius:11px;
  background:#fff;
}
body.pb-modern-chrome #header .header-language-dropdown .image-icon{
  display:none;
}
body.pb-modern-chrome #header .header-divider{
  height:28px;
  border-left-color:var(--pb-chrome-line);
}
body.pb-modern-chrome #header .cart-icon strong{
  border-color:var(--pb-chrome-blue);
  color:var(--pb-chrome-blue);
}
body.pb-modern-chrome #header .cart-icon strong:after{
  border-color:var(--pb-chrome-blue);
}
body.pb-modern-chrome #header .header-search a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:12px;
  background:var(--pb-chrome-soft);
}
body.pb-modern-chrome #wide-nav{
  min-height:52px;
  background:#fff!important;
  border-top:1px solid #edf2f5;
}
body.pb-modern-chrome #wide-nav>.flex-row{
  min-height:52px;
}
body.pb-modern-chrome #wide-nav .header-bottom-nav{
  align-items:center;
  gap:7px;
}
body.pb-modern-chrome #wide-nav .header-bottom-nav>li{
  margin:0;
}
body.pb-modern-chrome #wide-nav .header-bottom-nav>li>a{
  min-height:38px;
  padding:0 14px;
  border-radius:11px;
  color:#314d63!important;
  font-size:12px;
  font-weight:800;
  line-height:38px;
}
body.pb-modern-chrome #wide-nav .header-bottom-nav>li:first-child>a{
  padding:0 17px;
  background:var(--pb-chrome-blue);
  color:#fff!important;
  box-shadow:0 8px 18px rgba(18,61,114,.16);
}
body.pb-modern-chrome #wide-nav>.flex-row>.flex-right{
  display:none!important;
}
body.pb-modern-chrome #header .nav-dropdown{
  padding:9px;
  border:1px solid var(--pb-chrome-line);
  border-radius:15px;
  background:#fff;
  box-shadow:0 18px 48px rgba(16,45,72,.14);
}
body.pb-modern-chrome #header .nav-dropdown>li>a{
  padding:10px 13px;
  border-radius:9px;
  color:#29465d;
  font-size:13px;
}
body.pb-modern-chrome #header .nav-dropdown>li>a:hover{
  background:var(--pb-chrome-soft);
  color:var(--pb-chrome-blue);
}
body.pb-modern-chrome #header.sticky-jump .stuck{
  background:rgba(255,255,255,.97)!important;
  backdrop-filter:blur(16px);
  box-shadow:0 1px 0 var(--pb-chrome-line),0 12px 30px rgba(16,45,72,.08);
}

body.pb-modern-chrome #footer{
  display:none!important;
}
.pb-chrome-footer{
  position:relative;
  z-index:2;
  margin-top:0;
  background:#0e263a;
  color:#d7e2ea;
}
.pb-chrome-footer__main{
  display:grid;
  grid-template-columns:1.35fr .72fr .8fr .9fr;
  gap:56px;
  width:min(1180px,calc(100% - 44px));
  margin:0 auto;
  padding:66px 0 52px;
}
.pb-chrome-footer__logo{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#fff!important;
}
.pb-chrome-footer__logo strong{
  font-size:24px;
  letter-spacing:.02em;
}
.pb-chrome-footer__mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:12px;
  background:#fff;
  color:#123d72;
  font-size:11px;
  font-weight:950;
  letter-spacing:-.03em;
}
.pb-chrome-footer__brand p{
  max-width:390px;
  margin:22px 0 18px;
  color:#aebfcb;
  font-size:14px;
  line-height:1.65;
}
.pb-chrome-footer__trust{
  display:inline-flex;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  color:#d9e6ee;
  font-size:11px;
  font-weight:750;
}
.pb-chrome-footer h2{
  margin:3px 0 20px;
  color:#fff;
  font-size:13px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.pb-chrome-footer nav,
.pb-chrome-footer__contact{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.pb-chrome-footer nav a,
.pb-chrome-footer__contact>a{
  margin:0 0 11px;
  color:#b9c9d4!important;
  font-size:13px;
  line-height:1.45;
}
.pb-chrome-footer nav a:hover,
.pb-chrome-footer__contact>a:hover{
  color:#fff!important;
}
.pb-chrome-footer__contact p{
  margin:8px 0 14px;
  color:#9fb1be;
  font-size:12.5px;
  line-height:1.55;
}
.pb-chrome-footer__contact p b{
  color:#dce7ee;
}
.pb-chrome-footer__route{
  font-weight:850;
}
.pb-chrome-footer__bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  width:min(1180px,calc(100% - 44px));
  margin:0 auto;
  padding:19px 0 22px;
  border-top:1px solid rgba(255,255,255,.1);
  color:#8298a7;
  font-size:11px;
}

@media(max-width:849px){
  body.pb-modern-chrome #header .header-main,
  body.pb-modern-chrome #header .header-inner{
    height:66px!important;
    min-height:66px!important;
  }
  body.pb-modern-chrome #logo{
    width:190px;
  }
  body.pb-modern-chrome #logo a{
    height:50px;
  }
  body.pb-modern-chrome #logo a:before{top:6px}
  body.pb-modern-chrome #logo a:after{font-size:22px}
  body.pb-modern-chrome #header .mobile-nav>li>a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:40px;
    min-height:40px;
    margin:0 2px;
    padding:0 8px;
    border-radius:12px;
    color:var(--pb-chrome-ink)!important;
  }
  body.pb-modern-chrome #header .mobile-nav .header-language-dropdown>a{
    font-size:11px;
  }
  body.pb-modern-chrome .mfp-bg.off-canvas-center:not(.mfp-ready)+.mfp-wrap,
  body.pb-modern-chrome .off-canvas .sidebar-menu{
    background:#fff;
  }
  body.pb-modern-chrome .sidebar-menu .nav-sidebar>li>a{
    color:var(--pb-chrome-ink);
    font-size:15px;
    font-weight:800;
  }
  .pb-chrome-footer__main{
    grid-template-columns:1.2fr 1fr;
    gap:42px 28px;
    padding:50px 0 42px;
  }
}
@media(max-width:560px){
  body.pb-modern-chrome #logo{
    width:150px;
  }
  body.pb-modern-chrome #header .mobile-nav .header-language-dropdown>a{
    min-width:38px;
    width:38px;
    overflow:hidden;
    color:transparent!important;
  }
  body.pb-modern-chrome #header .mobile-nav .header-language-dropdown>a:before{
    content:"🌐";
    color:var(--pb-chrome-ink);
    font-size:17px;
  }
  .pb-chrome-footer__main{
    grid-template-columns:1fr 1fr;
    width:calc(100% - 30px);
    gap:34px 20px;
    padding:43px 0 34px;
  }
  .pb-chrome-footer__brand{
    grid-column:1/-1;
  }
  .pb-chrome-footer__contact{
    grid-column:1/-1;
    padding-top:7px;
    border-top:1px solid rgba(255,255,255,.1);
  }
  .pb-chrome-footer__bottom{
    flex-direction:column;
    width:calc(100% - 30px);
    gap:6px;
    padding:17px 0 92px;
  }
}
