@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

#agga-global-ru-header{
  --ink:#091920;
  --orange:#f4772c;
  display:block;
  width:100%;
  color:#fff;
  background:var(--ink);
  font:400 16px/1.45 Manrope,Arial,sans-serif;
}
#agga-global-ru-header,
#agga-global-ru-header *{box-sizing:border-box}
#agga-global-ru-header a,
#agga-global-ru-header button{
  color:inherit;
  font:inherit;
  font-size:16px!important;
  line-height:1.3;
  text-decoration:none;
}
#agga-global-ru-header button{border:0;cursor:pointer}
#agga-global-ru-header input{font:inherit;font-size:16px!important}
#agga-global-ru-header .agga-header{position:relative;z-index:100;background:var(--ink)}
#agga-global-ru-header .agga-container{width:min(1320px,calc(100% - 80px));margin-inline:auto}
#agga-global-ru-header .agga-nav{
  height:60px;
  display:grid;
  grid-template-columns:150px 1fr auto;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.1);
}
#agga-global-ru-header .agga-logo{display:block;width:132px;height:24px;overflow:hidden}
#agga-global-ru-header .agga-logo img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center;mix-blend-mode:screen}
#agga-global-ru-header .agga-menu{justify-self:center;display:flex;gap:36px;color:#c3cbcd}
#agga-global-ru-header .agga-menu a{position:relative}
#agga-global-ru-header .agga-menu a:hover{color:#fff}
#agga-global-ru-header .agga-quote{
  padding:0;
  display:flex;
  align-items:center;
  white-space:nowrap;
  background:transparent;
  color:#fff;
  font-weight:800;
}
#agga-global-ru-header .agga-quote img{width:18px;height:18px;margin-right:9px}
#agga-global-ru-header .agga-quote b{margin-left:10px;color:var(--orange)}
#agga-global-ru-header .agga-mobile{display:none}
#agga-global-ru-header .agga-search-row{height:90px}
#agga-global-ru-header .agga-search-inner{
  height:100%;
  display:grid;
  grid-template-columns:165px 1fr 165px;
  align-items:center;
  gap:30px;
}
#agga-global-ru-header .agga-orange{
  min-width:0;
  height:58px;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--orange);
  color:#fff;
  font-weight:800;
  text-align:center;
}
#agga-global-ru-header .agga-orange:hover{background:#d95f1f}
#agga-global-ru-header .agga-search{height:58px;display:flex;align-items:center;background:#fff}
#agga-global-ru-header .agga-search>img{width:24px;height:24px;margin-left:18px}
#agga-global-ru-header .agga-search input{
  min-width:0;
  width:100%;
  height:100%;
  padding:0 17px;
  border:0;
  outline:0;
  color:#17272d;
  background:#fff;
}
#agga-global-ru-header .agga-search button{
  display:none;
  width:52px;
  height:100%;
  padding:0;
  background:#fff;
}
#agga-global-ru-header .agga-search button img{width:20px;height:20px;margin:auto}

@media(max-width:1199px){
  #agga-global-ru-header .agga-container{width:min(100% - 48px,1320px)}
  #agga-global-ru-header .agga-nav{height:74px;grid-template-columns:1fr auto auto;gap:22px}
  #agga-global-ru-header .agga-menu{display:none}
  #agga-global-ru-header .agga-mobile{position:relative;display:block}
  #agga-global-ru-header .agga-mobile summary{width:28px;height:28px;padding:2px;display:block;list-style:none;cursor:pointer}
  #agga-global-ru-header .agga-mobile summary::-webkit-details-marker{display:none}
  #agga-global-ru-header .agga-mobile summary img{width:24px;height:24px}
  #agga-global-ru-header .agga-mobile nav{
    position:absolute;
    z-index:120;
    right:0;
    top:40px;
    width:350px;
    padding:24px;
    background:var(--ink);
    box-shadow:0 20px 35px rgba(0,0,0,.25);
  }
  #agga-global-ru-header .agga-mobile nav a,
  #agga-global-ru-header .agga-mobile nav button{
    width:100%;
    padding:12px 0;
    display:block;
    border-bottom:1px solid #35454b;
    background:transparent;
    color:#fff;
    font-weight:700;
    text-align:left;
  }
  #agga-global-ru-header .agga-mobile .agga-mobile-cta{
    margin-top:16px;
    padding:15px;
    background:var(--orange);
    border:0;
    text-align:center;
  }
  #agga-global-ru-header .agga-search-inner{grid-template-columns:150px 1fr 150px;gap:20px}
}

@media(max-width:720px){
  #agga-global-ru-header .agga-container{width:calc(100% - 28px)}
  #agga-global-ru-header .agga-nav{position:relative;height:58px;display:flex;align-items:center}
  #agga-global-ru-header .agga-logo{width:104px;height:19px}
  #agga-global-ru-header .agga-quote{position:absolute;right:42px;font-size:0!important}
  #agga-global-ru-header .agga-quote span{display:none}
  #agga-global-ru-header .agga-quote img{margin-right:5px}
  #agga-global-ru-header .agga-quote b{margin:0;font-size:16px!important}
  #agga-global-ru-header .agga-mobile{position:absolute;right:0}
  #agga-global-ru-header .agga-mobile nav{
    position:fixed;
    right:14px;
    top:58px;
    width:min(330px,calc(100vw - 28px));
    max-height:calc(100svh - 72px);
    overflow:auto;
  }
  #agga-global-ru-header .agga-search-row{height:55px;padding:6px 14px}
  #agga-global-ru-header .agga-search-inner{width:100%;display:block}
  #agga-global-ru-header .agga-search-inner>.agga-orange{display:none}
  #agga-global-ru-header .agga-search{height:43px}
  #agga-global-ru-header .agga-search>img{width:20px;height:20px;margin-left:14px}
  #agga-global-ru-header .agga-search input{padding:0 10px}
  #agga-global-ru-header .agga-search button{display:block}
}
