@charset "UTF-8";
@font-face {
  font-family: "Proxima Nova";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/ProximaNova-ExtrabldIt.woff") format("woff"), url("../fonts/ProximaNova-ExtrabldIt.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/ProximaNova-BoldIt.woff") format("woff"), url("../fonts/ProximaNova-BoldIt.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/ProximaNova-SemiboldIt.woff") format("woff"), url("../fonts/ProximaNova-SemiboldIt.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/ProximaNova-RegularIt.woff") format("woff"), url("../fonts/ProximaNova-RegularIt.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova Condensed";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ProximaNovaCond-Bold.woff") format("woff"), url("../fonts/ProximaNovaCond-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova Condensed";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/ProximaNovaCond-BoldIt.woff") format("woff"), url("../fonts/ProximaNovaCond-BoldIt.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova Condensed";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/ProximaNovaCond-Semibold.woff") format("woff"), url("../fonts/ProximaNovaCond-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova Condensed";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/ProximaNovaCond-SemiboldIt.woff") format("woff"), url("../fonts/ProximaNovaCond-SemiboldIt.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova Condensed";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ProximaNovaCondensedRegular.woff") format("woff"), url("../fonts/ProximaNovaCondensedRegular.woff2") format("woff2");
}
@font-face {
  font-family: "Proxima Nova Condensed";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/ProximaNovaCondensedRegularItalic.woff") format("woff"), url("../fonts/ProximaNovaCondensedRegularItalic.woff2") format("woff2");
}
/**
* Normalize
*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*, *::before, *::after{-webkit-box-sizing: inherit;
  box-sizing: inherit;
  text-decoration-skip-ink: none;}
@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section{display: block;}
body {
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #000000;
  background-color: #edf1f2;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
h1, h2, h3, h4, h5, h6{margin-top: 0;
  margin-bottom: 0.5rem;}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title]{cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol, ul, dl{margin-top: 0;
  margin-bottom: 1rem;}
ol ol, ul ul, ol ul, ul ol{margin-bottom: 0;}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b, strong{font-weight: bolder;}
small {
  font-size: 80%;
}
sub, sup{font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #2d80b9;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none;
  color: #2d80b9;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{text-decoration: none;
  color: inherit;}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a:focus {
  outline: none;
}
pre, code, kbd, samp{font-family: monospace, monospace;
  font-size: 1em;}
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}
figure {
  margin: 0 0 1rem;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a, area, button, [role="button"], input, label, select, summary, textarea{-ms-touch-action: manipulation;
  touch-action: manipulation;}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #868e96;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: none;
}
input, button, select, optgroup, textarea{font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;}
button, input{overflow: visible;}
button, select{text-transform: none;}
button, html [type="button"], [type="reset"], [type="submit"]{cursor: pointer;
  -webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{padding: 0;
  border-style: none;}
input[type="radio"], input[type="checkbox"]{-webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"]{-webkit-appearance: listbox;}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{height: auto;}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/**
* Общие
*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.wrapper {
  overflow: hidden;
}
.search-catalog {
  margin: 40px 0;
}
.search-catalog__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
  padding: 0 12px;
  color: #828383;
}
.search-catalog__form {
  position: relative;
}
.search-catalog__control {
  font-size: 11px;
  font-weight: 600;
  display: block;
  width: 100%;
  height: 40px;
  padding: 1px 36px 0 12px;
  text-transform: uppercase;
  color: #babcc0;
  border: 1px solid #cecece;
  background-color: #ffffff;
}
.search-catalog__control::-webkit-input-placeholder {
  opacity: 1;
  color: #a9abaf;
}
.search-catalog__control::-moz-placeholder {
  opacity: 1;
  color: #a9abaf;
}
.search-catalog__control:-ms-input-placeholder {
  opacity: 1;
  color: #a9abaf;
}
.search-catalog__control::-ms-input-placeholder {
  opacity: 1;
  color: #a9abaf;
}
.search-catalog__control::-webkit-input-placeholder {
  opacity: 1;
  color: #a9abaf;
}
.search-catalog__control::-moz-placeholder {
  opacity: 1;
  color: #a9abaf;
}
.search-catalog__control:-ms-input-placeholder {
  opacity: 1;
  color: #a9abaf;
}
.search-catalog__control::placeholder {
  opacity: 1;
  color: #a9abaf;
}
.search-catalog__btn {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  opacity: 0.35;
  border: none;
  background: url(../img/svg/Search-Black.svg) center center no-repeat;
  background-size: 18px 18px;
}
.search-catalog__btn:hover {
  opacity: 0.6;
}
.search-catalog__reset {
  position: absolute;
  top: 50%;
  right: 38px;
  display: none;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  padding: 0;
  opacity: 0.35;
  border: none;
  background: url(../img/svg/ico-close-black.svg) 0 0 no-repeat;
  background-size: 14px 14px;
}
.search-catalog__reset:hover {
  opacity: 0.6;
}
.search_active .search-catalog__reset {
  display: block;
}
.game-item__link {
  position: relative;
  display: block;
}
.game-item__img {
  display: block;
  width: 220px;
  height: 131px;
  border-bottom: 5px solid #cecece;
  background-color: #cccccc;
}
.game-item_green .game-item__img {
  border-bottom-color: #4dae51;
}
.game-item_orange .game-item__img {
  border-bottom-color: #ff9700;
}
.game-item_red .game-item__img {
  border-bottom-color: #f34336;
}
.game-item__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #cecece;
  border-top: none;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.game-item__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.game-item__discount {
  font-size: 15px;
  font-weight: 600;
  line-height: 39px;
  display: block;
  width: 46px;
  margin-left: auto;
  padding: 0 5px 1px 5px;
  text-align: center;
  color: #ffffff;
  background-color: #cccccc;
}
.game-item_green .game-item__discount {
  background-color: #4dae51;
}
.game-item_orange .game-item__discount {
  background-color: #ff9700;
}
.game-item_red .game-item__discount {
  background-color: #f34336;
}
.game-item__price {
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 65px;
  text-align: center;
  color: #6b6b6b;
}
.game-item__label {
  font-family: "Proxima Nova Condensed";
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  padding: 1px 4px 0 8px;
  text-transform: uppercase;
  color: #edf1f2;
  background-color: #cccccc;
}
.game-item__label:before {
  position: absolute;
  top: 0;
  right: -6px;
  display: block;
  content: "";
  border-bottom: 26px solid transparent;
  border-left: 6px solid #cccccc;
}
.game-item__label_pre-order {
  background-color: #e71e62;
}
.game-item__label_pre-order:before {
  border-left-color: #e71e62;
}
.game-item__label_new {
  background-color: #2095f2;
}
.game-item__label_new:before {
  border-left-color: #2095f2;
}
.game-item__label_addition {
  background-color: #9b27ae;
}
.game-item__label_addition:before {
  border-left-color: #9b27ae;
}
/**
* Каталог
*/
.catalog-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #cecece;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.catalog-head__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-head__nav-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 46px;
  position: relative;
  margin: 0 7px;
  padding: 0 8px;
  cursor: pointer;
  color: #898989;
}
.catalog-head__nav-item_active {
  font-weight: 600;
  color: #383838;
}
.catalog-head__nav-item_active:before {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  display: block;
  height: 3px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-right: 3px solid #edf1f2;
  border-left: 3px solid #edf1f2;
  background-color: #57bfe7;
}
.catalog-head__view {
  margin-left: auto;
}
.catalog-head__sort {
  margin-left: 20px;
}
.select-view {
  position: relative;
}
.select-view__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0;
}
.select-view__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 5px;
  color: #898989;
}
.select-view__selected {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  padding-right: 16px;
  cursor: pointer;
  text-transform: lowercase;
  color: #51555a;
}
.select-view__selected:before {
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../img/svg/Arrow_right.svg) center center no-repeat;
  background-size: 6px auto;
}
.select-view_open .select-view__selected:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.select-view__dropdown {
  position: absolute;
  z-index: 500;
  top: 100%;
  right: 0;
  display: none;
  width: 110px;
  margin: 1px 0 0 0;
  padding: 0;
  padding: 5px 0;
  list-style: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.select-view__dropdown:before, .select-view__dropdown:after{position: absolute;
  top: -9px;
  right: 0;
  display: block;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 9px solid #cecece;
  border-left: 7px solid transparent;}
.select-view__dropdown:after {
  top: -8px;
  border-bottom-color: #ffffff;
}
.select-view_open .select-view__dropdown {
  display: block;
}
.select-view__option {
  margin-bottom: 1px;
}
.select-view__link {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  padding: 0 15px;
  color: #898989;
}
.select-view__link:last-child {
  margin-bottom: 0;
}
.select-view__link:hover, .select-view__link_selected{color: #51555a;
  background-color: #e5e5e5;}
.select-sort {
  position: relative;
}
.select-sort__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0;
  white-space: nowrap;
}
.select-sort__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 5px;
  color: #898989;
}
.select-sort__selected {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  padding-right: 16px;
  cursor: pointer;
  text-transform: lowercase;
  color: #51555a;
}
.select-sort__selected:before {
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../img/svg/Arrow_right.svg) center center no-repeat;
  background-size: 6px auto;
}
.select-sort_open .select-sort__selected:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.select-sort__dropdown {
  position: absolute;
  z-index: 500;
  top: 100%;
  right: 0;
  display: none;
  width: 170px;
  margin: 1px 0 0 0;
  padding: 0;
  padding: 5px 0;
  list-style: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.select-sort__dropdown:before, .select-sort__dropdown:after{position: absolute;
  top: -9px;
  right: 0;
  display: block;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 9px solid #cecece;
  border-left: 7px solid transparent;}
.select-sort__dropdown:after {
  top: -8px;
  border-bottom-color: #ffffff;
}
.select-sort_open .select-sort__dropdown {
  display: block;
}
.select-sort__option {
  margin-bottom: 1px;
}
.select-sort__link {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  padding: 0 15px;
  color: #898989;
}
.select-sort__link:last-child {
  margin-bottom: 0;
}
.select-sort__link:hover{color: #51555a;
  background-color: #e5e5e5;}
.product-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
}
.product-item:last-child {
  border-bottom: none;
}
.product-item__img {
  width: 220px;
  height: 126px;
  margin-right: 17px;
  background-color: #cccccc;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}
.product-item__main {
  padding-top: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.product-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 17px;
  color: #383838;
}
.product-item__title-link {
  color: #383838;
}
.product-item__title-link:hover {
  color: #383838;
}
.product-item__about {
  margin-bottom: 15px;
}
.product-item__unit {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: #898989;
}
.product-item__unit-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 156px;
  -ms-flex: 0 0 156px;
  flex: 0 0 156px;
}
.product-item__unit-value {
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}
.product-item__unit-value_positive {
  color: #4dae51;
}
.product-item__unit-value_negative {
  color: #f34336;
}
.product-item__unit-value_mixed {
  color: #ff9700;
}
.product-item__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.product-item__system {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.product-item__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.product-item__logo:first-child {
  margin-left: 0;
}
.product-item__sep {
  width: 1px;
  height: 14px;
  margin: 0 3px;
  background-color: #cecece;
}
.product-item__genre {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #808080;
}
.product-item__buy {
  margin-left: 20px;
  padding-top: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
.product-item__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.product-item__discount {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  width: 46px;
  text-align: center;
  color: #ffffff;
  background-color: #cccccc;
}
.product-item_green .product-item__discount {
  background-color: #4dae51;
}
.product-item_orange .product-item__discount {
  background-color: #ff9700;
}
.product-item_red .product-item__discount {
  background-color: #f34336;
}
.product-item__cost {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 8px;
  color: #6b6b6b;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
.product-item__currency {
  font-size: 14px;
}
.product-list_short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list__item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 8px;
}
/**
* Фильтр
*/
.filter__head {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-right: -30px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  color: #898989;
  border-bottom: 1px solid #cecece;
}
.filter__all-clear {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  vertical-align: bottom;
  border: none;
  background: url(../img/svg/ico-close-red.svg) center center no-repeat;
  background-size: 14px 14px;
}

.filter__head_active .filter__all-clear {
  display: inline-block;
}

.filter__head_active .filter__count {
  color: #e2004b;
}
.filter__section {
  border-bottom: 1px solid #cecece;
}
.filter__section:last-child {
  border-bottom: none;
}
.filter__section-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.filter__section-clear, .filter__cost-clear{display: none;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: none;
  background: url(../img/svg/ico-close-red.svg) center center no-repeat;
  background-size: 14px 14px;}
.filter__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  color: #383838;
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}
.filter__title:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../img/svg/Arrow_right.svg) center center no-repeat;
  background-size: 6px auto;
}
.filter__section_open .filter__title:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.filter__cost-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #383838;
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}
.filter__section-body {
  display: none;
  padding-bottom: 15px;
}
.filter__section_open .filter__section-body {
  display: block;
}
.filter__unit {
  margin-bottom: 5px;
}
.filter__unit_select {
  padding-top: 10px;
}
.filter__checkbox {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  cursor: pointer;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.filter__control {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.filter__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding-left: 22px;
  color: #898989;
}
.filter__label:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #999999;
}
.filter__label:after {
  position: absolute;
  top: 3px;
  left: 0;
  display: none;
  width: 14px;
  height: 14px;
  content: "";
  background: url(../img/svg/Check-box.svg) center center no-repeat;
  background-size: 14px 14px;
}
.filter__control:checked + .filter__label {
  color: #e2004b;
}
.filter__control:checked + .filter__label:before {
  display: none;
}
.filter__control:checked + .filter__label:after {
  display: block;
}
.filter__num {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 8px;
  color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #51555a;
}
.filter__toggle {
  display: none;
}
.filter-range {
  padding: 0 7px;
}
.filter-range__slider {
  position: relative;
  height: 6px;
  margin-bottom: 10px;
  border: 1px solid #cacbcc;
  background-color: #dfe3e4;
}
.filter-range__slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  top: -1px;
  bottom: -1px;
  display: block;
  cursor: pointer;
  background-color: #57bfe7;
}
.filter-range__handle {
  position: absolute;
  z-index: 2;
  top: -6px;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #cacbcc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  background-color: #dfe3e4;
  -ms-touch-action: none;
  touch-action: none;
}
.filter-cost {
  margin-bottom: 20px;
}
.filter-cost__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.filter-cost__inner {
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}
.filter-cost__control {
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 5px;
  color: #51555a;
  border: 1px solid #cacbcc;
  background-color: #ffffff;
}
.filter-cost__control::-webkit-input-placeholder {
  opacity: 1;
  color: #c6c7ca;
}
.filter-cost__control::-moz-placeholder {
  opacity: 1;
  color: #c6c7ca;
}
.filter-cost__control:-ms-input-placeholder {
  opacity: 1;
  color: #c6c7ca;
}
.filter-cost__control::-ms-input-placeholder {
  opacity: 1;
  color: #c6c7ca;
}
.filter-cost__control::-webkit-input-placeholder {
  opacity: 1;
  color: #c6c7ca;
}
.filter-cost__control::-moz-placeholder {
  opacity: 1;
  color: #c6c7ca;
}
.filter-cost__control:-ms-input-placeholder {
  opacity: 1;
  color: #c6c7ca;
}
.filter-cost__control::placeholder {
  opacity: 1;
  color: #c6c7ca;
}
.filter-cost__addon {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 6px;
  color: #898989;
}
.select {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.select__selected {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 9px 45px 9px 15px;
  cursor: pointer;
  white-space: nowrap;
  color: #808080;
  border: 1px solid #cacbcc;
  background: #dfe3e4;
}
.select_open .select__selected {
  z-index: 505;
}
.select__selected:before {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 9px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../img/svg/Arrow_right.svg) center center no-repeat;
  background-size: 6px auto;
}
.select_open .select__selected:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.select__selected:after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 46px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(223, 227, 228, 0)), color-stop(40%, #dfe3e4), to(#dfe3e4));
  background: linear-gradient(to right, rgba(223, 227, 228, 0) 0%, #dfe3e4 40%, #dfe3e4 100%);
}
.select__dropdown {
  position: absolute;
  z-index: 500;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  margin: 0;
  margin-top: -1px;
  padding: 5px;
  list-style: none;
  border: 1px solid #cecece;
  background: #ffffff;
}
.select_open .select__dropdown {
  display: block;
}
.select__scroll {
  max-width: 260px;
  height: 178px;
}
.select__option {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 1px;
  padding: 5px 10px;
  cursor: pointer;
  color: #898989;
}
.select__option:last-child {
  margin-bottom: 0;
}
.select__option:hover{color: #51555a;
  background-color: #e5e5e5;}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  position: relative;
  overflow: hidden;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: #dfe3e4;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  position: relative;
}
.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  background: #57bfe7;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag{float: left;
  height: 100%;}
.jspArrow {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-indent: -20000px;
  background: #50506d;
  direction: ltr;
}
.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  float: left;
  width: 16px;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}
.jspCorner {
  float: left;
  height: 100%;
  background: #eeeef4;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/* Styling for Small-Screen Devices */
/**
* jQuery Form Styler
*/
.jq-checkbox, .jq-radio{position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}
.jq-checkbox input, .jq-radio input{position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;}
.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jq-file input {
  font-size: 100px;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox, .jq-select-multiple{position: relative;
  display: inline-block;}
.jq-selectbox select, .jq-select-multiple select{position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;}
.jq-selectbox li, .jq-select-multiple li{-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;}
.jq-selectbox {
  z-index: 10;
  display: block;
  width: 140px;
}
.jq-selectbox__select {
  font-size: 13px;
  font-weight: 400;
  line-height: 34px;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 0 18px 0 8px;
  cursor: pointer;
  color: #808080;
  border: 1px solid #cecece;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-top: 4px solid #808080;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.jq-selectbox__dropdown {
  top: 100% !important;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #cecece;
  border-top: none;
  background-color: #ffffff;
}
.jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jq-selectbox__dropdown ul li {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  padding: 10px 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #363636;
}
.jq-selectbox__dropdown ul li:hover{background-color: #edf1f2;}
.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
  position: absolute;
}
.jq-selectbox__search input {
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance: none;}
.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.jq-number {
  display: inline-block;
}
.jq-number__field input {
  text-align: left;
  -moz-appearance: textfield;
  /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button{margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;}
@media (min-width: 576px){
.container {
    max-width: 540px;
  }
}
@media (min-width: 768px){
.container {
    max-width: 720px;
  }
}
@media (min-width: 992px){
.container {
    max-width: 970px;
  }
.catalog-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
.catalog-wrap__aside {
    width: 24.67532%;
    padding-right: 35px;
  }
.catalog-wrap__main {
    width: 75.32468%;
  }
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px){
.container {
    max-width: 1262px;
  }
}
@media (max-width: 1299px){
.game-item__img {
    width: 196px;
    height: 117px;
  }
.select__scroll {
    max-width: 230px;
  }
}
@media (max-width: 1199px){
.game-item__img {
    width: 163px;
    height: 98px;
  }
.product-item__main {
    padding-top: 0;
  }
.product-item__img {
    width: 180px;
    height: 103px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
.product-item__title {
    margin-bottom: 5px;
  }
.product-item__about {
    margin-bottom: 5px;
  }
.product-item__more {
    display: block;
  }
.product-item__system {
    margin-right: 0;
    margin-bottom: 5px;
  }
.product-item__buy {
    margin-left: 10px;
    padding-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
.select__dropdown {
    right: auto;
    width: 270px;
  }
.select__scroll {
    max-width: 258px;
  }
}
@media (max-width: 991px){
.game-item__img {
    width: auto;
    height: auto;
  }
.catalog-wrap__aside {
    margin-bottom: 30px;
  }
.product-item__img {
    width: auto;
    height: auto;
  }
.filter__head {
    margin-right: 0;
    padding-right: 0;
  }
.filter__body {
    display: none;
  }
.filter__toggle {
    display: block;
    padding-top: 20px;
  }
.filter__btn-toggle {
    font-size: 11px;
    font-weight: 700;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    background-color: #e2004b;
  }
.filter__btn-toggle:before {
    content: "Показать фильтр";
  }
.filter__btn-toggle_active:before {
    content: "Свернуть фильтр";
  }

.filter__btn-toggle:hover {
    color: #ffffff;
    background-color: #ff0055;
  }
.select__dropdown {
    right: 0;
    width: auto;
  }
.select__scroll {
    max-width: none;
  }
}
@media (max-width: 767px){
.catalog-head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
.catalog-head__nav {
    width: 100%;
    border-bottom: 1px solid #cecece;
  }
.catalog-head__view {
    margin-bottom: -1px;
    margin-left: 0;
    padding-right: 20px;
    border-bottom: 1px solid #cecece;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
.catalog-head__sort {
    margin-bottom: -1px;
    margin-left: 0;
    border-bottom: 1px solid #cecece;
  }
.product-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
.product-item__img {
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
.product-item__buy {
    margin-left: auto;
    padding-top: 13px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
.product-item__main {
    width: 100%;
    padding-top: 13px;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
.product-item__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
.product-item__system {
    margin-right: 3px;
    margin-bottom: 0;
  }
.product-list__item {
    width: 33.333333%;
  }
}
@media (max-width: 480px){
.product-item__more {
    display: block;
  }
.product-item__system {
    margin-right: 0;
    margin-bottom: 5px;
  }
.product-list__item {
    width: 50%;
  }
}
@media (max-width: 425px){
.product-item__img {
    width: 58.22785%;
    margin-right: 0;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
.product-item__buy {
    width: 41.77215%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
.product-item__price {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
.product-item__cost {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
.product-item__unit-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
@media (max-width: 375px){
.product-item__img {
    padding-right: 5px;
  }
.product-item__buy {
    padding-left: 5px;
  }
}
@media (min-width: 1200px){
.product-item__img {
    width: 246px;
    height: 141px;
    -webkit-flex: 0 0 246px;
    -ms-flex: 0 0 246px;
    flex: 0 0 246px;
  }
}
@media (max-width: 944px){
.product-item__unit-label {
    display: none;
  }
.product-item__about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
.product-item__unit {
    margin: 0;
  }
.product-item__unit:not(:last-child) {
    margin-right: 10px;
  }
.product-item__unit-value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
@media (min-width: 576px) and (max-width: 767px){
.product-item__about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
.product-item__unit {
    margin: 0;
  }
.product-item__unit:not(:last-child) {
    margin-right: 10px;
  }
.product-item__unit-value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
:root {
  --page-gutter: clamp(6px, 2.5vw, 20px);
  --container-max: 1562px;
}
.container {
  max-width: none;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
  margin-left: auto;
  margin-right: auto;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container-max));
}
@media (min-width: 992px) and (max-width: 1599px){
.game-item__img{width: 100%;
    height: auto;}
}
@media (max-width: 373px){
.product-list_short .product-list__item {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 599px){
.product-list_short .product-list__item {
    width: 50%;
  }
}
.product-item__cost_two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  height: 40px;
  line-height: normal;
  padding: 3px 10px;
}
.product-item__cost_two .product-item__old-cost {
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  opacity: 0.5;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.product-item__cost_two .product-item__old-cost .product-item__currency {
  font-size: inherit;
}
.product-item__cost_two .product-item__new-cost {
  font: inherit;
  line-height: 1;
  white-space: nowrap;
}
.product-list_short .game-item__price.product-item__cost_two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  height: 39px;
  line-height: normal;
  gap: 2px;
}
.product-list_short
  .game-item__price.product-item__cost_two
  .product-item__old-cost {
  font-size: 10px;
  line-height: 10px;
  white-space: nowrap;
  opacity: 0.5;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.product-list_short
  .game-item__price.product-item__cost_two
  .product-item__old-cost
  .product-item__currency {
  font-size: inherit;
}
.product-list_short
  .game-item__price.product-item__cost_two
  .product-item__new-cost {
  white-space: nowrap;
  line-height: 1;
}
.product-list_short .product-item__cost_two .product-item__new-cost {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
  line-height: 1;
}
.product-list_short .product-item__cost_two, .product-list .product-item__cost_two{-webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 2px;}
.product-item__buy {
  align-self: center;
  flex: 0 0 auto;
}
.product-item__price {
  white-space: nowrap;
}
.catalog-head {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --ch-row: 46px;
  background-image: linear-gradient(#cecece, #cecece);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 var(--ch-row);
  container-type: inline-size;
}
.catalog-head__controls {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  column-gap: 20px;
  row-gap: 10px;
  background-image: linear-gradient(#cecece, #cecece);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 var(--ch-row);
}
.catalog-head__controls .catalog-head__view, .catalog-head__controls .catalog-head__sort{margin-left: 0;
  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;}
.select-view__head, .select-sort__head{white-space: nowrap;}
@media (max-width: 767px){
.catalog-head {
    background-image: none;
  }
.catalog-head__controls {
    background-image: none;
    width: 100%;
    margin-left: 0;
  }
}
.catalog-head__controls > .catalog-head__view {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
@container (max-width: 560px){
.catalog-head__nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
.catalog-head__nav-item {
    width: 100%;
    margin: 0;
    padding: 0 8px;
    text-align: left;
  }
.catalog-head__nav-item + .catalog-head__nav-item {
    border-top: 1px solid #cecece;
  }
.catalog-head__nav-item_active:before {
    left: 8px;
    right: 8px;
  }
}
@media (max-width: 373px){
.game-item__img{width: 100% !important;
    height: auto !important;}
}
.game-item__img img{display: block;
  width: 100%;
  height: auto;}
.product-item__genre-link {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 3px 8px;
}
.product-item__genre-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
  border-radius: 4px;
  opacity: 0.35;
  pointer-events: none;
}
.product-item__genre-link:hover::after {
  opacity: 0.65;
}
.game-item__label_stock {
  background-color: #f34336;
}
.game-item__label_stock:before {
  border-left-color: #f34336;
}
.select__option-search input {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
.filter__unit_select .select {
  position: relative;
}
.filter__unit_select .select__dropdown {
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
}
.filter__unit_select .select__scroll, .filter__unit_select .jspContainer{width: 100% !important;
  max-width: none !important;}
.filter__unit_select .jspVerticalBar {
  width: 10px !important;
  right: 0 !important;
}
.filter__unit_select .jspPane {
  width: auto !important;
  right: 14px !important;
}
.product-item {
  align-items: stretch;
}
.product-item__img {
  overflow: hidden;
}
.product-item__img-link, .product-item__img picture{display: block;
  width: 100%;
  height: 100%;}
.product-item__img, .product-item__img img, img.product-item__img{max-width: 100%;}
.product-item__img img, img.product-item__img{width: 100% !important;
  height: auto !important;
  display: block;}
.product-item__img {
  height: auto !important;
  align-self: flex-start;
  background: transparent !important;
}
.product-item__system, .product-item__system .product-item__logo, .product-item__system .product-item__sep{flex: 0 0 auto;
  flex-shrink: 0;}
@media (min-width: 768px){
.product-item__main {
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
  }
.product-item__more {
    margin-top: auto;
  }
}
@media (min-width: 1600px){
.product-list_short .game-item__img{width: 100%;
    height: auto;}
}
.product-item__genre {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 4px;
  min-width: 0;
  white-space: normal;
}
@media (min-width: 768px) and (max-width: 1199px){
.product-item__img {
    width: 220px !important;
    -webkit-flex: 0 0 220px !important;
    -ms-flex: 0 0 220px !important;
    flex: 0 0 220px !important;
  }
}
.product-item__price:not(:has(.product-item__discount))::before {
  content: "";
  flex: 0 0 46px;
}
@media (min-width: 668px) and (max-width: 767px){
.product-item {
    flex-wrap: nowrap;
  }
.product-item__img {
    order: 0;
    width: 180px;
    height: 103px;
    margin-right: 10px;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
.product-item__main {
    order: 0;
    width: auto;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    padding-top: 0;
  }
.product-item__buy {
    order: 0;
    margin-left: 10px;
    padding-top: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}
@media (min-width: 668px) and (max-width: 767px){
.product-item__more {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
.product-item__more > .product-item__system {
    flex: 0 0 auto;
    order: 1;
  }
.product-item__more > .product-item__genre {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 6px;
  }
}
.product-list_short .game-item__bar:not(:has(.game-item__discount)) .game-item__price {
  margin-left: auto;
}
@supports not selector(:has(*)){
.product-list_short .game-item__bar .game-item__price {
    margin-left: auto;
  }
}