@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #ffffff);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #ffcc00);
  --color-btn-bg-is-light:var(--draft-color-btn-bg-is-light, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #f7c600);
  --color-btn-bg-minor-shade-is-light:var(--draft-color-btn-bg-minor-shade-is-light, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #edbe00);
  --color-btn-bg-major-shade-is-light:var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #806600);
  --color-btn-bg-half-shade-is-dark:var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text:var(--draft-color-accent-text, #EF3124);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #f14a3e);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #f26258);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #f8aaa5);
  --color-accent-text-half-shade-is-light:var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, minimal);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, 'Fira Sans');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'Fira Sans');
  --heading-ratio:var(--draft-heading-ratio, 2);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 15);
  --blog_size:var(--draft-blog_size, 3);
  --product_not_available:var(--draft-product_not_available, preorder);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar:var(--draft-delta_sidebar, 2);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, true); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 12, theme.scss */
.gc-product-status {
  display: flex;
  width: 100%;
  margin-top: 18px; }

/* line 18, theme.scss */
.gc-product-status__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid #ffcc00;
  border-radius: 8px;
  background: #fff8d6;
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2; }

/* line 34, theme.scss */
.gc-card-status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 20px;
  margin: 6px 0 8px;
  color: #2f8a1f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  flex: 0 0 auto; }

/* line 48, theme.scss */
.gc-card-status::before {
  content: "✓";
  margin-right: 5px; }

/* line 53, theme.scss */
.gc-technical-field-hidden {
  display: none !important; }

/* line 57, theme.scss */
.gc-category-strip-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: #f8fafc; }

/* line 66, theme.scss */
.gc-catalog-dropdown {
  position: relative;
  display: inline-flex;
  z-index: 40; }

/* line 72, theme.scss */
.gc-catalog-dropdown__panel {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 18px 24px;
  width: min(860px, calc(100vw - 48px));
  padding: 22px;
  border: 1px solid #e5e7eb;
  border-top: 4px solid #ffcc00;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease; }

/* line 93, theme.scss */
.gc-catalog-dropdown.is-open .gc-catalog-dropdown__panel,
.gc-catalog-dropdown:hover .gc-catalog-dropdown__panel,
.gc-catalog-dropdown:focus-within .gc-catalog-dropdown__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

/* line 101, theme.scss */
.gc-catalog-dropdown__group {
  min-width: 0; }

/* line 105, theme.scss */
.gc-catalog-dropdown__notice,
.gc-catalog-dropdown__full {
  grid-column: 1 / -1; }

/* line 110, theme.scss */
.gc-catalog-dropdown__notice {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35; }

/* line 116, theme.scss */
.gc-catalog-dropdown__full {
  padding-top: 4px; }

/* line 120, theme.scss */
.gc-catalog-dropdown__full-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: #ffcc00;
  color: #333333;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 3px 0 #d9aa00;
  transition: background 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease; }

/* line 139, theme.scss */
.gc-catalog-dropdown__full-btn:hover,
.gc-catalog-dropdown__full-btn:focus-visible {
  background: #ffd84d;
  box-shadow: 0 4px 0 #d9aa00;
  transform: translateY(-1px); }

/* line 146, theme.scss */
.gc-catalog-dropdown__full-btn:active,
.gc-catalog-dropdown__full-btn.is-pressed {
  background: #f2bd00;
  box-shadow: 0 1px 0 #b98f00;
  transform: translateY(2px); }

/* line 153, theme.scss */
.gc-catalog-dropdown__title,
.gc-catalog-dropdown__link {
  display: block;
  color: #333333;
  text-decoration: none; }

/* line 160, theme.scss */
.gc-catalog-dropdown__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25; }

/* line 167, theme.scss */
.gc-catalog-dropdown__link {
  padding: 6px 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.25; }

/* line 174, theme.scss */
.gc-catalog-dropdown__title:hover,
.gc-catalog-dropdown__link:hover {
  color: #ef3124; }

/* line 179, theme.scss */
.gc-full-catalog-text {
  margin: 8px 0 46px; }

/* line 183, theme.scss */
.gc-full-catalog-text__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 34px 52px; }

/* line 189, theme.scss */
.gc-full-catalog-text__group {
  min-width: 0; }

/* line 193, theme.scss */
.gc-full-catalog-text__title {
  margin: 0 0 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25; }

/* line 201, theme.scss */
.gc-full-catalog-text__link {
  display: block;
  padding: 4px 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none; }

/* line 210, theme.scss */
.gc-full-catalog-text__link:hover,
.gc-full-catalog-text__link:focus-visible {
  color: #ef3124;
  text-decoration: underline;
  text-underline-offset: 3px; }

@media (max-width: 1100px) {
  /* line 218, theme.scss */
  .gc-full-catalog-text__grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 30px 38px; } }
@media (max-width: 740px) {
  /* line 225, theme.scss */
  .gc-full-catalog-text {
    margin-bottom: 34px; }

  /* line 229, theme.scss */
  .gc-full-catalog-text__grid {
    grid-template-columns: 1fr;
    gap: 22px; }

  /* line 234, theme.scss */
  .gc-full-catalog-text__title {
    font-size: 17px; }

  /* line 238, theme.scss */
  .gc-full-catalog-text__link {
    font-size: 15px; } }
/* line 243, theme.scss */
.gc-system-preorder-hidden {
  display: none !important; }

/* line 247, theme.scss */
.product__gallery-main,
.product-preview,
.gc-card-image-holder {
  position: relative; }

/* line 253, theme.scss */
.product__price,
.product__controls {
  display: flex;
  flex-direction: column; }

/* line 259, theme.scss */
.product__controls {
  justify-content: space-between; }

/* line 263, theme.scss */
.product__controls .product__buy-one-click {
  margin-top: 12px; }

/* line 267, theme.scss */
.product__controls .product__buy-one-click .button,
.product__controls .product__buy-one-click.button,
.product__controls .product__buy-one-click span.button {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #ffcc00;
  color: #2f2f2f;
  border-radius: 8px;
  font-weight: 500; }

/* line 281, theme.scss */
.product__area-buy .product__buy-one-click.is-secondary-button .button,
.product__area-buy .product__buy-one-click.is-secondary-button span.button {
  width: 100%;
  border: 0 !important;
  background: #ffcc00 !important;
  color: #2f2f2f !important;
  border-radius: 8px !important;
  box-shadow: none !important; }

@media (min-width: 768px) {
  /* line 292, theme.scss */
  .product__area-buy .product__buy {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 12px; }

  /* line 298, theme.scss */
  .product__area-buy .product__price {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 24px;
    align-items: center;
    min-width: 0; }

  /* line 306, theme.scss */
  .product__area-buy .product__price .product__sale {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: end; }

  /* line 313, theme.scss */
  .product__area-buy .product__price .product__price-cur {
    grid-column: 1;
    grid-row: 1; }

  /* line 318, theme.scss */
  .product__area-buy .product__price .product__price-old {
    grid-column: 1;
    grid-row: 2; }

  /* line 323, theme.scss */
  .product__area-buy .product__price .product__sale,
  .product__area-buy .product__price .product__price-cur,
  .product__area-buy .product__price .product__price-old {
    min-width: 0; }

  /* line 329, theme.scss */
  .product__area-buy .product__price .gc-product-status {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    margin-top: 0; }

  /* line 336, theme.scss */
  .product__area-buy .product__price .gc-product-status__badge {
    min-height: 48px;
    padding-top: 6px;
    padding-bottom: 6px; }

  /* line 342, theme.scss */
  .product__area-buy .product__controls {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 24px;
    align-items: stretch;
    min-width: 0; }

  /* line 350, theme.scss */
  .product__area-buy .product__buy-btn-area,
  .product__area-buy .product__controls .product__buy-one-click {
    width: 100%;
    margin-top: 0 !important; }

  /* line 356, theme.scss */
  .product__area-buy .product__buy-btn-area-inner,
  .product__area-buy .add-cart-counter,
  .product__area-buy .add-cart-counter__btn,
  .product__area-buy .product__controls .product__buy-one-click .button,
  .product__area-buy .product__controls .product__buy-one-click.button,
  .product__area-buy .product__controls .product__buy-one-click span.button {
    min-height: 48px; } }
/* line 366, theme.scss */
.gc-release-holder {
  position: relative; }

/* line 370, theme.scss */
.gc-release-badge {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  min-width: 220px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 8px 14px;
  background: #36a9e1;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center; }

/* line 387, theme.scss */
.gc-card-image-holder .gc-release-badge {
  right: 0;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px; }

/* line 395, theme.scss */
.gc-release-badge-card {
  min-width: 0;
  padding: 7px 10px;
  font-size: 15px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 767px) {
  /* line 406, theme.scss */
  .product__price,
  .product__controls {
    display: block; }

  /* line 411, theme.scss */
  .product__controls .product__buy-one-click {
    margin-top: 12px; }

  /* line 415, theme.scss */
  .gc-release-badge {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 14px; } }
/* line 423, theme.scss */
#gc-game-brands a {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  height: 150px;
  padding: 18px 22px;
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #f5f5f5;
  color: #222;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; }

/* line 441, theme.scss */
#gc-game-brands a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  background: #f0f0f0; }

/* line 447, theme.scss */
#gc-game-brands a img {
  display: none !important; }

/* line 451, theme.scss */
#gc-game-brands a.gc-game-brand-link::before {
  content: attr(data-gc-brand);
  display: block;
  max-width: 100%;
  color: #222;
  font-family: Arial Black, Impact, Fira Sans, Arial, sans-serif;
  font-size: clamp(30px, 2.6vw, 44px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: normal; }

/* line 466, theme.scss */
#gc-game-brands .splide__track {
  overflow: visible !important; }

/* line 470, theme.scss */
#gc-game-brands .splide__list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px !important;
  transform: none !important;
  width: 100% !important; }

/* line 478, theme.scss */
#gc-game-brands .splide__slide {
  width: auto !important;
  margin: 0 !important; }

/* line 483, theme.scss */
#gc-game-brands .splide__arrows {
  display: none !important; }

/* line 487, theme.scss */
#gc-game-brands a.gc-game-brand--rockstar {
  color: #111;
  background: #ffcc00; }

/* line 492, theme.scss */
#gc-game-brands a.gc-game-brand--ea {
  background: #f5f5f5; }

/* line 496, theme.scss */
#gc-game-brands a.gc-game-brand--capcom {
  background: #f5f5f5; }

/* line 500, theme.scss */
#gc-game-brands a.gc-game-brand--ubisoft {
  background: #f5f5f5; }

/* line 504, theme.scss */
#gc-game-brands a.gc-game-brand--bandai-namco {
  background: #f5f5f5; }

/* line 508, theme.scss */
#gc-game-brands a.gc-game-brand--activision {
  background: #f5f5f5; }

/* line 512, theme.scss */
#gc-game-brands a.gc-game-brand--square-enix {
  background: #f5f5f5; }

/* line 516, theme.scss */
#gc-game-brands a.gc-game-brand--sega {
  background: #f5f5f5; }

/* line 520, theme.scss */
#gc-game-brands a.gc-game-brand--rockstar::before {
  color: #111; }

/* line 524, theme.scss */
#gc-game-brands a.gc-game-brand--ea::before {
  font-size: clamp(36px, 3vw, 48px);
  color: #111827;
  letter-spacing: -0.04em; }

/* line 530, theme.scss */
#gc-game-brands a.gc-game-brand--capcom::before {
  color: #ffcc00;
  text-shadow: -2px -2px 0 #173b8f, 2px -2px 0 #173b8f, -2px 2px 0 #173b8f, 2px 2px 0 #173b8f; }

/* line 539, theme.scss */
#gc-game-brands a.gc-game-brand--ubisoft::before {
  color: #111827; }

/* line 543, theme.scss */
#gc-game-brands a.gc-game-brand--bandai-namco::before {
  color: #f97316; }

/* line 547, theme.scss */
#gc-game-brands a.gc-game-brand--activision::before {
  color: #111;
  font-size: clamp(30px, 2.6vw, 44px); }

/* line 552, theme.scss */
#gc-game-brands a.gc-game-brand--square-enix::before {
  color: #c1121f;
  font-size: clamp(27px, 2.35vw, 38px); }

/* line 557, theme.scss */
#gc-game-brands a.gc-game-brand--sega::before {
  color: #175bc7;
  font-size: clamp(36px, 3vw, 48px); }

@media (max-width: 767px) {
  /* line 563, theme.scss */
  #gc-game-brands .splide__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px !important; }

  /* line 568, theme.scss */
  #gc-game-brands a {
    min-height: 110px;
    height: 110px;
    padding: 10px 14px; }

  /* line 574, theme.scss */
  #gc-game-brands a.gc-game-brand-link::before {
    font-size: clamp(22px, 5.6vw, 32px); } }
/* line 579, theme.scss */
.gc-telegram-logo {
  background-image: url("gc-telegram-logo.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 78% auto !important; }

/* line 586, theme.scss */
header .gc-header-hours-hidden,
header .gc-callback-hidden {
  display: none !important; }

/* line 591, theme.scss */
header .gc-header-phone-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin-left: 18px !important;
  padding: 2px 0 4px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #222 !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline !important;
  text-decoration-color: #ffcc00 !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
  white-space: nowrap; }

/* line 613, theme.scss */
header .gc-header-phone-link:hover {
  background: transparent !important;
  color: #ef3124 !important;
  text-decoration-color: #ef3124 !important; }

/* line 619, theme.scss */
header [class*="top"] nav,
header [class*="top"] [class*="menu"] {
  flex: 1 1 auto;
  gap: clamp(12px, 1.5vw, 24px); }

/* line 625, theme.scss */
footer .gc-footer-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px; }

/* line 632, theme.scss */
footer .gc-footer-socials > * {
  max-width: 100%; }

/* line 636, theme.scss */
footer .gc-footer-socials__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px; }

/* line 644, theme.scss */
footer .gc-footer-socials a.gc-footer-social-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;
  color: #ef3124 !important;
  font-size: 0 !important;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease; }

/* line 663, theme.scss */
footer .gc-footer-socials a.gc-footer-social-link:hover {
  border-color: #ffcc00;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.1);
  transform: translateY(-2px); }

/* line 669, theme.scss */
footer .gc-footer-socials a.gc-footer-social-link::before,
footer .gc-footer-socials a.gc-footer-social-link::after {
  display: none !important;
  content: none !important; }

/* line 675, theme.scss */
footer .gc-footer-socials a.gc-footer-social-link > *:not(.gc-footer-social-link__icon) {
  display: none !important; }

/* line 679, theme.scss */
footer .gc-footer-socials .gc-footer-social-link__icon {
  display: block;
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

/* line 688, theme.scss */
footer .gc-footer-socials a.gc-footer-social-link--telegram {
  color: #229ed9 !important; }

/* line 692, theme.scss */
footer .gc-footer-socials a.gc-footer-social-link--telegram .gc-footer-social-link__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='30' fill='%23229ED9'/%3E%3Cpath d='M47.7 18.2 41 49.8c-.5 2.2-1.8 2.7-3.6 1.7L27.1 44l-5 4.8c-.6.6-1 .9-2 .9l.7-10.5 19.1-17.3c.8-.7-.2-1.1-1.3-.4L15 36.4 4.8 33.2c-2.2-.7-2.3-2.2.5-3.3l39.9-15.4c1.9-.7 3.5.4 2.5 3.7Z' fill='white'/%3E%3C/svg%3E"); }

/* line 696, theme.scss */
footer .gc-footer-socials a.gc-footer-social-link--vk {
  color: #2563eb !important; }

/* line 700, theme.scss */
footer .gc-footer-socials a.gc-footer-social-link--vk .gc-footer-social-link__icon {
  background-image: url("gc-vk-logo.png");
  border-radius: 8px; }

/* line 705, theme.scss */
footer .gc-footer-socials a.gc-footer-social-link--max {
  color: #111827 !important; }

/* line 709, theme.scss */
footer .gc-footer-socials a.gc-footer-social-link--max .gc-footer-social-link__icon {
  background-image: url("gc-max-logo.jpg");
  border-radius: 8px; }

/* line 714, theme.scss */
footer .gc-footer-socials .gc-footer-social-extra-hidden {
  display: none !important; }

/* line 718, theme.scss */
footer .gc-footer-socials a[href^="tel:"],
footer .gc-footer-socials a[href*="tel:"] {
  display: block !important;
  margin-top: 8px;
  color: #2f2f2f !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none !important; }

@media (max-width: 767px) {
  /* line 730, theme.scss */
  header .gc-header-phone-link {
    margin-left: 10px !important;
    padding: 2px 0 3px !important;
    font-size: 14px; }

  /* line 736, theme.scss */
  footer .gc-footer-socials a.gc-footer-social-link {
    width: 48px;
    height: 48px;
    border-radius: 14px; }

  /* line 742, theme.scss */
  footer .gc-footer-socials .gc-footer-social-link__icon {
    width: 30px;
    height: 30px; } }
