.mobile {
  display: none; }

@media only screen and (max-width: 767px) {
  .desktop {
    display: none; }

  .user__dropdown.user__dropdown--light a {
    text-align: left;
    border-bottom: 1px solid #f1f1f1; }

  .user__dropdown.user__dropdown--light {
    padding: 10px 20px; }

  .mobile {
    display: block !important; }

  .combine .user__avatar {
    display: none; }

  .header {
    position: relative;
    z-index: 11111;
    width: 100%; } }
.combine a {
  line-height: 40px !important;
  display: block;
  margin: 0 0 0 0; }

.combine {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  overflow: auto;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

.pop__inner2 {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  position: relative; }

.pop__content2 {
  display: table;
  height: 100%;
  width: 100%;
  border-radius: 5px; }

.popbody {
  background: #fff;
  border-top-right-radius: 20px;
  position: relative;
  border-top-left-radius: 20px; }

.pop__close2 {
  position: absolute;
  top: -30px;
  right: -30px;
  display: inline-block;
  font-size: 0;
  width: 25px;
  height: 25px;
  background: url(close.svg);
  background-size: 25px 25px;
  margin: 0;
  opacity: 1;
  cursor: pointer; }

p.close-pop span {
  position: absolute;
  background: #fff;
  width: 30px;
  color: #4e4848;
  height: 30px;
  right: 10px;
  top: -32px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50px; }

img.user__avatar2 {
  width: 100%;
  border-radius: 5px;
  /* height: 100%; */
  max-width: 50px;
  top: -20px;
  position: absolute;
  right: 20px;
  max-height: 50px;
  /* position: absolute; */ }
