/* Header section */
.section__header {
  margin-bottom: 50px;
  margin-top: 10px;
}

/* Grid columns */
.col-lg-4 {
  flex: 0 0 19.33333%;
  max-width: 33.33333%;
  padding: 6px;
}

/* Game card */
.game-card__title {
  margin-bottom: 0.625rem;
  font-size: 16px;
  width: 165px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 7px;
}

.game-card__cover {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.game-link {
  margin-bottom: 0;
  text-align: left;
}

.game-link .game-card__title {
  margin-bottom: 0;
}

/* Choose box */
.choose-box__l-item:before {
  right: 30px;
  background-color: #ff2c9c;
  box-shadow: 0 0 50px #ff2c9c;
}

.choose-box__l-item:before,
.choose-box__r-item:before {
  z-index: 1;
}

.choose-box__l-item p,
.choose-box__r-item p {
  z-index: 9999;
  position: relative;
}

/* Layout sections */
#gameFavourite.section,
#mainWallets.section {
  margin-bottom: 210px;
}

.container {
  max-width: 1400px;
}

.container .row {
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 15px;
}

/* Main games */
.main-games {
  position: relative;
  margin-top: -50px;
  margin-bottom: 50px;
  padding-top: 50px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: none;
}

.main-games__title {
  position: relative;
  font-size: 49px;
  padding-bottom: 5px;
}

.main-games__title:before {
  content: attr(data-text);
  position: absolute;
  top: -3px;
  right: -4px;
  opacity: 0.5;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.main-games__decor {
  top: calc(50% - 3px);
  top: calc(50% - -22px);
}

.main-games__item {
  visibility: hidden;
  margin-bottom: 0;
}

/* Dev gateway */
.dev-gateway__header {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
  background-position: 0 100%;
}

.dev-gateway__note {
  padding-top: 30px;
}

.dev-platform__item:not(:last-child) {
  margin-bottom: 15px;
  padding: 3px;
  margin-top: 10px;
}

.dev-platform__item p {
  font-weight: 700;
}

/* Game sale */
.game-sale__title {
  display: inline-flex;
  margin-bottom: 1.25rem;
  padding: .25em .9375em;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
  margin-right: 5px;
}

/* Search field */
.search-field input {
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  border-radius: 24px;
  width: 300px;
  padding: 12px 12px 12px 23px;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: rgba(255, 255, 255, .3);
}

/* Company */
.company-by {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}

.company-by a {
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  display: inline-block;
  padding-right: 7px;
}

#companyLinkId {
  color: #00b2ff;
  text-decoration: none;
  font-weight: 700;
}

/* Clipboard */
.clipboard {
  display: flex;
  margin-bottom: 10px;
}

.clipboard textarea {
  flex: 2;
  font-size: 13px;
  margin-bottom: 0;
  border: 1px dashed #fff;
  border-color: #1172ff;
  background-color: rgba(17, 114, 255, .15);
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  text-align: left;
  color: #fff;
  width: 100%;
}

.clipboard button {
  width: 126px !important;
  border-radius: 3px;
  margin-left: 10px;
  padding: 0;
}

/* Columns */
.columns {
  display: flex;
}

.columns .column:first-of-type {
  flex: 3;
}

.columns .column:last-of-type {
  display: block;
  flex: 1;
  padding-left: 1.136em;
  min-width: 312px;
}

/* Buttons */
.button,
button {
  display: inline-block;
}

/* Screenshot */
.screenshot {
  padding-top: 0;
  padding-bottom: .909em;
  text-align: left;
}

.screenshot img {
  display: inline-block;
  height: 72px;
  margin-bottom: 4px;
  border-radius: 1px;
}

/* Open image */
.openimg {
  position: relative;
  display: inline-block;
  transition: all .2s cubic-bezier(.25, .75, .5, 1.25);
}

.openimg:hover div {
  display: block;
  transition: all .2s cubic-bezier(.25, .75, .5, 1.25);
}

.openimg div {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 0;
  background: #ff2c9c;
  line-height: 23px;
  width: 100%;
  text-align: center;
  transition: all .2s cubic-bezier(.25, .75, .5, 1.25);
}

.openimg div a {
  font-size: 12px;
  color: #fff;
  transition: all .2s cubic-bezier(.25, .75, .5, 1.25);
}

/* Filters */
ul.filters {
  text-align: left;
  padding: 1px !important;
  padding-bottom: 5px !important;
}

.filters li {
  display: inline-block;
  line-height: 39px;
}

.filters li a {
  background-color: #ff2c9c;
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 12px;
  box-shadow: inset 0 0 0 1px #ff2c9c;
}

.filters li a:hover {
  background: #ff2c9c;
  color: #fff;
}

/* Columns size */
.column1 {
  max-width: 888px;
}

.column2 {
  max-width: 295.462px;
}

/* Product feed */
.product-feed {
  display: flex;
  width: 100%;
  margin-top: 21px;
}

.button_feed {
  flex: 1;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 1.375rem 1.875rem;
  font-size: 1.225rem;
  border: 1px solid transparent;
  font-weight: 700;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  transform: translateZ(0);
}