.logo {
  display: block;
  width: 500px;
  background: url(../../images/szimpatika_layout/szimpatika_logo_2019.svg) left top no-repeat;
  background-size: contain;
  height: 75px;
  margin-top: 10px;
  transition: all 0.5s ease 0s;
}
.header {
  /*overflow: unset;*/
  overflow: hidden;
}
.header nav {
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 520px;
  transition: all 0.5s ease 0s;
  width: 480px;
  display: flex;
  justify-content: space-between;
}
.header nav:before {
  background-color: #006229;
  content: ' ';
  top: 0;
  position: absolute;
  height: 2px;
  width: 100%;
}
.header-tools {
  left: 520px;
  width: 480px;
  display: flex;
  justify-content: space-between;
  top: 16px;
  padding-top: 0;
}
.patika-search-holder::after, .header-tools::after, .header nav a:after {
  display: none;
}
#profile {
  position: initial;
  left: initial;
  top: initial;
}
#profile a {
  padding: 7px 0 2px 0;
}
#profile-sub {
  right: calc(50% - 500px);
  padding: 5px;
  background-color: #008c41;
  box-shadow: 0 2px 2px rgba(0,0,0,.3);
  top: 45px;
}
#profile-sub li a {
  color: #fff;
  padding: 3px 4px !important;
}
#profile-sub li a:hover {
  color: #fff;
  transition: all .3s ease-out;
  background-color: #006229;
}
.header nav > a {
  padding-right: 0;
}
.burger-container {
  float: left;
  margin: 3px 3px 0 0;
}
#topics-sub-toggle span.burger, #profile-sub-toggle span.burger
{
  display: block;
  width: 20px;
  height: 3px;
  margin-bottom: 2px;
  position: relative;
  background: #111;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#topics-sub-toggle span.burger:first-child, #profile-sub-toggle span.burger:first-child /*upper*/
{
  transform-origin: 0% 0%;
}

#topics-sub-toggle span.burger:nth-last-child(1), #profile-sub-toggle span.burger:nth-last-child(1) /*lower*/
{
  transform-origin: 0% 100%;
}
.topics-toggled span.burger:first-child, .profile-toggled span.burger:first-child
{
  opacity: 1;
  transform: rotate(45deg) translate(-1.5px, -1px);
  background: #232323;
}
.topics-toggled span.burger:nth-last-child(2), .profile-toggled span.burger:nth-last-child(2) /*middle*/
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.topics-toggled span.burger:nth-last-child(1), .profile-toggled span.burger:nth-last-child(1)
{
  transform: rotate(-45deg) translate(-2px, 0.5px);
}
.header-topics {
  display: none;
  position: fixed;
  background-color: #008c41;
  z-index: 600000;
  padding: 0;
  margin: 0;
  list-style: none;
  top: 83px;
  box-shadow: 0 2px 2px rgba(0,0,0,.3);
  right: calc(50% - 500px);
  left: calc(50% + 10px);
  padding: 5px;
  border: 0 none;
}
.header-topics li {
    padding-right: 20px;
}
.header-topics li a {
  font-size: 20px;
  line-height: 20px;
  background-color: unset;
  /*letter-spacing: 0;*/
  padding: 3px 4px !important;
  text-transform: none;
}
.header-topics li a:hover {
  color: #fff;
  transition: all .3s ease-out;
}