.blog_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
}
.blog_header #header .container {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_header #header .container #phone-menu-blog-button {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.blog_header #header .container #phone-menu-blog-button .menu_button {
  position: absolute;
  text-decoration: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.blog_header #header .container #phone-menu-blog-button .menu_button div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.blog_header #header .container #phone-menu-blog-button .menu_button.active .close-icon {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url(../../../images/icons/phone-menu-close.svg);
  background-repeat: no-repeat;
}
.blog_header #header .container .logo {
  background-repeat: no-repeat;
  background-size: contain;
}
.blog_header #header .container .logo a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.blog_header #header .container .header_search #post-search {
  display: none;
}
.blog_header #header .container .header_search input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 19px;
}
.blog_header #header .container .header_search .search-icon {
  width: 47px;
  height: 47px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  left: 1px;
  border-radius: 6px;
}
.blog_header #header .container .header_search .search-loading.close {
  cursor: pointer;
  display: block;
}
.blog_header #header .container .header_search.active_search .search-icon {
  opacity: 0.7;
  background-size: 16px;
  position: absolute;
}
.blog_header #header .container .tw_button,
.blog_header #header .container .search-loading {
  display: none;
}
.blog_header #top-nav {
  display: none;
}
.blog_header #top-nav ul.menu > li.highlight > a {
  padding: 6px 14px;
  background: rgba(34, 179, 56, 0.1);
  color: #22B338;
  border-radius: 6px;
  font-weight: 700;
}
.blog_header #top-nav ul.menu > li.highlight > a:after {
  content: none;
}

#phone-menu-blog {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 6;
  width: 100%;
  position: fixed;
  top: 78px;
  left: 0;
  overflow-y: auto;
  background: #FFFFFF;
}
#phone-menu-blog .phone-menu-div {
  height: calc(100% - 70px);
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 70px;
  width: 100%;
  display: block;
}
#phone-menu-blog .phone-menu-div-content.fixed-button .phone-menu-button {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
#phone-menu-blog .container ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#phone-menu-blog .container ul li.menu-item-has-children.opened > a:after {
  transform: rotateZ(-180deg);
}
#phone-menu-blog .container ul li.menu-item-has-children.opened .sub-menu {
  display: flex;
}
#phone-menu-blog .container ul li.menu-item-has-children > a {
  position: relative;
}
#phone-menu-blog .container ul li.menu-item-has-children > a:after {
  background: url(../../../images/icons/bold-arrow-white.svg) no-repeat;
  content: "";
  width: 18px;
  bottom: 20px;
  height: 14px;
  background-size: 100%;
  position: absolute;
  transform: rotateZ(-90deg);
  right: 0;
}
#phone-menu-blog .container ul li a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
  padding: 20px 0;
  display: block;
  font-weight: 600;
  text-decoration: none;
}
#phone-menu-blog .container ul li:last-child {
  border-bottom: 0;
}
#phone-menu-blog .container ul li .sub-menu {
  flex-wrap: wrap;
  margin: 0 0 20px;
  width: 100%;
  row-gap: 20px;
  flex-direction: column;
  display: none;
}
#phone-menu-blog .container ul li .sub-menu li {
  margin-bottom: 0;
  border-bottom: 0;
}
#phone-menu-blog .container ul li .sub-menu li a {
  border: none !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 400 !important;
}
#phone-menu-blog .container .phone-menu-button {
  text-align: center;
  padding: 20px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
#phone-menu-blog .container .phone-menu-button .tw_button {
  padding: 14px 40px 13px;
}
#phone-menu-blog .container .menu-top-menu-container {
  padding-bottom: 90px;
}

body.opened_menu .blog_header #header .container .search-loading {
  display: none;
}

.scroll-progress {
  width: 0;
  height: 4px;
  background: #3339F1;
  position: fixed;
  transition: width 0.2s;
  bottom: -4px;
  top: auto;
  z-index: 8;
}
.scroll-progress.with-search {
  display: none;
}

.fixed .scroll-progress {
  position: absolute;
}