.mobileSidebarMenu .innerNavBlcok {
  padding-top: 20px;
  padding-bottom: 10px;
}

.menuManager {
  margin: 0 15px;
  background: #F8FAFF;
  border-radius: 5px;
  padding: 15px;
}

.button-telegram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #357DEB;
  border-radius: 3px;
  height: 40px;
  color: #3676DA;
  font-size: 14px;
  font-weight: 500;
}
.button-telegram svg {
  margin-right: 15px;
}
@media (hover: hover) {
  .button-telegram:hover {
    background: #3676DA;
    color: #fff;
  }
}

.menuManagerHead {
  position: relative;
  padding-left: 54px;
  margin-bottom: 15px;
  line-height: 1.25;
}

.menuManagerIcon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.menuManagerIcon img {
  display: block;
  width: 44px;
  height: 44px;
}

.menuManagerLabel {
  font-size: 14px;
  margin-bottom: 2px;
}

.menuManagerName {
  font-weight: bold;
}