.n-search-form * {
  box-sizing: border-box;
}

.n-search {
  position: absolute;
  display: flex;
  right: 6%;
  margin-top: 5px;
  /*padding-right: 30px;*/
  /*padding-left: 128px;*/
  box-sizing: border-box;
  /*width: 210px;*/
  width: 33px;
  font: 32px/1 'bureausans-light', sans-serif;
  transition: width 0.3s;
}

.n-search-toggled .n-search {
  /*width: 86% !important;*/
  /*padding-left: 128px;*/
}

.n-search-toggler {
  cursor: pointer;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  z-index: 1000000;
  min-width: 33px;
  border: 0;
  outline: 0;
  font: 38px/1 'bureausans-light', sans-serif;
  color: #000;
  background: transparent !important;
}

.n-search-toggler svg {
  position: relative;
  margin-top: -1px;
  margin-right: -1px;
}

.n-search-toggler:hover {
  color: #e30016;
}

.n-search-toggler:hover svg {
  fill: #e30016;
}

.n-search-toggled .n-search-toggler {
  cursor: default;
  color: #000;
}

.n-search-form {
  position: absolute;
  z-index: 1000000;
  top: -50px;
  right: 0;
  left: 43px;
  flex: 1;
  margin: 0;
  /*width: 100%;*/
  opacity: 0;
  transition: opacity .3s, top 0s .3s;
}

.n-search-toggled .n-search-form {
  top: 0;
  opacity: 1;
  transition: opacity .3s, top 0s;
}

.n-search-button {
  padding: 0;
  background: transparent;
}

.n-search-toggled .n-search-button:hover {
  color: #e30016;
}

.n-search-toggler {
  height: 38px;
}

.n-search-toggler:hover {
  background: transparent;
}

.n-search-field {
  display: block;
  margin-right: 40px;
  padding: 0 40px 4px 0;
  width: calc(100% - 34px);
  height: 34px;
  border: 0;
  border-bottom: 2px solid rgba(0,0,0,.0980392);
  outline: none;
  font: 24px 'bureausans-light', sans-serif;
  color: #000;
}

.n-search-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font: 38px/1 'bureausans-light', sans-serif;
  background-color: transparent;
}

.n-search-clear:hover {
  color: #e30016;
  background: transparent;
}

td.four p span.therm, td.four p a.therm span {display: none; }

.header .four .n-header {
  padding-top: 8px;
  font: 20px/normal Verdana, Arial, sans-serif;
}

.header:not(.header--old) .four {
  padding-top: 0;
}

.n-logo {
  position: relative;
  z-index: 3033331111;
  float: left;
  margin-right: 1px;
  width: 140px;
  height: 30px;
  font-size: 30px;
  white-space: nowrap;
}

.n-logo svg {
  display: block;
  fill: #000;
}

.n-logo a:hover svg {
 z-index: 301111111;
  fill: #e30016;
}

.n-menu {
  margin: 0;
  margin-top: -4px;
  padding: 0;
  font: 16px 'bureausans', sans-serif;
  line-height: normal;
  white-space: nowrap;
}

.n-search-toggled .n-menu {
  opacity: 0;
}

.n-menu li {
  display: inline-block;
  margin: 0;
  font-size: 0;
}

.n-menu li span {
  font-size: 16px;
  line-height: normal;
}

.n-menu .current {
  display: block;
  padding-right: 9px;
  padding-left: 9px;
}

.n-menu a:link,
.n-menu a:visited {
  border: 0;
  color: #000;
}

.n-menu a:hover {
  color: #e30016;
}

.n-menu span.current,
.n-menu a.current.active {
  color: #e30016;
}

.n-menu span.current span,
.n-menu a.current.active span {
  padding-bottom: 10px;
}


.n-menu .n-submenu {
  display: none;
}

.global-search {
  position: absolute;
  top: 0;
  right: 5.5%;
  font: 35px/1 'bureausans', sans-serif;
  color: #004f84;
}

.n-burosfera-link {
  position: absolute;
  top: 8px;
  right: 6%;
  left: auto;
  z-index: 1000001;
  margin: 0;
  margin-left: 12px;
}

.n-sphere {
  position: relative;
  margin: 0;
  line-height: 30px;
}

.n-sphere svg {
  display: block;
  fill: #000;
}

.n-sphere a:hover svg {
  fill: #e30016;
}

.n-sphere-user-initials {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'bureausans-bold', sans-serif;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
