body {
  padding-top: 60px;
  font-family: Roboto, sans-serif;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: gold;
}

.bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, transparent, #000), url('../images/screen6.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/screen6.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  opacity: 0.4;
}

.sites {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 50;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/screen6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/screen6.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content {
  padding-left: 10px;
}

.content.my_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.h_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-top: 20px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 300%;
}

.h_filters {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 150%;
}

.h_sort {
  font-family: Roboto, sans-serif;
}

.c_cont {
  display: block;
  width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
}

.h_filters_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_filters_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 20px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-transform: lowercase;
  cursor: pointer;
}

.h_filters_li.active {
  color: gold;
}

.h_filters_li.h_search {
  font-family: 'Materialicons regular', sans-serif;
  font-size: 34px;
}

.h_filters_li.h_search_close {
  font-family: 'Materialicons regular', sans-serif;
  font-size: 34px;
}

.header {
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: 'Archivo Black', sans-serif;
}

.h_sort_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_sort_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 20px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.h_sort_li:hover {
  color: #ff8a8a;
}

.h_sort_li.active {
  color: gold;
}

.sites_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.sites_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 20px;
  padding-right: 20px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .22);
  text-align: center;
}

.sites_li.sites_li_empty {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sites_li.active_arrow {
  border-bottom-color: hsla(0, 0%, 100%, 0);
  font-family: 'Materialicons regular', sans-serif;
  color: #f5f5f5;
  font-size: 30px;
}

.sites_li.sites_li_right {
  padding-right: 0px;
}

.grid {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  cursor: pointer;
}

.grid.opacity {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.grid.opacity.hidden {
  display: none;
}

.grid.featured {
  width: 50%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-flex-basis: 240px;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
}

.grid.grid_25 {
  display: inline-block;
  width: 25%;
  padding: 10px;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
}

.grid.grid_25.featured {
  width: 50%;
}

.grid.grid_25.item_active {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 215, 0, .14);
  box-shadow: none;
}

.grid.grid_25.initial_effect {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.grid.grid_25.grid_sizer {
  margin-top: -1px;
  padding: 0px;
  float: left;
}

.grid.grid_line {
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.grid.grid_line.initial_effect {
  opacity: 0;
}

.grid.grid_line.i_sell {
  background-color: #131313;
  opacity: 1;
}

.grid.grid_line.item_active {
  padding-left: 20px;
  background-color: #353535;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.grid.grid_line.item_not_selling {
  opacity: 0.5;
}

.item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: center;
  cursor: pointer;
}

.item.item_line {
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: left;
}

.item.item_line:hover {
  background-color: rgba(54, 54, 54, .16);
}

.item.item_line.item_not_selling {
  background-color: #2e2e2e;
}

.item.initial_effect {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.item_pic {
  overflow: hidden;
  width: 120px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  -webkit-box-flex: 100vw;
  -webkit-flex: 100vw;
  -ms-flex: 100vw;
  flex: 100vw;
  border-radius: 3px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.item_pic.item_pic_left {
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.item_txt {
  max-height: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.item_txt.item_txt_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  min-width: 250px;
  margin-left: 10px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.item_txt_price {
  font-family: Roboto, sans-serif;
  color: #ff8a8a;
  font-weight: 700;
}

.item_txt_price.hidden {
  display: none;
}

.item_txt_name {
  overflow: hidden;
  max-height: 40px;
  margin-bottom: 4px;
}

.active {
  color: gold;
}

.right {
  width: 30%;
  padding-top: 10px;
  padding-right: 6px;
  padding-left: 40px;
  float: right;
}

.right.shown {
  display: block;
}

.add_info.hidden {
  display: none;
}

.good_cont {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  width: 480px;
  padding-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #3a3a3a;
  box-shadow: 0 0 13px 0 #000;
  opacity: 0;
  -webkit-transform: translate(70px, 0px);
  -ms-transform: translate(70px, 0px);
  transform: translate(70px, 0px);
}

.good_cont.shown {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.shade {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 9%, .64), hsla(0, 0%, 9%, .64));
  background-image: linear-gradient(180deg, hsla(0, 0%, 9%, .64), hsla(0, 0%, 9%, .64));
  opacity: 0;
}

.shade.hidden {
  display: none;
}

.good_top {
  position: relative;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.good_pic {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 200px;
  opacity: 0.77;
}

.good_info {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.good_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Archivo Black', sans-serif;
  font-size: 200%;
  line-height: 120%;
}

.good_desc {
  margin-bottom: 20px;
}

.game_shattered {
  background-color: #000;
  color: #dbdbdb;
  font-size: 14px;
  line-height: 20px;
}

.good_buy_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.good_buy_form.hidden {
  margin-bottom: 10px;
}

.grid_sizer {
  width: 25%;
  height: 1px;
  margin-top: -1px;
}

.item_pic_img {
  width: 100%;
  min-height: 50px;
}

.item_pic_img.img_active {
  -webkit-filter: brightness(71%) contrast(162%);
  filter: brightness(71%) contrast(162%);
}

.good_price {
  margin-right: 10px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #ff8a8a;
  font-size: 240%;
  line-height: 50px;
  font-weight: 700;
}

.panel_close {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  min-height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: 'Materialicons regular', sans-serif;
  color: #000;
  font-size: 44px;
  text-align: center;
}

.panel_close:hover {
  background-color: #303030;
  color: #858585;
}

.panel_close.good_close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.panel_close.good_close:hover {
  background-color: rgba(0, 0, 0, .04);
}

.good {
  position: fixed;
  z-index: 20;
  display: none;
}

.good.shown {
  display: block;
}

.currency {
  margin-right: 2px;
  margin-left: 2px;
}

.h_search {
  font-family: 'Materialicons regular', sans-serif;
  font-size: 34px;
}

.h_search.h_search_close {
  margin-left: -36px;
}

.sites_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.user_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.user_balance_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 31px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid gold;
  border-radius: 30px;
  background-color: gold;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #000;
  font-size: 90%;
  font-weight: 700;
  cursor: pointer;
}

.user_balance_top:hover {
  background-color: #ff8a8a;
}

.bold {
  color: #fff;
  font-weight: 700;
}

.bold.bucks {
  margin-right: 2px;
}

.link {
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.link.link_secondary {
  color: hsla(0, 0%, 100%, .38);
}

.h_search_form {
  position: absolute;
  z-index: 3;
  width: 30%;
  margin-top: 13px;
  margin-left: 10px;
}

.h_search_form.hidden {
  display: none;
}

.search_form_submit {
  display: none;
}

.search_form_input {
  position: absolute;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: transparent transparent gold;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 19px;
}

.search_form_input:focus {
  border-color: transparent transparent #ff8a8a;
}

.icon {
  display: inline-block;
  height: 23px;
  font-family: 'Materialicons regular', sans-serif;
  font-size: 120%;
}

.icon.add_banner_image {
  font-size: 54px;
  line-height: 50px;
}

.icon.only_mobile {
  display: none;
}

.icon.sort {
  position: relative;
  top: 3px;
  width: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 90%;
}

.h_search_filters_ul {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.h_search_filters_li {
  margin-right: 20px;
}

.my_cont {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 768px;
  padding-top: 60px;
  background-color: #414349;
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, .49);
  -webkit-transform: translate(70px, 0px);
  -ms-transform: translate(70px, 0px);
  transform: translate(70px, 0px);
}

.my_cont.shown {
  display: block;
}

.my {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
}

.my.shown {
  display: block;
}

.section {
  margin-bottom: 20px;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ff8a8a;
  color: #ff8a8a;
  text-align: center;
}

.add_banner_sect {
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.add_info_game {
  font-size: 13px;
  line-height: 22px;
}

.add_info_logo {
  min-height: 100px;
  background-image: url('../images/logo_white.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.add_banner_image {
  min-height: 50px;
}

.h_myitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.my_items_but {
  margin-bottom: -8px;
  padding: 13px 12px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 215, 0, 0);
  border-radius: 2px;
  color: hsla(0, 0%, 86%, .54);
  cursor: pointer;
}

.my_items_but.hidden {
  display: none;
}

.bg22 {
  background-color: #0098ff;
}

.game_cs {
  background-color: #c5c5c5;
  color: #000;
}

.game_dota {
  background-color: #000;
  color: #bea988;
}

.good_buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding-right: 20px;
  padding-bottom: 3px;
  padding-left: 20px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: gold;
  color: #000;
  font-size: 20px;
}

.prof {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prof.shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pop_body {
  display: block;
  overflow: hidden;
  width: 568px;
  height: 300px;
  border-radius: 3px;
  background-color: #414349;
  box-shadow: 0 1px 3px 0 #000;
  opacity: 1;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

.pop_body.shown {
  position: relative;
  z-index: 10;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.pop_body.prof_pop {
  width: 768px;
  height: 700px;
}

.pop_body.prof_pop.prof_pop_init {
  display: none;
  opacity: 0;
}

.pop_body.prof_pop.prof_pop_init.shown {
  display: block;
  opacity: 1;
}

.pop_body.login_pop.login_pop_init {
  display: none;
  opacity: 0;
}

.pop_body.login_pop.login_pop_init.shown {
  display: block;
  height: 500px;
  margin-top: 1px;
  opacity: 1;
}

.prof_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #7e7e7e;
  font-size: 130%;
}

.prof_top_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pop_top_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 4px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  text-transform: uppercase;
  cursor: pointer;
}

.pop_top_li:hover {
  border-top-color: #fff;
  color: #fff;
}

.pop_top_li.active {
  border-top-color: gold;
}

.pop_top_x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 66px;
  -ms-flex-preferred-size: 66px;
  flex-basis: 66px;
  border-top: 4px solid transparent;
  font-size: 25px;
  line-height: 22px;
  text-align: right;
  cursor: pointer;
}

.pop_top_x:hover {
  color: #fff;
}

.pop_main {
  padding: 20px 30px;
}

.pop_main.login_page.hidden {
  display: none;
}

.pop_main_h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #797979;
  color: #797979;
  font-size: 120%;
  font-weight: 700;
}

.container {
  margin-bottom: 20px;
}

.prof_main_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.prof_main_line.prof_pay_th {
  min-height: 20px;
  margin-top: -10px;
  margin-bottom: 4px;
  color: #7c7c7c;
}

.prof_main_line.prof_pay_tr {
  margin-bottom: 4px;
  border-top: 1px solid #4b4b4b;
  font-size: 90%;
}

.prof_main_line.prof_balance_line {
  padding: 10px;
  background-color: #383a41;
}

.prof_main_block_col1 {
  padding-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  color: #797979;
}

.prof_main_block_col2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 26px;
  padding-right: 12px;
  padding-bottom: 2px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #797979;
  border-radius: 5px;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #797979;
  font-size: 90%;
  line-height: 18px;
  cursor: pointer;
}

.form_button:hover {
  border-color: #b6b6b6;
  color: #b6b6b6;
}

.form_button:active {
  background-color: #b6b6b6;
  color: #000;
}

.form_button.form_button_acccented {
  border-color: gold;
  -webkit-transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  color: gold;
}

.form_button.form_button_acccented:hover {
  background-color: gold;
  color: #000;
}

.form_button.form_button_acccented:active {
  border-color: #ffee91;
  background-color: #ffee91;
}

.form_button.form_button_acccented.form_button_sell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  font-size: 110%;
}

.form_button.form_button_acccented.form_button_disabled {
  background-color: transparent;
  opacity: 0.27;
  cursor: not-allowed;
}

.form_button.form_button_acccented.form_button_disabled:hover {
  background-color: transparent;
  color: gold;
}

.form_button.form_button_acc {
  padding-bottom: 1px;
  border-color: gold;
  background-color: gold;
  color: #000;
}

.form_button.form_button_acc.form_button_big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  padding-bottom: 4px;
  font-size: 150%;
}

.form_button.form_button_big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 150%;
}

.form_button.form_button_big.form_button_noborder {
  min-height: 36px;
  font-size: 110%;
}

.form_button.form_button_big.form_button_noborder:hover {
  background-color: transparent;
}

.form_input {
  display: inline-block;
  height: 28px;
  max-width: 160px;
  margin-right: 10px;
  padding: 2px 10px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #2d2e32;
  border-radius: 3px;
  background-color: #2d2e32;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.form_input:hover {
  background-color: #1f1f1f;
}

.form_input:focus {
  border-color: #757575;
  background-color: #000;
}

.form_input.form_input_disabled {
  border-color: #3d3f47;
  background-color: #3d3f47;
  color: hsla(0, 0%, 100%, .52);
}

.form_input.sell_price_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 36px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 120%;
  text-align: center;
}

.prof_profile.hidden {
  display: none;
}

.prof_mygames.hidden {
  display: none;
}

.label.label_right {
  text-align: right;
}

.prof_pay.hidden {
  display: none;
}

.float_left {
  margin-right: 4px;
  float: left;
}

.float_left.float_left_wide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form_label {
  color: #797979;
}

.prof_game_img {
  overflow: hidden;
  width: 66px;
  height: 36px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 66px;
  -ms-flex-preferred-size: 66px;
  flex-basis: 66px;
}

.prof_game_h {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 130px;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
}

.prof_game_account {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.prof_game_action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form_active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  padding: 10px 30px 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2f3136;
}

.prof_game_subline {
  padding-left: 224px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #747474;
  font-size: 80%;
}

.prof_game_sublink {
  margin-right: 20px;
  border-bottom: 1px solid #585858;
  color: #797979;
}

.prof_game_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prof_game_pic {
  position: relative;
  overflow: hidden;
  max-height: 100px;
  margin-bottom: 10px;
}

.prof_game_connect {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.prof_game_connect:hover {
  opacity: 1;
}

.prof_pay_balance {
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  color: gold;
  font-size: 230%;
  line-height: 100%;
}

.prof_pay_suggest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.prof_pay_topup_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.prof_pay_td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prof_pay_suggest_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prof_pay_histtable {
  color: #dbdbdb;
}

.scroll {
  overflow: auto;
  height: 100%;
}

.prof_pay_balance_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #3d3f46;
}

.only_mobile {
  display: none;
}

.social_but {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #525252;
  border-radius: 3px;
  font-size: 80%;
  cursor: pointer;
}

.social_but.social_but_connected {
  opacity: 0.73;
}

.social_but.social_but_login {
  border-color: rgba(82, 82, 82, 0);
  background-color: #111;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social_but.social_but_login:hover {
  background-color: #333;
}

.social_icon {
  width: 26px;
  height: 26px;
  float: left;
  border-radius: 3px;
}

.social_icon.social_fb {
  background-image: url('../images/Facebook.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.social_icon.social_tw {
  background-image: url('../images/Twitter.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.social_icon.social_you {
  background-image: url('../images/Youtube.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social_txt {
  padding-right: 8px;
  padding-left: 4px;
  float: left;
}

.item_sell {
  position: static;
  top: 0%;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-width: 40px;
  padding-left: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.item_sell_button.hidden {
  display: none;
}

.item_sell_price.hidden {
  display: none;
}

.good_sell_form {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, .13);
  background-color: rgba(0, 0, 0, .1);
}

.my_items_connect {
  font-size: 39%;
}

.my_items_connect_but {
  background-color: #0098ff;
}

.right_banner_topup.hidden {
  display: none;
}

.right_banner_connect.hidden {
  display: none;
}

.good_sell_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .06);
}

.h_filters_bg {
  display: none;
}

.good_sell_img {
  width: 40px;
  height: 36px;
  background-color: rgba(0, 0, 0, .17);
  background-image: url('../images/Screen Shot 2016-06-15 at 16.19.40.png');
  background-position: 50% 50%;
  background-size: cover;
}

.good_sell_label {
  padding-left: 8px;
  color: #7a7a7a;
  font-size: 80%;
  line-height: 15px;
}

.login {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login.login_init {
  display: none;
}

.login.login_init.shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.login_page.login_login.hidden {
  display: none;
}

.login_page.login_signup {
  display: block;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid hsla(0, 0%, 100%, .19);
}

.footer_25 {
  padding-left: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}

@media (max-width: 991px) {
  .sites {
    font-size: 12px;
  }
  .content {
    padding-left: 0px;
  }
  .h_title {
    height: 80px;
    font-size: 250%;
  }
  .h_filters {
    font-size: 130%;
  }
  .c_cont {
    width: auto;
  }
  .h_filters_li {
    height: 40px;
  }
  .header {
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .right {
    display: none;
  }
  .grid_sizer {
    width: 25%;
  }
  .panel_close.good_close {
    z-index: 21;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sites_cont {
    padding-left: 0px;
  }
  .prof_pay_td.prof_pay_td_wider {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
  .prof_pay_td.prof_pay_td_wide {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
  .scroll {
    overflow: auto;
  }
  .h_filters_bg {
    display: none;
  }
}

@media (max-width: 767px) {
  .content {
    padding-left: 0px;
  }
  .content.my_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h_title {
    height: 50px;
    padding-top: 0px;
    padding-left: 10px;
    font-size: 160%;
  }
  .h_title.h_title_my {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .h_filters {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h_filters.h_filters_my {
    height: 50px;
    background-color: #393a3f;
  }
  .c_cont {
    margin-right: 4px;
    margin-left: 4px;
  }
  .h_filters_ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h_filters_ul.h_search {
    display: none;
  }
  .h_filters_ul.h_filters_main {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 90%;
  }
  .h_filters_li {
    height: 30px;
  }
  .header {
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .h_sort_ul {
    display: none;
  }
  .sites_ul {
    display: none;
  }
  .sites_li {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sites_li.sites_li_right {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid {
    width: 33.333%;
  }
  .grid.featured {
    width: 66.666%;
  }
  .grid.grid_25 {
    width: 25%;
    padding: 4px;
    font-size: 90%;
  }
  .grid.grid_25.featured {
    width: 66.666%;
  }
  .grid.grid_25.grid_sizer {
    height: 1px;
    padding: 0px;
    float: left;
  }
  .grid.grid_line {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid.grid_line.item_active {
    padding-left: 0px;
  }
  .item_pic {
    margin-bottom: 6px;
  }
  .item_txt {
    min-height: 60px;
    font-size: 90%;
    line-height: 125%;
  }
  .item_txt_price {
    font-size: 120%;
  }
  .item_txt_name {
    overflow: hidden;
    max-height: 30px;
  }
  .good_cont {
    padding-top: 50px;
  }
  .good_cont.shown {
    width: 100%;
  }
  .shade {
    background-color: #414349;
    background-image: none;
    opacity: 1;
  }
  .good_top {
    width: 50%;
    margin-top: 0px;
    float: left;
  }
  .good_info {
    width: 50%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .good_name {
    font-size: 120%;
  }
  .good_buy_form {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .good_buy_form.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }
  .grid_sizer {
    width: 25%;
  }
  .good_price {
    font-size: 200%;
    line-height: 130%;
  }
  .panel_close {
    position: fixed;
    left: 0px;
    right: auto;
    bottom: 0px;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    min-height: 36px;
    margin-bottom: 8px;
    border-right: 1px solid #5a5a5a;
    background-color: transparent;
    color: #fff;
    font-size: 21px;
  }
  .panel_close.good_close {
    z-index: 21;
    width: 60px;
    border-right: 1px solid #464646;
    background-color: transparent;
    line-height: 22px;
  }
  .panel_close.my_close {
    z-index: 11;
  }
  .h_search.h_search_close {
    font-size: 22px;
  }
  .h_search.h_search_close.hidden {
    font-size: 22px;
  }
  .h_search.h_search_icon {
    font-size: 22px;
  }
  .sites_cont {
    padding-left: 0px;
    font-size: 13px;
  }
  .user_link {
    margin-right: 6px;
    margin-left: 6px;
  }
  .user_balance_top {
    border: 1px solid gold;
    background-color: rgba(255, 215, 0, 0);
    color: gold;
  }
  .icon.only_mobile {
    display: block;
    font-size: 160%;
    line-height: 24px;
  }
  .h_search_filters_ul {
    display: none;
  }
  .my_cont {
    width: 100%;
    padding-top: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .my_cont.shown {
    padding-bottom: 50px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .my_items_but {
    padding-right: 10px;
  }
  .good_buy {
    height: 35px;
    padding-bottom: 2px;
    font-size: 17px;
  }
  .prof.shown {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pop_body {
    overflow: visible;
    width: 100%;
    height: auto;
  }
  .pop_body.shown {
    width: 100%;
    height: 100%;
    box-shadow: none;
  }
  .prof_top {
    height: 40px;
    font-weight: 400;
  }
  .pop_top_li {
    height: 40px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    font-size: 90%;
    font-weight: 500;
  }
  .pop_top_x {
    min-height: 40px;
    -webkit-flex-basis: 62px;
    -ms-flex-preferred-size: 62px;
    flex-basis: 62px;
  }
  .pop_top_x.login_close {
    padding-right: 10px;
    -webkit-flex-basis: 44px;
    -ms-flex-preferred-size: 44px;
    flex-basis: 44px;
  }
  .pop_main {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .pop_main_h {
    height: 30px;
    margin-bottom: 10px;
    color: #b9b9b9;
    font-size: 100%;
  }
  .container {
    margin-bottom: 10px;
  }
  .prof_main_line {
    min-height: auto;
  }
  .prof_main_line.prof_pay_th {
    margin-top: 0px;
    font-size: 90%;
  }
  .prof_main_line.prof_game_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 8px;
    padding-left: 10px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #2f3136;
  }
  .prof_main_block_col1 {
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
  }
  .form_button {
    display: block;
    overflow: hidden;
    height: 27px;
    padding: 0px 12px;
    line-height: 25px;
  }
  .form_button.form_button_acc.form_button_big {
    min-height: 36px;
    padding-bottom: 3px;
  }
  .form_input.sell_price_input {
    height: 36px;
    font-size: 18px;
  }
  .prof_game_img {
    height: 36px;
    margin-bottom: 8px;
    float: left;
  }
  .prof_game_h {
    display: none;
    overflow: hidden;
    height: 50px;
    margin-bottom: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .prof_game_account {
    margin-bottom: 8px;
    padding-left: 0px;
  }
  .prof_game_action {
    margin-bottom: 8px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .form_active {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .prof_game_subline {
    padding-left: 0px;
    text-align: center;
  }
  .prof_game_grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prof_game_pic {
    max-height: 80px;
  }
  .prof_pay_balance {
    font-size: 190%;
  }
  .prof_pay_suggest {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prof_pay_topup_form {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid #585858;
  }
  .prof_pay_td.prof_pay_td_wider {
    -webkit-flex-basis: 12%;
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
  }
  .prof_pay_td.prof_pay_td_wide {
    -webkit-flex-basis: 12%;
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
  }
  .prof_pay_suggest_line {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .prof_pay_histtable {
    font-size: 90%;
  }
  .scroll {
    overflow: scroll;
    height: 100%;
  }
  .prof_pay_balance_bg {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .no_mobile {
    display: none;
  }
  .only_mobile {
    display: block;
  }
  .item_sell {
    position: absolute;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .good_sell_form.hidden {
    display: none;
  }
  .good_forms {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #242424;
  }
  .h_filters_bg {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 50px;
    background-color: #000;
  }
  .login.login_init.shown {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 479px) {
  .sites {
    overflow: hidden;
    width: 100%;
  }
  .content {
    padding-left: 0px;
  }
  .content.my_content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h_title {
    font-size: 130%;
  }
  .h_filters_ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h_filters_ul.h_search {
    display: none;
  }
  .h_filters_ul.h_filters_main {
    height: 76px;
  }
  .header {
    padding-left: 0px;
  }
  .h_sort_ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sites_li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid {
    width: 50%;
  }
  .grid.featured {
    width: 100%;
  }
  .grid.grid_25 {
    width: 50%;
    padding-right: 2px;
    padding-left: 2px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item.item_line {
    padding-left: 0px;
  }
  .item_txt.item_txt_left {
    max-width: 160px;
    min-width: auto;
  }
  .good_cont {
    width: 100%;
  }
  .shade {
    background-color: #414349;
    background-image: none;
    opacity: 1;
  }
  .good_top {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .good_info {
    width: 100%;
    padding-top: 0px;
    float: none;
  }
  .grid_sizer {
    width: 50%;
  }
  .sites_cont {
    padding-left: 0px;
  }
  .icon.only_mobile {
    display: block;
  }
  .prof.shown {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pop_body.shown {
    width: 100%;
    box-shadow: none;
  }
  .prof_top {
    height: 40px;
  }
  .pop_top_li {
    height: 40px;
    font-size: 70%;
  }
  .pop_top_x {
    min-height: 30px;
  }
  .pop_main {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pop_main_h {
    margin-bottom: 4px;
  }
  .prof_main_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    padding-bottom: 4px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prof_main_line.prof_pay_th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .prof_main_line.prof_pay_tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .prof_main_line.prof_game_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .prof_main_block_col2 {
    display: block;
  }
  .form_button {
    padding-right: 12px;
    padding-left: 12px;
  }
  .prof_main_block {
    font-size: 90%;
  }
  .label.label_right {
    margin-top: 12px;
    margin-bottom: 8px;
    text-align: right;
  }
  .form_label {
    float: left;
  }
  .prof_game_img {
    height: auto;
    max-height: 40px;
    float: none;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 26%;
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
  }
  .prof_game_h {
    display: block;
    height: auto;
    max-height: 56px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    font-size: 100%;
  }
  .prof_game_account {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .prof_game_action {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form_active {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prof_game_subline {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 90%;
    text-align: center;
  }
  .prof_game_sublink {
    margin-right: 6px;
    margin-left: 6px;
  }
  .prof_game_grid {
    margin-right: -2px;
    margin-left: -2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prof_game_pic {
    max-height: 60px;
  }
  .prof_pay_balance {
    margin-right: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 280%;
    text-align: center;
  }
  .prof_pay_suggest {
    display: block;
    margin-right: 4px;
    margin-left: 4px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .prof_pay_topup_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prof_pay_td.prof_pay_td_wider {
    -webkit-flex-basis: 14%;
    -ms-flex-preferred-size: 14%;
    flex-basis: 14%;
  }
  .prof_pay_td.prof_pay_td_wide {
    -webkit-flex-basis: 14%;
    -ms-flex-preferred-size: 14%;
    flex-basis: 14%;
  }
  .prof_pay_suggest_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item_sell {
    left: 130px;
    width: auto;
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .item_sell_button {
    display: none;
  }
  .item_sell_button.hidden {
    display: none;
  }
  .h_filters_bg {
    display: block;
    height: 80px;
  }
}

@font-face {
  font-family: 'Materialicons regular';
  src: url('../fonts/MaterialIcons-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}