.header {
  background: linear-gradient(90deg, #1F295A 13.36%, #4B5FB8 92.42%);
  color: #fff;
  border-radius: 0;
  box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
  padding: 0;
}

.header-shadow-off {
  box-shadow: none;
}

.header li {
  padding: 5px 0;
}

.header-menu-and-language {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

#bars-icon {
  display: block;
  fill: #fff;
  width: 30px;
}

#x-icon {
  display: none;
  fill: #fff;
  width: 30px;
}

.header-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  padding: 0 15px;
  box-sizing: border-box;
  top: 50px;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #1F295A 13.36%, #4B5FB8 92.42%);
  box-shadow: rgba(99, 99, 99, 0.5) 0px 7px 8px -4px;
}

.logo-and-contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin: 0;
}

.logo-header {
  height: 30px;
  width:120px;
}

.contacts {
  padding: 0;
  font-size: 14px;

}