.hashtag {
  display: table;
  table-layout: fixed;
  background: #363e48;
}

.hashtag-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.hashtag-value {
  line-height: 100px;
  font-family: 'LatoMedium', sans-serif;
  font-weight: 500;
  letter-spacing: 4.4px;
  color: #fff;
}

.hashtag-value--0-10 {
  font-size: 100px;
}

.hashtag-value--10-12 {
  font-size: 90px;
}

.hashtag-value--12-14 {
  font-size: 80px;
}

.hashtag-value--14-18 {
  font-size: 60px;
}

.hashtag-value--18-21 {
  font-size: 50px;
}

.hashtag-value--21-26 {
  font-size: 40px;
}

.hashtag-placeholder {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 1.6px;
  color: #fff;
  max-width: 377px;
  margin: 20px auto 68px;
  opacity: .5;
}

.hashtag-socials {
}

.hashtag-social-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 16px;
}

.hashtag-social-icon--vk {
  background-image: url(/Content/img/hashtag/vk@2x.png);
}

.hashtag-social-icon--fb {
  background-image: url(/Content/img/hashtag/fb@2x.png);
}

.hashtag-social-icon--twitter {
  background-image: url(/Content/img/hashtag/twitter@2x.png);
}

.hashtag-social-icon--instagram {
  background-image: url(/Content/img/hashtag/instagram@2x.png);
}