/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/game-list/GameListPage.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.GameListPage_container__y5y8a {
  padding-bottom: 152px;
  padding-top: 66px;
  margin-top: 123px;
}

.GameListPage_title__uq1ZQ {
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  margin-bottom: 66px;
}

.GameListPage_gamesCount__CEJmY {
  font-weight: 500;
  font-style: Medium;
  font-size: 25px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  margin-bottom: 66px;
}

.GameListPage_unavailable__czwlI {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 95px;
}

.GameListPage_gameList__OSGLZ {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  align-items: center;
}

.GameListPage_gameList__OSGLZ > li {
  width: 100%;
}

.GameListPage_gameItem__11d2L {
  /* backdrop-filter: var(--main-backdrop-filter); */
  box-shadow: var(--main-box-shadow);
  border-radius: 10px;
  display: flex;
  align-items: center;
  /* width: max(1234px, 80vw); */
  width: 100%;
}

.GameListPage_gameImg__EuGTr {
  flex-basis: 460px;
  flex-grow: 0;
  flex-shrink: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* width: auto;
  height: auto; */
}

.GameListPage_gameRightSide__hO__W {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 35px;
  justify-content: center;
  width: 100%;
}

.GameListPage_gameTitle__neYCS {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
}

.GameListPage_gamePlatforms__2UUQR {
  display: flex;
  justify-content: center;
  column-gap: 12px;
}

.GameListPage_gameCheatsCount__a1TzQ {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
}

.GameListPage_gameLastUpdate__pbZg9 {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

.GameListPage_buttonWrapper__yD3Q4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.GameListPage_pagintaion__KpIFv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .GameListPage_container__y5y8a {
    margin-top: 55px;
  }
  .GameListPage_gameList__OSGLZ {
    row-gap: 25px;
  }
  .GameListPage_gameList__OSGLZ > li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .GameListPage_gameItem__11d2L {
    flex-direction: column;
    width: min(100%, 460px);

  }
  .GameListPage_gameImg__EuGTr {
    flex-basis: 50%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .GameListPage_gameRightSide__hO__W {
    padding-top: 20px;
    padding-bottom: 17px;
  }
}

@media screen and (max-width: 768px) {
  .GameListPage_container__y5y8a {
    padding-bottom: 185px;
  }

  .GameListPage_title__uq1ZQ {
    font-size: 25px;
  }
  
  .GameListPage_gamesCount__CEJmY {
    font-size: 20px;
  }

  .GameListPage_unavailable__czwlI {
    margin-top: 0;
  }

  .GameListPage_pagintaion__KpIFv {
    margin-top: 80px;
  }
}






/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/game-list/top-bar/TopBar.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.TopBar_searchBar__3vxlh {
  margin-bottom: 33px;
  display: flex;
  column-gap: 6px;
  width: 100%;
}

.TopBar_search__r5GQv {
  flex-basis: 100%;
  position: relative;
}

.TopBar_sort___t3HH {
  flex-basis: 400px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.TopBar_button__aGBha {
  width: 211px;
  height: 52px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.TopBar_loaded__PY_yB {
  background: var(--main-gradient);
}

.TopBar_pending__ga_yS {
  background-color: transparent;
}

@media screen and (max-width: 1000px) {
  .TopBar_searchBar__3vxlh {
    flex-direction: column;
    row-gap: 25px;
    align-items: center;
  }
  .TopBar_search__r5GQv, .TopBar_sort___t3HH, .TopBar_button__aGBha {
    flex-basis: 52px;
    width: min(100%, 460px);
  }

  .TopBar_search__r5GQv {
    order: 2
  }

  .TopBar_sort___t3HH {
    order: 1
  }

  .TopBar_button__aGBha {
    order: 3;
    margin-top: 42px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/search/search-bar/SearchBar.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.SearchBar_container___YPVH {
  width: 100%;
  box-shadow: var(--main-box-shadow);
  backdrop-filter: var(--main-backdrop-filter);
  border-radius: 10px;
  display: flex;
  column-gap: 16px;
  align-items: center;
  padding: 14px;
}

.SearchBar_input__A5l34 {
  all: unset;
  width: 100%;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 128%;
  letter-spacing: 0%;
}

.SearchBar_input__A5l34::placeholder {
  color: #6D7BDA
}

@media screen and (max-width: 768px) {
  .SearchBar_container___YPVH {
    column-gap: 31px;
  }
  .SearchBar_input__A5l34 {
    font-size: 14px;
  }
  .SearchBar_logo__bAIep {
    width: 20px;
  }
}


/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/sort/sort-bar/SortBar.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.SortBar_container__fHS2m {
  width: 100%;
  display: flex;
  border-radius: 10px;
  box-shadow: var(--main-box-shadow);
  backdrop-filter: var(--main-backdrop-filter);
  border-bottom-right-radius: 0;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 110.00000000000001%;
  position: relative;
  padding: 16px 20px;
}

.SortBar_main__kGZAO {
  display: flex;
  column-gap: 5px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.SortBar_label__NmFoV {
  color: #CECECE;
  flex-grow: 0;
  flex-shrink: 0;
}

.SortBar_right__yLEz5 {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.SortBar_choosenSort__FuPVC {
  cursor: pointer;
}

.SortBar_dropdown__Ko8n9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 52px;
  right: 0;
  z-index: 3;
  background-color: var(--bg-color);
}

.SortBar_option__7nIGG {
  height: 44px;
  backdrop-filter: var(--main-backdrop-filter);
  color: #9CA8FF;
  width: 237px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 68px 0px #FFFFFF0D inset,
    0px 4px 4px 0px #FFFFFF26 inset;
  cursor: pointer;
  position: relative;
  z-index: 11;
  &:hover {
    background-color: #1E2666;
  }
} 

.SortBar_active__waRGZ {
  background-color: #3B49A8CC;
}

.SortBar_option__7nIGG:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 768px) {
  .SortBar_container__fHS2m, .SortBar_option__7nIGG {
    font-size: 1.6vh;
  }
}

/* .select {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding-block: 10px;
  padding-inline: 10px 30px;
  cursor: pointer;
  font-weight: 700;
  background: transparent
    url("../../../../public/images/svg/sortDirection.svg")
    right 10px center / 20px no-repeat;
  @supports (appearance: base-select) {
    padding-inline: 10px;
    background-image: none;
    &::picker-icon {
      content: "";
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23FFF' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
    }
    &::picker(select) {
      padding: 0;
      margin-top: 5px;
      background: transparent;
      border-radius: 5px;
      font-weight: 400;
      box-shadow: var(--main-box-shadow);
        backdrop-filter: var(--main-backdrop-filter);
      opacity: 0;
      height: 0;
      overflow: clip;
      transition: height 0.5s ease-out, opacity 0.5s ease-out, overlay 0.5s,
        display 0.5s;

      transition-behavior: allow-discrete;
    }
    &:open::picker(select) {
      opacity: 1;
      height: calc-size(auto, size);
      overflow: auto;
      @starting-style {
        opacity: 0;
        height: 0;
      }
    }
    option {
      padding: 10px;
      cursor: pointer;
      transition-property: color, background;
      transition-duration: 0.2s;
      transition-timing-function: ease-out;
      &:where(:hover, :focus, :active) {
        box-shadow: var(--main-box-shadow);
        backdrop-filter: var(--main-backdrop-filter);
        background-color: transparent;
      }
      &:checked {
        background: violet;
        color: white;
      }
      &::checkmark {
        display: none;
      }
      &:first-child {
        border: 0;
      }
    }
  }
} */
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/pagination/ui/Pagination.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.Pagination_pagination__PMfA5 {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}

.Pagination_paginationPage__lMrkM {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #878787;
  cursor: pointer;
  width: 26px;
  height: 26px;
  margin-right: 8px;
}


.Pagination_paginationPageWhite__Xvey_ {
  cursor: default;
  color: #ffffff;
}

.Pagination_paginationButton__iBZrv {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  font-weight: 600;
  background: linear-gradient(180deg, #179BA6 0%, #1674B9 50%, #7125D7 100%);
  margin-right: 3px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Pagination_paginationButton__iBZrv:nth-last-child(1) {
  margin-right: 0px;
}

.Pagination_paginationButtonOpasit__VLpE_ {
  cursor: default;
  color:#878787;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/unavailable/Unavailable.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.Unavailable_container__Xa9dG {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  box-shadow: var(--main-box-shadow);
  backdrop-filter: var(--main-backdrop-filter);
  border-radius: 10px;
  padding: 38px 77px;
  width: min(815px, 100%);
}

.Unavailable_title___kYFN {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-weight: 500;
  font-style: Medium;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

.Unavailable_sign___vVDG {
  width: 30px;
  height: 30px;
}

.Unavailable_body__6xpUU {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: 0%;
}

@media screen and (max-width: 768px) {
  .Unavailable_container__Xa9dG {
    padding: 35px 27px;
  }
  .Unavailable_title___kYFN {
    font-size: 20px;
  }
  .Unavailable_sign___vVDG {
    width: 23px;
    height: 23px;
  }

  .Unavailable_body__6xpUU {
    font-size: 14px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/gradient-text/GradientText.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.GradientText_text__RUk0t {
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
