.select-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #dde3e8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjZmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f6f9));
  background-image: -moz-linear-gradient(#ffffff, #f2f6f9);
  background-image: -webkit-linear-gradient(#ffffff, #f2f6f9);
  background-image: linear-gradient(#ffffff, #f2f6f9);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.select-wrapper:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 11px;
  height: 10px;
  background: url(../images/sprites/Sprite_Iconosquare_User.png) no-repeat -355px -25px;
}
.select-wrapper.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.select-wrapper .sub-cat option {
  display: none;
}
.select-wrapper .sub-cat option.active {
  display: block;
}
.select-wrapper select {
  position: relative;
  z-index: 1;
  width: 100%;
  display: inline-block;
  height: 30px;
  font-family: "MuseoSans-300", Helvetica, Arial;
  font-size: 13px;
  color: #8196a5;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0 28px 0 8px;
  background: none;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.select-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #8196a5;
}
.select-wrapper select option {
  background: #fff;
}
.select-wrapper.blue, .select-wrapper.white {
  border: none;
  background: none;
  box-shadow: none;
}
.select-wrapper.blue:after, .select-wrapper.white:after {
  width: 9px;
  height: 5px;
}
.select-wrapper.blue {
  margin-top: 25px;
}
.select-wrapper.blue:after {
  background: url(../images/sprites/Sprite_Iconosquare_User.png) no-repeat -246px -84px;
}
.select-wrapper.blue select {
  color: #2095ff;
}
.select-wrapper.white {
  margin-top: 10px;
}
.select-wrapper.white:after {
  background: url(../images/sprites/Sprite_Iconosquare_User.png) no-repeat -411px -28px;
}
.select-wrapper.white option {
  color: #2095ff;
}
.select-wrapper.white select {
  color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .select-wrapper:after {
    background-image: url(../images/sprites/Sprite_Iconosquare_User@2x.png);
    background-size: 830px 115px;
  }
  .select-wrapper.blue:after, .select-wrapper.white:after {
    height: 10px;
    background-image: url(../images/sprites/Sprite_Iconosquare_User@2x.png);
    background-size: 830px 115px;
  }
  .select-wrapper.blue:after {
    background-position-y: -80px;
  }
  .select-wrapper.white:after {
    background-position-y: -25px;
  }
}
.nav-switch li {
  display: inline-block;
  padding: 20px 0;
  margin-right: 45px;
}
.nav-switch li a {
  font-family: "MuseoSans-300", Helvetica, Arial;
  color: #657886;
  font-size: 22px;
}
.nav-switch li:last-child {
  margin-right: 0;
}
.nav-switch li.active {
  border-bottom: 1px solid #2095ff;
}

#today, #last-7-days, #last-30-days {
  display: none;
}

.brand-wrapper {
  white-space: nowrap;
  width: 30%;
}
.brand-wrapper * {
  display: inline-block;
  vertical-align: middle;
}
.brand-wrapper p {
  position: relative;
}
.brand-wrapper a {
  font-family: "MuseoSans-500", Helvetica, Arial;
  color: #2095ff;
  font-size: 14px;
}
.brand-wrapper .brand {
  position: relative;
  width: 80px;
  height: 40px;
}
.brand-wrapper .brand .avatar {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 35px;
  top: 0;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.brand-wrapper .brand .rank {
  border: 1px solid #2095ff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
}
.brand-wrapper .brand .rank.plus {
  border-color: #63ca60;
}
.brand-wrapper .brand .rank.plus .number {
  color: #63ca60;
}
.brand-wrapper .brand .rank.minus {
  border-color: #dc0d23;
}
.brand-wrapper .brand .rank.minus .number {
  color: #dc0d23;
}
.brand-wrapper .brand .rank .number {
  font-family: "MuseoSans-300", Helvetica, Arial;
  color: #2095ff;
  font-size: 13px;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 38px;
}

table {
  width: 100%;
  margin-top: 50px;
}

th {
  text-align: center;
  font-family: "MuseoSans-300", Helvetica, Arial;
  color: #657886;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
}
th p {
  text-transform: uppercase;
}
th .info-wrapper {
  top: 15px;
  right: 7px;
  text-transform: none;
}
th a {
  font-family: "MuseoSans-300", Helvetica, Arial;
  color: #657886;
  font-size: 13px;
  padding: 20px 0;
  display: block;
  margin-bottom: -1px;
  white-space: nowrap;
}
th a.active {
  font-family: "MuseoSans-500", Helvetica, Arial;
  border-bottom: 1px solid #2095ff;
}
th:first-child {
  text-align: left;
}

tr {
  border-bottom: 1px solid #e6e6e6;
}
tr:last-child {
  border-bottom: none;
}

thead tr:last-child {
  border-bottom: 1px solid #e6e6e6;
}

td {
  text-align: center;
  color: #adb6be;
  font-family: "MuseoSans-300", Helvetica, Arial;
  height: 90px;
  width: 12%;
}
td:first-child {
  text-align: left;
}
td.active p {
  font-family: "MuseoSans-500", Helvetica, Arial;
  font-size: 14px;
  color: #657886;
}
td.active span {
  font-family: "MuseoSans-300", Helvetica, Arial;
  color: #adb6be;
}

.categories a {
  font-family: "MuseoSans-300", Helvetica, Arial;
  font-size: 12px;
  color: #adb6be;
  padding: 6px 12px;
  border: 1px solid #adb6be;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -moz-transition: ease-in-out 200ms;
  -o-transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
}
.categories a:hover {
  color: #fff;
  background-color: #adb6be;
}
.categories li {
  padding-bottom: 24px;
}
.categories li:last-child {
  padding-bottom: 0;
}

.followers .minus, .er .minus, .posts .minus, .media .minus {
  color: #dc0d23;
}
.followers .plus, .er .plus, .posts .plus, .media .plus {
  color: #63ca60;
}

.pagination {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
.pagination li {
  display: inline-block;
  margin-right: 20px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li.etc {
  font-family: "MuseoSans-300", Helvetica, Arial;
  color: #657886;
}
.pagination.pagination-mobile {
  display: none;
}

.top-brands-content {
  position: relative;
}

.loader-content {
  position: relative;
  height: 200px;
}

.sticky-header-top, .sticky-header-top-mobile {
  position: absolute;
  top: -55px;
  background-color: #2095ff;
  background-color: rgba(32, 149, 255, 0.96);
  width: 100%;
  height: 54px;
  z-index: 100;
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -webkit-transition: 250ms;
  transition: 250ms;
  -webkit-transform: translateZ(0);
}
.sticky-header-top table, .sticky-header-top-mobile table {
  margin-top: 0;
}
.sticky-header-top table th, .sticky-header-top table th a, .sticky-header-top-mobile table th, .sticky-header-top-mobile table th a {
  color: #fff;
}
.sticky-header-top table th.active, .sticky-header-top table th a.active, .sticky-header-top-mobile table th.active, .sticky-header-top-mobile table th a.active {
  border-color: #fff;
}
.sticky-header-top .select-wrapper, .sticky-header-top-mobile .select-wrapper {
  margin-top: 12px;
}

.table-content {
  margin-top: 50px;
}

.tops, .flops {
  font-size: 44px;
  position: relative;
}

.tops {
  color: #63ca60;
}

.flops {
  color: #dc0d23;
}

.arrow-animate {
  z-index: -1;
  -moz-transition: top 500ms ease-in-out, opacity 500ms ease-in-out;
  -o-transition: top 500ms ease-in-out, opacity 500ms ease-in-out;
  -webkit-transition: top 500ms ease-in-out, opacity 500ms ease-in-out;
  transition: top 500ms ease-in-out, opacity 500ms ease-in-out;
}

.block-header {
  margin-top: 45px;
}
.block-header * {
  width: 33.00654%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.block-header h2 {
  text-transform: uppercase;
  color: #657886;
  font-size: 16px;
}
.block-header.simple h2 {
  width: 100%;
}

.title-category {
  font-family: "MuseoSans-500", Helvetica, Arial;
  color: #657886;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  margin: 45px 0 31px 0;
}
.title-category.first {
  margin-top: 10px;
}

.posts-block .category-wrapper {
  width: 41.08911%;
}
.posts-block .block-brands {
  width: 100% !important;
}

.block-brands-wrapper {
  position: relative;
}
.block-brands-wrapper.last {
  margin-bottom: 147px;
}
.block-brands-wrapper.center .block-brands {
  margin: auto;
  float: none !important;
}
.block-brands-wrapper .brand-line {
  padding: 21px 0;
  border-bottom: 1px solid #e6e6e6;
}
.block-brands-wrapper .brand-line:last-child {
  border: none;
}
.block-brands-wrapper .block-brands {
  width: 41.08911%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
}
.block-brands-wrapper .block-brands:first-child {
  float: left;
}
.block-brands-wrapper .block-brands:last-child {
  float: right;
}
.block-brands-wrapper .brand-wrapper {
  float: left;
}
.block-brands-wrapper .brand-wrapper .brand-name * {
  display: block;
}
.block-brands-wrapper .brand-wrapper .brand-name p {
  font-family: "MuseoSans-300", Helvetica, Arial;
  color: #657886;
  font-size: 14px;
  padding-top: 4px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.block-brands-wrapper .numbers {
  float: right;
}
.block-brands-wrapper .numbers p {
  font-family: "MuseoSans-500", Helvetica, Arial;
  color: #657886;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.block-brands-wrapper .numbers .sub {
  font-family: "MuseoSans-300", Helvetica, Arial;
}

.header-category {
  position: relative;
  height: 240px;
  z-index: -1;
  overflow: hidden;
  background-color: #24262d;
}
.header-category .gradient {
  position: absolute;
  width: 100%;
  height: 240px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#77000000);
  z-index: 0;
}
.header-category .pictures {
  position: absolute;
  width: 10000px;
  left: 50%;
  float: left;
  margin-left: -960px;
}
.header-category .picture {
  display: inline-block;
  float: left;
  position: relative;
}
.header-category .brand-pic {
  width: 240px;
  height: 240px;
}
.header-category .brand-logo {
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: 10px;
  left: 10px;
  z-index: 20;
}

@media screen and (max-width: 780px) {
  .hide-on-mobile {
    display: none !important;
  }

  .hide-on-desktop {
    display: block !important;
  }

  td {
    width: auto;
  }
  td.categories {
    display: none;
  }

  h1 {
    text-align: center;
    padding: 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .brand-wrapper {
    max-width: 220px;
  }
  .brand-wrapper a {
    width: 50%;
  }
  .brand-wrapper p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .category-name {
    text-transform: uppercase;
    color: #657886;
    font-size: 18px;
    text-align: center;
    padding: 0 0 20px 0;
  }

  .space {
    padding-bottom: 50px;
  }

  .top-brands-content table {
    margin-top: 25px;
  }
  .top-brands-content tr:nth-child(2) {
    border-top: 1px solid #e6e6e6;
  }

  .filter-er, .filter-media, .filter-posts,
  .col.er, .col.posts, .col.media {
    display: none;
  }

  .select-wrapper {
    margin-bottom: 20px;
  }
  .select-wrapper.blue {
    border: none;
    background: none;
    box-shadow: none;
    margin-top: 25px;
  }
  .select-wrapper.blue select {
    color: #2095ff;
  }
  .select-wrapper.blue select:after {
    background: url(../images/sprites/Sprite_Iconosquare_User.png) no-repeat -355px -25px;
  }

  .col {
    display: none;
  }
  .col.active {
    display: block;
  }
  .col p {
    line-height: 90px;
  }

  .sticky-header-top {
    display: none;
  }

  .load-more-wrapper {
    padding: 50px 0;
  }
  .load-more-wrapper .load-more {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    clear: both;
  }

  .block-header {
    text-align: center;
  }
  .block-header * {
    width: 100%;
  }

  .block-brands-wrapper .block-brands {
    width: 100%;
    float: none;
  }
  .block-brands-wrapper .block-brands:first-child .flops {
    display: none;
  }
  .block-brands-wrapper .block-brands:nth-child(2) {
    border-top: none;
  }
  .block-brands-wrapper .block-brands:nth-child(2) .tops {
    display: none;
  }

  .icon-wrapper {
    float: right;
  }

  .tops, .flops {
    margin-right: 30px;
    line-height: 13px;
    font-size: 30px;
  }

  .title-category {
    text-align: left;
    padding-left: 12px;
  }
  .title-category.first {
    margin-top: 45px;
  }

  .posts-block .tops, .posts-block .flops, .media-block .tops, .media-block .flops {
    display: none;
  }

  .posts-block .category-wrapper {
    width: 100%;
  }
  .posts-block .category-wrapper.left, .posts-block .category-wrapper.right {
    float: none;
  }
  .posts-block .block-brands-wrapper .block-brands:last-child {
    border-top: 1px solid #e6e6e6;
  }

  .category-block {
    display: none;
  }
  .category-block.active {
    display: block;
  }

  .category-wrapper-mobile img {
    float: left;
  }

  .pagination.pagination-mobile {
    display: block;
  }
  .pagination.pagination-mobile.hide {
    display: none;
  }

  .brand-line {
    position: relative;
  }
  .brand-line .icon-wrapper {
    position: absolute;
    right: 90px;
  }
  .brand-line .brand-wrapper {
    width: 50%;
    max-width: none;
  }
  .brand-line .brand-wrapper .brand-name {
    width: 50%;
  }
  .brand-line .brand-wrapper a {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
