@media (min-width: 340px) {
  .beam-categories .nav-categories_link {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .mobile_menu {
    display: none;
  }
  .authorization-mobile {
    display: none !important;
  }
  .btn-mobile-menu__open {
    display: none;
  }
  .authorization-container {
    display: flex;
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .desktop__menu,
  .authorization-container {
    display: none;
  }
  .header-nav__list {
    flex-direction: column;
  }
}
.cont-b-menu {
  display: flex;
}
.btn-mobile-menu__open {
  border: none;
  background-color: transparent;
  padding: 0px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.btn-mobile-menu__icon-open {
  width: 40px;
  height: 40px;
  fill: #676767;
}

.mobile-menu {
  box-sizing: border-box;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(37, 37, 54, 0.98);
  padding: 48px 40px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header-nav__item,
.entry-box-mobile > a,
.registration-box-mobile > a {
  font-size: 18px !important;
}

.btn-mobile-menu__closed {
  position: absolute;
  border: 0px;
  padding: 0;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  line-height: 0px;
  background-color: transparent;
  fill: #fe284a;
}
@media screen and (max-width: 340px) {
  .authorization-mobile {
    flex-direction: column !important;
  }
  .entry-box-mobile {
    margin-right: 0px !important;
  }
  .authorization-mobile div:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .authorization-mobile div:not(:last-child) {
    margin-right: 20px;
  }
}
.header-nav__list {
  display: flex;
}
.authorization-mobile {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.entry-box-mobile {
  margin-right: 20px;
}
.registration-box-mobile > a {
  margin: 0px !important;
}
.registration-box >a {
  margin:0px!important;
}