.icon-humberger-menu {
  color: #FFFFFF;
  font-size: 20px;
}

.icon-bell {
  color: #FFFFFF;
  font-size: 19px;
}

.icon-user {
  font-size: 14px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  border-radius: 50%;
}

.icon-user-big {
  color: #FFFFFF;
  font-size: 45px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.icon-twitter {
  width: 26px;
  height: 26px;
  background-image: url(../img/twitter.png);
  background-size: 26px;
  background-repeat: no-repeat;
}

.icon-instagram {
  width: 26px;
  height: 26px;
  background-image: url(../img/instagram.png);
  background-size: 26px;
  background-repeat: no-repeat;
}

.icon-dot-menu {
  width: 27px;
}

.dot-area {
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.dot-area .icon-dot {
  display: block;
  border-radius: 50%;
  background-color: #5D6575;
  width: 11px;
  height: 11px;
}