body.with-topbar.opened_menu .blog_header {
  top: 0;
  z-index: 1;
}
body.with-topbar.opened_menu .notice-bar {
  display: none !important;
}

body.with-topbar .blog_header {
  position: static;
}
body.with-topbar .blog_header.fixed {
  top: 0;
  position: fixed;
}

body.opened_menu .blog_header {
  position: fixed !important;
  top: 0 !important;
}

.notice-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  box-sizing: border-box;
  background-color: #3339F1;
}
.notice-bar .phone {
  display: none;
}
.notice-bar * {
  color: #fff;
}
.notice-bar .container {
  text-align: center;
}
.notice-bar__text b {
  font-weight: 700;
}
.notice-bar__text .rocket {
  width: 20px;
  height: 20px;
  margin: 0 6px;
  background-image: url("../images/rocket.png");
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 2px;
}
.notice-bar__text a {
  background: url("../images/arrow-white-right.svg") no-repeat right center;
}
.notice-bar__close {
  background-image: url("../images/notice-bar-close-icon.svg");
  position: absolute;
  background-size: 100%;
  cursor: pointer;
  opacity: 1;
}
