@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
html,body,button,input,select,textarea{font-family:'Montserrat',sans-serif;}

body {margin:0;padding:0;}
.dbheader{position:relative;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);z-index:30;}
.dbheader-in{margin:0 auto;display:flex;align-items:center;gap:22px;padding:15px 60px;}
.dblogo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#111;}
.dblogo-txt{font-weight:700;letter-spacing:.02em;}
.dbnav{flex:1 1 auto;}
.dbnav-ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:flex-end;gap:12px;}
.dbnav-li{position:relative;}
.dbnav-a{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:0;text-decoration:none;color:#111;font-weight:700;letter-spacing:.02em;}
.dbnav-li.has-mega .dbnav-a{padding:12px 18px;}
.dbnav-li.is-open .dbnav-a{background:#16335d;color:#fff;}
.dbnav-li.is-active .dbnav-a{color:#111;}
.dbnav-a:visited{color:#111;}
.dbnav-li.is-active .dbnav-a:visited{color:#111;}
.dbnav-li.is-open .dbnav-a:visited{color:#fff;}
.dbnav-text{text-transform:uppercase;font-size:13px;}
.dbnav-caret{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-2px;opacity:.9;}
.dbnav-li.is-open .dbnav-caret{transform:rotate(225deg);margin-top:2px;}
.dbsearch{display:flex;align-items:center;gap:10px;    margin: 0;}
.dbsearch-inp{width:260px;max-width:32vw;padding:10px 12px;border-radius:6px;border:1px solid rgba(0,0,0,.18);outline:none;}
.dbsearch-btn{padding:10px 12px;border-radius:6px;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;}
.dbtopbar{background:#eef2f7;border-top:1px solid rgba(0,0,0,.06);}
.dbtopbar-in{margin:0 auto;padding:10px 18px;display:flex;align-items:center;justify-content:flex-end;}
.dbtopbar-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.dblang{display:flex;align-items:center;gap:10px;color:#16335d;font-weight:700;font-size:12px;}
.dblang-item{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#16335d;opacity:.85;}
.dblang-item:hover{opacity:1;}
.dblang-flag{width:18px;height:12px;display:inline-flex;align-items:center;justify-content:center;}
.dblang-flag svg{width:18px;height:12px;display:block;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.10) inset;}
.dbsep{width:1px;height:14px;background:rgba(22,51,93,.25);}
.dbcontact{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#16335d;font-weight:700;font-size:12px;}
.dbcontact:hover{opacity:.92;}
.dbico{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;}
.dbico svg{width:16px;height:16px;fill:currentColor;}
.dbmega{position:absolute;left:0;right:0;top:100%;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease;}
.dbmega.is-open{opacity:1;pointer-events:auto;transform:translateY(0);}
.dbmega-in{min-height:420px;background:linear-gradient(90deg,#102f56 0%,#0f2a4d 50%,#0c2443 100%);display:grid;grid-template-columns:1fr 1fr;}
.dbmega-col{padding:64px 78px;}.dbmega-leftitem,.dbmega-rightlink,.dbmega-mainbtn,.dbmega-subbtn{text-decoration:none;}

 .dblogo{display:flex;align-items:center}
.dblogo-img{height:105px;width:auto;display:block}
@media (max-width: 768px){.dblogo-img{height:36px}}

.dbburger{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;}
.dbburger-ico{position:relative;width:18px;height:2px;background:#111;display:block;}
.dbburger-ico:before{content:"";position:absolute;left:0;top:-6px;width:18px;height:2px;background:#111;}
.dbburger-ico:after{content:"";position:absolute;left:0;top:6px;width:18px;height:2px;background:#111;}
.dbdrawer{display:flex;align-items:center;gap:22px;flex:1 1 auto;}
.dbdrawer-top{display:none;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08);}
.dbdrawer-brand{font-weight:700;letter-spacing:.02em;}
.dbdrawer-close{border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;width:40px;height:40px;font-size:22px;line-height:1;}
.dboverlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:40;}
@media (max-width:960px){.dbheader{position:sticky;top:0;}}
@media (max-width:960px){.dbheader-in{justify-content:space-between;}}
@media (max-width:960px){.dbburger{display:inline-flex;}}
@media (max-width:960px){.dbdrawer{position:fixed;left:0;top:0;bottom:0;width:min(360px,88vw);background:#fff;flex-direction:column;align-items:stretch;gap:16px;padding:0 0 16px 0;transform:translateX(-105%);transition:transform .18s ease;z-index:50;overflow:auto;}}
@media (max-width:960px){.dbdrawer-top{display:flex;}}
@media (max-width:960px){.dbheader.is-navopen .dbdrawer{transform:translateX(0);}}
@media (max-width:960px){.dbheader.is-navopen .dboverlay{opacity:1;pointer-events:auto;}}
@media (max-width:960px){.dbnav{width:100%;}}
@media (max-width:960px){.dbnav-ul{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:0 8px;overflow:visible;}}
@media (max-width:960px){.dbnav-li{width:100%;}}
@media (max-width:960px){.dbnav-a{width:100%;justify-content:space-between;padding:14px 14px;border-bottom:1px solid rgba(0,0,0,.06);}}
@media (max-width:960px){.dbsearch{width:100%;padding:0 16px;}}
@media (max-width:960px){.dbsearch-inp{width:100%;max-width:none;}}
@media (max-width:960px){.dbsearch-btn{width:48px;}}




.dbmega-left{position:relative;}
.dbmega-right{position:relative;border-left:1px solid rgba(255,255,255,.08);}
.dbmega-left-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;}
.dbmega-left-title{color:#fff;font-size:30px;font-weight:700;letter-spacing:.02em;}
.dbmega-hr{height:1px;background:rgba(255,255,255,.18);margin:22px 0 0 0;}
.dbmega-mainbtn{display:inline-flex;align-items:center;gap:12px;background:#f3f20a;color:#111;text-decoration:none;font-weight:700;padding:10px 18px;border-radius:0;text-transform:uppercase;font-size:12px;}
.dbmega-subbtn{display:inline-flex;align-items:center;gap:12px;background:#f3f20a;color:#111;text-decoration:none;font-weight:700;padding:10px 18px;border-radius:0;text-transform:uppercase;font-size:12px;}
.dbmega-btnico{font-size:18px;line-height:1;margin-top:-1px;}
.dbmega-leftlist{margin-top:26px;display:flex;flex-direction:column;}
.dbmega-leftitem{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 18px;border:0;background:transparent;color:#fff;cursor:pointer;text-transform:uppercase;font-weight:600;letter-spacing:.02em;}
.dbmega-leftitem:hover{background:rgba(255,255,255,.06);}
.dbmega-leftitem.is-active{background:rgba(255,255,255,.08);color:#f3f20a;}
.dbmega-lefttext{font-size:12px;}
.dbmega-leftarrow{font-size:22px;opacity:.9;}
.dbmega-right-empty{margin-top:8px;color:rgba(255,255,255,.70);font-weight:700;text-transform:uppercase;letter-spacing:.02em;}
.dbmega-rightwrap{display:none;margin-top:0;}
.dbmega.is-selected .dbmega-right-empty{display:none;}
.dbmega.is-selected .dbmega-rightwrap{display:block;}
.dbmega-panel{display:none;}
.dbmega-panel.is-active{display:block;}
.dbmega-right-title{color:#fff;font-size:28px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;}
.dbmega-rightlist{margin-top:22px;display:flex;flex-direction:column;gap:20px;}
.dbmega-rightlink{color:#fff;text-decoration:none;font-weight:700;letter-spacing:.02em;font-size:12px;text-transform:uppercase;}
.dbmega-rightlink:hover{color:#f3f20a;}
.dbmega-rightfoot{position:absolute;right:78px;bottom:44px;}
.dbmega-empty{color:rgba(255,255,255,.70);font-weight:700;text-transform:uppercase;font-size:12px;margin-top:10px;}
@media (max-width:1100px){.dbmega-col{padding:44px 24px;}}
@media (max-width:960px){.dbnav-ul{justify-content:flex-start;overflow:auto;}}
@media (max-width:960px){.dbsearch-inp{width:180px;}}
@media (max-width:860px){.dbmega-in{grid-template-columns:1fr;}}
@media (max-width:860px){.dbmega-right{border-left:0;border-top:1px solid rgba(255,255,255,.08);}}
@media (max-width:860px){.dbmega-rightfoot{position:static;margin-top:22px;}}
